#2
⏱️ 437.45 мс
select count(*) as "aggregate" from "master_products" where "barcode" is not null and "category_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",17,82,161,667,true,17,82,161,667]
#3
⏱️ 71.01 мс
select * from "master_products" where "barcode" is not null and "category_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",17,82,161,667,true,17,82,161,667]
#4
⏱️ 18.48 мс
select * from "deals" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "is_active" = ? and "store_id" in (?, ?, ?, ?)
Bindings:
[1452325,1429167,752383,196717,182332,182279,167225,161332,150561,131290,129744,128283,128133,125825,114747,114746,114744,114743,114738,114735,114344,113754,113580,113381,113372,113144,112951,112279,111620,111593,111464,111030,true,17,82,161,667]
#6
⏱️ 10.34 мс
select * from "store_prices" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "price" > ? and "store_id" in (?, ?, ?, ?)
Bindings:
[1452325,1429167,752383,196717,182332,182279,167225,161332,150561,131290,129744,128283,128133,125825,114747,114746,114744,114743,114738,114735,114344,113754,113580,113381,113372,113144,112951,112279,111620,111593,111464,111030,0,17,82,161,667]
#9
⏱️ 13.56 мс
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:
[17,82,161,667,true,"2026-09-08T04:54:23.452410Z"]