hard limits, best practises

#1

Hello there,

Just wanted to know what are the limits (128TB) for a single instance.

is sharding/clustering possible to increase this limit

also what is the best way to design a db (what order of following points)?

- create entity files

- run enhancer

- set indexes

 Thanks for evaluating this product ,kudos to the team (I could easily integrate to grails framework)

also how did objectdb design its own site (backend /frontend)?

#2

> Just wanted to know what are the limits (128TB) for a single instance. is sharding/clustering possible to increase this limit

128TB is a theoretical limit. Practically ObjectDB is limited by the maximum size of a single file.

> also what is the best way to design a db (what order of following points)?

Please be more specific and use a separate thread per subject (see posting instructions).

> also how did objectdb design its own site (backend /frontend)?

You are welcome.

ObjectDB Support
#3

Hello,

Do you mean that it will/would be impossible for future use to extend this 128TB limit, even with tweaks from dev team?

Cheers

JM

#4

You can always split a database file to multiple database files and manage shredding yourself, but ObjectDB is currently not designated for huge databases larger than 128TB.

ObjectDB Support

Reply