{"timestamp":1649814420.105302000,"queryText":"#Empty","userName":"ppc","userSecondName":"ppc","userHost":"box_subnet_root.tjqgcetplukbn6zh.sas.yp-c.yandex.net","userIp":"2a02:6b8:c08:1b9c:0:648:9080:0","connectionId":11074911,"schema":"ppc","lastErrorNumber":0,"killedCode":0,"queryTimeInSeconds":8.75739,"lockTimeInSeconds":0.05862,"rowsSentCount":10001,"rowsExaminedCount":40004,"rowsAffectedCount":0,"bytesSentCount":351689,"tempTablesCount":0,"tempTablesOnDiskCount":0,"tempTablesSizesInBytes":0,"transactionId":0,"hasFullJoin":false,"mergePassesCount":0,"innoDbIoReadOperationsCount":0,"innoDbIoReadBytesCount":0,"innoDbReadWaitInSeconds":0.0,"innoDbRecordsLockWaitInSeconds":0.0,"innoQbQueueWaitInSeconds":0.0,"innoDbPagesCountDistinct":0}
{"timestamp":1633554039.050082000,"queryText":"select SLEEP(61), '/* pt-kill-me */';","userName":"ppc","userSecondName":"ppc","userHost":"ppcback01e.da.yandex.ru","userIp":"2a02:6b8:c04:20e:0:648:7a54:c802","connectionId":37852160,"schema":"ppc","lastErrorNumber":0,"killedCode":0,"queryTimeInSeconds":34.801815,"lockTimeInSeconds":0.0,"rowsSentCount":1,"rowsExaminedCount":0,"rowsAffectedCount":0,"bytesSentCount":116,"tempTablesCount":0,"tempTablesOnDiskCount":0,"tempTablesSizesInBytes":0,"transactionId":0,"hasFullJoin":false,"mergePassesCount":0,"innoDbIoReadOperationsCount":0,"innoDbIoReadBytesCount":0,"innoDbReadWaitInSeconds":0.0,"innoDbRecordsLockWaitInSeconds":0.0,"innoQbQueueWaitInSeconds":0.0,"innoDbPagesCountDistinct":0}
{"timestamp":1633554385.879595000,"queryText":"SELECT /* reqid:6777854611676784015:direct.script:ppcSendOrderWarnings */ c.cid, c.uid, c.name,\n                                                   c.type as mediaType,\n                                                   t.sum as sum,\n                                                   t.wallet_sum,\n                                                   t.total as total,\n                                                   co.email as cmail,\n                                                   u.email,\n                                                   u.FIO,\n                                                   u.login,\n                                                   u.phone,\n                                                   u.ClientID,\n                                                   c.statusMail,\n                                                   c.currency,\n                                                   IFNULL(t.wallet_sum_debt, 0) as wallet_sum_debt,\n                                                   IFNULL(clo.debt, 0) as debt,\n                                                   IFNULL(clo.overdraft_lim, 0) as overdraft_lim,\n                                                   IFNULL(clo.auto_overdraft_lim, 0) as auto_overdraft_lim,\n                                                   IFNULL(clo.statusBalanceBanned, 'No') as statusBalanceBanned,\n                                                   c.sum_last,\n                                                   c.OrderID,\n                                                   cuw_order_ids\n                                              FROM (\n                                                   SELECT c.cid,\n                                                          c.sum + ifnull(sum(cuw.sum), 0) as sum,\n                                                          c.sum as wallet_sum,\n                                                          (c.sum - c.sum_spent) + ifnull(sum(cuw.sum - cuw.sum_spent), 0) as total,\n                                                          sum(IF(cuw.sum - cuw.sum_spent < 0, cuw.sum - cuw.sum_spent, 0)) AS wallet_sum_debt,\n                                                          GROUP_CONCAT(cuw.OrderID) as cuw_order_ids\n                                                     FROM campaigns c\n                                                          LEFT JOIN campaigns cuw ON cuw.uid = c.uid AND cuw.wallet_cid = c.cid\n                                                    WHERE c.type = 'wallet'\n                                                      AND (c.statusMail < 2 OR c.statusMail = 4)\n\n                                                    GROUP BY c.cid\n                                                    UNION ALL\n                                                   SELECT c.cid,\n                                                          c.sum as sum,\n                                                          0 as wallet_sum,\n                                                          (c.sum - c.sum_spent) as total,\n                                                          0 AS wallet_sum_debt,\n                                                          '' as cuw_order_ids\n                                                     FROM campaigns c\n                                                    WHERE c.type != 'wallet'\n                                                      AND c.wallet_cid = 0\n                                                      AND (c.statusMail < 2 OR c.statusMail = 4)\n\n                                                   ) as t\n                                                   JOIN campaigns c ON c.cid = t.cid\n                                                   LEFT JOIN camp_options co ON co.cid = c.cid\n                                                   LEFT JOIN users u ON u.uid = c.uid\n                                                   LEFT JOIN clients_options clo ON u.ClientID = clo.ClientID;","userName":"ppc","userSecondName":"ppc","userHost":"direct-perl-scripts-man-yp-1.man.yp-c.yandex.net","userIp":"2a02:6b8:c0b:1996:0:648:fa3:0","connectionId":37856411,"schema":"ppc","lastErrorNumber":1260,"killedCode":0,"queryTimeInSeconds":10.561406,"lockTimeInSeconds":2.86E-4,"rowsSentCount":203733,"rowsExaminedCount":4375576,"rowsAffectedCount":0,"bytesSentCount":13023285,"tempTablesCount":3,"tempTablesOnDiskCount":1,"tempTablesSizesInBytes":16384,"transactionId":0,"hasFullJoin":false,"mergePassesCount":0,"innoDbIoReadOperationsCount":0,"innoDbIoReadBytesCount":0,"innoDbReadWaitInSeconds":0.0,"innoDbRecordsLockWaitInSeconds":0.0,"innoQbQueueWaitInSeconds":0.0,"innoDbPagesCountDistinct":8191}
{"timestamp":1634294067.675582000,"queryText":"SELECT /* reqid:7591132018021162985:direct.script:bsClientData */ STRAIGHT_JOIN c.cid\n          FROM campaigns c\n        left join campaigns wc on wc.cid = c.wallet_cid\n        left join camp_options co on co.cid = c.cid\n        left join clients_options clo on clo.ClientID = c.ClientID\n        join users u on u.uid = c.uid\n        left join phrases p on p.cid = c.cid AND u.statusBlocked = 'No'\n        left join banners b on b.pid = p.pid\n                                 and c.archived = 'No'\n                                 and ((c.sum + IFNULL(wc.sum, 0) - (c.sum_spent + IFNULL(wc.sum_spent, 0))) > 1e-07\n                        OR clo.auto_overdraft_lim > 0\n                        OR c.archived = 'No' AND c.OrderID > 0 AND b.BannerID > 0\n                        OR c.archived = 'No' AND c.type IN ('internal_free','internal_distrib')\n                       )\n        left join banner_images bim on b.bid = bim.bid\n        left join images on images.bid = b.bid\n        left join banners_performance b_perf on b_perf.bid = b.bid\n        left join perf_creatives perf_cr on perf_cr.creative_id = b_perf.creative_id\n        left join banner_turbolandings btl on b.bid = btl.bid\n        left join banner_permalinks bpml on b.bid = bpml.bid\n        left join organizations org on bpml.permalink = org.permalink_id\n                                 and org.ClientID = c.ClientID\n\n         WHERE c.cid in (53070530,53448919,52901202,52208541,53070503,53669161,55595561,53032994,50952107,52725108,51594514,50952823,53669199,50952209,51546243,53669213,53032953,53668976,50952572,52601205,53070704,50741505,53117105,53081197,50952089,53490143,53032974,51604172,53070391,53449418,50741080,50742048,51149175,53668939,52208689,50952213,50952682,53070441,50741704,50741136,50742176,53449276,53066131,50741376,53065966,53448852,53447513,51149184,50952869,51594657,55596035,53065842,50952406,51149245,50952424,50740933,50952529,53490137,50741590,52142780,50952159,52901525,50741757,52142675,50741660,50952905,53033042,50741231,52894055,53033426,50952301,51594639,50741075,51153912,53669228,55504330,52901550,50741220,52901271,50741512,53447544,55596254,53066049,53070803,53033246,51153851,50741152,51594556,53447637,52893967,50952116,53448509,53449880,53449383,53669073,50952263,53448593,52901456,51594799,53066090,52894375,50952397,51153880,53065825,53093755,52142639,51149270,51594569,51594544,52901723,52901654,51594536,52901410,53669029,51149164,50741349,52842563,53066645,51594521,50740917,53669180,52901341,50741445,50742247,53669035,53449220,50741024,53026225,53669062,50741094,51607020,50741270,51153718,50952181,50741429,50742167,51546289,53447674,50741102,52901617,50741924,50741466,53066490,50952241,52901256,53447357,50952762,52892341,52894009,52894482,52901488,53117071,52901600,50952122,50741318,53033071,52208649,50742138,51594487,50952418,50831851,50741021,50952767,53066290,53033028,51594841,51594831,51594591,53070564,52894545,53117096,50952986,53070746,52894649,52208728,50741595,51149299,52601294,51153895,50952695,53033087,52894194,50741980,50740981,52901737,53033360,50741549,50741540,50741168,53447479,53066580,53447003,53117087,50741242,50952935,53065995,50741005,53033327,51606995,53033229,50952802,50952338,50952995,50741322,50952730,50952286,51594747,50952592,53066315,52901382,52901444,52142754,50741163,51594787,53070419,53020531,52901696,53081140,50740937,53033379,50741848,50741787,53669206,51149219,53253565,50741420,53066203,53448728,50741012,53669421,50742070,50741720,53066473,50741990,53033306,53066301,52208477,50952485,52842491,50952346,50742124,53447422,50952853,53070485,50952753,51153694,52894421,51149287,50741478,52901678,50741341,53033414,50952150,55595241,50741568,53066674,52901575,52894148,53668960,53447277,50952379,50741252,53669134,53066557,51594730,52901288,50952780,50741673,53034014,53448654,52894594,50742057,53033122,53070584,51594774,50741800,50952387,50742099,53448787,50741069,50742148,53449683,53033281,52208574,50952552,53033460,53668917,51546308,50742091,50952499,50741279,51594813,53463944,52208602,51149148,50741142,53065858,52901326,52842534,50741052,51594708,51594766,53033440,51149155,50952503,50740993,50741773,53446741,53070772,53033012,53033394,52901639,52901240,51607043,50952703,51594685,50741764,50952647,53033058,51594698,50952714,53066238,52894283,53447989,50741963,51149309,53081119,52901500,53070790,53033140,52208513,53446826,52142718,52901757,53449598,53669046,53033160,52901305,50741723,51149255,50741332,52901468,50741574,53117144,51606968,51594736,50952471,50953045,50952738,51546329,53447750,51594607,50741942,53034419,51594445,50952455,53669149,50741062,51594579,50741227,51594757,51594853,51594469,50828666,50952796,50952412,50740989,52901361,50741180,50741557,50741907,53117037,53070718,53066593,53449760,50952102,53070755,53070731,52901513,53117119,51594626,53065932,55596140,50741954,53081180,53066346,50952635,50741694,50741866,53449166,51149141,50952445,53449094,53032916,51594457,51149209,53669121,53490131,50953050,53449342,50741655,50952371,53066614,52894103,54219829,50952430,50742076,50741191,53446931,50952137,50953032,50742044,53669222,50742154,51149133,53033176,51594671,51149227,53117162,53033263,51546271,51153865,55595840,52601267,52601318,52842599,50742129,50741369,53032932,53033107,52901220,53449514,50952097,51594499,51153707,51547181,53081155) AND (((c.OrderID > 0 OR c.statusModerate = 'Yes') AND c.statusEmpty = 'No') AND (\n        (\n            ((c.sum + IFNULL(wc.sum, 0) - (c.sum_spent + IFNULL(wc.sum_spent, 0))) > 1e-07\n                        OR clo.auto_overdraft_lim > 0\n                        OR c.archived = 'No' AND c.OrderID > 0 AND b.BannerID > 0\n                        OR c.archived = 'No' AND c.type IN ('internal_free','internal_distrib')\n                       ) AND co.statusPostModerate = 'Accepted'\n            OR (c.statusBsSynced = 'Sending' AND (c.OrderID > 0 OR c.type = 'wallet'))\n        )\n        AND (\n            c.statusBsSynced = 'Sending'\n            OR\n        b.statusBsSynced = 'Sending'\n        AND (\n            (b.statusPostModerate = 'Yes' AND (b.sitelinks_set_id IS NULL\n                                                                       OR b.sitelinks_set_id = 0\n                                                                       OR b.statusSitelinksModerate in ('Yes', 'No')\n                                                                       OR b.statusShow = 'No')\n                                     OR\n                                     (\n                                        b.statusPostModerate = 'Rejected'\n                                        OR perf_cr.statusModerate = 'AdminReject'\n                                     ) AND IFNULL(b.BannerID, 0) > 0)\n            OR b.statusShow = 'No'\n        )\n        AND (\n            b.BannerID > 0\n            OR (\n                (\n        b.statusShow = 'Yes' and b.statusPostModerate != 'Rejected' and b.statusArch = 'No'\n        and (\n            b.banner_type NOT IN\n                ('image_ad', 'cpc_video', 'mcbanner', 'cpm_banner', 'cpm_outdoor', 'cpm_indoor', 'cpm_audio')\n            OR IF(images.bid is not null, images.statusModerate, b_perf.statusModerate) = 'Yes'\n        )\n)\n                AND (p.statusPostModerate = 'Yes' OR p.statusPostModerate = 'Rejected' AND IFNULL(p.PriorityID, 0) > 0)\n            )\n            AND (p.statusBsSynced = 'Sending' OR p.PriorityID > 0)\n        )\n        AND (\n            (\n    IFNULL(b.href,'') != ''\n    OR (btl.tl_id IS NOT NULL AND btl.statusModerate = 'Yes')\n    OR b.banner_type IN ('dynamic', 'mobile_content', 'performance', 'cpm_outdoor', 'internal', 'cpm_indoor')\n    OR (b.banner_type IN ('image_ad', 'cpc_video') AND c.type = 'mobile_content')\n    OR (b.phoneflag = 'Yes' AND b.vcard_id IS NOT NULL)\n    OR (bpml.permalink_assign_type = 'manual' AND bpml.prefer_vcard_over_permalink = 0 AND (org.status_publish = 'published' OR bpml.is_sent_to_bs = 1 OR bpml.chain_id IS NOT NULL))\n)\n            OR b.statusShow = 'No'\n            OR b.statusPostModerate = 'Rejected'\n        )\n\n            OR\n        (p.statusPostModerate = 'Yes' OR p.statusPostModerate = 'Rejected' AND IFNULL(p.PriorityID, 0) > 0)\n        AND p.statusBsSynced = 'Sending'\n        AND (\n            b.BannerID > 0\n            OR (\n                (\n        b.statusShow = 'Yes' and b.statusPostModerate != 'Rejected' and b.statusArch = 'No'\n        and (\n            b.banner_type NOT IN\n                ('image_ad', 'cpc_video', 'mcbanner', 'cpm_banner', 'cpm_outdoor', 'cpm_indoor', 'cpm_audio')\n            OR IF(images.bid is not null, images.statusModerate, b_perf.statusModerate) = 'Yes'\n        )\n)\n                AND (b.statusPostModerate = 'Yes' AND (b.sitelinks_set_id IS NULL\n                                                                       OR b.sitelinks_set_id = 0\n                                                                       OR b.statusSitelinksModerate in ('Yes', 'No')\n                                                                       OR b.statusShow = 'No')\n                                     OR\n                                     (\n                                        b.statusPostModerate = 'Rejected'\n                                        OR perf_cr.statusModerate = 'AdminReject'\n                                     ) AND IFNULL(b.BannerID, 0) > 0)\n            )\n            AND (\n                (\n    IFNULL(b.href,'') != ''\n    OR (btl.tl_id IS NOT NULL AND btl.statusModerate = 'Yes')\n    OR b.banner_type IN ('dynamic', 'mobile_content', 'performance', 'cpm_outdoor', 'internal', 'cpm_indoor')\n    OR (b.banner_type IN ('image_ad', 'cpc_video') AND c.type = 'mobile_content')\n    OR (b.phoneflag = 'Yes' AND b.vcard_id IS NOT NULL)\n    OR (bpml.permalink_assign_type = 'manual' AND bpml.prefer_vcard_over_permalink = 0 AND (org.status_publish = 'published' OR bpml.is_sent_to_bs = 1 OR bpml.chain_id IS NOT NULL))\n)\n                OR b.statusShow = 'No'\n            )\n            AND b.statusBsSynced = 'Sending'\n        )\n\n        )\n    )) AND (c.statusBsSynced = 'Sending' OR b.statusBsSynced = 'Sending' OR p.statusBsSynced = 'Sending')\n         GROUP BY c.cid;","userName":"ppc","userSecondName":"ppc","userHost":"direct-perl-scripts-sas-yp-15.sas.yp-c.yandex.net","userIp":"2a02:6b8:c08:8906:0:648:5479:0","connectionId":32299266,"schema":"ppc","lastErrorNumber":0,"killedCode":0,"queryTimeInSeconds":13.72785,"lockTimeInSeconds":6.8E-4,"rowsSentCount":434,"rowsExaminedCount":3974880,"rowsAffectedCount":0,"bytesSentCount":2036,"tempTablesCount":0,"tempTablesOnDiskCount":0,"tempTablesSizesInBytes":0,"transactionId":0,"hasFullJoin":false,"mergePassesCount":0,"innoDbIoReadOperationsCount":0,"innoDbIoReadBytesCount":0,"innoDbReadWaitInSeconds":0.0,"innoDbRecordsLockWaitInSeconds":0.0,"innoQbQueueWaitInSeconds":0.0,"innoDbPagesCountDistinct":8167}
{"timestamp":1634294098.387336000,"queryText":"select /* reqid:126689573582087452:direct.jobs:marketfeeds.SyncMarketFeedsJob */ `feeds`.`is_remove_utm`, `feeds`.`master_system`, `feeds`.`market_business_id`, `feeds`.`login`, `feeds`.`feed_id`, `feeds`.`fetch_errors_count`, `feeds`.`last_refreshed`, `feeds`.`filename`, `feeds`.`update_status`, `feeds`.`feed_type`, `feeds`.`market_feed_id`, `feeds`.`name`, `feeds`.`market_shop_id`, `feeds`.`offer_examples`, `feeds`.`ClientID`, `feeds`.`offers_count`, `feeds`.`refresh_interval`, `feeds`.`email`, `feeds`.`cached_file_hash`, `feeds`.`LastChange`, `feeds`.`encrypted_password`, `feeds`.`url`, `feeds`.`source`, `feeds`.`business_type`, `feeds`.`usage_type` from `feeds` where `feeds`.`market_shop_id` is not null;","userName":"ppc","userSecondName":"ppc","userHost":"","userIp":"2a02:6b8:c0c:c12b:0:648:f9b1:0","connectionId":32288468,"schema":"ppc","lastErrorNumber":0,"killedCode":0,"queryTimeInSeconds":45.231218,"lockTimeInSeconds":7.0E-5,"rowsSentCount":4212,"rowsExaminedCount":10403,"rowsAffectedCount":0,"bytesSentCount":127292693,"tempTablesCount":0,"tempTablesOnDiskCount":0,"tempTablesSizesInBytes":0,"transactionId":0,"hasFullJoin":false,"mergePassesCount":0,"innoDbIoReadOperationsCount":150786,"innoDbIoReadBytesCount":2470477824,"innoDbReadWaitInSeconds":16.05419,"innoDbRecordsLockWaitInSeconds":0.0,"innoQbQueueWaitInSeconds":0.0,"innoDbPagesCountDistinct":8191}
{"timestamp":1634294121.632764000,"queryText":"select /* reqid:7591187549827285328:direct.script:moderateExportMaster */ distinct p.pid, p.cid, p.statusModerate, p.LastChange as timeChanged\n              from phrases p join banners b on p.pid = b.pid\n\n             where p.statusModerate='Ready'\n                and p.adgroup_type != 'internal'\n                and (\n                    p.adgroup_type IN ('dynamic', 'cpm_outdoor')\n                    or exists (select 1 from bids_retargeting br where br.pid=p.pid and is_suspended !=1)\n                    or exists (select 1 from bids ph where ph.pid=p.pid and is_suspended !=1)\n                    or exists (select 1 from bids_base bb where bb.pid=p.pid and not find_in_set('suspended', bb.opts) and not find_in_set('deleted', bb.opts) AND bb.bid_type <> 'keyword')\n          );","userName":"ppc","userSecondName":"ppc","userHost":"direct-perl-scripts-man-yp-1.man.yp-c.yandex.net","userIp":"2a02:6b8:c0b:1996:0:648:fa3:0","connectionId":31502434,"schema":"ppc","lastErrorNumber":0,"killedCode":0,"queryTimeInSeconds":24.25917,"lockTimeInSeconds":1.52E-4,"rowsSentCount":353,"rowsExaminedCount":3579995,"rowsAffectedCount":0,"bytesSentCount":2378,"tempTablesCount":1,"tempTablesOnDiskCount":0,"tempTablesSizesInBytes":0,"transactionId":0,"hasFullJoin":false,"mergePassesCount":0,"innoDbIoReadOperationsCount":0,"innoDbIoReadBytesCount":0,"innoDbReadWaitInSeconds":0.0,"innoDbRecordsLockWaitInSeconds":0.0,"innoQbQueueWaitInSeconds":0.0,"innoDbPagesCountDistinct":8191}
{"timestamp":1634292226.981272000,"queryText":"select /* reqid:7589096855847531601:direct.script:ppcSendWarnPlace.pl */ STRAIGHT_JOIN\n                                                bi.id, b.bid, bi.norm_phrase, p.geo, c.cid, p.pid,\n                                                bi.place, bi.phrase, bi.price, bph.phraseIdHistory,\n                                                auct.Rank, auct.Shows, auct.Clicks,\n                                                c.uid, c.ManagerUID, c.AgencyUID,\n                                                c.OrderID, p.PriorityID, b.BannerID, bi.PhraseID,\n                                                b.domain, vc.phone, b.title, b.body, b.banner_type,\n                                                ifnull(fd.filter_domain, b.domain) filter_domain,\n                                                c.autobudget,\n                                                c.platform, c.strategy_name, c.strategy_data,\n                                                c.timeTarget, c.timezone_id,\n                                                IFNULL(c.currency, 'YND_FIXED') AS currency,\n                                                p.group_name, p.adgroup_type, p.is_bs_rarely_loaded\n                                              , p.statusShowsForecast\n                                              , bi.showsForecast\n                                              , FIND_IN_SET('no_extended_geotargeting', c.opts)>0 as no_extended_geotargeting\n                                             from\n                                                campaigns c FORCE INDEX (PRIMARY)\n                                                left join campaigns wc on c.wallet_cid = wc.cid\n                                                left join camp_options co on co.cid=c.cid\n                                                join phrases p on p.cid = c.cid\n                                                join bs_auction_stat auct on auct.pid = p.pid\n                                                join bids bi on bi.pid = p.pid and bi.PhraseID = auct.PhraseID\n                                                join banners b on b.pid = p.pid\n                                                left join filter_domain fd on fd.domain = b.domain\n                                                left join vcards vc on vc.vcard_id = b.vcard_id\n                                                left join bids_phraseid_history bph on bph.cid = bi.cid and bph.id = bi.id\n                                             where\n                                                (c.cid % 4 = 0)\n                                                and c.type='text'\n                                                and auct.stattime > 20211015102605\n                                                and b.banner_type = 'text'\n                                                and b.statusActive = 'Yes'\n                                                and c.statusShow='Yes'\n                                                and c.autobudget='No'\n                                                and c.sum - c.sum_spent + IF(c.wallet_cid, wc.sum - wc.sum_spent, 0) >= 0.01\n                                                and c.start_time < now()\n                                                and ifnull(auct.rank, 1) > 0\n                                                and bi.warn='Yes'\n                                                and bi.place > 0\n                                                and bi.is_suspended = 0\n                                                and ifnull(co.warnPlaceInterval, 60) = 60;","userName":"ppc","userSecondName":"ppc","userHost":"direct-perl-scripts-man-yp-9.man.yp-c.yandex.net","userIp":"2a02:6b8:c13:3a16:0:648:4724:0","connectionId":32277616,"schema":"ppc","lastErrorNumber":0,"killedCode":0,"queryTimeInSeconds":31.451251,"lockTimeInSeconds":4.07E-4,"rowsSentCount":34665,"rowsExaminedCount":7648788,"rowsAffectedCount":0,"bytesSentCount":2896701,"tempTablesCount":0,"tempTablesOnDiskCount":0,"tempTablesSizesInBytes":0,"transactionId":0,"hasFullJoin":false,"mergePassesCount":0,"innoDbIoReadOperationsCount":37034,"innoDbIoReadBytesCount":606765056,"innoDbReadWaitInSeconds":4.388015,"innoDbRecordsLockWaitInSeconds":0.0,"innoQbQueueWaitInSeconds":0.0,"innoDbPagesCountDistinct":8191}
{"timestamp":1634294565.648098000,"queryText":"SELECT /* reqid:7591470319180467092:direct.script:ppcSendOrderWarnings */ c.cid, c.uid, c.name,\n                                                   IFNULL(co.money_warning_value, 20) AS money_warning_value,\n                                                   t.sum as sum,\n                                                   t.total as total,\n                                                   c.sum_last,\n                                                   c.sum_units,\n                                                   t.type as mediaType,\n                                                   c.currency,\n                                                   co.email as cmail,\n                                                   u.email,\n                                                   u.FIO,\n                                                   u.login,\n                                                   u.phone,\n                                                   u.ClientID,\n                                                   c.statusMail\n                                              FROM (\n                                                   SELECT c.cid,\n                                                          c.sum + ifnull(sum(cuw.sum), 0) as sum,\n                                                          c.sum_units + ifnull(sum(cuw.sum_units), 0) as sum_units,\n                                                          (c.sum - c.sum_spent) + ifnull(sum(cuw.sum - cuw.sum_spent), 0) as total,\n                                                          'wallet' as type\n                                                     FROM campaigns c\n                                                          LEFT JOIN campaigns cuw ON cuw.uid = c.uid AND cuw.wallet_cid = c.cid\n                                                    WHERE c.type = 'wallet'\n                                                      AND c.statusMail = 0\n\n                                                    GROUP BY c.cid\n                                                    UNION ALL\n                                                   SELECT c.cid,\n                                                          c.sum as sum,\n                                                          c.sum_units as sum_units,\n                                                          (c.sum - c.sum_spent) as total,\n                                                          c.type\n                                                     FROM campaigns c\n                                                    WHERE c.type != 'wallet'\n                                                      AND c.wallet_cid = 0\n                                                      AND c.statusMail = 0\n\n                                                   ) as t\n                                                   JOIN campaigns c ON c.cid = t.cid\n                                                   LEFT JOIN camp_options co ON co.cid = c.cid\n                                                   LEFT JOIN users u ON u.uid = c.uid;","userName":"ppc","userSecondName":"ppc","userHost":"direct-perl-scripts-sas-yp-8.sas.yp-c.yandex.net","userIp":"2a02:6b8:c08:8913:0:648:bcab:0","connectionId":50799656,"schema":"ppc","lastErrorNumber":0,"killedCode":0,"queryTimeInSeconds":11.791191,"lockTimeInSeconds":2.44E-4,"rowsSentCount":203835,"rowsExaminedCount":3931865,"rowsAffectedCount":0,"bytesSentCount":9943498,"tempTablesCount":2,"tempTablesOnDiskCount":1,"tempTablesSizesInBytes":16384,"transactionId":0,"hasFullJoin":false,"mergePassesCount":0,"innoDbIoReadOperationsCount":0,"innoDbIoReadBytesCount":0,"innoDbReadWaitInSeconds":0.0,"innoDbRecordsLockWaitInSeconds":0.0,"innoQbQueueWaitInSeconds":0.0,"innoDbPagesCountDistinct":8191}
{"timestamp":1634294571.960789000,"queryText":"select /* reqid:7591464975255079886:direct.script:ppcMonitor */ sum(c.platform = 'search') disabled_cnt\n                                     , count(*) workcamps\n                                     , sum(c.AgencyUID > 0) workcamps_agency\n                                     , sum(c.ManagerUID > 0) workcamps_manager\n                                     , sum(c.platform = 'search') workcamps_no_context\n                                     , sum(c.platform = 'search' and c.AgencyUID > 0) workcamps_no_context_agency\n                                     , sum(c.platform = 'search' and c.ManagerUID > 0) workcamps_no_context_manager\n                                     , sum(IFNULL(c.disabledIps, '')!='') disabled_ips\n                                     , sum(c.statusBehavior!='Yes') disabled_behavior\n                                     , sum(c.platform != 'search' and c.ContextLimit between 1 and 10) workcamps_context_limit_10\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextLimit between 1 and 10) workcamps_agency_context_limit_10\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextLimit between 1 and 10) workcamps_manager_context_limit_10\n, sum(c.platform != 'search' and c.ContextPriceCoef between 1 and 10) workcamps_contextprice_coef_10\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextPriceCoef between 1 and 10) workcamps_agency_contextprice_coef_10\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextPriceCoef between 1 and 10) workcamps_manager_contextprice_coef_10\n, sum(c.platform != 'search' and c.ContextLimit between 11 and 20) workcamps_context_limit_20\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextLimit between 11 and 20) workcamps_agency_context_limit_20\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextLimit between 11 and 20) workcamps_manager_context_limit_20\n, sum(c.platform != 'search' and c.ContextPriceCoef between 11 and 20) workcamps_contextprice_coef_20\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextPriceCoef between 11 and 20) workcamps_agency_contextprice_coef_20\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextPriceCoef between 11 and 20) workcamps_manager_contextprice_coef_20\n, sum(c.platform != 'search' and c.ContextLimit between 21 and 30) workcamps_context_limit_30\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextLimit between 21 and 30) workcamps_agency_context_limit_30\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextLimit between 21 and 30) workcamps_manager_context_limit_30\n, sum(c.platform != 'search' and c.ContextPriceCoef between 21 and 30) workcamps_contextprice_coef_30\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextPriceCoef between 21 and 30) workcamps_agency_contextprice_coef_30\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextPriceCoef between 21 and 30) workcamps_manager_contextprice_coef_30\n, sum(c.platform != 'search' and c.ContextLimit between 31 and 40) workcamps_context_limit_40\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextLimit between 31 and 40) workcamps_agency_context_limit_40\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextLimit between 31 and 40) workcamps_manager_context_limit_40\n, sum(c.platform != 'search' and c.ContextPriceCoef between 31 and 40) workcamps_contextprice_coef_40\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextPriceCoef between 31 and 40) workcamps_agency_contextprice_coef_40\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextPriceCoef between 31 and 40) workcamps_manager_contextprice_coef_40\n, sum(c.platform != 'search' and c.ContextLimit between 41 and 50) workcamps_context_limit_50\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextLimit between 41 and 50) workcamps_agency_context_limit_50\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextLimit between 41 and 50) workcamps_manager_context_limit_50\n, sum(c.platform != 'search' and c.ContextPriceCoef between 41 and 50) workcamps_contextprice_coef_50\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextPriceCoef between 41 and 50) workcamps_agency_contextprice_coef_50\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextPriceCoef between 41 and 50) workcamps_manager_contextprice_coef_50\n, sum(c.platform != 'search' and c.ContextLimit between 51 and 60) workcamps_context_limit_60\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextLimit between 51 and 60) workcamps_agency_context_limit_60\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextLimit between 51 and 60) workcamps_manager_context_limit_60\n, sum(c.platform != 'search' and c.ContextPriceCoef between 51 and 60) workcamps_contextprice_coef_60\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextPriceCoef between 51 and 60) workcamps_agency_contextprice_coef_60\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextPriceCoef between 51 and 60) workcamps_manager_contextprice_coef_60\n, sum(c.platform != 'search' and c.ContextLimit between 61 and 70) workcamps_context_limit_70\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextLimit between 61 and 70) workcamps_agency_context_limit_70\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextLimit between 61 and 70) workcamps_manager_context_limit_70\n, sum(c.platform != 'search' and c.ContextPriceCoef between 61 and 70) workcamps_contextprice_coef_70\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextPriceCoef between 61 and 70) workcamps_agency_contextprice_coef_70\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextPriceCoef between 61 and 70) workcamps_manager_contextprice_coef_70\n, sum(c.platform != 'search' and c.ContextLimit between 71 and 80) workcamps_context_limit_80\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextLimit between 71 and 80) workcamps_agency_context_limit_80\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextLimit between 71 and 80) workcamps_manager_context_limit_80\n, sum(c.platform != 'search' and c.ContextPriceCoef between 71 and 80) workcamps_contextprice_coef_80\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextPriceCoef between 71 and 80) workcamps_agency_contextprice_coef_80\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextPriceCoef between 71 and 80) workcamps_manager_contextprice_coef_80\n, sum(c.platform != 'search' and c.ContextLimit between 81 and 90) workcamps_context_limit_90\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextLimit between 81 and 90) workcamps_agency_context_limit_90\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextLimit between 81 and 90) workcamps_manager_context_limit_90\n, sum(c.platform != 'search' and c.ContextPriceCoef between 81 and 90) workcamps_contextprice_coef_90\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextPriceCoef between 81 and 90) workcamps_agency_contextprice_coef_90\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextPriceCoef between 81 and 90) workcamps_manager_contextprice_coef_90\n, sum(c.platform != 'search' and c.ContextLimit between 91 and 100) workcamps_context_limit_100\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextLimit between 91 and 100) workcamps_agency_context_limit_100\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextLimit between 91 and 100) workcamps_manager_context_limit_100\n, sum(c.platform != 'search' and c.ContextPriceCoef between 91 and 100) workcamps_contextprice_coef_100\n, sum(c.platform != 'search' and c.AgencyUID > 0 and c.ContextPriceCoef between 91 and 100) workcamps_agency_contextprice_coef_100\n, sum(c.platform != 'search' and c.ManagerUID > 0 and c.ContextPriceCoef between 91 and 100) workcamps_manager_contextprice_coef_100\n\n                                  from campaigns c\n                                  left join campaigns wc on wc.cid = c.wallet_cid\n                                 where c.sum - c.sum_spent + IF(c.wallet_cid, wc.sum - wc.sum_spent, 0) > 0.1\n                                   and c.statusShow = 'Yes';","userName":"ppc","userSecondName":"ppc","userHost":"direct-perl-scripts-man-yp-12.man.yp-c.yandex.net","userIp":"2a02:6b8:c0a:26ad:0:648:8e04:0","connectionId":57305585,"schema":"ppc","lastErrorNumber":0,"killedCode":0,"queryTimeInSeconds":15.234612,"lockTimeInSeconds":5.98E-4,"rowsSentCount":1,"rowsExaminedCount":2475482,"rowsAffectedCount":0,"bytesSentCount":747,"tempTablesCount":0,"tempTablesOnDiskCount":0,"tempTablesSizesInBytes":0,"transactionId":0,"hasFullJoin":false,"mergePassesCount":0,"innoDbIoReadOperationsCount":0,"innoDbIoReadBytesCount":0,"innoDbReadWaitInSeconds":0.0,"innoDbRecordsLockWaitInSeconds":0.0,"innoQbQueueWaitInSeconds":0.0,"innoDbPagesCountDistinct":8191}
{"timestamp":1634294623.717638000,"queryText":"SELECT /* reqid:7557228556638031449:direct.script:ppcResendDomainsBS */ reverse(b.reverse_domain) as domain\n                , ifnull(ft.filter_domain, reverse(b.reverse_domain)) as filter_domain\n                FROM banners b\n                    LEFT JOIN filter_domain ft on ft.domain = reverse(b.reverse_domain)\n                WHERE b.reverse_domain IS NOT NULL\n                    AND 1\n                GROUP BY b.reverse_domain\n                ORDER BY null;","userName":"ppc","userSecondName":"ppc","userHost":"direct-perl-scripts-man-yp-1.man.yp-c.yandex.net","userIp":"2a02:6b8:c0b:1996:0:648:fa3:0","connectionId":57282810,"schema":"ppc","lastErrorNumber":0,"killedCode":0,"queryTimeInSeconds":2039.857351,"lockTimeInSeconds":1.07E-4,"rowsSentCount":231297,"rowsExaminedCount":252674947,"rowsAffectedCount":0,"bytesSentCount":3945957,"tempTablesCount":1,"tempTablesOnDiskCount":1,"tempTablesSizesInBytes":16384,"transactionId":0,"hasFullJoin":false,"mergePassesCount":0,"innoDbIoReadOperationsCount":3947840,"innoDbIoReadBytesCount":64681410560,"innoDbReadWaitInSeconds":277.96066,"innoDbRecordsLockWaitInSeconds":0.0,"innoQbQueueWaitInSeconds":0.0,"innoDbPagesCountDistinct":8191}
{"timestamp":1634294421.001130000,"queryText":"SELECT /* reqid:7591530432864504969:direct.json-api:changes.check:operator=303678032 */ b.bid, cid FROM banners AS b LEFT JOIN banner_images AS bi USING (bid) WHERE (`LastChange` >='2021-10-15 13:20:09' OR `date_added` >='2021-10-15 13:20:09') AND `cid` IN (12037912,12065793,12111040,12356004,12356108,12483720,12485748,12487883,12490141,12490144,12490149,12503599,12503625,12503640,12504048,12504061,12504070,12567488,12567770,12569221,12569225,12569234,12569326,12569328,12586389,12586404,12586416,12586428,12596774,12596786,12620140,12620185,12620234,12620266,12625223,12625235,12625275,12625301,12639144,12639162,12760322,12760332,12760341,12760349,12768442,12768519,12768569,12768591,12817738,12817839,12817850,12817964,12818165,12818176,12818182,12818556,12832563,12832571,12832585,12846570,12846581,12846597,12860825,12860853,12860883,12874196,13147289,13147320,13147345,13157051,13157079,13157093,13171257,13171270,13171280,13185880,13318781,13318813,13318851,13328885,13328908,13328924,13347296,13347351,13470505,13479100,13479104,13479109,13591781,13591831,13591844,13591867,13630431,13630451,13630470,13652987,13652991,13653009,13657295,13657388,13668154,13668160,13668170,13668439,13744997,13745003,13745012,13756571,13756588,13756625,13759612,13759618,13759625,13759636,13774493,13774503,13798029,13798869,16433054,16433771,16441845,16441865,16441910,16441912,16477036,16477116,16477168,16477172,16480976,16482290,19512536,19535575,19539402,19540912,19549218,19953126,19963470,20129206,20129237,20129282,20129309,20129352,20129396,23979435,23980534,23996564,23997156,23997555,24082055,24102849,24113391,24133931,24196511,24197003,26087182,26089171,26093649,29589550,29604385,29672533,29672927,29730667,29730869,29773954,29773955,29782184,29782525,29784962,29785237,30326251,30326710,30326959,30326964,36620896,36621087,36622112,36622708,36623427,36623532,36632664,36656051,37006180,37006189,37603974,37603982,37648365,37692959,37712533,42690404,42757254,48618815,48618833,48618846) ORDER BY cid LIMIT 50001;","userName":"ppc","userSecondName":"ppc","userHost":"direct-perl-soap-vla-yp-6.vla.yp-c.yandex.net","userIp":"2a02:6b8:c1d:243a:0:648:5a95:0","connectionId":50796480,"schema":"ppc","lastErrorNumber":0,"killedCode":0,"queryTimeInSeconds":12.076918,"lockTimeInSeconds":2.08E-4,"rowsSentCount":0,"rowsExaminedCount":1851774,"rowsAffectedCount":0,"bytesSentCount":90,"tempTablesCount":0,"tempTablesOnDiskCount":0,"tempTablesSizesInBytes":0,"transactionId":0,"hasFullJoin":false,"mergePassesCount":0,"innoDbIoReadOperationsCount":0,"innoDbIoReadBytesCount":0,"innoDbReadWaitInSeconds":0.0,"innoDbRecordsLockWaitInSeconds":0.0,"innoQbQueueWaitInSeconds":0.0,"innoDbPagesCountDistinct":8171}
{"timestamp":1634294421.117537000,"queryText":"select /* reqid:7591516651696334131:direct.script:moderateExportMaster */ distinct p.pid, p.cid, p.statusModerate, p.LastChange as timeChanged\n              from phrases p join banners b on p.pid = b.pid\n\n             where p.statusModerate='Ready'\n                and p.adgroup_type != 'internal'\n                and (\n                    p.adgroup_type IN ('dynamic', 'cpm_outdoor')\n                    or exists (select 1 from bids_retargeting br where br.pid=p.pid and is_suspended !=1)\n                    or exists (select 1 from bids ph where ph.pid=p.pid and is_suspended !=1)\n                    or exists (select 1 from bids_base bb where bb.pid=p.pid and not find_in_set('suspended', bb.opts) and not find_in_set('deleted', bb.opts) AND bb.bid_type <> 'keyword')\n          );","userName":"ppc","userSecondName":"ppc","userHost":"direct-perl-scripts-man-yp-1.man.yp-c.yandex.net","userIp":"2a02:6b8:c0b:1996:0:648:fa3:0","connectionId":31502434,"schema":"ppc","lastErrorNumber":0,"killedCode":0,"queryTimeInSeconds":24.669864,"lockTimeInSeconds":1.53E-4,"rowsSentCount":0,"rowsExaminedCount":3578583,"rowsAffectedCount":0,"bytesSentCount":157,"tempTablesCount":1,"tempTablesOnDiskCount":0,"tempTablesSizesInBytes":0,"transactionId":0,"hasFullJoin":false,"mergePassesCount":0,"innoDbIoReadOperationsCount":0,"innoDbIoReadBytesCount":0,"innoDbReadWaitInSeconds":0.0,"innoDbRecordsLockWaitInSeconds":0.0,"innoQbQueueWaitInSeconds":0.0,"innoDbPagesCountDistinct":8191}
{"timestamp":1634294429.829070000,"queryText":"SELECT /* reqid:7591542489787350914:direct.json-api:adimages.get:operator=326916175 */ c.uid, bid, image_hash\n                        FROM banner_images bi\n                        LEFT JOIN banners b USING (bid)\n                        LEFT JOIN campaigns c using (cid) where `bi`.`statusShow` ='Yes' AND `c`.`statusEmpty` ='No' AND `c`.`uid` IN ('999602885') AND `image_hash` IN ('aj8zYM2NbSnOmp56Vr6NIA','oFsvC-607l31MC0m40YSVA','vYVG6HLjZokC96rZqmZTNg','6WiMLGSCaaz5VBqkzUhxQA','ZEZuV0EWjb9Q39Z1ZIF5Eg','uOuVLDegloGXyBwQWlx83w') UNION ALL SELECT c.uid, bid, image_hash\n                        FROM images bi\n                        LEFT JOIN banners b USING (bid)\n                        LEFT JOIN campaigns c ON b.cid = c.cid where `c`.`statusEmpty` ='No' AND `c`.`uid` IN ('999602885') AND `image_hash` IN ('aj8zYM2NbSnOmp56Vr6NIA','oFsvC-607l31MC0m40YSVA','vYVG6HLjZokC96rZqmZTNg','6WiMLGSCaaz5VBqkzUhxQA','ZEZuV0EWjb9Q39Z1ZIF5Eg','uOuVLDegloGXyBwQWlx83w') UNION ALL SELECT c.uid, bid, image_hash\n                        FROM banner_logos bl\n                        LEFT JOIN banners b USING (bid)\n                        LEFT JOIN campaigns c ON b.cid = c.cid where `c`.`statusEmpty` ='No' AND `c`.`uid` IN ('999602885') AND `image_hash` IN ('aj8zYM2NbSnOmp56Vr6NIA','oFsvC-607l31MC0m40YSVA','vYVG6HLjZokC96rZqmZTNg','6WiMLGSCaaz5VBqkzUhxQA','ZEZuV0EWjb9Q39Z1ZIF5Eg','uOuVLDegloGXyBwQWlx83w');","userName":"ppc","userSecondName":"ppc","userHost":"direct-perl-soap-vla-yp-8.vla.yp-c.yandex.net","userIp":"2a02:6b8:c1f:1984:0:648:874b:0","connectionId":32295255,"schema":"ppc","lastErrorNumber":0,"killedCode":0,"queryTimeInSeconds":10.075137,"lockTimeInSeconds":3.08E-4,"rowsSentCount":42970,"rowsExaminedCount":2516045,"rowsAffectedCount":0,"bytesSentCount":208948,"tempTablesCount":1,"tempTablesOnDiskCount":0,"tempTablesSizesInBytes":0,"transactionId":0,"hasFullJoin":false,"mergePassesCount":0,"innoDbIoReadOperationsCount":6442,"innoDbIoReadBytesCount":105545728,"innoDbReadWaitInSeconds":0.708279,"innoDbRecordsLockWaitInSeconds":0.0,"innoQbQueueWaitInSeconds":0.0,"innoDbPagesCountDistinct":6105}
{"timestamp":1638891336.340484000,"queryText":"INSERT INTO mysql.mdb_repl_mon (id, ts)\n                (\n                    SELECT 1, CURRENT_TIMESTAMP(3)\n                    WHERE @@read_only = 0\n                )\n            ON DUPLICATE KEY UPDATE ts = CURRENT_TIMESTAMP(3);","userName":"admin","userSecondName":"admin","userHost":"sas-96a2bc8abjzz0ll3.db.yandex.net","userIp":"2a02:6b8:c1e:14a2:0:1589:6be7:759a","connectionId":25,"schema":"mysql","lastErrorNumber":0,"killedCode":0,"queryTimeInSeconds":2.31E-4,"lockTimeInSeconds":1.02E-4,"rowsSentCount":0,"rowsExaminedCount":0,"rowsAffectedCount":2,"bytesSentCount":50,"tempTablesCount":0,"tempTablesOnDiskCount":0,"tempTablesSizesInBytes":0,"transactionId":10780764713,"hasFullJoin":false,"mergePassesCount":0,"innoDbIoReadOperationsCount":0,"innoDbIoReadBytesCount":0,"innoDbReadWaitInSeconds":0.0,"innoDbRecordsLockWaitInSeconds":0.0,"innoQbQueueWaitInSeconds":0.0,"innoDbPagesCountDistinct":2}
{"timestamp":1638891421.660814000,"queryText":"SELECT EVENT_SCHEMA, EVENT_NAME\n\t\t\t\t\t\t\t\t\t\tFROM information_schema.EVENTS\n\t\t\t\t\t\t\t\t\t\tWHERE STATUS = 'SLAVESIDE_DISABLED';","userName":"admin","userSecondName":"admin","userHost":"vla-4lvj6dldxaewj9lj.db.yandex.net","userIp":"2a02:6b8:c1f:2bb6:0:1589:944a:4249","connectionId":6295056,"schema":"mysql","lastErrorNumber":0,"killedCode":0,"queryTimeInSeconds":4.35E-4,"lockTimeInSeconds":3.21E-4,"rowsSentCount":0,"rowsExaminedCount":0,"rowsAffectedCount":0,"bytesSentCount":179,"tempTablesCount":1,"tempTablesOnDiskCount":1,"tempTablesSizesInBytes":16384,"transactionId":0,"hasFullJoin":false,"mergePassesCount":0,"innoDbIoReadOperationsCount":0,"innoDbIoReadBytesCount":0,"innoDbReadWaitInSeconds":0.0,"innoDbRecordsLockWaitInSeconds":0.0,"innoQbQueueWaitInSeconds":0.0,"innoDbPagesCountDistinct":3}
