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

Catalog init introduces significant overhead #1268

Closed
1 of 2 tasks
xzdandy opened this issue Oct 8, 2023 · 0 comments · Fixed by #1270
Closed
1 of 2 tasks

Catalog init introduces significant overhead #1268

xzdandy opened this issue Oct 8, 2023 · 0 comments · Fixed by #1270
Labels
Bug 🐞 EVA is not working as expected
Milestone

Comments

@xzdandy
Copy link
Collaborator

xzdandy commented Oct 8, 2023

Search before asking

  • I have searched the EvaDB issues and found no similar bug report.

Bug

  • Query: SELECT * FROM sqlite_data.home_sales;
  • The table sqlite_data.home_sales has 29580 rows and 5 columns.
  • The query costs 832 seconds (with batch size = 1, notice batch size = 1 exposes the significant catalog overhead).

catalog_overhead

The raw profile can be found at link.

Environment

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@xzdandy xzdandy added the Bug 🐞 EVA is not working as expected label Oct 8, 2023
@xzdandy xzdandy added this to the v0.3.8 milestone Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 EVA is not working as expected
Projects
Development

Successfully merging a pull request may close this issue.

1 participant