#2
⏱️ 2723.31 мс
select count(*) as "aggregate" from "master_products" where "barcode" is not null and "category_slug" = ? and (exists (select 1 from "store_prices" where "store_prices"."master_product_id" = "master_products"."id" and "store_prices"."store_id" in (?, ?, ?, ?, ?, ?, ?)) or exists (select 1 from "deals" where "deals"."master_product_id" = "master_products"."id" and "deals"."is_active" = ? and "deals"."store_id" in (?, ?, ?, ?, ?, ?, ?)))
Bindings:
["grocery",339,614,91,110,130,272,651,true,339,614,91,110,130,272,651]
#3
⏱️ 3022.99 мс
select * from "master_products" where "barcode" is not null and "category_slug" = ? and (exists (select 1 from "store_prices" where "store_prices"."master_product_id" = "master_products"."id" and "store_prices"."store_id" in (?, ?, ?, ?, ?, ?, ?)) or exists (select 1 from "deals" where "deals"."master_product_id" = "master_products"."id" and "deals"."is_active" = ? and "deals"."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:
["grocery",339,614,91,110,130,272,651,true,339,614,91,110,130,272,651]
#4
⏱️ 14.9 мс
select * from "deals" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "is_active" = ? and "store_id" in (?, ?, ?, ?, ?, ?, ?)
Bindings:
[4991028,4991027,4988697,4988581,4988288,4988227,4987332,4987245,4986833,4986557,4986458,4985767,4985212,4985155,4985032,4985016,4984993,4984194,4562376,4533815,4532830,4531886,4528009,4283415,4072452,2990001,2989999,2049531,2045396,1831786,1611230,1559519,true,339,614,91,110,130,272,651]
#6
⏱️ 17.23 мс
select * from "store_prices" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "price" > ? and "store_id" in (?, ?, ?, ?, ?, ?, ?)
Bindings:
[4991028,4991027,4988697,4988581,4988288,4988227,4987332,4987245,4986833,4986557,4986458,4985767,4985212,4985155,4985032,4985016,4984993,4984194,4562376,4533815,4532830,4531886,4528009,4283415,4072452,2990001,2989999,2049531,2045396,1831786,1611230,1559519,0,339,614,91,110,130,272,651]