2
(click on this box to dismiss)
Setting CUBRID Database size
How do I specify the starting size of a database, instead of using the default size? Is there an argument that can be used with cubrid createdb ?
1
Answer
0
cubrid createdb options database_name
This is the syntax of the createdb utility. There are numerous values you can use with options. To see the full list, see the manual http://www.cubrid.org/manual/840/en/Database%20Administration-Creating%20Database.
For your particular case, these are the options you should use:
- --db-volume-size=size
- --db-page-size=size
- --log-volume-size=size
- --log-page-size=size
The explanation of each option and their default size are thoroughly explained in the manual.
asked 2 years ago
viewed 759 times