Subject | Re: [firebird-support] Firebird file questions |
---|---|
Author | Milan Babuskov |
Post date | 2011-01-26T11:49:13Z |
Ann W. Harrison wrote:
have a database with thousands of tables without having preformance
problems. Many filesystems get really slow when they have more than
10000 files in a directory. If you use MySQL's MyISAM engine for
example, it would create 3 files for each database table which could
pose a problem.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================
> The single file architecture is deliberate and reflects someI would add another benefit of single-file database: it allows you to
> behaviors of Firebird and attitudes of its designers.
>
> First, it simplifies system management
> Second, early on, the designers decided that striping and similar
> schemes to reduce disk contention belonged with the disk system not
> the database.
> Third, a major reason for placement control is to avoid moving
> back and forth between the index and the data on indexed queries.
have a database with thousands of tables without having preformance
problems. Many filesystems get really slow when they have more than
10000 files in a directory. If you use MySQL's MyISAM engine for
example, it would create 3 files for each database table which could
pose a problem.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================