mirror of
https://gitlab.com/depesz/explain.depesz.com.git
synced 2026-06-19 22:15:11 +02:00
Added missing index for finding plan optimizations
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Added missing index for finding plan optimizations
|
||||
|
||||
BEGIN;
|
||||
CREATE INDEX plans_optimization_for on plans (optimization_for) where not is_deleted;
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user