#2
⏱️ 201.76 мс
select count(*) as "aggregate" from "master_products" where "barcode" is not null and "category_slug" = ? and "subcategory_slug" = ? and "master_products"."id" in ((select "master_product_id" from "store_prices" where "store_id" in (?, ?)) union (select "master_product_id" from "deals" where "is_active" = ? and "store_id" in (?, ?)))
Bindings:
["drinks","soft_drinks",355,184,true,355,184]
#3
⏱️ 45.54 мс
select * from "master_products" where "barcode" is not null and "category_slug" = ? and "subcategory_slug" = ? and "master_products"."id" in ((select "master_product_id" from "store_prices" where "store_id" in (?, ?)) union (select "master_product_id" from "deals" where "is_active" = ? and "store_id" in (?, ?))) order by CASE WHEN master_products.image_url IS NOT NULL AND master_products.image_url != '' THEN 0 ELSE 1 END, "master_products"."id" desc limit 32 offset 0
Bindings:
["drinks","soft_drinks",355,184,true,355,184]
#4
⏱️ 14.88 мс
select * from "deals" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "is_active" = ? and "store_id" in (?, ?)
Bindings:
[1433402,1433390,1427098,1420356,1420349,169656,125847,114747,114746,114745,114637,112279,108493,106903,106894,106147,106146,106145,106136,106086,106085,106084,106081,104377,101528,101281,101131,100969,100968,100900,100836,100325,true,355,184]
#6
⏱️ 8.25 мс
select * from "store_prices" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "price" > ? and "store_id" in (?, ?)
Bindings:
[1433402,1433390,1427098,1420356,1420349,169656,125847,114747,114746,114745,114637,112279,108493,106903,106894,106147,106146,106145,106136,106086,106085,106084,106081,104377,101528,101281,101131,100969,100968,100900,100836,100325,0,355,184]
#9
⏱️ 6.6 мс
select store_id, count(*) as total from "deals" where "store_id" in (?, ?) and "is_active" = ? and ("expires_at" is null or "expires_at" >= ?) group by "store_id"
Bindings:
[355,184,true,"2026-09-08T04:54:23.992047Z"]