- This topic has 1 reply, 2 voices, and was last updated 7 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Integrated Application Platform
Integrated Application Platform › Forums › General › Max Suneido database size
Hi veryone
What is the max suneido database size ?
it depends of what ?
sincerely
Tahar
Theoretically, up to 32gb. This is a result of using 32 bit “addresses” (4 gb) with 8 byte alignment.
In practice, I would not use cSuneido (the Windows exe) for more than 1 or 2 gb because it is a 32 bit program and therefore can only memory map that much address space. It will map segments to get around this but it will be slower.
For larger databases I would recommend running client-server using jSuneido (the Java version) as the database server. Running on a 64 bit JRE this allows a much bigger address space.
jSuneido also has a new database engine which is faster and more crash proof.