Hi , we have HP DL380 servers with many disks.
I want search and persist faster by seperating db to seperate files ( Each file is binded to different disk )
How can i configure objectdb for multiple files ?
is there any example ?
Type: Feature Request | Version: 2.7.6 | Priority: Normal | Status: Active | Replies: 1 |
Hi , we have HP DL380 servers with many disks.
I want search and persist faster by seperating db to seperate files ( Each file is binded to different disk )
How can i configure objectdb for multiple files ?
is there any example ?
An ObjectDB database is a single file so you cannot split a database to multiple disks unless you split the database itself to multiple databases (but that will require changing your application and might make some operations much more complicated).
Currently you may be able to improve performance by:
Future versions of ObjectDB may support also splitting a database to multiple files.