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

Optional Arguments for useful postgres settings during create_index #16

Open
olirice opened this issue Jun 9, 2023 · 0 comments
Open
Assignees

Comments

@olirice
Copy link
Collaborator

olirice commented Jun 9, 2023

It could be useful to optionally allow users to provide a statement_timeout during create_index as it can be difficult to interrupt once started and could potentially take a long time if the table contains a lot of data

For IVFFLat indexes, insufficient maintenance_work_mem can cause the index creation to fail at the last step. ref. This should be an optional argument to create_index to make it possible to adjust when the postgres role has sufficient permission

@olirice olirice self-assigned this Jun 9, 2023
@olirice olirice changed the title Optional Argument for statement timeout during create_index Optional Arguments for useful postgres settings during create_index Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant