mirror of
https://gitlab.com/depesz/explain.depesz.com.git
synced 2024-11-24 08:42:27 +02:00
Added missing index for finding plan optimizations
This commit is contained in:
parent
46800fc9fb
commit
60ecd77745
5
sql/patch-013.sql
Normal file
5
sql/patch-013.sql
Normal file
@ -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;
|
Loading…
Reference in New Issue
Block a user