@@ -37,7 +37,10 @@ services:
db:
image: mariadb:10.4
- command: --max_allowed_packet=64M
+ command:
+ --max_allowed_packet=64M
+ --optimizer_use_condition_selectivity=1
+ --optimizer_switch="rowid_filter=off"
ports:
- "3306:3306"
env_file: env/db.env