cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Number of databases supported in a single instance

Hi, is there a limit on the number of databases one can create in a single Neo4j server instance?

Thanks!

2 REPLIES 2

https://neo4j.com/docs/operations-manual/current/reference/configuration-settings/#config_dbms.max_d... indicates


Table A.162. dbms.max_databases
Description       The maximum number of databases.
Valid values      dbms.max_databases, a long which is minimum 2
Default value    100

do you plan to have more than 100. Though not certain of a absolute limit it may simply be a function of amount of disk storage as well

@dana.canzano
Is dbms.max_databases limited to 2 for the community edition? ... which practically is really 1 since the system database counts towards the max of 2?