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

Allow inserting vectors of arbitrary size on an empty index and pick up index dimension on first insert #198

Open
Ngalstyan4 opened this issue Oct 10, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Ngalstyan4
Copy link
Contributor

It can be confusing when one creates an index on an empty table and they have specified real[] array dimensionality in a CREATE TABLE statement (see #197, thanks @min-mwei for point out!)

To make for better experience, we could delay the actual index creation until the first insert, when index creation happens on an empty table.

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

Successfully merging a pull request may close this issue.

1 participant