Commit 62a937d5 authored by HTH's avatar HTH

变更

parent 1e32443a
......@@ -8,13 +8,6 @@
<jdbc-url>jdbc:clickhouse://localhost:8123/</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="运维测试环境" uuid="b152edc5-14e2-4e8f-8b23-b3bb14498a26">
<driver-ref>clickhouse</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>ru.yandex.clickhouse.ClickHouseDriver</jdbc-driver>
<jdbc-url>jdbc:clickhouse://39.108.185.243:18123</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="运维生产环境" uuid="73b0f6e4-be42-4655-a2a7-187c8c532525">
<driver-ref>clickhouse</driver-ref>
<synchronize>true</synchronize>
......@@ -44,11 +37,33 @@
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="test-taos" uuid="b6f9f0b4-a47e-40af-9a46-478f661ebd70">
<driver-ref>java.sql.Driver</driver-ref>
<synchronize>true</synchronize>
<configured-by-url>true</configured-by-url>
<jdbc-driver>com.taosdata.jdbc.rs.RestfulDriver</jdbc-driver>
<jdbc-url>jdbc:TAOS-RS://120.79.155.65:6041/thinker_cloud_device_service</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="富能Clickhouse" uuid="6d4e19be-ba44-456a-80fa-87191ea6a96b">
<driver-ref>clickhouse</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>ru.yandex.clickhouse.ClickHouseDriver</jdbc-driver>
<jdbc-url>jdbc:clickhouse://cc-wz9e0b0g1iemr7062.public.clickhouse.ads.aliyuncs.com:8123</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="※富能-预发布" uuid="68c46c78-e25d-4a13-ad35-a1b20dad0754">
<driver-ref>clickhouse</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>ru.yandex.clickhouse.ClickHouseDriver</jdbc-driver>
<jdbc-url>jdbc:clickhouse://120.79.47.28:8123</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="新科云-预发布" uuid="ebc2bcaf-2688-4adf-9e2e-b6e99e0ba2ba">
<driver-ref>clickhouse</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>ru.yandex.clickhouse.ClickHouseDriver</jdbc-driver>
<jdbc-url>jdbc:clickhouse://101.33.208.124:8123</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="SqlDialectMappings">
<file url="file://$PROJECT_DIR$/fox/预发布.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/mutations.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/thinker-cloud/DDL.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/thinker-cloud/gateway_mqtt_log查询.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/thinker-cloud/三赢/清除三赢数据.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/thinker-cloud/性能排查.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/thinker-cloud/测试sql.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/慢sql.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/按分区查询及删除数据.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/按分区查询及删除系统表数据.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/查询计划.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/系统表TTL.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/统计磁盘.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/../fox/ddl.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/../fox/pgToClickhouse.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/../fox/test_CollapsingMergeTree.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/../fox/test_ReplaceMergeTree.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/../fox/数据迁移项目/mutations.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/../fox/数据迁移项目/selectMeterData.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/../fox/数据迁移项目/分区.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/../fox/数据迁移项目/数据迁移过程.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/../fox/数据迁移项目/物化视图.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/../fox/数据迁移项目/统计磁盘.sql" dialect="ClickHouse" />
<file url="file://$PROJECT_DIR$/../fox/查询轮询数据.sql" dialect="ClickHouse" />
</component>
</project>
\ No newline at end of file
ALTER TABLE system.query_thread_log MODIFY TTL event_date + toIntervalDay(1);
ALTER TABLE system.query_log MODIFY TTL event_date + toIntervalDay(1);
ALTER TABLE system.trace_log MODIFY TTL event_date + toIntervalDay(1);
ALTER TABLE system.asynchronous_metric_log MODIFY TTL event_date + toIntervalDay(1);
ALTER TABLE system.session_log MODIFY TTL event_date + toIntervalDay(1);
ALTER TABLE system.part_log MODIFY TTL event_date + toIntervalDay(1);
ALTER TABLE system.metric_log MODIFY TTL event_date + toIntervalDay(1);
truncate table system.query_log;
\ No newline at end of file
......@@ -9,7 +9,6 @@ KILL QUERY WHERE user='thinker'
select query_id, read_rows, total_rows_approx, memory_usage, initial_user, initial_address, elapsed
, query
from system. processes _all order by read_rows desc;
-- 37366
SELECT
count(1)
......
create database thinker_cloud_device_service;
use thinker_cloud_device_service;
-- 创建 device_polling 表
create table IF NOT EXISTS device_polling
(
id Int64,
raw_data_id Int64,
timestamp DateTime64(6),
gateway_id Int64,
gateway_code String,
polling_id String,
type Int32,
content String,
last_frame_interval Int32
) ENGINE = MergeTree
PARTITION BY toDate(timestamp)
ORDER BY (timestamp, gateway_id,polling_id);
-- 创建 meter_data 表
create table IF NOT EXISTS meter_data
(
id Int64,
value String,
meter_attr_id Int64,
timestamp DateTime64(6),
dirty UInt8
) ENGINE = ReplacingMergeTree(id)
PARTITION BY toDate(timestamp)
ORDER BY (timestamp, meter_attr_id);
-- 创建 meter_analysis 表
create table IF NOT EXISTS meter_analysis
(
id Int64,
meter_attr_id Int64,
value String,
original UInt8,
type String,
timestamp DateTime64(6)
) ENGINE = MergeTree
PARTITION BY toDate(timestamp)
ORDER BY (timestamp, meter_attr_id);
-- 创建 meter_event_log 表
-- create table IF NOT EXISTS meter_event_log
-- (
-- id Int64,
-- event_id Int64,
-- event_value String,
-- description String,
-- event_name String,
-- create_time DateTime64(6),
-- gateway_id Int64,
-- polling_id String,
-- raw_data_id Int64,
-- original_value String,
-- custom_is UInt8,
-- last_value String,
-- change_is UInt8
-- ) ENGINE = MergeTree
-- PARTITION BY toDate(create_time)
-- ORDER BY create_time;
-- 创建 reporting_raw_data 表
create table IF NOT EXISTS reporting_raw_data
(
id Int64,
device_code String,
payload String,
timestamp DateTime64(6)
) ENGINE = MergeTree
PARTITION BY toDate(timestamp)
ORDER BY (timestamp, device_code);
-- 创建 meter_data_storage_extend 表
create table IF NOT EXISTS meter_data_storage_extend
(
data_id Int64,
functions String,
meter_attr_id Int64,
timestamp DateTime64(6),
value String
) ENGINE = MergeTree
PARTITION BY toMonday(timestamp)
ORDER BY (timestamp, meter_attr_id);
-- 创建 gateway_log 表
create table IF NOT EXISTS gateway_log
(
gateway_code String,
level String,
offline_is UInt8,
content String,
timestamp DateTime64(3)
) ENGINE = MergeTree
PARTITION BY toMonth(timestamp)
ORDER BY (timestamp,gateway_code,level, offline_is);
-- 创建 gateway_mqtt_log 表
create table gateway_mqtt_log
(
gateway_code String,
topic String,
content String,
timestamp DateTime64(3)
)
engine = MergeTree
PARTITION BY toMonth(timestamp)
ORDER BY (timestamp, gateway_code, topic);
-- device_log_info
create table device_log_info
(
id Int64,
device_id Int64,
device_name String,
device_type_id Int64,
state Int32,
content String,
account String,
ip String,
business_type_id Int32,
business_id Int64,
project_id Int64,
create_time DateTime64(6),
extended_info String,
account_id Int64
)
engine = MergeTree PARTITION BY toWeek(create_time)
ORDER BY (create_time, device_id);
-- error_meter_data
CREATE TABLE error_meter_data
(
`id` Int64,
`description` String,
`markers` String,
`old_value` String,
`new_value` String,
`meter_attr_id` Int64,
`timestamp` DateTime64(6)
)
ENGINE = MergeTree
PARTITION BY toDate(timestamp)
ORDER BY (timestamp,
meter_attr_id)
SETTINGS index_granularity = 8192;
-- 创建 meter_event_log 表
create table IF NOT EXISTS meter_event_log
(
id Int64,
event_id Int64,
create_time DateTime64(6),
event_value String,
original_value String,
last_value String,
change_is UInt8,
event_value_desc String
) ENGINE = MergeTree
PARTITION BY toDate(create_time)
ORDER BY (create_time, event_id);
\ No newline at end of file
select count(1),gateway_code
from gateway_mqtt_log
where timestamp >='2023-05-27 00:00:00' and timestamp <='2023-05-27 23:59:59'
group by gateway_code
order by count(1) desc;
select count(1),gateway_code
from gateway_mqtt_log
where timestamp >='2023-04-14 00:00:00' and timestamp <='2023-04-15 00:00:00'
group by gateway_code
order by count(1) desc;
select count(1),topic
from gateway_mqtt_log
where timestamp >='2023-04-10 00:00:00' and timestamp <='2023-04-11 00:00:00' and gateway_code='A2211090046'
group by topic
order by count(1) desc;
\ No newline at end of file
alter table meter_data delete
where meter_attr_id in(
72412,
72369,
71000,
70987,
70988,
70992,
70993,
70995,
70998,
71003,
71002,
71001,
70991,
70989,
70990,
70994,
70996,
70997,
70999,
74255,
71846,
66336,
73162,
73054,
66323,
66331,
66339,
66338,
66345,
66352,
66351,
66350,
66329,
66335,
66342,
66324,
66343,
66327,
66334,
66341,
66348,
66325,
66332,
66346,
66328,
74715,
74702,
74703,
74704,
74709,
74705,
74706,
74707,
74708,
74711,
74712,
74713,
74714,
74716,
74717,
74718,
74710,
78006,
75934,
75914,
75915,
75916,
75912,
75921,
75923,
75924,
75930,
75935,
75937,
75941,
75943,
75944,
75948,
75949,
75950,
75951,
75952,
75954,
75956,
75958,
75959,
75960,
75961,
75962,
75963,
75964,
75965,
75920,
75911,
75913,
75917,
75918,
75919,
75922,
75925,
75926,
75927,
75928,
75929,
75931,
75932,
75933,
75939,
75940,
75942,
77973,
75938,
75936,
75955,
75953,
75957,
73344,
78009,
76099,
76077,
76078,
76079,
76076,
76085,
76089,
76094,
76096,
76100,
76102,
76106,
76108,
76109,
76113,
76114,
76115,
76116,
76117,
76119,
76120,
76121,
76122,
76123,
76124,
76125,
76126,
76127,
76128,
76129,
76130,
76080,
76081,
76082,
76083,
76084,
76086,
76087,
76088,
76090,
76091,
76092,
76093,
76095,
76097,
76098,
76104,
76105,
76107,
77976,
76103,
76101,
76118,
73878,
71243,
71244,
71254,
71246,
71248,
71251,
71257,
71255,
71256,
71247,
71258,
71242,
71245,
71249,
71250,
71252,
71253,
71140,
71142,
71145,
71152,
71144,
71146,
71155,
71153,
71154,
71156,
71141,
71143,
71147,
71148,
71149,
71150,
71151,
73293,
73294,
73296,
73297,
73299,
73300,
73292,
73295,
73298,
71705,
77946,
77815,
77816,
77817,
77818,
77819,
77820,
77821,
77822,
77823,
77824,
77825,
77826,
77827,
77828,
77829,
77830,
77839,
77840,
77841,
77842,
77843,
77844,
77845,
77846,
77847,
77848,
77849,
77850,
77851,
77852,
77853,
77854,
77855,
77856,
77865,
77866,
77867,
77868,
77869,
77870,
77871,
77872,
77873,
77874,
77875,
77876,
77877,
77878,
77879,
77880,
77881,
77882,
77891,
77892,
77893,
77894,
77895,
77896,
77897,
77898,
77899,
77900,
77901,
77902,
77903,
77904,
77905,
77906,
77907,
77908,
77917,
77918,
77938,
77939,
77926,
77930,
77937,
77935,
77929,
77945,
77949,
77931,
77955,
77953,
77925,
77941,
77948,
77954,
77942,
77947,
77951,
77952,
71719,
71708,
71721,
71702,
71704,
71707,
71701,
71709,
71724,
71710,
71706,
71703,
71720,
77928,
77940,
77933,
77924,
77950,
77932,
77927,
77943,
77944,
77936,
73286,
73287,
73285,
73289,
73291,
73290,
73288,
71089,
71090,
71092,
71093,
71101,
71104,
71095,
71103,
71098,
71102,
71094,
71105,
71091,
71096,
71097,
71099,
71100,
72411,
71373,
71374,
71385,
71386,
71389,
71378,
71388,
71387,
71377,
71379,
71376,
71375,
71380,
71381,
71382,
71383,
71384,
74234,
71825,
73141,
73033,
67536,
67524,
67512,
67526,
67530,
67533,
67540,
67539,
67538,
67517,
67511,
67523,
67519,
67515,
67531,
67522,
67529,
67527,
67513,
67520,
67534,
67516,
74232,
71822,
73139,
73031,
67626,
67613,
67616,
67630,
67629,
67623,
67628,
67607,
67620,
67601,
67602,
67609,
67614,
67621,
67605,
67612,
67619,
67617,
67603,
67610,
67624,
67606,
77996,
77309,
77292,
77314,
77287,
77289,
77290,
77293,
77297,
77300,
77301,
77302,
77304,
77303,
77306,
77307,
77316,
77308,
77963,
77313,
77311,
77288,
77291,
77294,
77295,
77296,
77298,
77299,
77305,
77310,
77312,
77315,
77317,
77318,
77319,
77323,
77324,
77325,
77327,
77328,
77329,
77330,
77331,
77332,
77333,
77334,
77335,
77336,
77337,
77338,
77339,
77340,
77286,
77326,
70966,
70953,
70954,
70956,
70959,
70965,
70969,
70968,
70967,
70957,
70958,
70955,
70960,
70961,
70962,
70963,
70964,
71055,
71061,
71067,
71059,
71070,
71064,
71065,
71068,
71069,
71060,
71071,
71056,
71057,
71058,
71062,
71063,
71066,
71106,
71107,
71109,
71118,
71112,
71114,
71121,
71115,
71116,
71119,
71120,
71110,
71111,
71122,
71108,
71113,
71117,
71826,
67487,
73142,
73034,
67506,
67494,
67501,
67482,
67489,
67493,
67496,
67503,
67510,
67509,
67508,
67500,
67481,
67485,
67492,
67499,
67497,
67483,
67490,
67504,
67486,
74235,
71763,
73085,
74178,
65251,
65252,
65266,
65262,
65273,
65280,
65274,
72977,
65264,
65271,
65256,
65279,
65278,
65257,
65263,
65270,
65259,
65255,
65269,
65276,
65267,
65253,
65260,
71764,
65294,
73086,
74179,
65296,
72978,
65304,
65303,
65310,
65301,
65309,
65308,
65287,
65286,
65293,
65300,
65281,
65282,
65289,
65285,
65299,
65292,
65306,
65297,
65283,
65290,
72780,
72768,
73087,
74180,
72979,
72773,
72767,
72783,
72763,
72765,
72769,
72774,
72779,
72778,
72784,
72785,
72772,
72777,
72764,
72782,
72771,
72776,
72766,
72775,
72770,
72781,
71762,
73084,
74177,
65210,
65206,
65213,
65220,
65221,
65227,
65234,
72976,
65218,
65225,
65230,
65233,
65232,
65217,
65224,
65205,
65209,
65211,
65223,
65216,
65228,
65207,
65214,
78024,
76154,
76146,
76150,
76132,
76133,
76131,
76134,
76136,
76137,
76139,
76141,
76147,
76149,
76151,
76155,
76157,
76162,
76163,
76164,
76168,
76169,
76171,
76172,
76173,
76174,
76175,
76177,
76178,
76179,
76180,
76182,
76183,
76184,
76185,
76135,
76138,
76140,
76142,
76143,
76144,
76145,
76148,
76152,
76153,
76159,
76160,
76161,
77991,
76158,
76156,
76170,
76176,
76181,
71505,
71492,
71496,
71493,
71503,
71504,
71498,
71507,
71506,
71497,
71508,
71502,
71499,
71495,
71494,
71501,
71500,
78012,
76484,
76462,
76465,
76468,
76469,
76470,
76471,
76472,
76474,
76475,
76476,
76478,
76479,
76480,
76481,
76482,
76489,
76491,
76463,
76464,
76461,
76466,
76467,
76473,
76477,
76483,
76485,
76490,
76492,
76493,
76494,
76499,
76500,
76501,
76502,
76505,
76507,
76509,
76510,
76511,
76512,
76513,
76514,
76515,
77979,
76488,
76486,
76487,
76498,
76503,
76504,
76506,
76508,
73219,
72503,
75357,
75370,
75350,
75351,
75352,
75353,
75354,
75355,
75356,
75358,
75359,
75360,
75361,
75362,
75363,
75364,
75365,
75366,
75367,
75368,
75369,
75349,
71276,
71277,
71279,
71282,
71284,
71287,
71292,
71281,
71291,
71289,
71286,
71290,
71280,
71278,
71283,
71285,
71288,
75064,
75089,
75081,
75088,
75065,
75068,
75069,
75070,
75071,
75073,
75080,
75075,
75076,
75077,
75078,
75079,
75082,
75083,
75084,
75085,
75086,
75087,
75072,
75074,
75066,
75067,
74909,
74921,
74933,
74932,
74919,
74908,
74925,
74910,
74911,
74912,
74913,
74914,
74915,
74916,
74917,
74918,
74920,
74922,
74923,
74924,
74926,
74927,
74928,
74929,
74930,
74931,
74882,
74883,
74895,
74906,
74893,
74899,
74907,
74884,
74885,
74886,
74887,
74888,
74889,
74890,
74891,
74892,
74894,
74896,
74897,
74898,
74900,
74901,
74902,
74903,
74904,
74905,
73343,
74171,
78040,
71306,
71293,
71294,
71304,
71299,
71308,
71303,
71307,
71297,
71298,
71309,
71295,
71296,
71300,
71301,
71302,
71305,
78037,
78038,
78039,
75143,
75142,
75167,
75159,
75166,
75144,
75145,
75146,
75147,
75148,
75149,
75150,
75151,
75158,
75152,
75153,
75154,
75155,
75156,
75157,
75160,
75161,
75162,
75163,
75164,
75165,
71771,
73093,
72985,
66066,
66068,
66075,
66082,
66073,
66081,
66058,
66080,
66059,
66053,
66065,
66072,
66054,
66061,
66057,
66064,
66071,
66078,
66069,
66055,
66062,
66076,
74186,
73281,
73280,
73282,
73279,
73278,
73283,
73284,
75091,
75115,
75107,
75090,
75114,
75095,
75092,
75093,
75094,
75096,
75097,
75098,
75099,
75100,
75101,
75102,
75103,
75104,
75105,
75106,
75108,
75109,
75110,
75111,
75112,
75113,
71369,
71356,
71358,
71359,
71367,
71364,
71366,
71371,
71370,
71360,
71361,
71362,
71372,
71357,
71363,
71365,
71368,
73877,
72208,
72209,
74363,
74403,
74427,
74299,
74331,
74371,
74379,
74419,
74323,
74387,
74355,
74395,
74283,
74315,
74307,
72230,
74339,
74291,
74347,
72206,
74411,
72207,
78031,
71340,
71328,
71330,
71331,
71333,
71337,
71338,
71334,
71342,
71327,
71336,
71335,
71341,
71332,
71343,
71329,
71339,
72389,
72388,
71802,
73121,
74214,
73013,
69042,
69030,
69037,
69045,
69044,
69021,
69032,
69039,
69046,
69023,
69029,
69036,
69017,
69018,
69025,
69028,
69035,
69033,
69019,
69026,
69040,
69022,
73913,
74516,
74514,
73898,
73899,
73902,
73904,
73906,
73907,
73908,
73910,
73912,
73914,
73915,
73916,
73918,
73919,
73921,
73922,
73923,
73924,
73927,
73926,
73920,
73900,
73903,
73905,
73909,
73911,
73925,
73917,
73901,
71488,
71475,
71476,
71478,
71490,
71484,
71485,
71479,
71489,
71480,
71481,
71491,
71482,
71487,
71477,
71483,
71486,
72504,
70949,
70936,
70937,
70939,
70948,
70952,
70942,
70941,
70951,
70946,
70950,
70940,
70938,
70943,
70944,
70945,
70947,
71004,
71007,
71016,
71019,
71010,
71009,
71014,
71018,
71017,
71008,
71020,
71005,
71006,
71011,
71012,
71013,
71015,
72002,
72008,
71997,
72003,
71996,
71998,
71999,
72000,
72001,
72004,
72005,
72006,
72007,
72009,
72011,
72012,
72013,
72014,
72015,
72016,
72017,
72010,
74211,
71797,
73118,
73010,
69416,
69423,
69431,
69430,
69404,
69412,
69418,
69414,
69421,
69428,
69425,
69432,
69409,
69415,
69422,
69403,
69411,
69407,
69419,
69405,
69426,
69408,
69678,
69694,
69686,
69687,
69688,
69930,
69674,
69675,
69676,
69677,
69690,
69692,
69693,
74742,
69691,
69679,
69680,
69682,
69683,
69684,
74782,
74762,
74201,
71787,
73108,
73000,
68720,
68727,
68734,
68722,
68729,
68736,
68735,
68713,
68712,
68719,
68726,
68707,
68708,
68715,
68711,
68718,
68725,
68732,
68723,
68709,
68716,
68730,
74198,
71784,
73105,
72997,
68660,
68667,
68675,
68674,
68649,
68656,
68662,
68669,
68676,
68670,
68653,
68652,
68659,
68666,
68647,
68648,
68655,
68651,
68658,
68665,
68672,
68663,
75247,
75271,
75246,
75263,
75270,
75248,
75249,
75250,
75251,
75252,
75253,
75254,
75255,
75262,
75256,
75257,
75258,
75259,
75260,
75261,
75264,
75265,
75266,
75267,
75268,
75269,
64819,
64830,
74619,
74620,
74621,
74623,
74626,
74631,
74633,
74628,
64802,
64801,
64807,
64803,
64804,
64806,
64814,
64815,
64817,
64826,
64834,
64831,
74632,
74635,
74629,
74630,
74622,
74624,
74625,
74627,
74634,
74636,
64816,
64828,
64823,
64813,
64821,
64825,
64833,
64800,
64795,
64829,
64822,
64820,
73188,
64827,
64818,
73187,
64799,
64805,
64824,
78028,
75117,
75133,
75116,
75140,
75118,
75119,
75120,
75141,
75121,
75122,
75123,
75124,
75125,
75132,
75126,
75127,
75128,
75129,
75130,
75131,
75134,
75135,
75136,
75137,
75138,
75139,
71424,
71425,
71427,
71429,
71430,
71435,
71436,
71437,
71438,
71439,
71428,
71440,
71426,
71431,
71432,
71433,
71434,
75221,
75220,
75245,
75237,
75244,
75222,
75223,
75224,
75225,
75226,
75227,
75228,
75229,
75236,
75230,
75231,
75232,
75233,
75234,
75235,
75238,
75239,
75240,
75241,
75242,
75243,
75195,
75219,
75211,
75194,
75218,
75196,
75197,
75198,
75199,
75200,
75201,
75202,
75203,
75210,
75204,
75205,
75206,
75207,
75208,
75209,
75212,
75213,
75214,
75215,
75216,
75217,
69954,
69955,
69956,
69942,
69943,
69944,
69945,
69941,
69950,
69961,
69962,
74750,
69958,
69959,
69960,
69952,
69947,
69948,
69951,
69946,
74790,
74770,
77764,
77775,
77776,
77788,
77787,
77774,
77763,
77765,
77766,
77767,
77768,
77769,
77770,
77771,
77772,
77773,
77777,
77778,
77779,
77780,
77781,
77782,
77783,
77784,
77785,
77786,
71790,
73111,
74204,
73003,
68630,
68637,
68639,
68644,
68645,
68632,
68646,
68622,
68623,
68629,
68636,
68617,
68618,
68625,
68635,
68621,
68628,
68642,
68633,
68619,
68626,
68640,
71038,
71039,
71049,
71050,
71044,
71053,
71046,
71047,
71048,
71051,
71052,
71042,
71043,
71054,
71040,
71041,
71045,
73986,
71191,
71192,
71196,
71202,
71203,
71195,
71197,
71199,
71206,
71201,
71198,
71204,
71205,
71207,
71193,
71194,
71200,
72693,
72680,
72684,
72689,
72695,
72688,
72694,
72681,
72685,
72686,
72696,
72690,
72687,
72683,
72692,
72682,
72691,
77995,
77584,
77582,
77561,
77563,
77564,
77570,
77571,
77573,
77579,
77592,
77591,
77562,
77565,
77566,
77567,
77569,
77568,
77577,
77574,
77572,
77575,
77580,
77576,
77590,
77581,
77578,
77589,
77962,
77583,
77587,
77593,
77594,
77598,
77599,
77600,
77601,
77602,
77606,
77607,
77608,
77610,
77611,
77612,
77613,
77614,
77615,
77588,
77585,
77586,
77603,
77605,
77609,
77604,
78048,
78049,
78050,
78051,
78052,
78053,
78054,
78055,
78056,
78057,
78058,
78059,
78060,
78061,
78062,
78063,
78064,
78065,
78066,
78067,
78068,
78069,
78070,
78071,
78072,
78074,
78075,
78076,
78077,
78078,
78079,
78080,
78081,
78082,
78083,
78084,
78085,
78086,
78087,
78088,
78089,
78090,
78091,
78092,
78093,
78094,
78095,
78096,
78097,
78098,
78099,
78100,
78101,
78073,
74480,
74481,
74482,
74483,
74484,
74485,
74486,
74487,
74488,
74489,
74490,
74491,
74492,
74493,
74494,
74495,
74496,
74497,
74498,
74499,
74500,
74501,
74502,
78036,
70021,
70022,
70008,
70009,
70010,
70011,
70007,
70013,
70016,
70020,
70027,
74753,
70024,
70025,
70026,
70028,
70014,
70017,
70018,
70012,
74793,
74773,
71390,
71393,
71394,
71395,
71398,
71401,
71402,
71403,
71400,
71404,
71405,
71396,
71406,
71391,
71392,
71397,
71399,
69909,
69925,
69933,
69917,
69918,
69905,
69906,
69907,
69908,
69924,
69913,
69915,
69919,
74745,
69921,
69922,
69923,
69910,
69911,
69914,
74785,
74765,
77997,
77639,
77626,
77617,
77619,
77620,
77621,
77624,
77623,
77628,
77629,
77627,
77630,
77631,
77632,
77633,
77634,
77636,
77644,
77637,
77638,
77645,
77647,
77964,
77618,
77643,
77641,
77622,
77625,
77635,
77640,
77642,
77646,
77648,
77649,
77654,
77655,
77656,
77657,
77658,
77659,
77660,
77662,
77663,
77664,
77665,
77666,
77667,
77668,
77669,
77670,
77653,
77616,
77661,
69990,
70006,
69985,
69999,
69986,
69987,
69988,
69989,
74755,
69991,
69994,
70005,
70002,
70003,
70004,
69992,
69995,
69996,
69998,
70000,
74795,
74775,
71073,
71075,
71084,
71088,
71085,
71078,
71086,
71087,
71082,
71081,
71072,
71079,
71080,
71076,
71077,
71074,
71083,
73390,
73389,
73391,
73393,
73394,
73395,
73396,
73397,
73398,
73399,
73400,
73392,
72384,
72385,
72387,
72383,
72386,
71454,
71441,
71442,
71444,
71447,
71452,
71453,
71456,
71455,
71445,
71446,
71457,
71443,
71450,
71448,
71449,
71451,
71769,
73091,
72983,
65493,
65494,
65508,
65515,
65511,
65522,
65516,
65520,
65506,
65513,
65521,
65498,
65499,
65505,
65512,
65501,
65497,
65504,
65518,
65509,
65495,
65502,
74184,
78005,
77529,
77506,
77508,
77538,
77539,
77524,
77543,
77545,
77546,
77547,
77548,
77550,
77551,
77552,
77553,
77554,
77555,
77557,
77558,
77559,
77560,
77536,
77507,
77509,
77510,
77511,
77512,
77513,
77514,
77515,
77516,
77517,
77518,
77519,
77520,
77521,
77522,
77523,
77525,
77526,
77527,
77528,
77534,
77535,
77537,
77972,
77533,
77530,
77531,
77532,
77544,
77549,
77556,
73958,
69657,
69673,
69928,
69665,
69666,
69653,
69654,
69655,
69656,
69670,
69671,
69662,
69663,
69667,
69672,
74740,
69669,
69658,
69659,
69661,
74780,
74760,
71759,
65021,
73081,
74174,
65015,
65016,
65030,
65037,
65033,
65044,
65043,
72973,
65028,
65035,
65020,
65042,
65027,
65034,
65023,
65026,
65019,
65040,
65038,
65031,
65017,
65024,
78014,
77144,
77122,
77123,
77124,
77125,
77127,
77128,
77129,
77130,
77131,
77132,
77133,
77134,
77135,
77136,
77137,
77138,
77139,
77140,
77141,
77142,
77143,
77149,
77150,
77151,
77152,
77981,
77148,
77121,
77126,
77145,
77146,
77153,
77154,
77159,
77160,
77161,
77162,
77165,
77166,
77167,
77168,
77170,
77171,
77172,
77173,
77174,
77175,
77147,
77158,
77163,
77164,
77169,
74457,
74458,
74459,
74460,
74461,
74462,
74463,
74464,
74465,
74467,
74468,
74469,
74470,
74471,
74472,
74473,
74474,
74475,
74476,
74477,
74478,
74479,
74466,
78035,
75603,
75601,
75602,
75604,
77748,
77749,
77750,
77751,
77757,
71344,
71347,
71536,
71345,
71346,
72717,
71471,
71458,
71461,
71463,
71464,
71467,
71473,
71468,
71472,
71462,
71474,
71465,
71459,
71460,
71466,
71469,
71470,
74719,
74720,
74721,
74722,
74723,
74724,
74725,
74726,
74727,
74728,
74729,
74730,
74731,
74732,
74733,
74734,
74735,
75169,
75193,
75185,
75192,
75168,
75170,
75171,
75172,
75173,
75174,
75175,
75176,
75177,
75184,
75178,
75179,
75180,
75181,
75182,
75183,
75186,
75187,
75188,
75189,
75190,
75191,
78007,
75966,
75969,
75971,
75975,
75976,
75982,
75985,
75990,
75992,
75993,
75996,
75998,
75999,
76003,
76005,
76006,
76007,
76008,
76009,
76010,
76011,
76013,
76014,
76015,
76016,
76017,
76018,
76019,
76020,
75967,
75968,
75970,
75972,
75973,
75974,
75977,
75978,
75979,
75980,
75981,
75983,
75984,
75986,
75987,
75988,
75994,
75995,
75997,
77974,
75989,
75991,
76004,
76012,
71779,
67117,
67131,
73100,
74193,
72992,
67124,
67112,
67126,
67136,
67133,
67140,
67139,
67138,
67116,
67123,
67130,
67111,
67119,
67115,
67122,
67129,
67127,
67113,
67120,
67134,
74554,
74542,
74544,
74545,
74546,
74547,
74548,
74553,
74556,
74557,
74549,
74550,
74555,
74551,
74541,
74543,
74552,
78013,
76539,
76517,
76519,
76520,
76522,
76523,
76524,
76526,
76527,
76528,
76530,
76531,
76532,
76533,
76534,
76535,
76536,
76537,
76544,
76546,
76518,
76521,
77980,
76525,
76529,
76538,
76542,
76545,
76547,
76548,
76549,
76554,
76555,
76556,
76557,
76559,
76560,
76561,
76563,
76564,
76565,
76567,
76568,
76569,
76570,
76543,
76540,
76541,
76553,
76558,
76562,
76516,
76566,
78011,
76429,
76407,
76410,
76411,
76412,
76413,
76414,
76417,
76418,
76419,
76420,
76422,
76423,
76424,
76425,
76426,
76428,
76434,
76435,
76408,
76409,
76415,
76416,
76421,
76427,
76432,
76436,
76437,
76438,
76439,
76443,
76444,
76445,
76446,
76447,
76449,
76450,
76451,
76452,
76454,
76455,
76456,
76457,
76458,
76459,
76460,
77978,
76433,
76430,
76431,
76448,
76453,
76406,
78010,
76209,
76205,
76208,
76187,
76188,
76189,
76190,
76191,
76192,
76193,
76194,
76195,
76196,
76197,
76198,
76199,
76200,
76201,
76202,
76203,
76207,
76214,
76215,
76217,
76204,
76206,
76210,
76212,
76216,
76218,
76219,
76224,
76225,
76227,
76230,
76231,
76233,
76234,
76235,
76237,
76238,
76239,
76240,
77977,
76213,
76211,
76223,
76226,
76228,
76229,
76232,
76186,
76236,
71323,
71310,
71320,
71319,
71316,
71314,
71325,
71324,
71315,
71326,
71313,
71311,
71312,
71317,
71318,
71321,
71322,
72215,
72217,
72214,
72216,
74409,
74361,
74401,
74425,
74297,
74329,
74417,
74369,
74377,
74321,
74385,
74353,
74393,
74281,
74313,
74305,
72228,
74337,
74289,
74345,
78029,
74960,
74973,
74984,
74971,
74977,
74985,
74961,
74962,
74963,
74964,
74965,
74966,
74967,
74968,
74969,
74970,
74972,
74974,
74975,
74976,
74978,
74979,
74980,
74981,
74982,
74983,
71804,
68840,
73122,
74215,
73014,
68847,
68852,
68855,
68854,
68829,
68842,
68849,
68845,
68856,
68833,
68839,
68846,
68827,
68828,
68835,
68831,
68838,
68843,
68836,
68850,
68832,
74200,
71786,
73107,
68704,
72999,
68690,
68697,
68705,
68679,
68692,
68699,
68706,
68683,
68682,
68689,
68696,
68677,
68678,
68685,
68688,
68681,
68695,
68702,
68693,
68686,
68700,
74212,
71800,
69132,
73119,
73011,
69120,
69127,
69134,
69122,
69129,
69136,
69130,
69135,
69113,
69119,
69126,
69107,
69108,
69115,
69111,
69118,
69125,
69123,
69109,
69116,
69112,
69741,
69932,
69749,
69750,
69751,
69737,
69738,
69739,
69740,
69753,
69754,
69755,
69756,
69745,
69757,
74744,
69742,
69743,
69746,
69747,
74784,
74764,
71801,
69090,
69102,
73120,
74213,
73012,
69097,
69105,
69104,
69092,
69093,
69099,
69106,
69083,
69089,
69096,
69077,
69078,
69085,
69081,
69088,
69095,
69079,
69086,
69100,
69082,
71157,
71158,
71159,
71160,
71168,
71169,
71172,
71166,
71163,
71161,
71165,
71170,
71162,
71173,
71171,
71164,
71167,
74176,
71761,
65188,
65195,
73083,
65176,
65190,
65197,
65204,
72975,
65180,
65203,
65202,
65181,
65187,
65194,
65175,
65183,
65179,
65193,
65186,
65200,
65198,
65191,
65177,
65184,
69896,
69897,
69884,
69885,
69886,
69887,
69900,
69901,
69902,
69903,
69940,
69892,
74754,
69904,
69888,
69889,
69890,
69893,
69894,
69898,
74794,
74774,
71409,
71410,
71412,
71418,
71419,
71420,
71415,
71421,
71413,
71422,
71411,
71423,
71407,
71408,
71414,
71416,
71417,
74207,
71793,
73114,
73006,
69000,
69007,
69015,
69014,
68988,
69002,
69009,
69016,
68993,
68999,
69006,
68987,
68995,
68991,
68998,
69005,
69012,
69003,
68989,
68996,
69010,
68992,
74202,
71788,
73109,
73001,
68570,
68577,
68584,
68572,
68585,
68579,
68586,
68563,
68562,
68569,
68576,
68557,
68558,
68565,
68561,
68568,
68575,
68582,
68573,
68559,
68566,
68580,
71225,
71226,
71236,
71241,
71230,
71240,
71233,
71232,
71235,
71234,
71238,
71239,
71229,
71231,
71227,
71228,
71237,
73546,
73541,
73565,
73572,
73551,
73555,
73556,
73559,
73560,
73561,
73562,
73563,
73564,
73569,
73570,
73574,
73544,
73548,
73550,
73543,
73566,
73542,
73545,
73549,
73558,
73547,
73575,
73573,
73557,
73571,
73554,
73879,
78047,
73613,
73614,
73620,
73617,
73603,
73591,
73589,
73586,
73577,
73578,
73588,
73596,
73597,
73630,
73631,
73634,
73640,
73602,
73611,
73590,
73592,
73632,
73641,
74055,
73606,
73612,
73615,
73635,
73636,
73637,
73638,
73639,
73642,
73633,
73579,
73585,
73581,
73587,
73582,
73583,
73584,
73580,
73594,
73593,
73576,
73599,
73595,
73604,
73600,
73601,
73598,
73605,
73608,
73607,
73609,
73610,
73616,
73618,
73619,
73622,
73629,
73627,
73628,
73623,
73626,
73624,
73625,
73621,
78001,
76264,
76244,
76245,
76246,
76248,
76249,
76250,
76251,
76252,
76253,
76254,
76255,
76256,
76257,
76258,
76259,
76260,
76261,
76262,
76263,
76269,
76270,
76272,
76241,
76242,
76243,
76247,
76271,
76273,
76274,
76279,
76280,
76284,
76285,
76288,
76289,
76292,
76293,
76294,
76295,
77968,
76268,
76265,
76266,
76267,
76278,
76283,
76281,
76282,
76286,
76287,
76291,
76290,
77999,
76374,
76355,
76356,
76357,
76358,
76362,
76365,
76367,
76368,
76369,
76371,
76372,
76379,
76380,
76382,
76352,
76353,
76354,
76351,
76359,
76360,
76361,
76363,
76364,
76366,
76370,
76373,
76375,
76377,
76381,
76383,
76384,
76388,
76389,
76391,
76392,
76393,
76394,
76395,
76396,
76397,
76398,
76399,
76400,
76401,
76402,
76403,
76404,
76405,
77966,
76378,
76376,
76390,
73660,
74206,
71792,
73113,
73005,
68930,
68937,
68945,
68944,
68932,
68939,
68946,
68923,
68922,
68929,
68936,
68917,
68918,
68925,
68921,
68928,
68935,
68942,
68933,
68919,
68926,
68940,
74205,
71791,
73112,
73004,
68900,
68907,
68915,
68914,
68902,
68909,
68916,
68892,
68893,
68899,
68906,
68887,
68888,
68895,
68898,
68891,
68905,
68912,
68903,
68889,
68896,
68910,
77742,
77745,
77752,
77758,
77747,
71510,
71509,
71541,
71780,
67960,
73101,
72993,
67967,
67962,
67975,
67959,
67969,
67976,
67974,
67952,
67953,
67966,
67947,
67948,
67955,
67965,
67951,
67958,
67972,
67963,
67949,
67956,
67970,
74194,
74244,
71835,
73151,
73043,
67236,
67211,
67212,
67223,
67226,
67240,
67233,
67239,
67238,
67217,
67230,
67219,
67215,
67224,
67231,
67222,
67229,
67227,
67213,
67220,
67234,
67216,
74256,
71847,
66313,
73163,
73055,
66306,
66294,
66293,
66297,
66308,
66315,
66311,
66322,
66321,
66320,
66299,
66305,
66312,
66301,
66304,
66318,
66309,
66295,
66302,
66316,
66298,
73346,
73348,
73349,
73347,
73350,
71836,
67201,
73152,
73044,
67206,
67183,
67181,
67196,
67203,
67210,
67209,
67208,
67187,
67193,
67200,
67182,
67189,
67194,
67185,
67192,
67199,
67197,
67190,
67204,
67186,
74245,
74236,
71827,
73143,
73035,
71648,
71636,
71643,
71628,
71631,
71638,
71645,
71652,
71651,
71650,
71629,
71635,
71642,
71623,
71624,
71634,
71641,
71627,
71639,
71625,
71632,
71646,
71773,
73095,
72987,
66974,
66981,
66976,
66983,
66986,
66990,
66989,
66988,
66967,
66966,
66973,
66980,
66961,
66962,
66969,
66965,
66972,
66979,
66977,
66963,
66970,
66984,
74188,
74257,
71848,
66283,
73164,
73056,
66278,
66274,
66276,
66285,
66292,
66291,
66290,
66269,
66275,
66282,
66263,
66264,
66271,
66281,
66267,
66288,
66279,
66265,
66272,
66286,
66268,
74189,
71774,
73096,
72988,
66914,
66921,
66930,
66916,
66923,
66928,
66929,
66906,
66907,
66913,
66920,
66901,
66902,
66909,
66919,
66905,
66912,
66926,
66917,
66903,
66910,
66924,
74187,
71772,
73094,
72986,
67064,
67071,
67066,
67074,
67073,
67080,
67079,
67078,
67057,
67056,
67063,
67070,
67051,
67052,
67059,
67055,
67062,
67069,
67076,
67067,
67053,
67060,
71776,
73097,
74190,
72989,
67094,
67101,
67090,
67096,
67103,
67110,
67109,
67108,
67087,
67086,
67093,
67100,
67081,
67082,
67089,
67092,
67085,
67099,
67106,
67097,
67083,
67104,
74934,
74935,
74945,
74947,
74959,
74958,
74951,
74936,
74937,
74938,
74939,
74940,
74941,
74942,
74943,
74944,
74946,
74948,
74949,
74950,
74952,
74953,
74954,
74955,
74956,
74957,
73277,
73276,
77790,
77801,
77814,
77813,
77800,
77789,
77791,
77792,
77793,
77794,
77795,
77796,
77797,
77798,
77799,
77802,
77803,
77804,
77805,
77806,
77807,
77808,
77809,
77810,
77811,
77812,
74210,
71796,
73117,
73009,
69446,
69453,
69461,
69460,
69435,
69441,
69452,
69445,
69448,
69456,
69455,
69462,
69439,
69438,
69433,
69434,
69444,
69437,
69451,
69458,
69449,
69442,
77956,
77957,
77958,
77960,
77961,
73952,
73945,
73947,
73949,
73950,
73951,
73953,
73954,
73944,
73946,
73948,
73955,
78023,
76587,
76572,
76575,
76578,
76580,
76583,
76584,
76585,
76586,
76588,
76589,
76591,
76592,
76593,
76599,
76600,
76601,
76602,
77990,
76573,
76571,
76574,
76576,
76577,
76579,
76581,
76582,
76590,
76595,
76597,
76603,
76604,
76608,
76609,
76610,
76612,
76613,
76614,
76615,
76616,
76617,
76618,
76620,
76621,
76622,
76623,
76624,
76625,
76598,
76594,
76596,
76611,
76619,
78021,
76704,
76712,
76682,
76685,
76687,
76688,
76689,
76692,
76695,
76696,
76697,
76699,
76701,
76702,
76709,
76711,
77988,
76683,
76684,
76686,
76690,
76691,
76693,
76694,
76698,
76700,
76703,
76705,
76707,
76710,
76713,
76714,
76718,
76720,
76721,
76722,
76723,
76724,
76725,
76726,
76728,
76729,
76730,
76731,
76732,
76733,
76734,
76735,
76708,
76706,
76719,
76727,
76681,
78008,
76044,
76022,
76023,
76024,
76025,
76021,
76030,
76034,
76038,
76040,
76043,
76045,
76051,
76053,
76054,
76058,
76059,
76060,
76061,
76062,
76064,
76065,
76066,
76067,
76068,
76069,
76070,
76071,
76072,
76073,
76074,
76075,
76026,
76027,
76028,
76029,
76031,
76032,
76033,
76035,
76036,
76037,
76039,
76041,
76042,
76049,
76050,
76052,
77975,
76048,
76046,
76047,
76063,
74523,
74518,
74519,
74520,
74521,
74522,
74524,
74528,
74531,
74533,
74538,
74539,
74736,
74535,
74536,
74537,
74525,
74527,
74529,
74532,
74756,
74776,
71770,
73092,
74185,
72984,
66036,
66024,
66023,
66038,
66045,
66052,
66043,
66051,
66028,
66050,
66031,
66035,
66042,
66048,
66034,
66029,
66027,
66041,
66039,
66025,
66032,
66046,
74182,
71767,
65446,
73089,
72981,
65435,
65441,
65437,
65448,
65452,
65455,
65462,
65453,
65438,
65461,
65460,
65439,
65445,
65433,
65434,
65451,
65444,
65458,
65449,
65442,
65456,
74183,
71768,
73090,
72982,
65464,
65471,
65478,
65482,
65485,
65492,
65486,
65476,
65483,
65468,
65491,
65490,
65469,
65475,
65463,
65481,
65467,
65474,
65488,
65479,
65465,
65472,
70384,
70387,
72366,
72368,
70385,
70386,
71530,
71529,
71543,
78004,
77473,
77474,
77476,
77481,
77482,
77483,
77484,
77488,
77489,
77496,
77497,
77498,
77499,
77502,
77503,
77504,
77505,
77452,
77455,
77458,
77459,
77460,
77462,
77463,
77464,
77465,
77466,
77468,
77470,
77471,
77472,
77479,
77480,
77971,
77478,
77475,
77453,
77454,
77456,
77457,
77477,
77461,
77467,
77469,
77490,
77491,
77495,
77492,
77451,
77493,
77494,
77501,
77500,
78003,
77419,
77425,
77397,
77400,
77401,
77402,
77403,
77404,
77405,
77407,
77409,
77410,
77411,
77412,
77413,
77414,
77415,
77417,
77418,
77424,
77426,
77970,
77423,
77420,
77398,
77396,
77399,
77406,
77408,
77416,
77421,
77427,
77428,
77429,
77433,
77434,
77436,
77437,
77438,
77439,
77440,
77441,
77442,
77444,
77445,
77446,
77447,
77448,
77449,
77450,
77422,
77435,
77443,
74209,
71795,
69476,
69488,
73116,
73008,
69483,
69490,
69475,
69472,
69482,
69478,
69485,
69491,
69492,
69469,
69468,
69463,
69464,
69471,
69481,
69467,
69474,
69479,
69465,
69486,
71760,
73082,
74175,
65115,
65116,
65123,
65130,
65137,
65144,
65142,
72974,
65128,
65135,
65120,
65143,
65121,
65127,
65134,
65131,
65133,
65119,
65126,
65140,
65138,
65117,
65124,
71807,
73125,
74218,
73017,
68750,
68757,
68765,
68764,
68753,
68752,
68759,
68766,
68743,
68749,
68756,
68737,
68738,
68745,
68741,
68748,
68755,
68762,
68739,
68746,
68760,
68742,
71806,
73124,
73016,
68792,
68780,
68787,
68795,
68794,
68783,
68782,
68789,
68796,
68773,
68779,
68786,
68767,
68768,
68775,
68771,
68778,
68785,
68769,
68776,
68790,
68772,
74217,
78017,
76869,
76858,
76847,
76851,
76852,
76853,
76856,
76857,
76860,
76861,
76862,
76864,
76865,
76866,
76867,
76874,
76876,
77984,
76848,
76846,
76849,
76850,
76854,
76855,
76859,
76863,
76868,
76870,
76875,
76877,
76878,
76879,
76883,
76884,
76885,
76886,
76887,
76889,
76890,
76891,
76892,
76897,
76898,
76873,
76899,
76900,
76871,
76872,
76888,
76893,
76894,
76896,
76895,
78018,
76924,
76904,
76905,
76906,
76907,
76908,
76909,
76912,
76913,
76914,
76915,
76916,
76917,
76919,
76920,
76921,
76922,
76929,
76931,
77985,
76928,
76902,
76903,
76910,
76911,
76918,
76923,
76927,
76930,
76932,
76933,
76934,
76938,
76939,
76941,
76942,
76943,
76944,
76945,
76946,
76947,
76949,
76950,
76951,
76952,
76953,
76954,
76955,
76925,
76926,
76940,
76948,
76901,
78019,
76979,
76957,
76959,
76960,
76962,
76963,
76964,
76965,
76967,
76968,
76969,
76970,
76971,
76972,
76973,
76974,
76975,
76977,
76978,
76984,
76985,
76987,
77986,
76983,
76958,
76956,
76961,
76966,
76976,
76982,
76986,
76988,
76989,
76993,
76994,
76995,
76996,
76997,
77000,
77001,
77002,
77004,
77005,
77006,
77007,
77008,
77009,
77010,
76980,
76981,
76998,
76999,
77003,
78020,
77034,
77012,
77014,
77015,
77017,
77018,
77019,
77020,
77022,
77023,
77024,
77025,
77026,
77027,
77029,
77030,
77031,
77032,
77039,
77041,
77038,
77987,
77013,
77016,
77021,
77028,
77033,
77036,
77040,
77042,
77043,
77044,
77048,
77050,
77051,
77052,
77053,
77054,
77055,
77056,
77058,
77059,
77060,
77061,
77062,
77063,
77064,
77065,
77035,
77037,
77049,
77057,
77011,
73225,
73226,
73228,
73224,
73227,
72222,
72223,
74400,
74376,
74384,
74392,
74432,
74360,
74288,
74336,
74424,
74328,
72232,
74320,
74344,
74312,
74304,
74296,
74352,
72220,
74368,
74416,
74408,
72221,
78033,
74593,
74594,
74605,
74618,
74617,
74604,
74609,
74610,
74611,
74612,
74613,
74614,
74615,
74616,
74595,
74596,
74597,
74599,
74600,
74601,
74602,
74603,
74606,
74607,
74608,
74598,
74248,
71839,
73155,
73047,
66944,
66951,
66960,
66946,
66953,
66959,
66958,
66937,
66943,
66950,
66931,
66932,
66939,
66935,
66942,
66949,
66956,
66947,
66933,
66940,
66954,
66936,
69820,
69936,
69812,
69813,
69814,
69816,
69817,
69818,
69800,
69801,
69802,
69803,
69806,
69810,
69819,
74748,
69805,
69808,
69809,
69804,
74788,
74768,
71259,
71260,
71262,
71270,
71271,
71265,
71274,
71273,
71263,
71264,
71275,
71261,
71266,
71267,
71268,
71269,
71272,
73269,
73272,
73274,
73270,
73271,
73273,
73275,
72157,
74203,
71789,
73110,
73002,
68600,
68607,
68615,
68614,
68602,
68609,
68616,
68593,
68592,
68599,
68606,
68587,
68588,
68595,
68591,
68598,
68605,
68612,
68603,
68589,
68596,
68610,
71785,
68540,
68547,
73106,
74199,
72998,
68555,
68554,
68542,
68549,
68556,
68533,
68532,
68539,
68546,
68527,
68528,
68535,
68545,
68531,
68538,
68552,
68543,
68529,
68536,
68550,
74172,
71755,
73079,
72971,
71737,
71730,
71741,
71747,
71754,
71740,
71753,
71752,
71731,
71744,
71733,
71725,
71726,
71727,
71748,
71745,
71743,
71738,
71734,
71736,
71750,
71729,
71782,
68487,
73103,
74196,
72995,
68480,
68495,
68467,
68476,
68483,
68482,
68489,
68494,
68496,
68473,
68479,
68486,
68468,
68475,
68471,
68478,
68485,
68492,
68469,
68490,
68472,
73222,
73223,
73221,
71778,
73099,
74192,
72991,
67884,
67891,
67899,
67886,
67893,
67900,
67898,
67876,
67877,
67883,
67890,
67871,
67872,
67879,
67875,
67882,
67889,
67896,
67887,
67873,
67880,
67894,
72391,
72392,
72393,
72394,
72390,
78015,
77254,
77232,
77234,
77235,
77236,
77237,
77238,
77241,
77242,
77243,
77244,
77245,
77246,
77247,
77248,
77249,
77250,
77251,
77252,
77259,
77260,
77262,
77982,
77258,
77255,
77233,
77231,
77239,
77240,
77253,
77256,
77261,
77263,
77264,
77268,
77269,
77270,
77271,
77272,
77274,
77275,
77276,
77277,
77278,
77279,
77280,
77281,
77282,
77283,
77284,
77285,
77257,
77273,
71758,
73080,
74173,
64986,
65000,
65007,
65003,
65014,
65012,
72972,
64998,
65004,
65005,
64990,
65013,
64991,
64997,
64985,
64993,
64987,
65010,
64996,
64989,
65001,
65008,
64994,
78016,
77364,
77358,
77342,
77344,
77345,
77347,
77348,
77349,
77352,
77353,
77354,
77355,
77357,
77359,
77360,
77361,
77362,
77369,
77370,
77371,
77983,
77368,
77365,
77366,
77341,
77343,
77346,
77350,
77351,
77356,
77363,
77367,
77372,
77373,
77374,
77378,
77392,
77393,
77394,
77395,
77379,
77380,
77381,
77382,
77383,
77384,
77385,
77386,
77387,
77388,
77389,
77391,
77390,
71123,
71125,
71126,
71135,
71132,
71138,
71129,
71137,
71136,
71127,
71128,
71139,
71124,
71130,
71131,
71133,
71134,
78002,
77199,
77182,
77205,
77198,
77177,
77179,
77180,
77183,
77184,
77187,
77188,
77189,
77190,
77193,
77195,
77197,
77206,
77204,
77969,
77176,
77201,
77178,
77181,
77185,
77186,
77191,
77192,
77194,
77196,
77200,
77202,
77203,
77207,
77208,
77209,
77213,
77214,
77215,
77216,
77217,
77219,
77220,
77221,
77223,
77225,
77227,
77228,
77229,
77230,
77218,
77224,
77222,
77226,
71533,
71534,
71544,
70919,
70925,
70930,
70932,
70934,
70923,
70924,
70935,
70933,
70920,
70921,
70922,
70926,
70927,
70928,
70929,
70931,
73957,
74265,
71856,
73172,
65561,
65568,
65575,
65582,
73064,
65566,
65573,
65581,
65580,
65553,
65559,
65565,
65572,
65554,
65557,
65564,
65571,
65578,
65569,
65555,
65562,
65576,
65558,
71857,
73173,
65538,
65535,
65545,
65552,
74266,
73065,
65536,
65543,
65551,
65550,
65523,
65529,
65542,
65524,
65531,
65534,
65527,
65541,
65548,
65539,
65525,
65532,
65546,
65528,
71824,
73140,
73032,
67566,
67554,
67561,
67556,
67570,
67563,
67569,
67568,
67547,
67553,
67560,
67541,
67542,
67549,
67545,
67552,
67559,
67557,
67543,
67550,
67564,
67546,
74233,
71781,
67983,
67990,
73102,
74195,
72994,
67997,
68005,
67979,
67992,
67999,
68004,
68006,
67982,
67989,
67996,
67977,
67978,
67985,
68002,
67988,
67981,
67995,
67993,
67986,
68000,
73459,
73441,
73436,
73440,
73446,
73450,
73451,
73453,
73454,
73457,
73458,
73464,
73465,
73466,
73469,
73460,
73467,
73439,
73443,
73445,
73438,
73461,
73437,
73456,
73455,
73444,
73470,
73468,
73452,
73449,
73880,
73442,
78044,
73529,
73513,
73512,
73520,
73521,
73522,
73524,
73527,
73528,
73509,
73534,
73535,
73510,
73511,
73540,
73537,
73530,
73526,
73515,
73539,
73536,
73531,
73507,
73525,
73514,
73516,
73508,
73519,
73538,
73523,
73506,
73881,
78046,
73424,
73422,
73423,
73429,
73430,
73411,
73431,
73417,
73406,
73418,
73405,
73425,
73432,
73421,
73416,
73415,
73404,
73419,
73410,
73408,
73434,
73402,
73420,
73433,
73426,
73407,
73403,
73409,
73414,
73435,
73401,
73883,
78043,
72502,
72367,
77993,
78026,
65763,
65771,
65762,
75589,
65766,
65749,
65751,
65752,
65753,
65754,
65755,
65750,
65758,
65760,
65768,
65780,
65781,
65785,
65786,
65788,
65790,
65793,
65795,
65756,
65796,
65797,
65799,
65800,
65801,
65802,
65757,
65759,
65761,
65764,
65765,
65767,
65769,
65770,
65776,
65777,
65778,
65779,
65774,
65775,
65772,
65773,
65787,
65789,
65791,
65792,
65794,
65798,
74660,
74641,
74645,
74647,
74648,
74651,
74652,
74654,
74655,
74656,
74657,
74658,
74659,
74663,
74664,
74668,
74639,
74640,
74644,
74643,
74646,
74650,
74653,
74662,
74665,
74667,
74669,
74642,
74661,
74666,
74638,
74649,
74670,
74671,
74672,
74673,
74674,
74675,
74676,
74677,
74678,
74679,
74680,
74681,
74682,
74683,
74684,
74685,
74686,
74687,
74688,
74689,
74690,
74691,
74692,
74693,
74694,
74695,
74696,
74697,
74698,
74699,
74700,
74701,
78045,
72213,
72212,
74410,
74362,
74402,
74426,
74298,
72210,
74330,
74370,
74378,
74418,
74322,
74386,
74354,
74394,
74282,
74314,
74306,
72229,
74338,
74290,
74346,
78030,
72211,
74433,
74434,
74435,
74436,
74437,
74438,
74439,
74440,
74441,
74443,
74444,
74445,
74446,
74447,
74448,
74450,
74451,
74452,
74453,
74454,
74449,
74456,
74442,
78034,
72226,
72227,
72224,
74399,
74303,
74375,
74327,
74383,
74391,
74431,
74359,
74319,
74287,
74335,
74423,
72231,
74343,
74311,
74295,
74351,
74367,
74415,
74407,
72225,
78032,
72506,
74169,
74168,
74167,
74166,
74165,
74505,
73342,
73220,
71777,
73098,
74191,
72990,
67824,
67831,
67839,
67820,
67826,
67830,
67833,
67840,
67838,
67817,
67816,
67823,
67811,
67812,
67819,
67815,
67822,
67829,
67836,
67827,
67813,
67834,
71840,
66788,
73156,
73048,
66800,
66795,
66790,
66797,
66804,
66803,
66802,
66781,
66787,
66794,
66775,
66776,
66783,
66779,
74249,
66786,
66793,
66791,
66777,
66784,
66798,
66780,
69984,
69976,
69977,
69978,
69963,
69964,
69965,
69966,
69967,
69983,
69969,
69972,
74751,
69980,
69981,
69982,
69970,
69973,
69974,
69968,
74791,
74771,
74250,
71841,
73157,
73049,
66486,
66485,
66493,
66501,
66502,
66498,
66488,
66495,
66500,
66479,
66492,
66473,
66474,
66481,
66477,
66484,
66491,
66489,
66475,
66482,
66496,
66478,
74986,
74987,
74999,
75011,
74997,
75003,
75010,
74988,
74989,
74990,
74991,
74992,
74993,
74994,
74995,
74996,
74998,
75000,
75001,
75002,
75004,
75005,
75006,
75007,
75008,
75009,
71837,
67027,
73153,
73045,
67034,
67046,
67041,
67043,
67050,
67036,
67049,
67048,
67033,
67040,
67021,
67022,
67029,
67032,
67039,
74246,
67025,
67037,
67023,
67030,
67044,
67026,
69846,
69854,
69855,
69860,
69861,
69862,
69842,
69843,
69844,
69845,
69858,
69850,
69856,
74746,
69859,
69847,
69848,
69851,
69852,
69934,
74786,
74766,
74247,
71838,
73154,
73046,
67004,
67011,
66992,
67006,
67013,
67020,
67019,
67018,
66997,
67003,
67010,
66991,
66999,
66995,
67002,
67009,
67016,
67007,
66993,
67000,
67014,
66996,
69841,
69935,
69833,
69834,
69835,
69821,
69822,
69823,
69824,
69827,
69830,
69838,
69839,
69840,
74747,
69837,
69826,
69829,
69831,
69825,
74787,
74767,
74796,
74798,
74800,
74801,
74803,
74802,
74799,
74797,
71854,
73170,
73062,
66084,
66083,
66091,
66092,
66098,
66105,
66112,
66096,
66103,
66111,
66110,
66089,
66095,
66102,
66087,
66094,
66101,
66108,
66099,
66085,
66106,
66088,
74263,
71853,
66133,
73169,
73061,
66114,
66113,
66121,
66129,
66128,
66135,
66142,
66126,
66141,
66140,
66119,
66125,
66132,
66131,
66117,
66124,
66138,
66115,
66122,
66136,
66118,
74262,
71852,
73168,
74261,
73060,
66144,
66143,
66158,
66165,
66172,
66156,
66163,
66171,
66170,
66149,
66155,
66162,
66151,
66147,
66154,
66161,
66168,
66159,
66145,
66152,
66166,
66148,
74503,
74504,
74508,
74507,
74509,
74506,
74511,
74510,
78000,
76319,
76297,
76300,
76301,
76302,
76303,
76304,
76305,
76306,
76307,
76308,
76310,
76311,
76312,
76313,
76314,
76315,
76316,
76317,
76326,
76324,
76298,
76299,
76309,
76318,
76325,
76327,
76328,
76329,
76333,
76334,
76335,
76336,
76337,
76339,
76340,
76341,
76342,
76343,
76344,
76345,
76346,
76347,
76348,
76349,
76350,
77967,
76323,
76320,
76321,
76322,
76296,
76338,
77998,
77071,
77072,
77073,
77080,
77084,
77083,
77087,
77096,
77089,
77088,
77094,
77097,
77965,
77093,
77067,
77068,
77069,
77070,
77066,
77074,
77075,
77076,
77077,
77078,
77079,
77081,
77082,
77085,
77086,
77090,
77095,
77098,
77099,
77103,
77105,
77106,
77107,
77108,
77110,
77112,
77114,
77115,
77117,
77118,
77119,
77120,
77092,
77091,
77104,
77109,
77111,
77113,
77116,
74181,
71766,
65361,
73088,
72980,
65350,
65349,
65356,
65360,
65363,
65370,
65354,
65346,
65369,
65368,
65347,
65353,
65341,
65342,
65345,
65359,
65352,
65366,
65357,
65343,
65364,
73200,
73217,
73218,
77994,
78027,
76814,
76808,
76810,
76805,
76792,
76795,
76796,
76797,
76798,
76799,
76802,
76803,
76804,
76807,
76812,
76819,
76821,
76818,
76793,
76791,
76794,
76800,
76801,
76806,
76809,
76811,
76813,
76815,
76820,
76822,
76823,
76824,
76828,
76829,
76830,
76831,
76833,
76834,
76835,
76836,
76837,
76838,
76839,
76840,
76841,
76842,
76843,
76844,
76845,
76816,
76817,
76832,
78025,
76752,
76759,
76737,
76740,
76741,
76743,
76744,
76747,
76749,
76750,
76751,
76754,
76755,
76756,
76757,
76764,
76766,
76763,
76762,
77992,
76738,
76736,
76739,
76742,
76745,
76746,
76748,
76753,
76758,
76760,
76765,
76767,
76768,
76769,
76773,
76774,
76775,
76777,
76778,
76779,
76780,
76781,
76782,
76783,
76785,
76786,
76787,
76788,
76789,
76790,
76761,
76776,
76784,
74264,
71855,
71606,
73171,
73063,
71613,
71594,
71601,
71604,
71608,
71615,
71622,
71621,
71620,
71599,
71605,
71612,
71593,
71597,
71611,
71618,
71609,
71595,
71602,
71616,
71598,
72219,
72218,
72718,
71353,
71354,
71355,
71535,
71352,
72402,
72403,
72405,
72401,
72404,
74258,
71849,
73165,
73057,
66234,
66241,
66244,
66248,
66255,
66262,
66246,
66253,
66258,
66261,
66260,
66239,
66245,
66252,
66233,
66237,
66251,
66249,
66235,
66242,
66256,
66238,
74259,
71850,
73166,
73058,
66204,
66203,
66218,
66226,
66225,
66232,
66216,
66223,
66231,
66230,
66209,
66215,
66222,
66211,
66214,
66207,
66221,
66228,
66219,
66205,
66212,
66208,
74260,
66186,
73167,
73059,
66188,
66198,
66195,
66202,
66193,
66201,
66200,
66179,
66185,
66192,
66173,
66174,
66181,
66177,
66184,
66191,
66189,
66175,
66182,
66196,
71851,
66178,
72395,
72396,
72399,
72400,
72398,
72397,
73960,
69720,
69728,
69729,
69730,
69736,
69716,
69717,
69718,
69719,
69721,
69732,
69733,
69734,
69735,
69725,
74743,
69722,
69724,
69726,
69931,
74783,
74763,
72714,
72716,
72379,
72380,
72382,
72378,
72381,
75012,
75013,
75025,
75037,
75023,
75029,
75036,
75014,
75015,
75016,
75017,
75018,
75019,
75020,
75021,
75022,
75024,
75026,
75027,
75028,
75030,
75031,
75032,
75033,
75034,
75035,
69699,
69715,
69707,
69708,
69709,
69695,
69696,
69697,
69698,
69704,
69714,
74741,
69711,
69712,
69713,
69700,
69701,
69703,
69705,
69929,
74781,
74761,
74804,
74805,
74817,
74829,
74828,
74815,
74821,
74806,
74807,
74808,
74809,
74810,
74811,
74812,
74813,
74814,
74816,
74818,
74819,
74820,
74822,
74823,
74824,
74825,
74826,
74827,
72500,
72501,
73199,
73197,
73198,
71518,
71519,
71520,
71537,
71517,
73758,
72374,
72375,
72377,
72373,
72376,
78022,
76649,
76654,
76627,
76629,
76630,
76632,
76633,
76634,
76639,
76640,
76641,
76644,
76646,
76647,
76655,
76657,
77989,
76628,
76631,
76635,
76636,
76637,
76638,
76642,
76643,
76645,
76648,
76652,
76656,
76658,
76659,
76663,
76664,
76666,
76667,
76668,
76669,
76670,
76672,
76673,
76674,
76675,
76677,
76678,
76679,
76680,
76653,
76650,
76651,
76665,
76671,
76626,
76676,
73353,
73354,
73351,
73352,
73355,
74830,
74831,
74843,
74841,
74847,
74854,
74855,
74832,
74833,
74834,
74835,
74836,
74837,
74838,
74839,
74840,
74842,
74844,
74845,
74846,
74848,
74849,
74850,
74851,
74852,
74853,
74856,
74857,
74869,
74880,
74867,
74873,
74881,
74858,
74859,
74860,
74861,
74862,
74863,
74864,
74865,
74866,
74868,
74870,
74871,
74872,
74874,
74875,
74876,
74877,
74878,
74879,
71794,
69053,
69072,
73115,
73007,
69060,
69067,
69075,
69074,
69062,
69069,
69076,
69059,
69066,
69047,
69048,
69055,
69051,
69058,
69065,
69063,
69049,
69056,
69070,
69052,
74208,
72715,
71523,
71525,
71526,
71524,
71539,
73959,
73875,
73876,
72407,
72408,
72410,
72406,
72409,
69636,
69644,
69645,
69646,
69651,
69927,
69640,
69642,
69632,
69633,
69634,
69635,
69641,
69652,
74739,
69648,
69649,
69650,
69637,
69638,
74779,
74759,
75280,
75272,
75286,
75288,
75279,
75274,
75275,
75276,
75277,
75278,
75281,
75282,
75283,
75284,
75285,
75287,
75289,
75290,
75291,
75292,
75293,
75273,
71349,
71350,
71538,
71348,
71351,
73331,
73321,
73322,
73324,
73326,
73328,
73329,
73330,
73333,
73340,
73341,
73325,
73323,
73337,
73327,
73332,
73334,
73339,
73336,
73338,
72162,
72163,
72165,
72164,
72160,
69883,
69876,
69877,
69939,
69863,
69864,
69865,
69866,
69869,
69872,
69880,
69881,
69882,
74752,
69879,
69868,
69871,
69875,
69873,
69867,
74792,
74772,
75323,
75325,
75326,
75327,
75328,
75329,
75330,
75331,
75332,
75333,
75337,
75338,
75339,
75340,
75341,
75342,
75343,
75344,
75345,
75346,
75324,
75336,
75335,
75348,
75347,
75334,
72932,
72948,
72940,
72941,
72928,
72929,
72930,
72931,
72942,
72936,
72944,
72945,
72946,
72927,
72947,
74738,
72937,
72933,
72934,
72938,
74778,
74758,
74223,
71813,
73130,
73022,
68064,
68059,
68067,
68054,
68061,
68068,
68066,
68045,
68051,
68058,
68039,
68040,
68047,
68052,
68043,
68050,
68057,
68055,
68041,
68048,
68062,
68044,
71805,
73123,
73015,
68810,
68817,
68825,
68824,
68812,
68819,
68826,
68803,
68798,
68809,
68816,
68797,
68805,
68808,
68815,
74216,
68801,
68822,
68813,
68799,
68806,
68820,
68802,
74269,
71860,
65098,
65086,
65100,
65101,
65107,
65103,
65114,
73176,
73068,
65110,
65113,
65112,
65091,
65097,
65104,
65085,
65093,
65105,
65089,
65096,
65087,
65094,
65108,
65090,
74268,
65158,
65145,
65146,
65160,
65167,
65165,
65174,
73175,
73067,
65170,
65173,
65172,
65151,
65157,
65164,
65153,
65149,
65156,
65163,
65161,
65147,
65154,
65168,
71859,
65150,
74023,
74024,
74025,
74026,
74027,
74028,
74029,
74030,
74031,
74032,
74033,
74034,
74035,
74036,
74038,
74039,
74040,
74041,
74042,
74043,
74044,
74045,
74046,
74047,
74048,
74049,
74050,
74051,
74052,
74517,
74515,
74037,
72177,
72188,
72191,
72193,
72195,
72197,
72199,
72201,
72202,
72198,
72172,
72186,
72173,
72175,
72174,
72187,
72176,
72181,
72178,
72180,
72179,
72182,
72183,
72192,
72184,
72185,
72189,
72190,
72194,
72200,
72196,
74270,
71861,
64848,
64836,
64835,
64850,
64846,
64857,
64864,
73177,
73069,
64855,
64860,
64863,
64862,
64841,
64847,
64854,
64843,
64839,
64853,
64851,
64837,
64844,
64858,
64840,
74267,
71858,
73174,
65387,
65388,
65395,
65399,
65402,
65409,
65416,
65410,
73066,
65400,
65414,
65412,
65415,
65406,
65405,
65393,
65407,
65391,
65398,
65403,
65389,
65396,
65392,
69778,
69938,
69770,
69771,
69772,
69758,
69759,
69760,
69761,
69764,
69766,
69774,
69775,
69776,
69777,
74749,
69763,
69767,
69768,
69762,
74789,
74769,
71783,
68510,
73104,
74197,
72996,
68517,
68512,
68525,
68524,
68498,
68519,
68526,
68503,
68509,
68516,
68497,
68505,
68501,
68508,
68515,
68522,
68513,
68499,
68506,
68520,
68502
)
and "timestamp">='2023-03-01 00:00:00' and "timestamp"<'2023-04-01 00:00:00';
show processlist;
select *
from system.processes;
select query_start_time,query_duration_ms,query
from system.query_log
where event_time>=now()-interval 8 minute and query_duration_ms>500
order by query_duration_ms desc
limit 100;
select *
from system.query_log
where event_time>=now()-interval 10 minute and query_duration_ms>1000
order by query_duration_ms desc
limit 100;
-- 数据存储频率
select count(1)
from device_polling
where timestamp>=now() -interval 10 MINUTE;
select count(1)
from meter_data
where timestamp>=now() -interval 10 MINUTE;
select meter_attr_id,count(1)
from meter_data
where timestamp >='2023-03-24 13:41:00' and timestamp <='2023-03-24 13:51:00'
group by meter_attr_id;
select meter_attr_id,count(1)
,argMin(timestamp, timestamp)
from meter_data
where timestamp >='2023-03-24 13:30:00' and timestamp <='2023-03-24 13:58:00'
group by meter_attr_id
having count(1)>10
order by argMin(timestamp, timestamp) desc
select *
from meter_data
where timestamp >='2023-03-24 13:30:00' and timestamp <='2023-03-24 13:58:00' and meter_attr_id=73693
order by timestamp
select count(1)
from device_polling
where timestamp >='2023-04-01 00:00:00' and timestamp <='2023-04-02 00:00:00';
select count(1)
from device_polling
where timestamp >='2023-04-10 00:00:00' and timestamp <='2023-04-11 00:00:00';
select count(1)
from meter_data
where timestamp >='2023-04-01 00:00:00' and timestamp <='2023-04-02 00:00:00';
select count(1)
from meter_data
where timestamp >='2023-04-08 00:00:00' and timestamp <='2023-04-09 00:00:00';
\ No newline at end of file
with
temp as (
select base.*
from meter_data as base
where timestamp >='2021-11-04 11:00:00' and timestamp <='2021-11-04 12:00:00' and meter_attr_id in(78038,28775)
order by timestamp desc
)
select temp.*
from temp
where id in(
select
max(temp.id)
from temp group by meter_attr_id
)
select count(1)
from gateway_mqtt_log
\ No newline at end of file
SELECT
event_time,
query_log.query,
user,
query_id AS query,
read_rows,
read_bytes,
result_rows,
result_bytes,
memory_usage,
exception,
query_duration_ms
FROM system.query_log
WHERE query_duration_ms > 50 AND (is_initial_query = 1) AND (query NOT LIKE 'INSERT INTO%')
ORDER BY query_duration_ms desc
LIMIT 100
......@@ -24,6 +24,12 @@ alter table system.query_log delete where event_date<'2022-06-30';
alter table system.query_thread_log delete where event_date<'2022-06-30';
alter table meter_data
update value = '0.5'
where meter_attr_id= 40093
and timestamp >= '2024-01-05 01:49:59.998';
-- 设置表TTL
ALTER TABLE system.part_log MODIFY TTL event_date + toIntervalDay(2);
truncate table system.session_log;
......
explain indexes=1
select *
from meter_data
where meter_data.timestamp>'2023-04-26 00:00:00'
-- and meter_attr_id=13
order by timestamp desc
limit 1
select count(*)
from meter_data
where meter_data.timestamp>'2022-04-26 00:00:00' and meter_attr_id in (78037,
78038,
78037,
73359,
63772,
69860,
69859,
69858,
69862,
69861,
69856,
69855
)
order by timestamp desc
limit 1
\ No newline at end of file
ALTER TABLE system.query_thread_log MODIFY TTL event_date + toIntervalDay(1);
ALTER TABLE system.query_log MODIFY TTL event_date + toIntervalDay(1);
ALTER TABLE system.trace_log MODIFY TTL event_date + toIntervalDay(10);
ALTER TABLE system.asynchronous_metric_log MODIFY TTL event_date + toIntervalDay(10);
ALTER TABLE system.session_log MODIFY TTL event_date + toIntervalDay(10);
ALTER TABLE system.part_log MODIFY TTL event_date + toIntervalDay(10);
ALTER TABLE system.metric_log MODIFY TTL event_date + toIntervalDay(30);
\ No newline at end of file
......@@ -27,14 +27,16 @@ from
size / (max_date - min_date) as avgDaySize
from system.parts
where active
and database = 'system'
-- and database = 'thinker_cloud_device_service'
-- and database = 'system'
and database = 'thinker_cloud_device_service'
-- and table = 'meter_data'
group by
database,
table
order by size desc
);
-- 数据库容量统计
select
sum(rows) as rows,--总行数
......@@ -67,6 +69,6 @@ SELECT query_id,user, query FROM system.processes;
GROUP BY xValueDateTime
order by xValueDateTime;
truncate table reporting_raw_data;
ALTER TABLE system.parts MODIFY TTL event_date + toIntervalDay(10);
select version()
\ No newline at end of file
-- 创建跳树索引
ALTER TABLE meter_data ADD INDEX meter_data_attr_id_vix meter_attr_id TYPE bloom_filter GRANULARITY 1;
-- 优化索引
ALTER TABLE meter_data MATERIALIZE INDEX meter_data_attr_id_vix;
-- 删除索引
ALTER TABLE meter_data DROP INDEX meter_data_attr_id_vix;
-- 查看优化索引情况
SELECT
mutation_id,
database,
table,
command,
create_time,
is_done
FROM system.mutations
where is_done = 0
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment