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

Indexes not performant for in-memory implementation #1347

Open
timsehn opened this issue Oct 24, 2022 · 1 comment
Open

Indexes not performant for in-memory implementation #1347

timsehn opened this issue Oct 24, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@timsehn
Copy link
Sponsor Contributor

timsehn commented Oct 24, 2022

When using the in-memory implementation, Index syntax will parse but there will be no indexes on the tables. The backend is not implemented.

This may cause weird ordering or other issues where utilizing an index would produce different results than the raw query.

@timsehn timsehn added the enhancement New feature or request label Oct 24, 2022
@zachmu zachmu changed the title Indexes not implemented in the default in-memory implementation Indexes not performant for in-memory implementation Oct 24, 2022
@zachmu
Copy link
Member

zachmu commented Oct 24, 2022

The above isn't true: the indexes do get created, but they don't speed up query execution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants