Skip to content

Can Khepri store huge amounts of data? Can replace MySQL or store IM chat history data as a sequential database #104

Answered by dumbbell
leeyisoft asked this question in Q&A
Discussion options

You must be logged in to vote

This is not a scenario we tested so far, but I would say that no, it is not suited for a huge amount of data currently for the following reasons:

  1. The entire tree structure is kept in memory.
  2. The state, which contains that tree structure, is passed to Ra for snapshotting as one structure and is therefore serialized entirely with each snapshot.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@michaelklishin
Comment options

@michaelklishin
Comment options

Answer selected by lukebakken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #103 on May 24, 2022 14:57.