-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Create indexes using the Console #2219
Comments
Places where I'd absolutely love to see such a feature in the console would be:
Additionally it would be handy to see existing indexes in the modify-table section. |
yes please. definitely prefer this to manually creating indices. |
Any updates on this? Can't believe this hasn't been implemented :( I just found out that you are forced to do everything via console for migrations and I had to give up my beloved DataGrip, which was a massive productivity hit. And now I find out the console isn't even built completely! Kind of rethinking hasura entirely tbh. |
@AdityaAnand1 We'll add this soon. In the meantime, you can use the |
Any updates on this? It's been almost 2 years now :( Ideally, we should be able to create and manage indices within the console and it should be handled as part of hasura config/metadata itself, not as manual Raw SQL migrations. |
3f35a9a adds support for the creation and deletion of indexes via the console for Postgres data sources. You can expect it to be out in one of the upcoming releases. |
That took a long time to land, but still excited it's finally here. Looking forward for the release. |
Hi,
I know you can do that on PostgreSQL, but manually. It would be handy to be able to rely on the Console to do that instead, and also get the
up
anddown
migration files along the way.As far as I know, at this time, you'll have to craft your own SQL query. That is not only time consuming, but very error-prone. Being able to create indexes, even basic ones, right from the Console would help much.
Thanks.
The text was updated successfully, but these errors were encountered: