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

Add REINDEX statement #72

Closed
asdine opened this issue Apr 10, 2020 · 0 comments · Fixed by #149
Closed

Add REINDEX statement #72

asdine opened this issue Apr 10, 2020 · 0 comments · Fixed by #149
Labels
sql SQL API and syntax
Milestone

Comments

@asdine
Copy link
Collaborator

asdine commented Apr 10, 2020

/*Reindex all tables*/
REINDEX;

/*Reindex a table or an index (in that order) */
REINDEX foo;
@asdine asdine added the sql SQL API and syntax label Apr 10, 2020
@asdine asdine added this to the v0.6.0 milestone Apr 10, 2020
@asdine asdine modified the milestones: v0.6.0, v0.7.0 Jun 28, 2020
@asdine asdine linked a pull request Aug 17, 2020 that will close this issue
@asdine asdine closed this as completed Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sql SQL API and syntax
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant