How much data can ArcadeDB hold? #2073
Unanswered
masteroogway123
asked this question in
Q&A
Replies: 1 comment
-
You can have up to 2,147,483,648 buckets, each with 2 exp 63 records. These are theoretical limits, in practice it depends on your hw/sw configuration. Having billions of vertices and edges per database is very common. Since ArcadeDB relies a lot on index-free adjacency and using logical pointers instead of JOINs, it scales much better than an RDBMS on traversal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How much vertex and edge data can a single instance of ArcadeDB (running on one server) store at maximum? millions? or tens of millions? Are there any production environment benchmarks or specific data references available?
Beta Was this translation helpful? Give feedback.
All reactions