Skip to content

is this keeping all records in memory? #168

Answered by heineiuo
rejetto asked this question in Q&A
Discussion options

You must be logged in to vote

No, only records in MemTable are stored in memory, when some condition reached, a new MemTable will be created and the old MemTable will turn into immutable and write records to disk.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@heineiuo
Comment options

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