Maximum number of databases in arangodb -
i new user of arango db , evaluating project. can please tell me, maximum number of databases can create in arango db is?
thanks.
as far know, there virtually no limits number of databases in arangodb. thing have keep in mind, resources needed databases , collections.
some of resources, each database / collection, are:
files on disk: space , file descriptors needed.
memory: each database / collection take space on disk (and in memory when loaded.)
for collection, number of file descriptors needed @ time dependent of journal size defined it. if journal size big, less files needed, ergo less file descriptors (and associated resources) needed.
there nice blog post on disk space usage, here. bit older, , might not accurate now, should give general idea.
https://www.arangodb.com/2012/07/collection-disk-usage-arangodb/
regarding journal-sizes , performance, should @ this: https://www.arangodb.com/2012/09/performance-different-journal-sizes/
Comments
Post a Comment