Subject | Re: [Firebird-general] Support for Tablespaces/Data-placement in Firebird? |
---|---|
Author | Milan Babuskov |
Post date | 2009-09-09T10:38:51Z |
plinehan wrote:
files are read only once, at system startup and never touched again.
Having a separate disk for that is simply not needed. You need 2 disks
at most: one for OS+server+temp_space and other for database.
will show up: Queries that span multiple databases would allow you to
simply move the "hot" tables to a separate database and put that file on
a separate disk.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================
> My understanding of the situation at the moment is that theNot really a good idea. If you have a dedicated DB server, OS and server
> only placement strategy one can pursue is putting the OS on
> one disk, the server on another, the temp directory on another
> and the database file itself on yet another.
files are read only once, at system startup and never touched again.
Having a separate disk for that is simply not needed. You need 2 disks
at most: one for OS+server+temp_space and other for database.
> This has the major disadvantage of, for example, not allowingNot a bad idea. Looking at Firebird development, maybe a new alternative
> the DBA to put infrequently updated tables on one of the
> 3 other disks to really optimise disk usage for "hot"
> tables.
will show up: Queries that span multiple databases would allow you to
simply move the "hot" tables to a separate database and put that file on
a separate disk.
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================