-
Notifications
You must be signed in to change notification settings - Fork 316
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
Memtable scan performance regression while time series amount < 100K #3467
Comments
There are several issues related to the slow scan speed
|
Is this issue the cause to https://github.com/orgs/GreptimeTeam/discussions/3461? |
I think so. |
The old I think we can support per-table memtable option and enable the new memtable in the metric engine.
|
I think we can close this issue currently. @evenyag |
What type of bug is this?
Performance issue
What subsystems are affected?
Storage Engine
Minimal reproduce step
Use TSBS to generate some points with 4k hosts
Load it into the db
Enable debug log of the storage engine
Select some data
What did you expect to see?
The memtable scan time should be close to the old memtable
What did you see instead?
The memtable scan time is quite high
What operating system did you use?
NA
What version of GreptimeDB did you use?
0.7
Relevant log output and stack trace
The text was updated successfully, but these errors were encountered: