You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Distributed storage has been a long time todo for this db but the auto-incrementing functionality used for the keys made it hard to figure out what the right way was to evenly store things across multiple servers due to the nature of high demand inserts.
Switching to a full hash-based layout would work well both for the distributed setup and would bring the dbm based version of graphdb a bit closer in terms of engine design.
The text was updated successfully, but these errors were encountered:
Distributed storage has been a long time todo for this db but the auto-incrementing functionality used for the keys made it hard to figure out what the right way was to evenly store things across multiple servers due to the nature of high demand inserts.
Switching to a full hash-based layout would work well both for the distributed setup and would bring the
dbm
based version of graphdb a bit closer in terms of engine design.The text was updated successfully, but these errors were encountered: