You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
olirice
changed the title
Optional Argument for statement timeout during create_index
Optional Arguments for useful postgres settings during create_index
Nov 9, 2023
It could be useful to optionally allow users to provide a
statement_timeout
duringcreate_index
as it can be difficult to interrupt once started and could potentially take a long time if the table contains a lot of dataFor IVFFLat indexes, insufficient
maintenance_work_mem
can cause the index creation to fail at the last step. ref. This should be an optional argument tocreate_index
to make it possible to adjust when the postgres role has sufficient permissionThe text was updated successfully, but these errors were encountered: