Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage: auto split memtable #101

Closed
4 of 5 tasks
skyzh opened this issue Nov 3, 2021 · 0 comments · Fixed by #163
Closed
4 of 5 tasks

storage: auto split memtable #101

skyzh opened this issue Nov 3, 2021 · 0 comments · Fixed by #163
Labels
enhancement New feature or request

Comments

@skyzh
Copy link
Member

skyzh commented Nov 3, 2021

It is possible that users ingest a large amount of data into the engine, so we need to periodically flush memtable to disk.

  • add interface to get current memtable estimated on-disk size
  • add option in StorageOptions, like target_rowset_size
  • split memtable in txn
  • support flush in the background
  • support apply add_rowset with multiple tables
@skyzh skyzh added the enhancement New feature or request label Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant