#2
⏱️ 618.6 мс
select count(*) as "aggregate" from "master_products" where "barcode" is not null and "master_products"."id" in (select "master_product_id" from "deals" where "is_active" = ? and "store_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Bindings:
[true,3,731,749,769,321,343,1142,1160,1230,1232,1261,586,1280,600,617,1305,1312,1321,299,399,1349,39,92,116,129,126,150,175,196,238,365,427,457,508,509,1352,547,578,685,690,691,1384,22]
#3
⏱️ 751.99 мс
select * from "master_products" where "barcode" is not null and "master_products"."id" in (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 96 offset 0
Bindings:
[true,3,731,749,769,321,343,1142,1160,1230,1232,1261,586,1280,600,617,1305,1312,1321,299,399,1349,39,92,116,129,126,150,175,196,238,365,427,457,508,509,1352,547,578,685,690,691,1384,22]
#6
⏱️ 286.89 мс
select * from "deals" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "is_active" = ? and "store_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Bindings:
[8775869,8775868,8775867,8775866,8775865,8775864,8775863,8775862,8775861,8775860,8775859,8775858,8775857,8775856,8775855,8775854,8775853,8775852,8775851,8775850,8775849,8775848,8775847,8775846,8775845,8775844,8775843,8775842,8775841,8775840,8775839,8775838,8775837,8775836,8775835,8775834,8775833,8775832,8775831,8775830,8775829,8775828,8775827,8775826,8775825,8775816,8775815,8775810,8775804,8775803,8775802,8775801,8775782,8775781,8775755,8775713,8775712,8775711,8775710,8775709,8775708,8775707,8775651,8775580,8775546,8775533,8775532,8775528,8775519,8775509,4988681,4987518,4619338,4533815,4531886,3549846,3340041,3015043,2950238,2931321,2864871,2797107,2647878,2642425,2641760,2639215,2634246,2616260,2615066,2609947,2609674,2609139,2609137,2608279,2608090,2606604,2645047,7696015,199939,4869230,4533490,189745,2671007,190787,809367,420472,95010,764101,337070,1945358,124804,2769595,101043,2901961,3675179,368474,374223,122806,95379,2742300,2629564,3261507,1907886,101044,322317,127029,154873,123105,122841,102185,102244,130085,94867,94974,97463,98565,101042,101339,7471561,112925,110719,115658,111499,114703,115686,115805,114773,115646,113731,true,3,731,749,769,321,343,1142,1160,1230,1232,1261,586,1280,600,617,1305,1312,1321,299,399,1349,39,92,116,129,126,150,175,196,238,365,427,457,508,509,1352,547,578,685,690,691,1384,22]
#9
⏱️ 109.54 мс
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:
[3,731,749,769,321,343,1142,1160,1230,1232,1261,586,1280,600,617,1305,1312,1321,1349,39,92,116,129,126,150,175,196,238,365,427,457,508,509,1352,547,578,685,690,691,1384,22,true,"2026-09-08T05:05:13.928031Z"]