#60OPEN Issue
create_index_for_contract locks the table for writes
arnaud-da04-09-2026Last activity 1d ago
The create_index_for_contract procedure does not build the index concurrently (see postgres docs), and as such locks the table for writes during the whole index creation.