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
{{ message }}
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
Current memtable implementation will always append row to inner list, which will take more memory than expected when there are duplicated rows, and this will cause SST in level0 is very small, which is unfriendly for query.
Proposal
Dedup rows when insert to memtable for tables in overwritten mode