View Single Post
  #1 (permalink)  
Old 02-28-2003
Ken Carpenter Ken Carpenter is offline
Registered User
 
 
Join Date: Feb 2003
Location: Vancouver, B.C., Canada
Posts: 31
FreezeMap Database Directory

In the Freeze documentation in Section 16.3.1 (page 371), one paragraph reads:
Quote:
The second argument is the name of an existing file system directory in which the database environment should reside. The directory stores any databases created in this environment, as well as log files created by the database subsystem.
Is is possible to change this so that we can place the log files and database files in different directories on different disks?

For traditional relational databases, placing the log file on a different disk can really improve database performance. From reading the Berkeley DB documentation, it seems that it would benefit as well.

Thanks,


Ken Carpenter
Reply With Quote