Is ObjectDB suitable for DMS (Document Management System)?

#1

Is ObjectDB suitable for DMS (Document Management System) like application that requires to store attachments in database?

I specificaly mean the ability to store and handle file attachments(MS Office, OpenOffice files, PDF files etc.) properly.

Are there any limits on database size or attachment size?

Does clustering(master-slave) apply also to attachments? 

Thank you,
David

#2

You can store large attachments in ObjectDB as byte[] fields.

The database size is limited to 128 TB (= 131,072 GB = 134,217,728 MB).

There is no limit on object sizes, but byte[] is limited by Java to 2GB so you will have to split larger attachments in your object model (if any).

Clustering and all the other ObjectDB tools and utilities should work normally.

 

ObjectDB Support

Reply