notes/db/sql/postgres/feature/performance/hints-directions-query-planner.txt
Ihar Hancharenka 807fe7547d m
2025-01-06 09:37:26 +03:00

6 строки
149 B
Plaintext

https://www.postgresql.org/docs/current/runtime-config-query.html
set enable_nestedloop=true;
set enable_hashjoin=false;
set enable_mergejoin=false