#2
⏱️ 308.55 мс
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:
["snacks",17,82,161,667,true,17,82,161,667]
#3
⏱️ 116.35 мс
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:
["snacks",17,82,161,667,true,17,82,161,667]
#4
⏱️ 10.04 мс
select * from "deals" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "is_active" = ? and "store_id" in (?, ?, ?, ?)
Bindings:
[1451670,1433560,1227637,337813,281755,264842,252428,251397,251286,243870,242656,242189,208251,198607,181855,167091,167072,166510,166487,166486,165422,165014,165013,164651,164546,159309,152699,152675,152673,152524,152329,152320,true,17,82,161,667]
#6
⏱️ 9.03 мс
select * from "store_prices" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "price" > ? and "store_id" in (?, ?, ?, ?)
Bindings:
[1451670,1433560,1227637,337813,281755,264842,252428,251397,251286,243870,242656,242189,208251,198607,181855,167091,167072,166510,166487,166486,165422,165014,165013,164651,164546,159309,152699,152675,152673,152524,152329,152320,0,17,82,161,667]
#9
⏱️ 55.2 мс
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:28.717326Z"]