annotate schema/updates/1107/01.reindex_import_logs.sql @ 5684:536e842d9bfa sr-v2

Reorder vertices in tins to minimize delta distances.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 11 Feb 2024 22:32:55 +0100
parents 65a5501dc13d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4187
65a5501dc13d Enable faster access to import logs
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
1 DROP INDEX import.kind_idx;
65a5501dc13d Enable faster access to import logs
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
2 CREATE INDEX import_logs_import_id ON import.import_logs (import_id);