-
....other than on file, of course |
Beta Was this translation helpful? Give feedback.
Answered by
heineiuo
Feb 21, 2024
Replies: 2 comments 1 reply
-
@rejetto Thanks for your question! This depends which 'ENV' you use, the default ENV is Lines 17 to 60 in 5a34bd4 |
Beta Was this translation helpful? Give feedback.
0 replies
-
well, i don't mean persistency, i want to know the memory footprint at run-time. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.