You've already forked explain.depesz.com
mirror of
https://gitlab.com/depesz/explain.depesz.com.git
synced 2025-07-03 00:58:12 +02:00
6 lines
160 B
MySQL
6 lines
160 B
MySQL
![]() |
-- Added missing index for finding plan optimizations
|
||
|
|
||
|
BEGIN;
|
||
|
CREATE INDEX plans_optimization_for on plans (optimization_for) where not is_deleted;
|
||
|
COMMIT;
|