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

Implement CREATE/DROP INDEX #5178

Open
waynexia opened this issue Dec 16, 2024 · 0 comments
Open

Implement CREATE/DROP INDEX #5178

waynexia opened this issue Dec 16, 2024 · 0 comments
Labels
C-enhancement Category Enhancements

Comments

@waynexia
Copy link
Member

What type of enhancement is this?

User experience

What does the enhancement do?

Currently, the public user interface to create/drop index is ALTER TABLE. This might work but we can also provide a more conventional way to do this like CREATE INDEX in PostgreSQL.

We don't need to keep exactly the same with PG's grammar, as there are many different concepts among us. We can discuss the detailed preferred grammar in this thread before starting implement it.

Implementation challenges

No response

@waynexia waynexia added the C-enhancement Category Enhancements label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category Enhancements
Projects
None yet
Development

No branches or pull requests

1 participant