-
Notifications
You must be signed in to change notification settings - Fork 345
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
Why is querying millions of inserted data slower than MySQL? #2151
Comments
@tx991020 can you provide more detailed infomation about your benchmark testing setup? |
translates to The format is as follows 6 million records |
MySQL takes 6 seconds, while GrepTime seems to take 11 seconds |
Thx! Can you share the create table sql as well? If there are senstive data, it's ok to change the columns names. We'd like to do the same benchmark to investigate more |
CREATE TABLE IF NOT EXISTS xxxx ( |
@tx991020 can you share the queries for benchmarking, too? |
slect count(*) from xxx; slelect e from xxx where xx |
thx, we'll investigate the query performance asap |
@tx991020 we are currently have some issues related to scan, dragging down our overall query performance. It's planned to be optimized soon, stay tuned! |
What type of enhancement is this?
Performance
What does the enhancement do?
Why is querying millions of inserted data slower than MySQL?
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: