| DotNetFirebird Using Firebird SQL in .NET. |
|
Home
Features
Download
Documentation
FAQ
Tools and Code
About
Blog
|
Tuesday, April 19, 2005
Firebird Will Be Supported in FogBugz?It's nice to hear that Joel Spolsky is considering a Firebird support in future releases of FogBugz. Via Firebird Weekly News. Firebird ADO.NET Provider 1.7 RC3 is Available
Firebird ADO.NET Provider 1.7 Release Candidate 3 is available:
Monday, April 11, 2005
Enterprise Library Data Access Application Block for Firebird
Andrea Sansottera has ported the Data Access application block from Enterprise Library to Firebird:
Via Firebird Weekly News.
Monday, April 04, 2005
Performance: Database Page SizeOne of the factors that affect database performance is the disk access. You can improve it by various means:
You can minimize the need to access the disk basically by two means:
When the database server reads or writes data it always works with fixed blocks of data - these are called pages. By increasing the page size you increase the size of a block that is read/written in one disk operation. Firebird supports the following page sizes:
In most cases, increasing a page size to 4096 B gives you a 30% performance increase. But you should do your own benchmarks to find out the right value. The page size can't be changed at runtime. There are only two ways to set it:
Previous
Archives
Copyright © 2005 - 2007 DotNetFirebird |