Skip to content

Why is my query so slow? #935

Answered by evenyag
Hebrh asked this question in Q&A
Feb 3, 2023 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

Even using the release build, there are still many bottlenecks in the system. Our default memtable size is quite small so there might be too many small files to scan and merge. We haven't implemented compaction yet, but we are working on it, in #930 . Unfortunately, the memtable size is unconfigurable now. The file scan performance is also possible to improve. I think we could address some performance issues in the 0.2 release.

Replies: 2 comments 4 replies

Comment options

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

Comment options

You must be logged in to vote
3 replies
@EeroEternal
Comment options

@killme2008
Comment options

@lipish
Comment options

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