Max level shown:
1 [ Feb 21 21:26:43 Enabled. ]
2 [ Feb 21 21:26:43 Rereading configuration. ]
3 [ Feb 21 21:26:44 Rereading configuration. ]
4 [ Feb 21 21:26:48 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default
17 + LISTEN_ADDR=fd00:1122:3344:101::e
18 ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default
19 + LISTEN_PORT=8123
20 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default
21 + DATASTORE=/data
22 + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Feb 21 21:26:48 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2025.02.21 21:26:48.844153 [ 1 ] {} <Information> Application: Will watch for the process with pid 23040
29 2025.02.21 21:26:48.844703 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.02.21 21:26:49.224746 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23040
31 2025.02.21 21:26:49.225489 [ 1 ] {} <Information> Application: starting up
32 2025.02.21 21:26:49.226196 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.02.21 21:26:49.308677 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.02.21 21:26:49.372872 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.02.21 21:26:49.372990 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.02.21 21:26:49.373014 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.02.21 21:26:49.373118 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.02.21 21:26:49.373847 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.02.21 21:26:49.374983 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2025.02.21 21:26:49.375872 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.02.21 21:26:49.376764 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio)
44 2025.02.21 21:26:49.376820 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio)
45 2025.02.21 21:26:49.376867 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.02.21 21:26:49.377049 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.02.21 21:26:49.377935 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.02.21 21:26:49.383989 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.02.21 21:26:49.385424 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.02.21 21:26:49.386841 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.02.21 21:26:49.386929 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.02.21 21:26:49.388593 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2025.02.21 21:26:49.389156 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.02.21 21:26:49.393704 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.02.21 21:26:49.394379 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.02.21 21:26:49.395863 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.02.21 21:26:49.396353 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.02.21 21:26:49.396875 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.02.21 21:26:49.397303 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.02.21 21:26:49.398807 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.02.21 21:26:49.398835 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.02.21 21:26:49.398901 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.02.21 21:26:49.399019 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.02.21 21:26:49.434014 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.02.21 21:26:49.434046 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000178555 sec
68 2025.02.21 21:26:49.434122 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.02.21 21:26:49.434167 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.02.21 21:26:49.435417 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.02.21 21:26:49.436041 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.02.21 21:26:49.449560 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.02.21 21:26:49.449612 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.02.21 21:26:49.449693 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.02.21 21:26:49.449708 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.02.21 21:26:49.449744 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.02.21 21:26:49.449826 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.02.21 21:26:49.454760 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.02.21 21:26:49.454816 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.02.21 21:26:49.454881 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.02.21 21:26:49.455107 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.02.21 21:26:49.455130 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.02.21 21:26:49.455170 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.02.21 21:26:49.455252 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.02.21 21:26:49.455269 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.02.21 21:26:49.455301 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.02.21 21:26:49.455394 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.02.21 21:26:49.484798 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.02.21 21:26:49.490492 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.02.21 21:26:49.490586 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000117744 sec
91 2025.02.21 21:26:49.490605 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.02.21 21:26:49.490619 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.02.21 21:26:49.490649 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.02.21 21:26:49.490911 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.02.21 21:26:49.491018 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.02.21 21:26:49.491033 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.02.21 21:26:49.491045 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe).
98 2025.02.21 21:26:49.491057 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.02.21 21:26:49.502771 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.02.21 21:26:49.502957 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.13 MiB (RSS), difference: 92.35 MiB
101 2025.02.21 21:26:49.503852 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.5481e-05 sec.
102 2025.02.21 21:26:49.504935 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.02.21 21:26:49.504994 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.02.21 21:26:49.505008 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.02.21 21:26:49.692671 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41488
106 2025.02.21 21:26:49.692982 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.02.21 21:26:49.693042 [ 3 ] {} <Debug> TCP-Session: 8fcc59eb-69ab-44f3-91b6-23cc9d7e5cc2 Authenticating user 'default' from [fd00:1122:3344:101::a]:41488
108 2025.02.21 21:26:49.693077 [ 3 ] {} <Debug> TCP-Session: 8fcc59eb-69ab-44f3-91b6-23cc9d7e5cc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.02.21 21:26:49.693152 [ 3 ] {} <Debug> TCP-Session: 8fcc59eb-69ab-44f3-91b6-23cc9d7e5cc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.02.21 21:26:49.693248 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.02.21 21:26:49.693277 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2025.02.21 21:26:49.693354 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2025.02.21 21:26:49.694334 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39269
114 2025.02.21 21:26:49.694400 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35335
115 2025.02.21 21:26:49.694545 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
116 2025.02.21 21:26:49.694557 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
117 2025.02.21 21:26:49.694594 [ 4 ] {} <Debug> TCP-Session: da106854-a182-4b4e-915b-ad962d84abbf Authenticating user 'default' from [fd00:1122:3344:101::a]:39269
118 2025.02.21 21:26:49.694703 [ 5 ] {} <Debug> TCP-Session: b0d509d7-f030-4589-8686-8bbb21da4a80 Authenticating user 'default' from [fd00:1122:3344:101::a]:35335
119 2025.02.21 21:26:49.694725 [ 4 ] {} <Debug> TCP-Session: da106854-a182-4b4e-915b-ad962d84abbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
120 2025.02.21 21:26:49.694744 [ 5 ] {} <Debug> TCP-Session: b0d509d7-f030-4589-8686-8bbb21da4a80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
121 2025.02.21 21:26:49.694831 [ 4 ] {} <Debug> TCP-Session: da106854-a182-4b4e-915b-ad962d84abbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
122 2025.02.21 21:26:49.694841 [ 5 ] {} <Debug> TCP-Session: b0d509d7-f030-4589-8686-8bbb21da4a80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2025.02.21 21:26:49.695244 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59157
124 2025.02.21 21:26:49.695385 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
125 2025.02.21 21:26:49.695387 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41137
126 2025.02.21 21:26:49.695435 [ 253 ] {} <Debug> TCP-Session: 14fcdc26-3be9-4531-a890-9847e1f1d8f9 Authenticating user 'default' from [fd00:1122:3344:101::a]:59157
127 2025.02.21 21:26:49.695560 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
128 2025.02.21 21:26:49.695575 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57841
129 2025.02.21 21:26:49.695594 [ 253 ] {} <Debug> TCP-Session: 14fcdc26-3be9-4531-a890-9847e1f1d8f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
130 2025.02.21 21:26:49.695609 [ 254 ] {} <Debug> TCP-Session: 0ee3f891-5ef7-4e50-9483-3a293401ef4d Authenticating user 'default' from [fd00:1122:3344:101::a]:41137
131 2025.02.21 21:26:49.695795 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36105
132 2025.02.21 21:26:49.695817 [ 253 ] {} <Debug> TCP-Session: 14fcdc26-3be9-4531-a890-9847e1f1d8f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
133 2025.02.21 21:26:49.695837 [ 254 ] {} <Debug> TCP-Session: 0ee3f891-5ef7-4e50-9483-3a293401ef4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
134 2025.02.21 21:26:49.695851 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63296
135 2025.02.21 21:26:49.695819 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
136 2025.02.21 21:26:49.696106 [ 255 ] {} <Debug> TCP-Session: 4d178003-227a-45cb-8686-5a5b62eb4820 Authenticating user 'default' from [fd00:1122:3344:101::a]:57841
137 2025.02.21 21:26:49.696131 [ 254 ] {} <Debug> TCP-Session: 0ee3f891-5ef7-4e50-9483-3a293401ef4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
138 2025.02.21 21:26:49.696118 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
139 2025.02.21 21:26:49.696207 [ 255 ] {} <Debug> TCP-Session: 4d178003-227a-45cb-8686-5a5b62eb4820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
140 2025.02.21 21:26:49.696285 [ 257 ] {} <Debug> TCP-Session: 6fc407d2-5a2a-4ee7-b1a9-5e9115e4403b Authenticating user 'default' from [fd00:1122:3344:101::a]:63296
141 2025.02.21 21:26:49.696326 [ 255 ] {} <Debug> TCP-Session: 4d178003-227a-45cb-8686-5a5b62eb4820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
142 2025.02.21 21:26:49.696390 [ 257 ] {} <Debug> TCP-Session: 6fc407d2-5a2a-4ee7-b1a9-5e9115e4403b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
143 2025.02.21 21:26:49.696450 [ 257 ] {} <Debug> TCP-Session: 6fc407d2-5a2a-4ee7-b1a9-5e9115e4403b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
144 2025.02.21 21:26:49.696525 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
145 2025.02.21 21:26:49.696571 [ 256 ] {} <Debug> TCP-Session: 9f0d1bf8-5d29-407f-8141-bac4428353cf Authenticating user 'default' from [fd00:1122:3344:101::a]:36105
146 2025.02.21 21:26:49.696597 [ 256 ] {} <Debug> TCP-Session: 9f0d1bf8-5d29-407f-8141-bac4428353cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2025.02.21 21:26:49.696685 [ 256 ] {} <Debug> TCP-Session: 9f0d1bf8-5d29-407f-8141-bac4428353cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.02.21 21:26:50.000150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.19 MiB, peak 117.19 MiB, free memory in arenas 0.00 B, will set to 119.42 MiB (RSS), difference: 2.24 MiB
149 2025.02.21 21:26:50.540980 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59654
150 2025.02.21 21:26:50.541186 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
151 2025.02.21 21:26:50.541220 [ 258 ] {} <Debug> TCP-Session: ec463031-800b-4077-bce3-4c898ca8bd8e Authenticating user 'default' from [fd00:1122:3344:101::b]:59654
152 2025.02.21 21:26:50.541249 [ 258 ] {} <Debug> TCP-Session: ec463031-800b-4077-bce3-4c898ca8bd8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
153 2025.02.21 21:26:50.541277 [ 258 ] {} <Debug> TCP-Session: ec463031-800b-4077-bce3-4c898ca8bd8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2025.02.21 21:26:50.541353 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
155 2025.02.21 21:26:50.541384 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
156 2025.02.21 21:26:50.541413 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
157 2025.02.21 21:26:50.542598 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56402
158 2025.02.21 21:26:50.542612 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47104
159 2025.02.21 21:26:50.542697 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51947
160 2025.02.21 21:26:50.542908 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
161 2025.02.21 21:26:50.542918 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58201
162 2025.02.21 21:26:50.542960 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
163 2025.02.21 21:26:50.543174 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
164 2025.02.21 21:26:50.543228 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50592
165 2025.02.21 21:26:50.543358 [ 261 ] {} <Debug> TCP-Session: fd7f9ba6-4e4a-4157-9b60-60933300e63f Authenticating user 'default' from [fd00:1122:3344:101::b]:51947
166 2025.02.21 21:26:50.543346 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62567
167 2025.02.21 21:26:50.543364 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
168 2025.02.21 21:26:50.543418 [ 259 ] {} <Debug> TCP-Session: 6279cfdf-5eba-41d7-a627-555668dc4e5d Authenticating user 'default' from [fd00:1122:3344:101::b]:47104
169 2025.02.21 21:26:50.543404 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:32925
170 2025.02.21 21:26:50.543475 [ 261 ] {} <Debug> TCP-Session: fd7f9ba6-4e4a-4157-9b60-60933300e63f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
171 2025.02.21 21:26:50.543370 [ 260 ] {} <Debug> TCP-Session: 38b1dc4e-7313-45ab-96b0-7ef3d21b7620 Authenticating user 'default' from [fd00:1122:3344:101::b]:56402
172 2025.02.21 21:26:50.543644 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
173 2025.02.21 21:26:50.543712 [ 261 ] {} <Debug> TCP-Session: fd7f9ba6-4e4a-4157-9b60-60933300e63f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
174 2025.02.21 21:26:50.543743 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
175 2025.02.21 21:26:50.543748 [ 259 ] {} <Debug> TCP-Session: 6279cfdf-5eba-41d7-a627-555668dc4e5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
176 2025.02.21 21:26:50.543744 [ 260 ] {} <Debug> TCP-Session: 38b1dc4e-7313-45ab-96b0-7ef3d21b7620 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
177 2025.02.21 21:26:50.543870 [ 264 ] {} <Debug> TCP-Session: fde09b57-9769-47f7-88ac-bc2529917dbc Authenticating user 'default' from [fd00:1122:3344:101::b]:50592
178 2025.02.21 21:26:50.543906 [ 260 ] {} <Debug> TCP-Session: 38b1dc4e-7313-45ab-96b0-7ef3d21b7620 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
179 2025.02.21 21:26:50.543902 [ 262 ] {} <Debug> TCP-Session: ba65e125-8b47-40b5-8463-8914ecab46f2 Authenticating user 'default' from [fd00:1122:3344:101::b]:58201
180 2025.02.21 21:26:50.543934 [ 259 ] {} <Debug> TCP-Session: 6279cfdf-5eba-41d7-a627-555668dc4e5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
181 2025.02.21 21:26:50.544058 [ 264 ] {} <Debug> TCP-Session: fde09b57-9769-47f7-88ac-bc2529917dbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
182 2025.02.21 21:26:50.544174 [ 262 ] {} <Debug> TCP-Session: ba65e125-8b47-40b5-8463-8914ecab46f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
183 2025.02.21 21:26:50.544141 [ 263 ] {} <Debug> TCP-Session: 563838b3-2d0c-4a08-9901-21bf2dc7c36f Authenticating user 'default' from [fd00:1122:3344:101::b]:62567
184 2025.02.21 21:26:50.544192 [ 264 ] {} <Debug> TCP-Session: fde09b57-9769-47f7-88ac-bc2529917dbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
185 2025.02.21 21:26:50.544234 [ 262 ] {} <Debug> TCP-Session: ba65e125-8b47-40b5-8463-8914ecab46f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
186 2025.02.21 21:26:50.544255 [ 263 ] {} <Debug> TCP-Session: 563838b3-2d0c-4a08-9901-21bf2dc7c36f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
187 2025.02.21 21:26:50.544372 [ 263 ] {} <Debug> TCP-Session: 563838b3-2d0c-4a08-9901-21bf2dc7c36f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
188 2025.02.21 21:26:50.544421 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
189 2025.02.21 21:26:50.544491 [ 265 ] {} <Debug> TCP-Session: f5aab335-ffbe-462d-a07d-83c1a1e3909f Authenticating user 'default' from [fd00:1122:3344:101::b]:32925
190 2025.02.21 21:26:50.544557 [ 265 ] {} <Debug> TCP-Session: f5aab335-ffbe-462d-a07d-83c1a1e3909f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
191 2025.02.21 21:26:50.544583 [ 265 ] {} <Debug> TCP-Session: f5aab335-ffbe-462d-a07d-83c1a1e3909f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
192 2025.02.21 21:26:50.764894 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63807
193 2025.02.21 21:26:50.765123 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
194 2025.02.21 21:26:50.765772 [ 266 ] {} <Debug> TCP-Session: 821959fe-fb80-401d-9e61-3c21b08dc8cd Authenticating user 'default' from [fd00:1122:3344:101::c]:63807
195 2025.02.21 21:26:50.765805 [ 266 ] {} <Debug> TCP-Session: 821959fe-fb80-401d-9e61-3c21b08dc8cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
196 2025.02.21 21:26:50.765825 [ 266 ] {} <Debug> TCP-Session: 821959fe-fb80-401d-9e61-3c21b08dc8cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
197 2025.02.21 21:26:50.765972 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
198 2025.02.21 21:26:50.766005 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
199 2025.02.21 21:26:50.766098 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
200 2025.02.21 21:26:50.767305 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52749
201 2025.02.21 21:26:50.767563 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44788
202 2025.02.21 21:26:50.767579 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
203 2025.02.21 21:26:50.767637 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39488
204 2025.02.21 21:26:50.767666 [ 267 ] {} <Debug> TCP-Session: 795ae720-36c9-4b29-8338-83099729fc78 Authenticating user 'default' from [fd00:1122:3344:101::c]:52749
205 2025.02.21 21:26:50.767837 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59817
206 2025.02.21 21:26:50.767862 [ 267 ] {} <Debug> TCP-Session: 795ae720-36c9-4b29-8338-83099729fc78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
207 2025.02.21 21:26:50.767852 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
208 2025.02.21 21:26:50.768082 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41371
209 2025.02.21 21:26:50.768095 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
210 2025.02.21 21:26:50.768271 [ 268 ] {} <Debug> TCP-Session: 850d94f4-ea21-48dd-be0a-aa7f74ddcd79 Authenticating user 'default' from [fd00:1122:3344:101::c]:44788
211 2025.02.21 21:26:50.768289 [ 267 ] {} <Debug> TCP-Session: 795ae720-36c9-4b29-8338-83099729fc78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
212 2025.02.21 21:26:50.768272 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37168
213 2025.02.21 21:26:50.768516 [ 269 ] {} <Debug> TCP-Session: 1c1ade62-21df-4eca-bdc2-fa9d86933e37 Authenticating user 'default' from [fd00:1122:3344:101::c]:39488
214 2025.02.21 21:26:50.768614 [ 268 ] {} <Debug> TCP-Session: 850d94f4-ea21-48dd-be0a-aa7f74ddcd79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
215 2025.02.21 21:26:50.768632 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35181
216 2025.02.21 21:26:50.768829 [ 268 ] {} <Debug> TCP-Session: 850d94f4-ea21-48dd-be0a-aa7f74ddcd79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
217 2025.02.21 21:26:50.768841 [ 269 ] {} <Debug> TCP-Session: 1c1ade62-21df-4eca-bdc2-fa9d86933e37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
218 2025.02.21 21:26:50.769094 [ 269 ] {} <Debug> TCP-Session: 1c1ade62-21df-4eca-bdc2-fa9d86933e37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
219 2025.02.21 21:26:50.769414 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
220 2025.02.21 21:26:50.769465 [ 270 ] {} <Debug> TCP-Session: dbbdca8f-8874-49b0-a37d-5c061f193d23 Authenticating user 'default' from [fd00:1122:3344:101::c]:59817
221 2025.02.21 21:26:50.769484 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
222 2025.02.21 21:26:50.769598 [ 270 ] {} <Debug> TCP-Session: dbbdca8f-8874-49b0-a37d-5c061f193d23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
223 2025.02.21 21:26:50.769630 [ 273 ] {} <Debug> TCP-Session: 18b8b9a3-ccb5-4f6d-b11f-328cf297db1d Authenticating user 'default' from [fd00:1122:3344:101::c]:35181
224 2025.02.21 21:26:50.769647 [ 270 ] {} <Debug> TCP-Session: dbbdca8f-8874-49b0-a37d-5c061f193d23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
225 2025.02.21 21:26:50.769759 [ 273 ] {} <Debug> TCP-Session: 18b8b9a3-ccb5-4f6d-b11f-328cf297db1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
226 2025.02.21 21:26:50.769844 [ 273 ] {} <Debug> TCP-Session: 18b8b9a3-ccb5-4f6d-b11f-328cf297db1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
227 2025.02.21 21:26:50.771907 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
228 2025.02.21 21:26:50.771945 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
229 2025.02.21 21:26:50.772035 [ 272 ] {} <Debug> TCP-Session: 54fb9adb-eca5-4da0-8cab-33d4d5231f70 Authenticating user 'default' from [fd00:1122:3344:101::c]:37168
230 2025.02.21 21:26:50.772053 [ 271 ] {} <Debug> TCP-Session: c2ab8569-5efb-4f1e-906c-2a6f8198dbe6 Authenticating user 'default' from [fd00:1122:3344:101::c]:41371
231 2025.02.21 21:26:50.772079 [ 272 ] {} <Debug> TCP-Session: 54fb9adb-eca5-4da0-8cab-33d4d5231f70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
232 2025.02.21 21:26:50.772196 [ 271 ] {} <Debug> TCP-Session: c2ab8569-5efb-4f1e-906c-2a6f8198dbe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
233 2025.02.21 21:26:50.772207 [ 272 ] {} <Debug> TCP-Session: 54fb9adb-eca5-4da0-8cab-33d4d5231f70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
234 2025.02.21 21:26:50.772228 [ 271 ] {} <Debug> TCP-Session: c2ab8569-5efb-4f1e-906c-2a6f8198dbe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
235 2025.02.21 21:26:50.936880 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52710
236 2025.02.21 21:26:50.937088 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
237 2025.02.21 21:26:50.937240 [ 274 ] {} <Debug> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Authenticating user 'default' from [fd00:1122:3344:101::d]:52710
238 2025.02.21 21:26:50.937272 [ 274 ] {} <Debug> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
239 2025.02.21 21:26:50.937286 [ 274 ] {} <Debug> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
240 2025.02.21 21:26:50.937443 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
241 2025.02.21 21:26:50.937476 [ 274 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
242 2025.02.21 21:26:50.937580 [ 274 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
243 2025.02.21 21:26:50.939550 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50116
244 2025.02.21 21:26:50.939656 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55953
245 2025.02.21 21:26:50.940114 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60539
246 2025.02.21 21:26:50.940152 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35855
247 2025.02.21 21:26:50.940164 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
248 2025.02.21 21:26:50.940151 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
249 2025.02.21 21:26:50.941462 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49588
250 2025.02.21 21:26:50.941499 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56718
251 2025.02.21 21:26:50.941544 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
252 2025.02.21 21:26:50.941566 [ 275 ] {} <Debug> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Authenticating user 'default' from [fd00:1122:3344:101::d]:50116
253 2025.02.21 21:26:50.941536 [ 276 ] {} <Debug> TCP-Session: f9eb2f43-41f7-4263-9670-3a1cc7247374 Authenticating user 'default' from [fd00:1122:3344:101::d]:55953
254 2025.02.21 21:26:50.941499 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
255 2025.02.21 21:26:50.942435 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
256 2025.02.21 21:26:50.942587 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35558
257 2025.02.21 21:26:50.942591 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
258 2025.02.21 21:26:50.942539 [ 278 ] {} <Debug> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35855
259 2025.02.21 21:26:50.942724 [ 275 ] {} <Debug> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
260 2025.02.21 21:26:50.942698 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
261 2025.02.21 21:26:50.942898 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
262 2025.02.21 21:26:50.942958 [ 279 ] {} <Debug> TCP-Session: 537ea1cd-9b4c-49ad-8899-ba673e8c8002 Authenticating user 'default' from [fd00:1122:3344:101::d]:56718
263 2025.02.21 21:26:50.942972 [ 277 ] {} <Debug> TCP-Session: aff90388-cb0b-4936-b64c-5ba2dec75055 Authenticating user 'default' from [fd00:1122:3344:101::d]:60539
264 2025.02.21 21:26:50.942991 [ 280 ] {} <Debug> TCP-Session: 01b43c97-ca72-4bb7-86b7-5c762f569319 Authenticating user 'default' from [fd00:1122:3344:101::d]:49588
265 2025.02.21 21:26:50.942931 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57310
266 2025.02.21 21:26:50.943060 [ 278 ] {} <Debug> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
267 2025.02.21 21:26:50.943144 [ 275 ] {} <Debug> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
268 2025.02.21 21:26:50.943181 [ 281 ] {} <Debug> TCP-Session: fc519a5d-519e-4a02-b579-a36d1ad6f40d Authenticating user 'default' from [fd00:1122:3344:101::d]:35558
269 2025.02.21 21:26:50.943186 [ 279 ] {} <Debug> TCP-Session: 537ea1cd-9b4c-49ad-8899-ba673e8c8002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
270 2025.02.21 21:26:50.943187 [ 277 ] {} <Debug> TCP-Session: aff90388-cb0b-4936-b64c-5ba2dec75055 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
271 2025.02.21 21:26:50.944750 [ 281 ] {} <Debug> TCP-Session: fc519a5d-519e-4a02-b579-a36d1ad6f40d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
272 2025.02.21 21:26:50.944805 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
273 2025.02.21 21:26:50.944124 [ 278 ] {} <Debug> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
274 2025.02.21 21:26:50.944777 [ 277 ] {} <Debug> TCP-Session: aff90388-cb0b-4936-b64c-5ba2dec75055 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
275 2025.02.21 21:26:50.944889 [ 281 ] {} <Debug> TCP-Session: fc519a5d-519e-4a02-b579-a36d1ad6f40d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
276 2025.02.21 21:26:50.944874 [ 280 ] {} <Debug> TCP-Session: 01b43c97-ca72-4bb7-86b7-5c762f569319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
277 2025.02.21 21:26:50.944864 [ 279 ] {} <Debug> TCP-Session: 537ea1cd-9b4c-49ad-8899-ba673e8c8002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
278 2025.02.21 21:26:50.944778 [ 276 ] {} <Debug> TCP-Session: f9eb2f43-41f7-4263-9670-3a1cc7247374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
279 2025.02.21 21:26:50.945556 [ 276 ] {} <Debug> TCP-Session: f9eb2f43-41f7-4263-9670-3a1cc7247374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
280 2025.02.21 21:26:50.945580 [ 282 ] {} <Debug> TCP-Session: 431b7219-a006-4cf9-9d06-e1bf6c11c7ba Authenticating user 'default' from [fd00:1122:3344:101::d]:57310
281 2025.02.21 21:26:50.946314 [ 280 ] {} <Debug> TCP-Session: 01b43c97-ca72-4bb7-86b7-5c762f569319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
282 2025.02.21 21:26:50.946345 [ 282 ] {} <Debug> TCP-Session: 431b7219-a006-4cf9-9d06-e1bf6c11c7ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
283 2025.02.21 21:26:50.947175 [ 282 ] {} <Debug> TCP-Session: 431b7219-a006-4cf9-9d06-e1bf6c11c7ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
284 2025.02.21 21:26:50.947447 [ 274 ] {0521640f-f3b3-49ff-86ee-192c1a97f1a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
285 2025.02.21 21:26:51.000262 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 119.57 MiB, peak 119.57 MiB, free memory in arenas 0.00 B, will set to 129.80 MiB (RSS), difference: 10.23 MiB
286 2025.02.21 21:26:51.014496 [ 274 ] {0521640f-f3b3-49ff-86ee-192c1a97f1a4} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:52710) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
287 
288 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
289 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
290 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
291 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
292 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
293 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
294 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
295 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
296 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
297 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
298 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
299 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
300 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
301 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
302 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
303 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
304 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
305 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
306 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
307 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
308 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
309 
310 2025.02.21 21:26:51.016363 [ 274 ] {0521640f-f3b3-49ff-86ee-192c1a97f1a4} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
311 
312 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
313 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
314 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
315 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
316 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
317 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
318 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
319 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
320 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
321 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
322 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
323 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
324 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
325 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
326 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
327 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
328 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
329 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
330 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
331 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
332 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
333 
334 2025.02.21 21:26:51.016647 [ 274 ] {0521640f-f3b3-49ff-86ee-192c1a97f1a4} <Debug> TCPHandler: Processed in 0.076481622 sec.
335 2025.02.21 21:26:51.017100 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
336 2025.02.21 21:26:51.017435 [ 275 ] {f25b2e25-69b2-4d2d-afb2-ca89dff42d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
337 2025.02.21 21:26:51.017814 [ 275 ] {f25b2e25-69b2-4d2d-afb2-ca89dff42d7f} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:50116) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
338 
339 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
340 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
341 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
342 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
343 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
344 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
345 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
346 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
347 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
348 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
349 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
350 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
351 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
352 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
353 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
354 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
355 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
356 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
357 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
358 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
359 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
360 
361 2025.02.21 21:26:51.018184 [ 275 ] {f25b2e25-69b2-4d2d-afb2-ca89dff42d7f} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
362 
363 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
364 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
365 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
366 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
367 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
368 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
369 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
370 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
371 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
372 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
373 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
374 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
375 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
376 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
377 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
378 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
379 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
380 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
381 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
382 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
383 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
384 
385 2025.02.21 21:26:51.018511 [ 275 ] {f25b2e25-69b2-4d2d-afb2-ca89dff42d7f} <Debug> TCPHandler: Processed in 0.001577114 sec.
386 2025.02.21 21:26:51.021100 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
387 2025.02.21 21:26:51.023049 [ 274 ] {1ab0de4b-2037-4598-9d3c-eee1bd7ca153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
388 2025.02.21 21:26:51.023206 [ 274 ] {1ab0de4b-2037-4598-9d3c-eee1bd7ca153} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
389 2025.02.21 21:26:51.035039 [ 274 ] {1ab0de4b-2037-4598-9d3c-eee1bd7ca153} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
390 2025.02.21 21:26:51.035073 [ 274 ] {1ab0de4b-2037-4598-9d3c-eee1bd7ca153} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.2842e-05 sec
391 2025.02.21 21:26:51.035100 [ 274 ] {1ab0de4b-2037-4598-9d3c-eee1bd7ca153} <Trace> ReferentialDeps: No tables
392 2025.02.21 21:26:51.035277 [ 274 ] {1ab0de4b-2037-4598-9d3c-eee1bd7ca153} <Trace> LoadingDeps: No tables
393 2025.02.21 21:26:51.035315 [ 274 ] {1ab0de4b-2037-4598-9d3c-eee1bd7ca153} <Information> DatabaseAtomic (oximeter): Starting up tables.
394 2025.02.21 21:26:51.036113 [ 274 ] {1ab0de4b-2037-4598-9d3c-eee1bd7ca153} <Debug> TCPHandler: Processed in 0.015209651 sec.
395 2025.02.21 21:26:51.036385 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
396 2025.02.21 21:26:51.036739 [ 275 ] {645c39d6-b36e-4a50-bae1-eea0808b9513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) /* The version table contains metadata about the `oximeter` database */
397 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
398 2025.02.21 21:26:51.036914 [ 275 ] {645c39d6-b36e-4a50-bae1-eea0808b9513} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
399 2025.02.21 21:26:51.048045 [ 275 ] {645c39d6-b36e-4a50-bae1-eea0808b9513} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
400 2025.02.21 21:26:51.069486 [ 275 ] {645c39d6-b36e-4a50-bae1-eea0808b9513} <Debug> oximeter.version (8ce44136-4a42-4c10-a518-1ee48d1bca3d): Loading data parts
401 2025.02.21 21:26:51.070178 [ 275 ] {645c39d6-b36e-4a50-bae1-eea0808b9513} <Debug> oximeter.version (8ce44136-4a42-4c10-a518-1ee48d1bca3d): There are no data parts
402 2025.02.21 21:26:51.082039 [ 275 ] {645c39d6-b36e-4a50-bae1-eea0808b9513} <Debug> TCPHandler: Processed in 0.045730983 sec.
403 2025.02.21 21:26:51.082297 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
404 2025.02.21 21:26:51.082595 [ 274 ] {f4bf2df8-e641-4e95-a64c-a10adc024d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) /* The measurement tables contain all individual samples from each timeseries.
405 *
406 * Each table stores a single datum type, and otherwise contains nearly the same
407 * structure. The primary sorting key is on the timeseries name, key, and then
408 * timestamp, so that all timeseries from the same schema are grouped, followed
409 * by all samples from the same timeseries.
410 *
411 * This reflects that one usually looks up the _key_ in one or more field table,
412 * and then uses that to index quickly into the measurements tables.
413 */
414 CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
415 2025.02.21 21:26:51.082755 [ 274 ] {f4bf2df8-e641-4e95-a64c-a10adc024d1b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
416 2025.02.21 21:26:51.098625 [ 274 ] {f4bf2df8-e641-4e95-a64c-a10adc024d1b} <Debug> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Loading data parts
417 2025.02.21 21:26:51.099374 [ 274 ] {f4bf2df8-e641-4e95-a64c-a10adc024d1b} <Debug> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): There are no data parts
418 2025.02.21 21:26:51.135131 [ 274 ] {f4bf2df8-e641-4e95-a64c-a10adc024d1b} <Debug> TCPHandler: Processed in 0.052912141 sec.
419 2025.02.21 21:26:51.135522 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
420 2025.02.21 21:26:51.135797 [ 275 ] {51955f73-0d1a-4e11-8777-5b9069f7aed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
421 2025.02.21 21:26:51.136011 [ 275 ] {51955f73-0d1a-4e11-8777-5b9069f7aed9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
422 2025.02.21 21:26:51.157578 [ 275 ] {51955f73-0d1a-4e11-8777-5b9069f7aed9} <Debug> oximeter.measurements_i8 (6d44ecac-6a8a-4bb7-a584-ef8622a0d46e): Loading data parts
423 2025.02.21 21:26:51.157877 [ 275 ] {51955f73-0d1a-4e11-8777-5b9069f7aed9} <Debug> oximeter.measurements_i8 (6d44ecac-6a8a-4bb7-a584-ef8622a0d46e): There are no data parts
424 2025.02.21 21:26:51.177590 [ 275 ] {51955f73-0d1a-4e11-8777-5b9069f7aed9} <Debug> TCPHandler: Processed in 0.042169185 sec.
425 2025.02.21 21:26:51.177911 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
426 2025.02.21 21:26:51.178192 [ 274 ] {fb3d71d5-e368-4fa4-a1f9-cb638ef16ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
427 2025.02.21 21:26:51.178395 [ 274 ] {fb3d71d5-e368-4fa4-a1f9-cb638ef16ae3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
428 2025.02.21 21:26:51.187191 [ 274 ] {fb3d71d5-e368-4fa4-a1f9-cb638ef16ae3} <Debug> oximeter.measurements_u8 (8f15dd2b-3695-409f-ae4d-c4102bde4901): Loading data parts
429 2025.02.21 21:26:51.187411 [ 274 ] {fb3d71d5-e368-4fa4-a1f9-cb638ef16ae3} <Debug> oximeter.measurements_u8 (8f15dd2b-3695-409f-ae4d-c4102bde4901): There are no data parts
430 2025.02.21 21:26:51.199846 [ 274 ] {fb3d71d5-e368-4fa4-a1f9-cb638ef16ae3} <Debug> TCPHandler: Processed in 0.022039038 sec.
431 2025.02.21 21:26:51.200239 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
432 2025.02.21 21:26:51.200639 [ 275 ] {0b6dcf99-f573-405c-ac5a-8a0c2e1ed3b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
433 2025.02.21 21:26:51.200864 [ 275 ] {0b6dcf99-f573-405c-ac5a-8a0c2e1ed3b0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
434 2025.02.21 21:26:51.215900 [ 275 ] {0b6dcf99-f573-405c-ac5a-8a0c2e1ed3b0} <Debug> oximeter.measurements_i16 (20402b61-7687-4427-880d-07c583c18dac): Loading data parts
435 2025.02.21 21:26:51.216194 [ 275 ] {0b6dcf99-f573-405c-ac5a-8a0c2e1ed3b0} <Debug> oximeter.measurements_i16 (20402b61-7687-4427-880d-07c583c18dac): There are no data parts
436 2025.02.21 21:26:51.230891 [ 275 ] {0b6dcf99-f573-405c-ac5a-8a0c2e1ed3b0} <Debug> TCPHandler: Processed in 0.03074717 sec.
437 2025.02.21 21:26:51.231166 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
438 2025.02.21 21:26:51.231476 [ 274 ] {85cfa8e2-c98b-46f1-8618-8096abdb8277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
439 2025.02.21 21:26:51.231670 [ 274 ] {85cfa8e2-c98b-46f1-8618-8096abdb8277} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
440 2025.02.21 21:26:51.248942 [ 274 ] {85cfa8e2-c98b-46f1-8618-8096abdb8277} <Debug> oximeter.measurements_u16 (9ec152c5-415e-4ae3-985c-7de82c307265): Loading data parts
441 2025.02.21 21:26:51.249231 [ 274 ] {85cfa8e2-c98b-46f1-8618-8096abdb8277} <Debug> oximeter.measurements_u16 (9ec152c5-415e-4ae3-985c-7de82c307265): There are no data parts
442 2025.02.21 21:26:51.257770 [ 274 ] {85cfa8e2-c98b-46f1-8618-8096abdb8277} <Debug> TCPHandler: Processed in 0.026698377 sec.
443 2025.02.21 21:26:51.258014 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
444 2025.02.21 21:26:51.258433 [ 275 ] {7f516d59-c23c-49b0-816a-bf19db3c1bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
445 2025.02.21 21:26:51.258666 [ 275 ] {7f516d59-c23c-49b0-816a-bf19db3c1bca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
446 2025.02.21 21:26:51.272381 [ 275 ] {7f516d59-c23c-49b0-816a-bf19db3c1bca} <Debug> oximeter.measurements_i32 (c4d2dc72-f163-425f-86d5-b4a7c000dd7a): Loading data parts
447 2025.02.21 21:26:51.272629 [ 275 ] {7f516d59-c23c-49b0-816a-bf19db3c1bca} <Debug> oximeter.measurements_i32 (c4d2dc72-f163-425f-86d5-b4a7c000dd7a): There are no data parts
448 2025.02.21 21:26:51.282811 [ 275 ] {7f516d59-c23c-49b0-816a-bf19db3c1bca} <Debug> TCPHandler: Processed in 0.024867887 sec.
449 2025.02.21 21:26:51.283065 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
450 2025.02.21 21:26:51.283374 [ 274 ] {0e58e69c-b4e1-4900-b27c-f3029d791641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
451 2025.02.21 21:26:51.283532 [ 274 ] {0e58e69c-b4e1-4900-b27c-f3029d791641} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
452 2025.02.21 21:26:51.299024 [ 274 ] {0e58e69c-b4e1-4900-b27c-f3029d791641} <Debug> oximeter.measurements_u32 (aebab0fc-f062-488f-a048-2f76ecf48120): Loading data parts
453 2025.02.21 21:26:51.299234 [ 274 ] {0e58e69c-b4e1-4900-b27c-f3029d791641} <Debug> oximeter.measurements_u32 (aebab0fc-f062-488f-a048-2f76ecf48120): There are no data parts
454 2025.02.21 21:26:51.305320 [ 274 ] {0e58e69c-b4e1-4900-b27c-f3029d791641} <Debug> TCPHandler: Processed in 0.022340637 sec.
455 2025.02.21 21:26:51.305615 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
456 2025.02.21 21:26:51.306105 [ 275 ] {128261ea-0491-4fdf-8749-f2292ca702f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
457 2025.02.21 21:26:51.306293 [ 275 ] {128261ea-0491-4fdf-8749-f2292ca702f7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
458 2025.02.21 21:26:51.322504 [ 275 ] {128261ea-0491-4fdf-8749-f2292ca702f7} <Debug> oximeter.measurements_i64 (cb82e840-0224-4f67-8f4f-3f018c4f1d0e): Loading data parts
459 2025.02.21 21:26:51.322714 [ 275 ] {128261ea-0491-4fdf-8749-f2292ca702f7} <Debug> oximeter.measurements_i64 (cb82e840-0224-4f67-8f4f-3f018c4f1d0e): There are no data parts
460 2025.02.21 21:26:51.336052 [ 275 ] {128261ea-0491-4fdf-8749-f2292ca702f7} <Debug> TCPHandler: Processed in 0.030532983 sec.
461 2025.02.21 21:26:51.336278 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
462 2025.02.21 21:26:51.336525 [ 274 ] {c7a91c2e-1fed-424e-93a4-c1df2fe8cbc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
463 2025.02.21 21:26:51.336692 [ 274 ] {c7a91c2e-1fed-424e-93a4-c1df2fe8cbc0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
464 2025.02.21 21:26:51.353061 [ 274 ] {c7a91c2e-1fed-424e-93a4-c1df2fe8cbc0} <Debug> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Loading data parts
465 2025.02.21 21:26:51.353382 [ 274 ] {c7a91c2e-1fed-424e-93a4-c1df2fe8cbc0} <Debug> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): There are no data parts
466 2025.02.21 21:26:51.363789 [ 274 ] {c7a91c2e-1fed-424e-93a4-c1df2fe8cbc0} <Debug> TCPHandler: Processed in 0.027582582 sec.
467 2025.02.21 21:26:51.364066 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
468 2025.02.21 21:26:51.364438 [ 275 ] {f1c09f74-3b72-4a1d-a344-6d05278929a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
469 2025.02.21 21:26:51.364612 [ 275 ] {f1c09f74-3b72-4a1d-a344-6d05278929a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
470 2025.02.21 21:26:51.393015 [ 275 ] {f1c09f74-3b72-4a1d-a344-6d05278929a5} <Debug> oximeter.measurements_f32 (a143e16d-4337-46ab-8634-ee1d8aac3b62): Loading data parts
471 2025.02.21 21:26:51.393215 [ 275 ] {f1c09f74-3b72-4a1d-a344-6d05278929a5} <Debug> oximeter.measurements_f32 (a143e16d-4337-46ab-8634-ee1d8aac3b62): There are no data parts
472 2025.02.21 21:26:51.399964 [ 275 ] {f1c09f74-3b72-4a1d-a344-6d05278929a5} <Debug> TCPHandler: Processed in 0.035998994 sec.
473 2025.02.21 21:26:51.400236 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
474 2025.02.21 21:26:51.400503 [ 274 ] {54df1eda-6488-4f90-a251-593bb0d19c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
475 2025.02.21 21:26:51.400690 [ 274 ] {54df1eda-6488-4f90-a251-593bb0d19c45} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
476 2025.02.21 21:26:51.412259 [ 274 ] {54df1eda-6488-4f90-a251-593bb0d19c45} <Debug> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Loading data parts
477 2025.02.21 21:26:51.412552 [ 274 ] {54df1eda-6488-4f90-a251-593bb0d19c45} <Debug> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): There are no data parts
478 2025.02.21 21:26:51.429921 [ 274 ] {54df1eda-6488-4f90-a251-593bb0d19c45} <Debug> TCPHandler: Processed in 0.029769742 sec.
479 2025.02.21 21:26:51.430228 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
480 2025.02.21 21:26:51.430602 [ 275 ] {93a15e12-7039-4d15-b224-6a549bb355c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
481 2025.02.21 21:26:51.430750 [ 275 ] {93a15e12-7039-4d15-b224-6a549bb355c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
482 2025.02.21 21:26:51.450034 [ 275 ] {93a15e12-7039-4d15-b224-6a549bb355c5} <Debug> oximeter.measurements_string (32d683bd-efbb-424e-8e9c-fae51160a00b): Loading data parts
483 2025.02.21 21:26:51.450259 [ 275 ] {93a15e12-7039-4d15-b224-6a549bb355c5} <Debug> oximeter.measurements_string (32d683bd-efbb-424e-8e9c-fae51160a00b): There are no data parts
484 2025.02.21 21:26:51.461271 [ 275 ] {93a15e12-7039-4d15-b224-6a549bb355c5} <Debug> TCPHandler: Processed in 0.03114751 sec.
485 2025.02.21 21:26:51.461541 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
486 2025.02.21 21:26:51.461799 [ 274 ] {f4c7f347-23e3-4346-912a-324ff802e305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
487 * NOTE: Right now we can't unambiguously record a nullable byte array.
488 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
489 * a string isn't palatable for a few reasons.
490 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
491 * details.
492 */
493 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
494 2025.02.21 21:26:51.461972 [ 274 ] {f4c7f347-23e3-4346-912a-324ff802e305} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
495 2025.02.21 21:26:51.466258 [ 274 ] {f4c7f347-23e3-4346-912a-324ff802e305} <Debug> oximeter.measurements_bytes (7289f000-7398-49cb-96a2-52bc6e0928b9): Loading data parts
496 2025.02.21 21:26:51.466501 [ 274 ] {f4c7f347-23e3-4346-912a-324ff802e305} <Debug> oximeter.measurements_bytes (7289f000-7398-49cb-96a2-52bc6e0928b9): There are no data parts
497 2025.02.21 21:26:51.471062 [ 274 ] {f4c7f347-23e3-4346-912a-324ff802e305} <Debug> TCPHandler: Processed in 0.009612095 sec.
498 2025.02.21 21:26:51.471349 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
499 2025.02.21 21:26:51.471673 [ 275 ] {12aa2ad7-a81d-44e0-aff2-7e4aa772ea74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
500 2025.02.21 21:26:51.471866 [ 275 ] {12aa2ad7-a81d-44e0-aff2-7e4aa772ea74} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
501 2025.02.21 21:26:51.483175 [ 275 ] {12aa2ad7-a81d-44e0-aff2-7e4aa772ea74} <Debug> oximeter.measurements_cumulativei64 (225e6559-9d06-461a-bcea-0fe21c121905): Loading data parts
502 2025.02.21 21:26:51.483487 [ 275 ] {12aa2ad7-a81d-44e0-aff2-7e4aa772ea74} <Debug> oximeter.measurements_cumulativei64 (225e6559-9d06-461a-bcea-0fe21c121905): There are no data parts
503 2025.02.21 21:26:51.490590 [ 275 ] {12aa2ad7-a81d-44e0-aff2-7e4aa772ea74} <Debug> TCPHandler: Processed in 0.019339625 sec.
504 2025.02.21 21:26:51.490902 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
505 2025.02.21 21:26:51.491176 [ 274 ] {c6a34d52-025f-4c12-982d-a78438c278bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
506 2025.02.21 21:26:51.491339 [ 274 ] {c6a34d52-025f-4c12-982d-a78438c278bc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
507 2025.02.21 21:26:51.498700 [ 274 ] {c6a34d52-025f-4c12-982d-a78438c278bc} <Debug> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Loading data parts
508 2025.02.21 21:26:51.498992 [ 274 ] {c6a34d52-025f-4c12-982d-a78438c278bc} <Debug> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): There are no data parts
509 2025.02.21 21:26:51.511632 [ 274 ] {c6a34d52-025f-4c12-982d-a78438c278bc} <Debug> TCPHandler: Processed in 0.020799135 sec.
510 2025.02.21 21:26:51.511887 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
511 2025.02.21 21:26:51.512277 [ 275 ] {19162f8c-8b24-4288-92eb-633aba0ed091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
512 2025.02.21 21:26:51.512441 [ 275 ] {19162f8c-8b24-4288-92eb-633aba0ed091} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
513 2025.02.21 21:26:51.518954 [ 275 ] {19162f8c-8b24-4288-92eb-633aba0ed091} <Debug> oximeter.measurements_cumulativef32 (e7cfc43c-128f-4114-9c86-033553843726): Loading data parts
514 2025.02.21 21:26:51.519226 [ 275 ] {19162f8c-8b24-4288-92eb-633aba0ed091} <Debug> oximeter.measurements_cumulativef32 (e7cfc43c-128f-4114-9c86-033553843726): There are no data parts
515 2025.02.21 21:26:51.525452 [ 275 ] {19162f8c-8b24-4288-92eb-633aba0ed091} <Debug> TCPHandler: Processed in 0.013640856 sec.
516 2025.02.21 21:26:51.525714 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
517 2025.02.21 21:26:51.525992 [ 274 ] {3f6f37e1-ce89-4d35-b247-a58a2d4c52ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
518 2025.02.21 21:26:51.526184 [ 274 ] {3f6f37e1-ce89-4d35-b247-a58a2d4c52ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
519 2025.02.21 21:26:51.532163 [ 274 ] {3f6f37e1-ce89-4d35-b247-a58a2d4c52ea} <Debug> oximeter.measurements_cumulativef64 (b4d6a82c-e922-4e13-97da-3e5bfddbfc03): Loading data parts
520 2025.02.21 21:26:51.532381 [ 274 ] {3f6f37e1-ce89-4d35-b247-a58a2d4c52ea} <Debug> oximeter.measurements_cumulativef64 (b4d6a82c-e922-4e13-97da-3e5bfddbfc03): There are no data parts
521 2025.02.21 21:26:51.542873 [ 274 ] {3f6f37e1-ce89-4d35-b247-a58a2d4c52ea} <Debug> TCPHandler: Processed in 0.017239976 sec.
522 2025.02.21 21:26:51.543215 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
523 2025.02.21 21:26:51.543581 [ 275 ] {7a229955-d547-46b5-a6f9-ff0fad30ccb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
524 * NOTE: Array types cannot be Nullable, see
525 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
526 * for more details.
527 *
528 * This means we need to use empty arrays to indicate a missing value. This
529 * is unfortunate, and at this point relies on the fact that an
530 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
531 * to figure out another way to represent missing samples here.
532 */
533 bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
534 2025.02.21 21:26:51.543781 [ 275 ] {7a229955-d547-46b5-a6f9-ff0fad30ccb2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
535 2025.02.21 21:26:51.548738 [ 275 ] {7a229955-d547-46b5-a6f9-ff0fad30ccb2} <Debug> oximeter.measurements_histogrami8 (fb1e2699-dd91-45ee-b517-f5bb8cb89908): Loading data parts
536 2025.02.21 21:26:51.548992 [ 275 ] {7a229955-d547-46b5-a6f9-ff0fad30ccb2} <Debug> oximeter.measurements_histogrami8 (fb1e2699-dd91-45ee-b517-f5bb8cb89908): There are no data parts
537 2025.02.21 21:26:51.551852 [ 275 ] {7a229955-d547-46b5-a6f9-ff0fad30ccb2} <Debug> TCPHandler: Processed in 0.00872229 sec.
538 2025.02.21 21:26:51.552077 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
539 2025.02.21 21:26:51.552412 [ 274 ] {9f63b205-2958-49b0-b6b2-ebc28eda05ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
540 2025.02.21 21:26:51.552586 [ 274 ] {9f63b205-2958-49b0-b6b2-ebc28eda05ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
541 2025.02.21 21:26:51.573033 [ 274 ] {9f63b205-2958-49b0-b6b2-ebc28eda05ce} <Debug> oximeter.measurements_histogramu8 (5a1d6a10-fe1b-4e83-a594-730d3e8e2f8b): Loading data parts
542 2025.02.21 21:26:51.573259 [ 274 ] {9f63b205-2958-49b0-b6b2-ebc28eda05ce} <Debug> oximeter.measurements_histogramu8 (5a1d6a10-fe1b-4e83-a594-730d3e8e2f8b): There are no data parts
543 2025.02.21 21:26:51.589995 [ 274 ] {9f63b205-2958-49b0-b6b2-ebc28eda05ce} <Debug> TCPHandler: Processed in 0.037981099 sec.
544 2025.02.21 21:26:51.590393 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
545 2025.02.21 21:26:51.591036 [ 275 ] {752c49d9-de8c-4710-85e2-5fba570de160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
546 2025.02.21 21:26:51.591227 [ 275 ] {752c49d9-de8c-4710-85e2-5fba570de160} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
547 2025.02.21 21:26:51.600924 [ 275 ] {752c49d9-de8c-4710-85e2-5fba570de160} <Debug> oximeter.measurements_histogrami16 (8cd85ea2-d3a9-48f2-bfcf-668a599ece15): Loading data parts
548 2025.02.21 21:26:51.601168 [ 275 ] {752c49d9-de8c-4710-85e2-5fba570de160} <Debug> oximeter.measurements_histogrami16 (8cd85ea2-d3a9-48f2-bfcf-668a599ece15): There are no data parts
549 2025.02.21 21:26:51.611987 [ 275 ] {752c49d9-de8c-4710-85e2-5fba570de160} <Debug> TCPHandler: Processed in 0.021712889 sec.
550 2025.02.21 21:26:51.612237 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
551 2025.02.21 21:26:51.612667 [ 274 ] {a38a8859-9e2c-4150-9227-bb5671b18a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
552 2025.02.21 21:26:51.612859 [ 274 ] {a38a8859-9e2c-4150-9227-bb5671b18a7d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
553 2025.02.21 21:26:51.630709 [ 274 ] {a38a8859-9e2c-4150-9227-bb5671b18a7d} <Debug> oximeter.measurements_histogramu16 (80c79b8b-a23a-48ae-9f63-abdc3da1e301): Loading data parts
554 2025.02.21 21:26:51.630920 [ 274 ] {a38a8859-9e2c-4150-9227-bb5671b18a7d} <Debug> oximeter.measurements_histogramu16 (80c79b8b-a23a-48ae-9f63-abdc3da1e301): There are no data parts
555 2025.02.21 21:26:51.647900 [ 274 ] {a38a8859-9e2c-4150-9227-bb5671b18a7d} <Debug> TCPHandler: Processed in 0.035746627 sec.
556 2025.02.21 21:26:51.648225 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
557 2025.02.21 21:26:51.648648 [ 275 ] {d5e58310-aacf-4a0f-a651-f176b5a1a5cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
558 2025.02.21 21:26:51.648867 [ 275 ] {d5e58310-aacf-4a0f-a651-f176b5a1a5cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
559 2025.02.21 21:26:51.670937 [ 275 ] {d5e58310-aacf-4a0f-a651-f176b5a1a5cc} <Debug> oximeter.measurements_histogrami32 (ba37d1a1-0942-4d4b-9a10-17569a238ddd): Loading data parts
560 2025.02.21 21:26:51.671164 [ 275 ] {d5e58310-aacf-4a0f-a651-f176b5a1a5cc} <Debug> oximeter.measurements_histogrami32 (ba37d1a1-0942-4d4b-9a10-17569a238ddd): There are no data parts
561 2025.02.21 21:26:51.694025 [ 275 ] {d5e58310-aacf-4a0f-a651-f176b5a1a5cc} <Debug> TCPHandler: Processed in 0.045879117 sec.
562 2025.02.21 21:26:51.694263 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
563 2025.02.21 21:26:51.694657 [ 274 ] {d572acf5-035d-4e74-ba45-cf5f9d809758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
564 2025.02.21 21:26:51.694914 [ 274 ] {d572acf5-035d-4e74-ba45-cf5f9d809758} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
565 2025.02.21 21:26:51.712404 [ 274 ] {d572acf5-035d-4e74-ba45-cf5f9d809758} <Debug> oximeter.measurements_histogramu32 (438fbce8-e387-49a8-b9ff-f601b85fba0e): Loading data parts
566 2025.02.21 21:26:51.712683 [ 274 ] {d572acf5-035d-4e74-ba45-cf5f9d809758} <Debug> oximeter.measurements_histogramu32 (438fbce8-e387-49a8-b9ff-f601b85fba0e): There are no data parts
567 2025.02.21 21:26:51.716089 [ 274 ] {d572acf5-035d-4e74-ba45-cf5f9d809758} <Debug> TCPHandler: Processed in 0.021897055 sec.
568 2025.02.21 21:26:51.716313 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
569 2025.02.21 21:26:51.716771 [ 275 ] {a48b0c29-6c7d-43cf-b3e9-1a78f229120d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
570 2025.02.21 21:26:51.716950 [ 275 ] {a48b0c29-6c7d-43cf-b3e9-1a78f229120d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
571 2025.02.21 21:26:51.732319 [ 275 ] {a48b0c29-6c7d-43cf-b3e9-1a78f229120d} <Debug> oximeter.measurements_histogrami64 (f4d9c2f6-78b7-4ce2-b1e1-7fe8bcb11d49): Loading data parts
572 2025.02.21 21:26:51.732572 [ 275 ] {a48b0c29-6c7d-43cf-b3e9-1a78f229120d} <Debug> oximeter.measurements_histogrami64 (f4d9c2f6-78b7-4ce2-b1e1-7fe8bcb11d49): There are no data parts
573 2025.02.21 21:26:51.749829 [ 275 ] {a48b0c29-6c7d-43cf-b3e9-1a78f229120d} <Debug> TCPHandler: Processed in 0.033587368 sec.
574 2025.02.21 21:26:51.750130 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
575 2025.02.21 21:26:51.750638 [ 274 ] {c4107b58-7c28-43e6-8253-5988dfeb2fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
576 2025.02.21 21:26:51.750877 [ 274 ] {c4107b58-7c28-43e6-8253-5988dfeb2fdd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
577 2025.02.21 21:26:51.762389 [ 274 ] {c4107b58-7c28-43e6-8253-5988dfeb2fdd} <Debug> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Loading data parts
578 2025.02.21 21:26:51.762631 [ 274 ] {c4107b58-7c28-43e6-8253-5988dfeb2fdd} <Debug> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): There are no data parts
579 2025.02.21 21:26:51.774390 [ 274 ] {c4107b58-7c28-43e6-8253-5988dfeb2fdd} <Debug> TCPHandler: Processed in 0.024357852 sec.
580 2025.02.21 21:26:51.774718 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
581 2025.02.21 21:26:51.775283 [ 275 ] {22404e77-60d1-4646-bca8-895d255b9c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
582 2025.02.21 21:26:51.775473 [ 275 ] {22404e77-60d1-4646-bca8-895d255b9c7c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
583 2025.02.21 21:26:51.784255 [ 275 ] {22404e77-60d1-4646-bca8-895d255b9c7c} <Debug> oximeter.measurements_histogramf32 (b5e2ed54-faac-458e-b578-2724c5a5a88c): Loading data parts
584 2025.02.21 21:26:51.784478 [ 275 ] {22404e77-60d1-4646-bca8-895d255b9c7c} <Debug> oximeter.measurements_histogramf32 (b5e2ed54-faac-458e-b578-2724c5a5a88c): There are no data parts
585 2025.02.21 21:26:51.790138 [ 275 ] {22404e77-60d1-4646-bca8-895d255b9c7c} <Debug> TCPHandler: Processed in 0.015535479 sec.
586 2025.02.21 21:26:51.790403 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
587 2025.02.21 21:26:51.790750 [ 274 ] {f0ddd7a1-9173-4845-b59e-e542314ab8c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
588 2025.02.21 21:26:51.790937 [ 274 ] {f0ddd7a1-9173-4845-b59e-e542314ab8c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
589 2025.02.21 21:26:51.802593 [ 274 ] {f0ddd7a1-9173-4845-b59e-e542314ab8c3} <Debug> oximeter.measurements_histogramf64 (2cd3edc5-4248-4c76-bb05-fd08a477a819): Loading data parts
590 2025.02.21 21:26:51.802818 [ 274 ] {f0ddd7a1-9173-4845-b59e-e542314ab8c3} <Debug> oximeter.measurements_histogramf64 (2cd3edc5-4248-4c76-bb05-fd08a477a819): There are no data parts
591 2025.02.21 21:26:51.817186 [ 274 ] {f0ddd7a1-9173-4845-b59e-e542314ab8c3} <Debug> TCPHandler: Processed in 0.026851701 sec.
592 2025.02.21 21:26:51.817440 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
593 2025.02.21 21:26:51.817924 [ 275 ] {fe92b769-4976-48e7-a7b8-0d4bca14c81d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) /* The field tables store named dimensions of each timeseries.
594 *
595 * As with the measurement tables, there is one field table for each field data
596 * type. Fields are deduplicated by using the "replacing merge tree", though
597 * this behavior **must not** be relied upon for query correctness.
598 *
599 * The index for the fields differs from the measurements, however. Rows are
600 * sorted by timeseries name, then field name, field value, and finally
601 * timeseries key. This reflects the most common pattern for looking them up:
602 * by field name and possibly value, within a timeseries. The resulting keys are
603 * usually then used to look up measurements.
604 *
605 * NOTE: We may want to consider a secondary index on these tables, sorting by
606 * timeseries name and then key, since it would improve lookups where one
607 * already has the key. Realistically though, these tables are quite small and
608 * so performance benefits will be low in absolute terms.
609 *
610 * TTL: We use a materialized column to expire old field table records. This
611 * column is generated automatically by the database whenever a new row is
612 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
613 * query. Since these tables are `ReplacingMergeTree`s, that means the last
614 * record will remain during a deduplication, which will have the last
615 * timestamp. ClickHouse will then expire old data for us, similar to the
616 * measurement tables.
617 */
618 CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
619 2025.02.21 21:26:51.818093 [ 275 ] {fe92b769-4976-48e7-a7b8-0d4bca14c81d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
620 2025.02.21 21:26:51.824930 [ 275 ] {fe92b769-4976-48e7-a7b8-0d4bca14c81d} <Debug> oximeter.fields_bool (765d6abd-734e-4339-8196-f12cc2e21b03): Loading data parts
621 2025.02.21 21:26:51.825178 [ 275 ] {fe92b769-4976-48e7-a7b8-0d4bca14c81d} <Debug> oximeter.fields_bool (765d6abd-734e-4339-8196-f12cc2e21b03): There are no data parts
622 2025.02.21 21:26:51.833692 [ 275 ] {fe92b769-4976-48e7-a7b8-0d4bca14c81d} <Debug> TCPHandler: Processed in 0.016338421 sec.
623 2025.02.21 21:26:51.833898 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
624 2025.02.21 21:26:51.834111 [ 274 ] {8885a8cc-f422-46ff-9450-57d381ae0129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
625 2025.02.21 21:26:51.834288 [ 274 ] {8885a8cc-f422-46ff-9450-57d381ae0129} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
626 2025.02.21 21:26:51.848947 [ 274 ] {8885a8cc-f422-46ff-9450-57d381ae0129} <Debug> oximeter.fields_i8 (bf7f037c-b63d-4212-aaed-25396481008e): Loading data parts
627 2025.02.21 21:26:51.849319 [ 274 ] {8885a8cc-f422-46ff-9450-57d381ae0129} <Debug> oximeter.fields_i8 (bf7f037c-b63d-4212-aaed-25396481008e): There are no data parts
628 2025.02.21 21:26:51.854904 [ 274 ] {8885a8cc-f422-46ff-9450-57d381ae0129} <Debug> TCPHandler: Processed in 0.021066762 sec.
629 2025.02.21 21:26:51.855163 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
630 2025.02.21 21:26:51.855579 [ 275 ] {328515d9-90ca-415e-8b47-31a64e2d18f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
631 2025.02.21 21:26:51.855780 [ 275 ] {328515d9-90ca-415e-8b47-31a64e2d18f4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
632 2025.02.21 21:26:51.867959 [ 275 ] {328515d9-90ca-415e-8b47-31a64e2d18f4} <Debug> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Loading data parts
633 2025.02.21 21:26:51.868160 [ 275 ] {328515d9-90ca-415e-8b47-31a64e2d18f4} <Debug> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): There are no data parts
634 2025.02.21 21:26:51.873853 [ 275 ] {328515d9-90ca-415e-8b47-31a64e2d18f4} <Debug> TCPHandler: Processed in 0.018775099 sec.
635 2025.02.21 21:26:51.874054 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
636 2025.02.21 21:26:51.874268 [ 274 ] {13446591-5398-4386-ac76-ff03f56240ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
637 2025.02.21 21:26:51.874437 [ 274 ] {13446591-5398-4386-ac76-ff03f56240ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
638 2025.02.21 21:26:51.883568 [ 274 ] {13446591-5398-4386-ac76-ff03f56240ae} <Debug> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Loading data parts
639 2025.02.21 21:26:51.883823 [ 274 ] {13446591-5398-4386-ac76-ff03f56240ae} <Debug> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): There are no data parts
640 2025.02.21 21:26:51.896322 [ 274 ] {13446591-5398-4386-ac76-ff03f56240ae} <Debug> TCPHandler: Processed in 0.022330976 sec.
641 2025.02.21 21:26:51.896590 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
642 2025.02.21 21:26:51.896977 [ 275 ] {a7c0fcd0-1022-4edd-ae89-25743df1270a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
643 2025.02.21 21:26:51.897168 [ 275 ] {a7c0fcd0-1022-4edd-ae89-25743df1270a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
644 2025.02.21 21:26:51.910207 [ 275 ] {a7c0fcd0-1022-4edd-ae89-25743df1270a} <Debug> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Loading data parts
645 2025.02.21 21:26:51.910467 [ 275 ] {a7c0fcd0-1022-4edd-ae89-25743df1270a} <Debug> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): There are no data parts
646 2025.02.21 21:26:51.920128 [ 275 ] {a7c0fcd0-1022-4edd-ae89-25743df1270a} <Debug> TCPHandler: Processed in 0.023644993 sec.
647 2025.02.21 21:26:51.920339 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
648 2025.02.21 21:26:51.920554 [ 274 ] {13c772d6-e922-480f-aa3a-a39e07f23b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
649 2025.02.21 21:26:51.920730 [ 274 ] {13c772d6-e922-480f-aa3a-a39e07f23b0f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
650 2025.02.21 21:26:51.928933 [ 274 ] {13c772d6-e922-480f-aa3a-a39e07f23b0f} <Debug> oximeter.fields_i32 (b3589b6d-2f63-46e2-87e0-3fd9ea25123d): Loading data parts
651 2025.02.21 21:26:51.929219 [ 274 ] {13c772d6-e922-480f-aa3a-a39e07f23b0f} <Debug> oximeter.fields_i32 (b3589b6d-2f63-46e2-87e0-3fd9ea25123d): There are no data parts
652 2025.02.21 21:26:51.943188 [ 274 ] {13c772d6-e922-480f-aa3a-a39e07f23b0f} <Debug> TCPHandler: Processed in 0.022908682 sec.
653 2025.02.21 21:26:51.943491 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
654 2025.02.21 21:26:51.944035 [ 275 ] {ffb768eb-1b15-4f0a-9ba1-9689c3c70357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
655 2025.02.21 21:26:51.944218 [ 275 ] {ffb768eb-1b15-4f0a-9ba1-9689c3c70357} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
656 2025.02.21 21:26:51.956276 [ 275 ] {ffb768eb-1b15-4f0a-9ba1-9689c3c70357} <Debug> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Loading data parts
657 2025.02.21 21:26:51.956480 [ 275 ] {ffb768eb-1b15-4f0a-9ba1-9689c3c70357} <Debug> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): There are no data parts
658 2025.02.21 21:26:51.962147 [ 275 ] {ffb768eb-1b15-4f0a-9ba1-9689c3c70357} <Debug> TCPHandler: Processed in 0.018748578 sec.
659 2025.02.21 21:26:51.962352 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
660 2025.02.21 21:26:51.962562 [ 274 ] {352fe4b4-958f-45a5-86cd-38cd795a3753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
661 2025.02.21 21:26:51.962755 [ 274 ] {352fe4b4-958f-45a5-86cd-38cd795a3753} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
662 2025.02.21 21:26:51.975104 [ 274 ] {352fe4b4-958f-45a5-86cd-38cd795a3753} <Debug> oximeter.fields_i64 (88686770-e07c-4ad4-bbc6-17b954a66263): Loading data parts
663 2025.02.21 21:26:51.975301 [ 274 ] {352fe4b4-958f-45a5-86cd-38cd795a3753} <Debug> oximeter.fields_i64 (88686770-e07c-4ad4-bbc6-17b954a66263): There are no data parts
664 2025.02.21 21:26:51.987879 [ 274 ] {352fe4b4-958f-45a5-86cd-38cd795a3753} <Debug> TCPHandler: Processed in 0.025584627 sec.
665 2025.02.21 21:26:51.988202 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
666 2025.02.21 21:26:51.988506 [ 275 ] {885824b8-9303-4a61-adb2-1d0fe66c1720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
667 2025.02.21 21:26:51.988666 [ 275 ] {885824b8-9303-4a61-adb2-1d0fe66c1720} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
668 2025.02.21 21:26:51.995646 [ 275 ] {885824b8-9303-4a61-adb2-1d0fe66c1720} <Debug> oximeter.fields_u64 (8a39ecec-d8a8-4eb7-b1ee-7c9c5d87a3c3): Loading data parts
669 2025.02.21 21:26:51.995874 [ 275 ] {885824b8-9303-4a61-adb2-1d0fe66c1720} <Debug> oximeter.fields_u64 (8a39ecec-d8a8-4eb7-b1ee-7c9c5d87a3c3): There are no data parts
670 2025.02.21 21:26:52.005305 [ 275 ] {885824b8-9303-4a61-adb2-1d0fe66c1720} <Debug> TCPHandler: Processed in 0.017200735 sec.
671 2025.02.21 21:26:52.005513 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
672 2025.02.21 21:26:52.005765 [ 274 ] {d16518db-00e0-41c9-bc6c-810312b8e2f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
673 2025.02.21 21:26:52.005925 [ 274 ] {d16518db-00e0-41c9-bc6c-810312b8e2f4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
674 2025.02.21 21:26:52.017974 [ 274 ] {d16518db-00e0-41c9-bc6c-810312b8e2f4} <Debug> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b): Loading data parts
675 2025.02.21 21:26:52.018186 [ 274 ] {d16518db-00e0-41c9-bc6c-810312b8e2f4} <Debug> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b): There are no data parts
676 2025.02.21 21:26:52.023927 [ 274 ] {d16518db-00e0-41c9-bc6c-810312b8e2f4} <Debug> TCPHandler: Processed in 0.01848018 sec.
677 2025.02.21 21:26:52.024309 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
678 2025.02.21 21:26:52.024590 [ 275 ] {586886bb-06e1-4bf0-a1e1-37d64b84314e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
679 2025.02.21 21:26:52.024769 [ 275 ] {586886bb-06e1-4bf0-a1e1-37d64b84314e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
680 2025.02.21 21:26:52.037777 [ 275 ] {586886bb-06e1-4bf0-a1e1-37d64b84314e} <Debug> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Loading data parts
681 2025.02.21 21:26:52.038136 [ 275 ] {586886bb-06e1-4bf0-a1e1-37d64b84314e} <Debug> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): There are no data parts
682 2025.02.21 21:26:52.046637 [ 275 ] {586886bb-06e1-4bf0-a1e1-37d64b84314e} <Debug> TCPHandler: Processed in 0.022421099 sec.
683 2025.02.21 21:26:52.046867 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
684 2025.02.21 21:26:52.047202 [ 274 ] {f3e5ef62-3679-4b92-94d1-4e1f397b5bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
685 2025.02.21 21:26:52.047256 [ 274 ] {f3e5ef62-3679-4b92-94d1-4e1f397b5bb6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
686 2025.02.21 21:26:52.061230 [ 274 ] {f3e5ef62-3679-4b92-94d1-4e1f397b5bb6} <Debug> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Loading data parts
687 2025.02.21 21:26:52.061434 [ 274 ] {f3e5ef62-3679-4b92-94d1-4e1f397b5bb6} <Debug> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): There are no data parts
688 2025.02.21 21:26:52.081221 [ 274 ] {f3e5ef62-3679-4b92-94d1-4e1f397b5bb6} <Debug> TCPHandler: Processed in 0.03443569 sec.
689 2025.02.21 21:26:52.081624 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
690 2025.02.21 21:26:52.081938 [ 275 ] {0dfd5a2c-cbfa-4b09-9bef-46ce5468ca53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) /* The timeseries schema table stores the extracted schema for the samples
691 * oximeter collects.
692 */
693 CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete)
694 2025.02.21 21:26:52.082175 [ 275 ] {0dfd5a2c-cbfa-4b09-9bef-46ce5468ca53} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
695 2025.02.21 21:26:52.095435 [ 275 ] {0dfd5a2c-cbfa-4b09-9bef-46ce5468ca53} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): Loading data parts
696 2025.02.21 21:26:52.095677 [ 275 ] {0dfd5a2c-cbfa-4b09-9bef-46ce5468ca53} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): There are no data parts
697 2025.02.21 21:26:52.111833 [ 275 ] {0dfd5a2c-cbfa-4b09-9bef-46ce5468ca53} <Debug> TCPHandler: Processed in 0.030273936 sec.
698 2025.02.21 21:26:52.112272 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
699 2025.02.21 21:26:52.112685 [ 274 ] {9cba8345-753a-4fc8-ba36-73a78cf936ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
700 2025.02.21 21:26:52.113458 [ 274 ] {9cba8345-753a-4fc8-ba36-73a78cf936ba} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
701 2025.02.21 21:26:52.122352 [ 284 ] {9cba8345-753a-4fc8-ba36-73a78cf936ba} <Trace> oximeter.version (8ce44136-4a42-4c10-a518-1ee48d1bca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
702 2025.02.21 21:26:52.122413 [ 284 ] {9cba8345-753a-4fc8-ba36-73a78cf936ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
703 2025.02.21 21:26:52.127940 [ 284 ] {9cba8345-753a-4fc8-ba36-73a78cf936ba} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
704 2025.02.21 21:26:52.128712 [ 284 ] {9cba8345-753a-4fc8-ba36-73a78cf936ba} <Trace> oximeter.version (8ce44136-4a42-4c10-a518-1ee48d1bca3d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
705 2025.02.21 21:26:52.129066 [ 274 ] {9cba8345-753a-4fc8-ba36-73a78cf936ba} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016499 sec., 60.60973392326808 rows/sec., 969.76 B/sec.
706 2025.02.21 21:26:52.129544 [ 274 ] {9cba8345-753a-4fc8-ba36-73a78cf936ba} <Debug> TCPHandler: Processed in 0.01738126 sec.
707 2025.02.21 21:26:53.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.40 MiB, peak 137.40 MiB, free memory in arenas 0.00 B, will set to 140.99 MiB (RSS), difference: 3.59 MiB
708 2025.02.21 21:26:56.955622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
709 2025.02.21 21:26:56.955645 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
710 2025.02.21 21:26:56.955723 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
711 2025.02.21 21:26:56.955914 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
712 2025.02.21 21:26:56.967733 [ 244 ] {} <Debug> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Loading data parts
713 2025.02.21 21:26:56.968108 [ 244 ] {} <Debug> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): There are no data parts
714 2025.02.21 21:26:56.974047 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
715 2025.02.21 21:26:56.974087 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
716 2025.02.21 21:26:56.976232 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
717 2025.02.21 21:26:56.976833 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
718 2025.02.21 21:26:56.977050 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
719 2025.02.21 21:26:56.979055 [ 243 ] {} <Debug> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Loading data parts
720 2025.02.21 21:26:56.979414 [ 243 ] {} <Debug> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): There are no data parts
721 2025.02.21 21:26:57.000202 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.23 MiB, peak 145.35 MiB, free memory in arenas 0.00 B, will set to 148.22 MiB (RSS), difference: 2.99 MiB
722 2025.02.21 21:26:57.008822 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
723 2025.02.21 21:26:57.009069 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
724 2025.02.21 21:26:57.016980 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
725 2025.02.21 21:26:57.018356 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
726 2025.02.21 21:26:57.021993 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
727 2025.02.21 21:26:58.000150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.91 MiB, peak 152.91 MiB, free memory in arenas 0.00 B, will set to 150.50 MiB (RSS), difference: 1.59 MiB
728 2025.02.21 21:26:59.455562 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88
729 2025.02.21 21:26:59.455658 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
730 2025.02.21 21:26:59.464743 [ 242 ] {} <Debug> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Loading data parts
731 2025.02.21 21:26:59.464936 [ 242 ] {} <Debug> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): There are no data parts
732 2025.02.21 21:26:59.475263 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
733 2025.02.21 21:26:59.475303 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
734 2025.02.21 21:26:59.477183 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
735 2025.02.21 21:26:59.477751 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
736 2025.02.21 21:26:59.478223 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88
737 2025.02.21 21:27:00.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.68 MiB, peak 154.68 MiB, free memory in arenas 0.00 B, will set to 150.90 MiB (RSS), difference: -3.78 MiB
738 2025.02.21 21:27:04.399080 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache
739 2025.02.21 21:27:04.399138 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache
740 2025.02.21 21:27:04.477140 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
741 2025.02.21 21:27:04.478040 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
742 2025.02.21 21:27:04.478210 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
743 2025.02.21 21:27:04.478902 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
744 2025.02.21 21:27:04.479383 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
745 2025.02.21 21:27:04.479733 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
746 2025.02.21 21:27:04.522194 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
747 2025.02.21 21:27:04.544147 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
748 2025.02.21 21:27:04.544346 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
749 2025.02.21 21:27:04.551104 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
750 2025.02.21 21:27:04.552334 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
751 2025.02.21 21:27:04.555154 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
752 2025.02.21 21:27:05.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.58 MiB, peak 155.58 MiB, free memory in arenas 0.00 B, will set to 152.68 MiB (RSS), difference: 1.11 MiB
753 2025.02.21 21:27:10.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.70 MiB, peak 155.58 MiB, free memory in arenas 0.00 B, will set to 152.72 MiB (RSS), difference: 4.02 MiB
754 2025.02.21 21:27:11.979829 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
755 2025.02.21 21:27:11.980455 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
756 2025.02.21 21:27:11.980500 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
757 2025.02.21 21:27:11.981152 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
758 2025.02.21 21:27:11.981445 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
759 2025.02.21 21:27:11.981637 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
760 2025.02.21 21:27:12.055215 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
761 2025.02.21 21:27:12.074211 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
762 2025.02.21 21:27:12.074272 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
763 2025.02.21 21:27:12.080750 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
764 2025.02.21 21:27:12.081557 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
765 2025.02.21 21:27:12.084494 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
766 2025.02.21 21:27:12.136129 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
767 2025.02.21 21:27:12.136342 [ 274 ] {705899a8-dd88-419a-a7db-07ac0b583727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
768 2025.02.21 21:27:12.140635 [ 274 ] {705899a8-dd88-419a-a7db-07ac0b583727} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
769 2025.02.21 21:27:12.146628 [ 274 ] {705899a8-dd88-419a-a7db-07ac0b583727} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
770 2025.02.21 21:27:12.150259 [ 274 ] {705899a8-dd88-419a-a7db-07ac0b583727} <Debug> TCPHandler: Processed in 0.014253883 sec.
771 2025.02.21 21:27:12.153225 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
772 2025.02.21 21:27:12.153458 [ 275 ] {5d9b78f5-28c2-4dc4-8fee-2b19e976a269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
773 2025.02.21 21:27:12.157362 [ 275 ] {5d9b78f5-28c2-4dc4-8fee-2b19e976a269} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
774 2025.02.21 21:27:12.157432 [ 275 ] {5d9b78f5-28c2-4dc4-8fee-2b19e976a269} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
775 2025.02.21 21:27:12.158076 [ 275 ] {5d9b78f5-28c2-4dc4-8fee-2b19e976a269} <Debug> TCPHandler: Processed in 0.004994188 sec.
776 2025.02.21 21:27:12.158418 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
777 2025.02.21 21:27:12.158596 [ 274 ] {fe260b66-bb5d-4858-9756-f354b9ec14a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
778 2025.02.21 21:27:12.159155 [ 274 ] {fe260b66-bb5d-4858-9756-f354b9ec14a6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
779 2025.02.21 21:27:12.159219 [ 274 ] {fe260b66-bb5d-4858-9756-f354b9ec14a6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
780 2025.02.21 21:27:12.159789 [ 274 ] {fe260b66-bb5d-4858-9756-f354b9ec14a6} <Debug> TCPHandler: Processed in 0.00143763 sec.
781 2025.02.21 21:27:12.160164 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
782 2025.02.21 21:27:12.160321 [ 275 ] {96ba60fc-ed3d-42d8-b6e2-254dd1f60507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
783 2025.02.21 21:27:12.160691 [ 275 ] {96ba60fc-ed3d-42d8-b6e2-254dd1f60507} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
784 2025.02.21 21:27:12.160748 [ 275 ] {96ba60fc-ed3d-42d8-b6e2-254dd1f60507} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
785 2025.02.21 21:27:12.161258 [ 275 ] {96ba60fc-ed3d-42d8-b6e2-254dd1f60507} <Debug> TCPHandler: Processed in 0.001153611 sec.
786 2025.02.21 21:27:12.161554 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
787 2025.02.21 21:27:12.161718 [ 274 ] {ce6017e4-b7b8-46ef-8790-047e9a9fd996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
788 2025.02.21 21:27:12.162098 [ 274 ] {ce6017e4-b7b8-46ef-8790-047e9a9fd996} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
789 2025.02.21 21:27:12.162157 [ 274 ] {ce6017e4-b7b8-46ef-8790-047e9a9fd996} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
790 2025.02.21 21:27:12.162685 [ 274 ] {ce6017e4-b7b8-46ef-8790-047e9a9fd996} <Debug> TCPHandler: Processed in 0.001189933 sec.
791 2025.02.21 21:27:12.162980 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
792 2025.02.21 21:27:12.163160 [ 275 ] {caf181f6-c4e7-4661-a8a6-e0392ef0989e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
793 2025.02.21 21:27:12.163619 [ 275 ] {caf181f6-c4e7-4661-a8a6-e0392ef0989e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
794 2025.02.21 21:27:12.163690 [ 275 ] {caf181f6-c4e7-4661-a8a6-e0392ef0989e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
795 2025.02.21 21:27:12.164318 [ 275 ] {caf181f6-c4e7-4661-a8a6-e0392ef0989e} <Debug> TCPHandler: Processed in 0.001406869 sec.
796 2025.02.21 21:27:12.164654 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
797 2025.02.21 21:27:12.164815 [ 274 ] {5e3283ec-c4b6-4733-acbe-2bc7da328d7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
798 2025.02.21 21:27:12.165199 [ 274 ] {5e3283ec-c4b6-4733-acbe-2bc7da328d7b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
799 2025.02.21 21:27:12.165258 [ 274 ] {5e3283ec-c4b6-4733-acbe-2bc7da328d7b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
800 2025.02.21 21:27:12.165776 [ 274 ] {5e3283ec-c4b6-4733-acbe-2bc7da328d7b} <Debug> TCPHandler: Processed in 0.001179263 sec.
801 2025.02.21 21:27:12.166039 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
802 2025.02.21 21:27:12.166192 [ 275 ] {5ef92a93-43d6-4a50-b1e7-33176f03c661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
803 2025.02.21 21:27:12.166561 [ 275 ] {5ef92a93-43d6-4a50-b1e7-33176f03c661} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
804 2025.02.21 21:27:12.166619 [ 275 ] {5ef92a93-43d6-4a50-b1e7-33176f03c661} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
805 2025.02.21 21:27:12.167126 [ 275 ] {5ef92a93-43d6-4a50-b1e7-33176f03c661} <Debug> TCPHandler: Processed in 0.001146311 sec.
806 2025.02.21 21:27:12.167387 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
807 2025.02.21 21:27:12.167545 [ 274 ] {0de71276-dac9-4f63-ba95-bf8c75bac74e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
808 2025.02.21 21:27:12.167930 [ 274 ] {0de71276-dac9-4f63-ba95-bf8c75bac74e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
809 2025.02.21 21:27:12.167986 [ 274 ] {0de71276-dac9-4f63-ba95-bf8c75bac74e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
810 2025.02.21 21:27:12.168495 [ 274 ] {0de71276-dac9-4f63-ba95-bf8c75bac74e} <Debug> TCPHandler: Processed in 0.001161152 sec.
811 2025.02.21 21:27:12.168799 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
812 2025.02.21 21:27:12.168956 [ 275 ] {ca3d9a43-7618-4def-b53d-b1ba91b2d35e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
813 2025.02.21 21:27:12.169334 [ 275 ] {ca3d9a43-7618-4def-b53d-b1ba91b2d35e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
814 2025.02.21 21:27:12.169395 [ 275 ] {ca3d9a43-7618-4def-b53d-b1ba91b2d35e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
815 2025.02.21 21:27:12.169895 [ 275 ] {ca3d9a43-7618-4def-b53d-b1ba91b2d35e} <Debug> TCPHandler: Processed in 0.001153972 sec.
816 2025.02.21 21:27:12.170233 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
817 2025.02.21 21:27:12.170394 [ 274 ] {ba7adf58-5796-418d-90c9-06dda44a59a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
818 2025.02.21 21:27:12.170773 [ 274 ] {ba7adf58-5796-418d-90c9-06dda44a59a6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
819 2025.02.21 21:27:12.170828 [ 274 ] {ba7adf58-5796-418d-90c9-06dda44a59a6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
820 2025.02.21 21:27:12.171339 [ 274 ] {ba7adf58-5796-418d-90c9-06dda44a59a6} <Debug> TCPHandler: Processed in 0.001162922 sec.
821 2025.02.21 21:27:12.171623 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
822 2025.02.21 21:27:12.171781 [ 275 ] {38a9b235-fc4c-45ac-bfd4-92f47a8e0b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
823 2025.02.21 21:27:12.172160 [ 275 ] {38a9b235-fc4c-45ac-bfd4-92f47a8e0b64} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
824 2025.02.21 21:27:12.172215 [ 275 ] {38a9b235-fc4c-45ac-bfd4-92f47a8e0b64} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
825 2025.02.21 21:27:12.172721 [ 275 ] {38a9b235-fc4c-45ac-bfd4-92f47a8e0b64} <Debug> TCPHandler: Processed in 0.001156842 sec.
826 2025.02.21 21:27:12.173024 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
827 2025.02.21 21:27:12.173188 [ 274 ] {37c379ad-6afd-4d8f-a965-48bbee102e25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
828 2025.02.21 21:27:12.173574 [ 274 ] {37c379ad-6afd-4d8f-a965-48bbee102e25} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
829 2025.02.21 21:27:12.173629 [ 274 ] {37c379ad-6afd-4d8f-a965-48bbee102e25} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
830 2025.02.21 21:27:12.174134 [ 274 ] {37c379ad-6afd-4d8f-a965-48bbee102e25} <Debug> TCPHandler: Processed in 0.001167462 sec.
831 2025.02.21 21:27:12.174387 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
832 2025.02.21 21:27:12.174549 [ 275 ] {33c87f95-383c-4413-8fe6-af4420901367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
833 2025.02.21 21:27:12.175015 [ 275 ] {33c87f95-383c-4413-8fe6-af4420901367} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
834 2025.02.21 21:27:12.175086 [ 275 ] {33c87f95-383c-4413-8fe6-af4420901367} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
835 2025.02.21 21:27:12.175661 [ 275 ] {33c87f95-383c-4413-8fe6-af4420901367} <Debug> TCPHandler: Processed in 0.001329937 sec.
836 2025.02.21 21:27:12.181489 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
837 2025.02.21 21:27:12.181626 [ 274 ] {025e15bb-374d-4aa6-b4b6-00118b7fa46b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
838 2025.02.21 21:27:12.181682 [ 274 ] {025e15bb-374d-4aa6-b4b6-00118b7fa46b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
839 2025.02.21 21:27:12.182483 [ 274 ] {025e15bb-374d-4aa6-b4b6-00118b7fa46b} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): Trying to reserve 1.00 MiB using storage policy from min volume index 0
840 2025.02.21 21:27:12.182532 [ 274 ] {025e15bb-374d-4aa6-b4b6-00118b7fa46b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
841 2025.02.21 21:27:12.185032 [ 274 ] {025e15bb-374d-4aa6-b4b6-00118b7fa46b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
842 2025.02.21 21:27:12.185271 [ 274 ] {025e15bb-374d-4aa6-b4b6-00118b7fa46b} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
843 2025.02.21 21:27:12.185500 [ 274 ] {025e15bb-374d-4aa6-b4b6-00118b7fa46b} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.003914 sec., 3576.9034236075627 rows/sec., 513.23 KiB/sec.
844 2025.02.21 21:27:12.185555 [ 274 ] {025e15bb-374d-4aa6-b4b6-00118b7fa46b} <Debug> TCPHandler: Processed in 0.004125894 sec.
845 2025.02.21 21:27:12.185727 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
846 2025.02.21 21:27:12.185862 [ 275 ] {c4cc3293-d801-4e50-ac89-8414723e4e2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
847 2025.02.21 21:27:12.185916 [ 275 ] {c4cc3293-d801-4e50-ac89-8414723e4e2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
848 2025.02.21 21:27:12.189759 [ 275 ] {c4cc3293-d801-4e50-ac89-8414723e4e2e} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
849 2025.02.21 21:27:12.189803 [ 275 ] {c4cc3293-d801-4e50-ac89-8414723e4e2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
850 2025.02.21 21:27:12.190337 [ 275 ] {c4cc3293-d801-4e50-ac89-8414723e4e2e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
851 2025.02.21 21:27:12.190611 [ 275 ] {c4cc3293-d801-4e50-ac89-8414723e4e2e} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
852 2025.02.21 21:27:12.190855 [ 275 ] {c4cc3293-d801-4e50-ac89-8414723e4e2e} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.005025 sec., 10348.25870646766 rows/sec., 809.62 KiB/sec.
853 2025.02.21 21:27:12.190925 [ 275 ] {c4cc3293-d801-4e50-ac89-8414723e4e2e} <Debug> TCPHandler: Processed in 0.005256805 sec.
854 2025.02.21 21:27:12.191087 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
855 2025.02.21 21:27:12.191213 [ 274 ] {cd7d1c7d-0630-488d-819b-32e6ebf408a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
856 2025.02.21 21:27:12.191262 [ 274 ] {cd7d1c7d-0630-488d-819b-32e6ebf408a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
857 2025.02.21 21:27:12.191907 [ 274 ] {cd7d1c7d-0630-488d-819b-32e6ebf408a1} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
858 2025.02.21 21:27:12.191947 [ 274 ] {cd7d1c7d-0630-488d-819b-32e6ebf408a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
859 2025.02.21 21:27:12.192354 [ 274 ] {cd7d1c7d-0630-488d-819b-32e6ebf408a1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
860 2025.02.21 21:27:12.192657 [ 274 ] {cd7d1c7d-0630-488d-819b-32e6ebf408a1} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
861 2025.02.21 21:27:12.192896 [ 274 ] {cd7d1c7d-0630-488d-819b-32e6ebf408a1} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001709 sec., 32767.700409596255 rows/sec., 2.56 MiB/sec.
862 2025.02.21 21:27:12.192959 [ 274 ] {cd7d1c7d-0630-488d-819b-32e6ebf408a1} <Debug> TCPHandler: Processed in 0.001932964 sec.
863 2025.02.21 21:27:12.193130 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
864 2025.02.21 21:27:12.193258 [ 275 ] {533dd71c-14a6-43b3-b7bf-1f4b9bd75e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
865 2025.02.21 21:27:12.193313 [ 275 ] {533dd71c-14a6-43b3-b7bf-1f4b9bd75e64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
866 2025.02.21 21:27:12.193951 [ 275 ] {533dd71c-14a6-43b3-b7bf-1f4b9bd75e64} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
867 2025.02.21 21:27:12.193989 [ 275 ] {533dd71c-14a6-43b3-b7bf-1f4b9bd75e64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
868 2025.02.21 21:27:12.194458 [ 275 ] {533dd71c-14a6-43b3-b7bf-1f4b9bd75e64} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
869 2025.02.21 21:27:12.194723 [ 275 ] {533dd71c-14a6-43b3-b7bf-1f4b9bd75e64} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
870 2025.02.21 21:27:12.194967 [ 275 ] {533dd71c-14a6-43b3-b7bf-1f4b9bd75e64} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.00174 sec., 68965.5172413793 rows/sec., 4.78 MiB/sec.
871 2025.02.21 21:27:12.195024 [ 275 ] {533dd71c-14a6-43b3-b7bf-1f4b9bd75e64} <Debug> TCPHandler: Processed in 0.001954714 sec.
872 2025.02.21 21:27:12.195183 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
873 2025.02.21 21:27:12.195306 [ 274 ] {36e050ae-528d-423b-bb76-4101ec21b80d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
874 2025.02.21 21:27:12.195370 [ 274 ] {36e050ae-528d-423b-bb76-4101ec21b80d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
875 2025.02.21 21:27:12.195893 [ 274 ] {36e050ae-528d-423b-bb76-4101ec21b80d} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
876 2025.02.21 21:27:12.195934 [ 274 ] {36e050ae-528d-423b-bb76-4101ec21b80d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
877 2025.02.21 21:27:12.196337 [ 274 ] {36e050ae-528d-423b-bb76-4101ec21b80d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
878 2025.02.21 21:27:12.196597 [ 274 ] {36e050ae-528d-423b-bb76-4101ec21b80d} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
879 2025.02.21 21:27:12.196857 [ 274 ] {36e050ae-528d-423b-bb76-4101ec21b80d} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001558 sec., 25673.940949935815 rows/sec., 1.76 MiB/sec.
880 2025.02.21 21:27:12.196952 [ 274 ] {36e050ae-528d-423b-bb76-4101ec21b80d} <Debug> TCPHandler: Processed in 0.00182622 sec.
881 2025.02.21 21:27:17.141305 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
882 2025.02.21 21:27:17.141512 [ 274 ] {766934d2-1d25-467e-94df-abbadcf2c167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
883 2025.02.21 21:27:17.141591 [ 274 ] {766934d2-1d25-467e-94df-abbadcf2c167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
884 2025.02.21 21:27:17.142400 [ 274 ] {766934d2-1d25-467e-94df-abbadcf2c167} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
885 2025.02.21 21:27:17.142450 [ 274 ] {766934d2-1d25-467e-94df-abbadcf2c167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
886 2025.02.21 21:27:17.142893 [ 274 ] {766934d2-1d25-467e-94df-abbadcf2c167} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
887 2025.02.21 21:27:17.143158 [ 274 ] {766934d2-1d25-467e-94df-abbadcf2c167} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
888 2025.02.21 21:27:17.143417 [ 274 ] {766934d2-1d25-467e-94df-abbadcf2c167} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.00195 sec., 26666.666666666668 rows/sec., 2.04 MiB/sec.
889 2025.02.21 21:27:17.143581 [ 274 ] {766934d2-1d25-467e-94df-abbadcf2c167} <Debug> TCPHandler: Processed in 0.002406136 sec.
890 2025.02.21 21:27:17.143854 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
891 2025.02.21 21:27:17.144049 [ 275 ] {ddd2019e-4a65-417f-8544-a7776e5468eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
892 2025.02.21 21:27:17.144123 [ 275 ] {ddd2019e-4a65-417f-8544-a7776e5468eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
893 2025.02.21 21:27:17.144914 [ 275 ] {ddd2019e-4a65-417f-8544-a7776e5468eb} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
894 2025.02.21 21:27:17.144967 [ 275 ] {ddd2019e-4a65-417f-8544-a7776e5468eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
895 2025.02.21 21:27:17.145395 [ 275 ] {ddd2019e-4a65-417f-8544-a7776e5468eb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
896 2025.02.21 21:27:17.145650 [ 275 ] {ddd2019e-4a65-417f-8544-a7776e5468eb} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
897 2025.02.21 21:27:17.145875 [ 275 ] {ddd2019e-4a65-417f-8544-a7776e5468eb} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001883 sec., 29739.776951672862 rows/sec., 2.32 MiB/sec.
898 2025.02.21 21:27:17.145932 [ 275 ] {ddd2019e-4a65-417f-8544-a7776e5468eb} <Debug> TCPHandler: Processed in 0.002213161 sec.
899 2025.02.21 21:27:17.146108 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
900 2025.02.21 21:27:17.146241 [ 274 ] {a23a3a90-fa6a-4628-8f30-507e074f9419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
901 2025.02.21 21:27:17.146300 [ 274 ] {a23a3a90-fa6a-4628-8f30-507e074f9419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
902 2025.02.21 21:27:17.146908 [ 274 ] {a23a3a90-fa6a-4628-8f30-507e074f9419} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
903 2025.02.21 21:27:17.146950 [ 274 ] {a23a3a90-fa6a-4628-8f30-507e074f9419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
904 2025.02.21 21:27:17.147357 [ 274 ] {a23a3a90-fa6a-4628-8f30-507e074f9419} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
905 2025.02.21 21:27:17.147601 [ 274 ] {a23a3a90-fa6a-4628-8f30-507e074f9419} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
906 2025.02.21 21:27:17.147816 [ 274 ] {a23a3a90-fa6a-4628-8f30-507e074f9419} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00161 sec., 93167.70186335403 rows/sec., 6.46 MiB/sec.
907 2025.02.21 21:27:17.147876 [ 274 ] {a23a3a90-fa6a-4628-8f30-507e074f9419} <Debug> TCPHandler: Processed in 0.001831001 sec.
908 2025.02.21 21:27:17.148048 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
909 2025.02.21 21:27:17.148170 [ 275 ] {60df0805-aa2f-4b0d-bbc1-d31cc2aa2b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
910 2025.02.21 21:27:17.148224 [ 275 ] {60df0805-aa2f-4b0d-bbc1-d31cc2aa2b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
911 2025.02.21 21:27:17.148743 [ 275 ] {60df0805-aa2f-4b0d-bbc1-d31cc2aa2b5e} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
912 2025.02.21 21:27:17.148784 [ 275 ] {60df0805-aa2f-4b0d-bbc1-d31cc2aa2b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
913 2025.02.21 21:27:17.149174 [ 275 ] {60df0805-aa2f-4b0d-bbc1-d31cc2aa2b5e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
914 2025.02.21 21:27:17.149425 [ 275 ] {60df0805-aa2f-4b0d-bbc1-d31cc2aa2b5e} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
915 2025.02.21 21:27:17.149634 [ 275 ] {60df0805-aa2f-4b0d-bbc1-d31cc2aa2b5e} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.00149 sec., 33557.04697986577 rows/sec., 2.30 MiB/sec.
916 2025.02.21 21:27:17.149685 [ 275 ] {60df0805-aa2f-4b0d-bbc1-d31cc2aa2b5e} <Debug> TCPHandler: Processed in 0.001695977 sec.
917 2025.02.21 21:27:19.399178 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache
918 2025.02.21 21:27:19.399244 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache
919 2025.02.21 21:27:19.478671 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134
920 2025.02.21 21:27:19.481795 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
921 2025.02.21 21:27:19.483920 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
922 2025.02.21 21:27:19.483976 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
923 2025.02.21 21:27:19.484755 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
924 2025.02.21 21:27:19.485122 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
925 2025.02.21 21:27:19.485140 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
926 2025.02.21 21:27:19.485165 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
927 2025.02.21 21:27:19.485466 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
928 2025.02.21 21:27:19.486737 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
929 2025.02.21 21:27:19.487028 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
930 2025.02.21 21:27:19.487760 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 134
931 2025.02.21 21:27:19.584564 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
932 2025.02.21 21:27:19.604389 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
933 2025.02.21 21:27:19.604455 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
934 2025.02.21 21:27:19.611514 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
935 2025.02.21 21:27:19.612293 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
936 2025.02.21 21:27:19.615305 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
937 2025.02.21 21:27:22.135171 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
938 2025.02.21 21:27:22.135429 [ 274 ] {70733c39-9f62-49c9-8348-ea46f41ec379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
939 2025.02.21 21:27:22.137805 [ 274 ] {70733c39-9f62-49c9-8348-ea46f41ec379} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
940 2025.02.21 21:27:22.139843 [ 274 ] {70733c39-9f62-49c9-8348-ea46f41ec379} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE
941 2025.02.21 21:27:22.140174 [ 274 ] {70733c39-9f62-49c9-8348-ea46f41ec379} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
942 2025.02.21 21:27:22.140981 [ 274 ] {70733c39-9f62-49c9-8348-ea46f41ec379} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
943 2025.02.21 21:27:22.143363 [ 274 ] {70733c39-9f62-49c9-8348-ea46f41ec379} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
944 2025.02.21 21:27:22.148376 [ 274 ] {70733c39-9f62-49c9-8348-ea46f41ec379} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
945 2025.02.21 21:27:22.150512 [ 274 ] {70733c39-9f62-49c9-8348-ea46f41ec379} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
946 2025.02.21 21:27:22.150540 [ 274 ] {70733c39-9f62-49c9-8348-ea46f41ec379} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
947 2025.02.21 21:27:22.150738 [ 274 ] {70733c39-9f62-49c9-8348-ea46f41ec379} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))"
948 2025.02.21 21:27:22.150768 [ 274 ] {70733c39-9f62-49c9-8348-ea46f41ec379} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
949 2025.02.21 21:27:22.167176 [ 274 ] {70733c39-9f62-49c9-8348-ea46f41ec379} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.031855 sec., 439.4914456129336 rows/sec., 17.93 KiB/sec.
950 2025.02.21 21:27:22.167339 [ 274 ] {70733c39-9f62-49c9-8348-ea46f41ec379} <Debug> TCPHandler: Processed in 0.032305882 sec.
951 2025.02.21 21:27:22.168283 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
952 2025.02.21 21:27:22.168539 [ 275 ] {bb21b36d-f938-4fd8-ae1b-43b07c59672b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
953 2025.02.21 21:27:22.168942 [ 275 ] {bb21b36d-f938-4fd8-ae1b-43b07c59672b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
954 2025.02.21 21:27:22.168985 [ 275 ] {bb21b36d-f938-4fd8-ae1b-43b07c59672b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
955 2025.02.21 21:27:22.169280 [ 275 ] {bb21b36d-f938-4fd8-ae1b-43b07c59672b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
956 2025.02.21 21:27:22.169362 [ 275 ] {bb21b36d-f938-4fd8-ae1b-43b07c59672b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
957 2025.02.21 21:27:22.169541 [ 275 ] {bb21b36d-f938-4fd8-ae1b-43b07c59672b} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
958 2025.02.21 21:27:22.169585 [ 275 ] {bb21b36d-f938-4fd8-ae1b-43b07c59672b} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
959 2025.02.21 21:27:22.169614 [ 275 ] {bb21b36d-f938-4fd8-ae1b-43b07c59672b} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
960 2025.02.21 21:27:22.169640 [ 275 ] {bb21b36d-f938-4fd8-ae1b-43b07c59672b} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
961 2025.02.21 21:27:22.169693 [ 275 ] {bb21b36d-f938-4fd8-ae1b-43b07c59672b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
962 2025.02.21 21:27:22.169719 [ 275 ] {bb21b36d-f938-4fd8-ae1b-43b07c59672b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
963 2025.02.21 21:27:22.170462 [ 275 ] {bb21b36d-f938-4fd8-ae1b-43b07c59672b} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002037 sec., 6872.852233676976 rows/sec., 280.46 KiB/sec.
964 2025.02.21 21:27:22.170598 [ 275 ] {bb21b36d-f938-4fd8-ae1b-43b07c59672b} <Debug> TCPHandler: Processed in 0.002448188 sec.
965 2025.02.21 21:27:22.173336 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
966 2025.02.21 21:27:22.173537 [ 274 ] {9025387d-9f8b-4546-ab33-48e2c25a41c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete)
967 2025.02.21 21:27:22.173890 [ 274 ] {9025387d-9f8b-4546-ab33-48e2c25a41c9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
968 2025.02.21 21:27:22.173931 [ 274 ] {9025387d-9f8b-4546-ab33-48e2c25a41c9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE
969 2025.02.21 21:27:22.174206 [ 274 ] {9025387d-9f8b-4546-ab33-48e2c25a41c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
970 2025.02.21 21:27:22.174278 [ 274 ] {9025387d-9f8b-4546-ab33-48e2c25a41c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
971 2025.02.21 21:27:22.174439 [ 274 ] {9025387d-9f8b-4546-ab33-48e2c25a41c9} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
972 2025.02.21 21:27:22.174474 [ 274 ] {9025387d-9f8b-4546-ab33-48e2c25a41c9} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
973 2025.02.21 21:27:22.174499 [ 274 ] {9025387d-9f8b-4546-ab33-48e2c25a41c9} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
974 2025.02.21 21:27:22.174517 [ 274 ] {9025387d-9f8b-4546-ab33-48e2c25a41c9} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
975 2025.02.21 21:27:22.174567 [ 274 ] {9025387d-9f8b-4546-ab33-48e2c25a41c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))"
976 2025.02.21 21:27:22.174593 [ 274 ] {9025387d-9f8b-4546-ab33-48e2c25a41c9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
977 2025.02.21 21:27:22.175401 [ 274 ] {9025387d-9f8b-4546-ab33-48e2c25a41c9} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001954 sec., 7164.790174002047 rows/sec., 292.37 KiB/sec.
978 2025.02.21 21:27:22.175530 [ 274 ] {9025387d-9f8b-4546-ab33-48e2c25a41c9} <Debug> TCPHandler: Processed in 0.002276432 sec.
979 2025.02.21 21:27:22.176191 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
980 2025.02.21 21:27:22.176369 [ 275 ] {9a389abe-c66c-4486-ae55-3874d58caad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete)
981 2025.02.21 21:27:22.176687 [ 275 ] {9a389abe-c66c-4486-ae55-3874d58caad8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
982 2025.02.21 21:27:22.176729 [ 275 ] {9a389abe-c66c-4486-ae55-3874d58caad8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE
983 2025.02.21 21:27:22.177000 [ 275 ] {9a389abe-c66c-4486-ae55-3874d58caad8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
984 2025.02.21 21:27:22.177071 [ 275 ] {9a389abe-c66c-4486-ae55-3874d58caad8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
985 2025.02.21 21:27:22.177224 [ 275 ] {9a389abe-c66c-4486-ae55-3874d58caad8} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
986 2025.02.21 21:27:22.177258 [ 275 ] {9a389abe-c66c-4486-ae55-3874d58caad8} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
987 2025.02.21 21:27:22.177282 [ 275 ] {9a389abe-c66c-4486-ae55-3874d58caad8} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
988 2025.02.21 21:27:22.177300 [ 275 ] {9a389abe-c66c-4486-ae55-3874d58caad8} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
989 2025.02.21 21:27:22.177347 [ 275 ] {9a389abe-c66c-4486-ae55-3874d58caad8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))"
990 2025.02.21 21:27:22.177372 [ 275 ] {9a389abe-c66c-4486-ae55-3874d58caad8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
991 2025.02.21 21:27:22.177982 [ 275 ] {9a389abe-c66c-4486-ae55-3874d58caad8} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001693 sec., 8269.344359125811 rows/sec., 337.44 KiB/sec.
992 2025.02.21 21:27:22.178104 [ 275 ] {9a389abe-c66c-4486-ae55-3874d58caad8} <Debug> TCPHandler: Processed in 0.001970925 sec.
993 2025.02.21 21:27:22.178476 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
994 2025.02.21 21:27:22.178654 [ 274 ] {f5224dd0-4c8d-4fc6-830c-86ff12b77b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete)
995 2025.02.21 21:27:22.178963 [ 274 ] {f5224dd0-4c8d-4fc6-830c-86ff12b77b06} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
996 2025.02.21 21:27:22.179007 [ 274 ] {f5224dd0-4c8d-4fc6-830c-86ff12b77b06} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE
997 2025.02.21 21:27:22.179272 [ 274 ] {f5224dd0-4c8d-4fc6-830c-86ff12b77b06} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
998 2025.02.21 21:27:22.179339 [ 274 ] {f5224dd0-4c8d-4fc6-830c-86ff12b77b06} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
999 2025.02.21 21:27:22.179491 [ 274 ] {f5224dd0-4c8d-4fc6-830c-86ff12b77b06} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1000 2025.02.21 21:27:22.179527 [ 274 ] {f5224dd0-4c8d-4fc6-830c-86ff12b77b06} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1001 2025.02.21 21:27:22.179552 [ 274 ] {f5224dd0-4c8d-4fc6-830c-86ff12b77b06} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1002 2025.02.21 21:27:22.179575 [ 274 ] {f5224dd0-4c8d-4fc6-830c-86ff12b77b06} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1003 2025.02.21 21:27:22.179620 [ 274 ] {f5224dd0-4c8d-4fc6-830c-86ff12b77b06} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))"
1004 2025.02.21 21:27:22.179643 [ 274 ] {f5224dd0-4c8d-4fc6-830c-86ff12b77b06} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1005 2025.02.21 21:27:22.180259 [ 274 ] {f5224dd0-4c8d-4fc6-830c-86ff12b77b06} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001683 sec., 8318.478906714201 rows/sec., 339.45 KiB/sec.
1006 2025.02.21 21:27:22.180373 [ 274 ] {f5224dd0-4c8d-4fc6-830c-86ff12b77b06} <Debug> TCPHandler: Processed in 0.001961444 sec.
1007 2025.02.21 21:27:22.180709 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1008 2025.02.21 21:27:22.180885 [ 275 ] {ab49c2ee-4412-41a6-90e0-cc9b18ecea47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1009 2025.02.21 21:27:22.181207 [ 275 ] {ab49c2ee-4412-41a6-90e0-cc9b18ecea47} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1010 2025.02.21 21:27:22.181250 [ 275 ] {ab49c2ee-4412-41a6-90e0-cc9b18ecea47} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1011 2025.02.21 21:27:22.181518 [ 275 ] {ab49c2ee-4412-41a6-90e0-cc9b18ecea47} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1012 2025.02.21 21:27:22.181588 [ 275 ] {ab49c2ee-4412-41a6-90e0-cc9b18ecea47} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1013 2025.02.21 21:27:22.181742 [ 275 ] {ab49c2ee-4412-41a6-90e0-cc9b18ecea47} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1014 2025.02.21 21:27:22.181778 [ 275 ] {ab49c2ee-4412-41a6-90e0-cc9b18ecea47} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1015 2025.02.21 21:27:22.181805 [ 275 ] {ab49c2ee-4412-41a6-90e0-cc9b18ecea47} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1016 2025.02.21 21:27:22.181831 [ 275 ] {ab49c2ee-4412-41a6-90e0-cc9b18ecea47} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1017 2025.02.21 21:27:22.181878 [ 275 ] {ab49c2ee-4412-41a6-90e0-cc9b18ecea47} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))"
1018 2025.02.21 21:27:22.181902 [ 275 ] {ab49c2ee-4412-41a6-90e0-cc9b18ecea47} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1019 2025.02.21 21:27:22.182492 [ 275 ] {ab49c2ee-4412-41a6-90e0-cc9b18ecea47} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001686 sec., 8303.67734282325 rows/sec., 338.84 KiB/sec.
1020 2025.02.21 21:27:22.182610 [ 275 ] {ab49c2ee-4412-41a6-90e0-cc9b18ecea47} <Debug> TCPHandler: Processed in 0.001960194 sec.
1021 2025.02.21 21:27:22.182942 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1022 2025.02.21 21:27:22.183138 [ 274 ] {0a2c9f73-921b-4be5-879d-6ab38e39e76c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1023 2025.02.21 21:27:22.183503 [ 274 ] {0a2c9f73-921b-4be5-879d-6ab38e39e76c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1024 2025.02.21 21:27:22.183553 [ 274 ] {0a2c9f73-921b-4be5-879d-6ab38e39e76c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1025 2025.02.21 21:27:22.183877 [ 274 ] {0a2c9f73-921b-4be5-879d-6ab38e39e76c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1026 2025.02.21 21:27:22.183958 [ 274 ] {0a2c9f73-921b-4be5-879d-6ab38e39e76c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1027 2025.02.21 21:27:22.184116 [ 274 ] {0a2c9f73-921b-4be5-879d-6ab38e39e76c} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1028 2025.02.21 21:27:22.184149 [ 274 ] {0a2c9f73-921b-4be5-879d-6ab38e39e76c} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1029 2025.02.21 21:27:22.184171 [ 274 ] {0a2c9f73-921b-4be5-879d-6ab38e39e76c} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1030 2025.02.21 21:27:22.184188 [ 274 ] {0a2c9f73-921b-4be5-879d-6ab38e39e76c} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1031 2025.02.21 21:27:22.184232 [ 274 ] {0a2c9f73-921b-4be5-879d-6ab38e39e76c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1032 2025.02.21 21:27:22.184256 [ 274 ] {0a2c9f73-921b-4be5-879d-6ab38e39e76c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1033 2025.02.21 21:27:22.184859 [ 274 ] {0a2c9f73-921b-4be5-879d-6ab38e39e76c} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001817 sec., 7705.008255365988 rows/sec., 314.41 KiB/sec.
1034 2025.02.21 21:27:22.184980 [ 274 ] {0a2c9f73-921b-4be5-879d-6ab38e39e76c} <Debug> TCPHandler: Processed in 0.002099658 sec.
1035 2025.02.21 21:27:22.185377 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1036 2025.02.21 21:27:22.185568 [ 275 ] {b9c62a55-e7f3-44d5-b491-c1d126f8a454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1037 2025.02.21 21:27:22.185938 [ 275 ] {b9c62a55-e7f3-44d5-b491-c1d126f8a454} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1038 2025.02.21 21:27:22.185992 [ 275 ] {b9c62a55-e7f3-44d5-b491-c1d126f8a454} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1039 2025.02.21 21:27:22.186385 [ 275 ] {b9c62a55-e7f3-44d5-b491-c1d126f8a454} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1040 2025.02.21 21:27:22.186486 [ 275 ] {b9c62a55-e7f3-44d5-b491-c1d126f8a454} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1041 2025.02.21 21:27:22.186685 [ 275 ] {b9c62a55-e7f3-44d5-b491-c1d126f8a454} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1042 2025.02.21 21:27:22.186728 [ 275 ] {b9c62a55-e7f3-44d5-b491-c1d126f8a454} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1043 2025.02.21 21:27:22.186758 [ 275 ] {b9c62a55-e7f3-44d5-b491-c1d126f8a454} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1044 2025.02.21 21:27:22.186789 [ 275 ] {b9c62a55-e7f3-44d5-b491-c1d126f8a454} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1045 2025.02.21 21:27:22.186849 [ 275 ] {b9c62a55-e7f3-44d5-b491-c1d126f8a454} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1046 2025.02.21 21:27:22.186880 [ 275 ] {b9c62a55-e7f3-44d5-b491-c1d126f8a454} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1047 2025.02.21 21:27:22.187581 [ 275 ] {b9c62a55-e7f3-44d5-b491-c1d126f8a454} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.0021 sec., 6666.666666666667 rows/sec., 272.04 KiB/sec.
1048 2025.02.21 21:27:22.187709 [ 275 ] {b9c62a55-e7f3-44d5-b491-c1d126f8a454} <Debug> TCPHandler: Processed in 0.002392636 sec.
1049 2025.02.21 21:27:22.188043 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1050 2025.02.21 21:27:22.188218 [ 274 ] {6cbee4af-0e3d-49b1-8ffc-6579ded3c02a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1051 2025.02.21 21:27:22.188526 [ 274 ] {6cbee4af-0e3d-49b1-8ffc-6579ded3c02a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1052 2025.02.21 21:27:22.188569 [ 274 ] {6cbee4af-0e3d-49b1-8ffc-6579ded3c02a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1053 2025.02.21 21:27:22.188842 [ 274 ] {6cbee4af-0e3d-49b1-8ffc-6579ded3c02a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1054 2025.02.21 21:27:22.188912 [ 274 ] {6cbee4af-0e3d-49b1-8ffc-6579ded3c02a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1055 2025.02.21 21:27:22.189059 [ 274 ] {6cbee4af-0e3d-49b1-8ffc-6579ded3c02a} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1056 2025.02.21 21:27:22.189092 [ 274 ] {6cbee4af-0e3d-49b1-8ffc-6579ded3c02a} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1057 2025.02.21 21:27:22.189115 [ 274 ] {6cbee4af-0e3d-49b1-8ffc-6579ded3c02a} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1058 2025.02.21 21:27:22.189133 [ 274 ] {6cbee4af-0e3d-49b1-8ffc-6579ded3c02a} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1059 2025.02.21 21:27:22.189181 [ 274 ] {6cbee4af-0e3d-49b1-8ffc-6579ded3c02a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1060 2025.02.21 21:27:22.189206 [ 274 ] {6cbee4af-0e3d-49b1-8ffc-6579ded3c02a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1061 2025.02.21 21:27:22.189888 [ 274 ] {6cbee4af-0e3d-49b1-8ffc-6579ded3c02a} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001748 sec., 8009.153318077803 rows/sec., 326.82 KiB/sec.
1062 2025.02.21 21:27:22.190002 [ 274 ] {6cbee4af-0e3d-49b1-8ffc-6579ded3c02a} <Debug> TCPHandler: Processed in 0.002017406 sec.
1063 2025.02.21 21:27:22.190353 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1064 2025.02.21 21:27:22.190543 [ 275 ] {9a41269b-94f1-42bd-bf5d-a3351595c585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1065 2025.02.21 21:27:22.190878 [ 275 ] {9a41269b-94f1-42bd-bf5d-a3351595c585} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1066 2025.02.21 21:27:22.190923 [ 275 ] {9a41269b-94f1-42bd-bf5d-a3351595c585} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1067 2025.02.21 21:27:22.191205 [ 275 ] {9a41269b-94f1-42bd-bf5d-a3351595c585} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1068 2025.02.21 21:27:22.191279 [ 275 ] {9a41269b-94f1-42bd-bf5d-a3351595c585} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1069 2025.02.21 21:27:22.191459 [ 275 ] {9a41269b-94f1-42bd-bf5d-a3351595c585} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1070 2025.02.21 21:27:22.191498 [ 275 ] {9a41269b-94f1-42bd-bf5d-a3351595c585} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1071 2025.02.21 21:27:22.191522 [ 275 ] {9a41269b-94f1-42bd-bf5d-a3351595c585} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1072 2025.02.21 21:27:22.191540 [ 275 ] {9a41269b-94f1-42bd-bf5d-a3351595c585} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1073 2025.02.21 21:27:22.191586 [ 275 ] {9a41269b-94f1-42bd-bf5d-a3351595c585} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1074 2025.02.21 21:27:22.191609 [ 275 ] {9a41269b-94f1-42bd-bf5d-a3351595c585} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1075 2025.02.21 21:27:22.192199 [ 275 ] {9a41269b-94f1-42bd-bf5d-a3351595c585} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001745 sec., 8022.9226361031515 rows/sec., 327.39 KiB/sec.
1076 2025.02.21 21:27:22.192323 [ 275 ] {9a41269b-94f1-42bd-bf5d-a3351595c585} <Debug> TCPHandler: Processed in 0.002029266 sec.
1077 2025.02.21 21:27:22.192626 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1078 2025.02.21 21:27:22.192800 [ 274 ] {f2805df7-3ea2-4d73-8455-e8150f89daa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1079 2025.02.21 21:27:22.193110 [ 274 ] {f2805df7-3ea2-4d73-8455-e8150f89daa5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1080 2025.02.21 21:27:22.193153 [ 274 ] {f2805df7-3ea2-4d73-8455-e8150f89daa5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1081 2025.02.21 21:27:22.193423 [ 274 ] {f2805df7-3ea2-4d73-8455-e8150f89daa5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1082 2025.02.21 21:27:22.193490 [ 274 ] {f2805df7-3ea2-4d73-8455-e8150f89daa5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1083 2025.02.21 21:27:22.193636 [ 274 ] {f2805df7-3ea2-4d73-8455-e8150f89daa5} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1084 2025.02.21 21:27:22.193668 [ 274 ] {f2805df7-3ea2-4d73-8455-e8150f89daa5} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1085 2025.02.21 21:27:22.193690 [ 274 ] {f2805df7-3ea2-4d73-8455-e8150f89daa5} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1086 2025.02.21 21:27:22.193706 [ 274 ] {f2805df7-3ea2-4d73-8455-e8150f89daa5} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1087 2025.02.21 21:27:22.193750 [ 274 ] {f2805df7-3ea2-4d73-8455-e8150f89daa5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1088 2025.02.21 21:27:22.193772 [ 274 ] {f2805df7-3ea2-4d73-8455-e8150f89daa5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1089 2025.02.21 21:27:22.194358 [ 274 ] {f2805df7-3ea2-4d73-8455-e8150f89daa5} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 348.99 KiB/sec.
1090 2025.02.21 21:27:22.194472 [ 274 ] {f2805df7-3ea2-4d73-8455-e8150f89daa5} <Debug> TCPHandler: Processed in 0.001908222 sec.
1091 2025.02.21 21:27:22.194808 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1092 2025.02.21 21:27:22.194992 [ 275 ] {ef002be4-9545-42b0-ac07-e3c0879d6abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1093 2025.02.21 21:27:22.195316 [ 275 ] {ef002be4-9545-42b0-ac07-e3c0879d6abb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1094 2025.02.21 21:27:22.195362 [ 275 ] {ef002be4-9545-42b0-ac07-e3c0879d6abb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1095 2025.02.21 21:27:22.195647 [ 275 ] {ef002be4-9545-42b0-ac07-e3c0879d6abb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1096 2025.02.21 21:27:22.195715 [ 275 ] {ef002be4-9545-42b0-ac07-e3c0879d6abb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1097 2025.02.21 21:27:22.195874 [ 275 ] {ef002be4-9545-42b0-ac07-e3c0879d6abb} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1098 2025.02.21 21:27:22.195910 [ 275 ] {ef002be4-9545-42b0-ac07-e3c0879d6abb} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1099 2025.02.21 21:27:22.195934 [ 275 ] {ef002be4-9545-42b0-ac07-e3c0879d6abb} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1100 2025.02.21 21:27:22.195952 [ 275 ] {ef002be4-9545-42b0-ac07-e3c0879d6abb} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1101 2025.02.21 21:27:22.195997 [ 275 ] {ef002be4-9545-42b0-ac07-e3c0879d6abb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1102 2025.02.21 21:27:22.196021 [ 275 ] {ef002be4-9545-42b0-ac07-e3c0879d6abb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1103 2025.02.21 21:27:22.196667 [ 275 ] {ef002be4-9545-42b0-ac07-e3c0879d6abb} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001761 sec., 7950.028392958547 rows/sec., 324.41 KiB/sec.
1104 2025.02.21 21:27:22.196794 [ 275 ] {ef002be4-9545-42b0-ac07-e3c0879d6abb} <Debug> TCPHandler: Processed in 0.002048357 sec.
1105 2025.02.21 21:27:22.202674 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1106 2025.02.21 21:27:22.202857 [ 274 ] {38f5bcef-53d9-4186-bf1e-aaa5ca0bc10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1107 2025.02.21 21:27:22.203183 [ 274 ] {38f5bcef-53d9-4186-bf1e-aaa5ca0bc10b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1108 2025.02.21 21:27:22.203226 [ 274 ] {38f5bcef-53d9-4186-bf1e-aaa5ca0bc10b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1109 2025.02.21 21:27:22.203509 [ 274 ] {38f5bcef-53d9-4186-bf1e-aaa5ca0bc10b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1110 2025.02.21 21:27:22.203576 [ 274 ] {38f5bcef-53d9-4186-bf1e-aaa5ca0bc10b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1111 2025.02.21 21:27:22.203727 [ 274 ] {38f5bcef-53d9-4186-bf1e-aaa5ca0bc10b} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1112 2025.02.21 21:27:22.203760 [ 274 ] {38f5bcef-53d9-4186-bf1e-aaa5ca0bc10b} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1113 2025.02.21 21:27:22.203782 [ 274 ] {38f5bcef-53d9-4186-bf1e-aaa5ca0bc10b} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1114 2025.02.21 21:27:22.203798 [ 274 ] {38f5bcef-53d9-4186-bf1e-aaa5ca0bc10b} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1115 2025.02.21 21:27:22.203842 [ 274 ] {38f5bcef-53d9-4186-bf1e-aaa5ca0bc10b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1116 2025.02.21 21:27:22.203865 [ 274 ] {38f5bcef-53d9-4186-bf1e-aaa5ca0bc10b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1117 2025.02.21 21:27:22.204470 [ 274 ] {38f5bcef-53d9-4186-bf1e-aaa5ca0bc10b} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001697 sec., 8249.852681202121 rows/sec., 336.65 KiB/sec.
1118 2025.02.21 21:27:22.204612 [ 274 ] {38f5bcef-53d9-4186-bf1e-aaa5ca0bc10b} <Debug> TCPHandler: Processed in 0.002000015 sec.
1119 2025.02.21 21:27:22.210761 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1120 2025.02.21 21:27:22.210883 [ 274 ] {d751fffe-1e76-4508-ba17-a5d48bc9e5e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1121 2025.02.21 21:27:22.210931 [ 274 ] {d751fffe-1e76-4508-ba17-a5d48bc9e5e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1122 2025.02.21 21:27:22.211625 [ 274 ] {d751fffe-1e76-4508-ba17-a5d48bc9e5e7} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1123 2025.02.21 21:27:22.211674 [ 274 ] {d751fffe-1e76-4508-ba17-a5d48bc9e5e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
1124 2025.02.21 21:27:22.212193 [ 274 ] {d751fffe-1e76-4508-ba17-a5d48bc9e5e7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1125 2025.02.21 21:27:22.212429 [ 274 ] {d751fffe-1e76-4508-ba17-a5d48bc9e5e7} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1126 2025.02.21 21:27:22.212672 [ 274 ] {d751fffe-1e76-4508-ba17-a5d48bc9e5e7} <Debug> executeQuery: Read 13 rows, 4.52 KiB in 0.001814 sec., 7166.482910694597 rows/sec., 2.43 MiB/sec.
1127 2025.02.21 21:27:22.212833 [ 274 ] {d751fffe-1e76-4508-ba17-a5d48bc9e5e7} <Debug> TCPHandler: Processed in 0.002117668 sec.
1128 2025.02.21 21:27:22.213039 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1129 2025.02.21 21:27:22.213175 [ 275 ] {25bb2246-4c78-40dd-ac85-e06fcb57a314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1130 2025.02.21 21:27:22.213229 [ 275 ] {25bb2246-4c78-40dd-ac85-e06fcb57a314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1131 2025.02.21 21:27:22.214567 [ 275 ] {25bb2246-4c78-40dd-ac85-e06fcb57a314} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1132 2025.02.21 21:27:22.214602 [ 275 ] {25bb2246-4c78-40dd-ac85-e06fcb57a314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
1133 2025.02.21 21:27:22.215031 [ 275 ] {25bb2246-4c78-40dd-ac85-e06fcb57a314} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1134 2025.02.21 21:27:22.215286 [ 275 ] {25bb2246-4c78-40dd-ac85-e06fcb57a314} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1135 2025.02.21 21:27:22.215483 [ 275 ] {25bb2246-4c78-40dd-ac85-e06fcb57a314} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002403 sec., 88223.05451518935 rows/sec., 5.61 MiB/sec.
1136 2025.02.21 21:27:22.215696 [ 275 ] {25bb2246-4c78-40dd-ac85-e06fcb57a314} <Debug> TCPHandler: Processed in 0.002724285 sec.
1137 2025.02.21 21:27:22.215873 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1138 2025.02.21 21:27:22.216017 [ 274 ] {c9434691-e85c-47a9-a84e-c71f06998c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1139 2025.02.21 21:27:22.216068 [ 274 ] {c9434691-e85c-47a9-a84e-c71f06998c0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1140 2025.02.21 21:27:22.217027 [ 274 ] {c9434691-e85c-47a9-a84e-c71f06998c0a} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1141 2025.02.21 21:27:22.217066 [ 274 ] {c9434691-e85c-47a9-a84e-c71f06998c0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
1142 2025.02.21 21:27:22.217505 [ 274 ] {c9434691-e85c-47a9-a84e-c71f06998c0a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1143 2025.02.21 21:27:22.217772 [ 274 ] {c9434691-e85c-47a9-a84e-c71f06998c0a} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1144 2025.02.21 21:27:22.217988 [ 274 ] {c9434691-e85c-47a9-a84e-c71f06998c0a} <Debug> executeQuery: Read 629 rows, 50.64 KiB in 0.002002 sec., 314185.81418581423 rows/sec., 24.70 MiB/sec.
1145 2025.02.21 21:27:22.218051 [ 274 ] {c9434691-e85c-47a9-a84e-c71f06998c0a} <Debug> TCPHandler: Processed in 0.002248693 sec.
1146 2025.02.21 21:27:22.218211 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1147 2025.02.21 21:27:22.218334 [ 275 ] {04e4f875-7d22-4950-bfc2-6404c2fc1bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1148 2025.02.21 21:27:22.218384 [ 275 ] {04e4f875-7d22-4950-bfc2-6404c2fc1bfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1149 2025.02.21 21:27:22.219262 [ 275 ] {04e4f875-7d22-4950-bfc2-6404c2fc1bfc} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1150 2025.02.21 21:27:22.219298 [ 275 ] {04e4f875-7d22-4950-bfc2-6404c2fc1bfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
1151 2025.02.21 21:27:22.219782 [ 275 ] {04e4f875-7d22-4950-bfc2-6404c2fc1bfc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1152 2025.02.21 21:27:22.220035 [ 275 ] {04e4f875-7d22-4950-bfc2-6404c2fc1bfc} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1153 2025.02.21 21:27:22.220230 [ 275 ] {04e4f875-7d22-4950-bfc2-6404c2fc1bfc} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001923 sec., 59282.37129485179 rows/sec., 3.55 MiB/sec.
1154 2025.02.21 21:27:22.220288 [ 275 ] {04e4f875-7d22-4950-bfc2-6404c2fc1bfc} <Debug> TCPHandler: Processed in 0.002134499 sec.
1155 2025.02.21 21:27:22.220434 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1156 2025.02.21 21:27:22.220552 [ 274 ] {e5009282-df9b-4408-a3cc-e50bb54060c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1157 2025.02.21 21:27:22.220608 [ 274 ] {e5009282-df9b-4408-a3cc-e50bb54060c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1158 2025.02.21 21:27:22.221249 [ 274 ] {e5009282-df9b-4408-a3cc-e50bb54060c2} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1159 2025.02.21 21:27:22.221288 [ 274 ] {e5009282-df9b-4408-a3cc-e50bb54060c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
1160 2025.02.21 21:27:22.221739 [ 274 ] {e5009282-df9b-4408-a3cc-e50bb54060c2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1161 2025.02.21 21:27:22.221979 [ 274 ] {e5009282-df9b-4408-a3cc-e50bb54060c2} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1162 2025.02.21 21:27:22.222275 [ 274 ] {e5009282-df9b-4408-a3cc-e50bb54060c2} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001727 sec., 65431.38390272148 rows/sec., 4.24 MiB/sec.
1163 2025.02.21 21:27:22.222359 [ 274 ] {e5009282-df9b-4408-a3cc-e50bb54060c2} <Debug> TCPHandler: Processed in 0.001980375 sec.
1164 2025.02.21 21:27:22.222502 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1165 2025.02.21 21:27:22.222625 [ 275 ] {27267ae0-9f6a-4477-90f9-821eae4368db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1166 2025.02.21 21:27:22.222676 [ 275 ] {27267ae0-9f6a-4477-90f9-821eae4368db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1167 2025.02.21 21:27:22.223312 [ 275 ] {27267ae0-9f6a-4477-90f9-821eae4368db} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1168 2025.02.21 21:27:22.223352 [ 275 ] {27267ae0-9f6a-4477-90f9-821eae4368db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
1169 2025.02.21 21:27:22.223828 [ 275 ] {27267ae0-9f6a-4477-90f9-821eae4368db} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1170 2025.02.21 21:27:22.224115 [ 275 ] {27267ae0-9f6a-4477-90f9-821eae4368db} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1171 2025.02.21 21:27:22.224312 [ 275 ] {27267ae0-9f6a-4477-90f9-821eae4368db} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001711 sec., 65458.79602571595 rows/sec., 3.73 MiB/sec.
1172 2025.02.21 21:27:22.224372 [ 275 ] {27267ae0-9f6a-4477-90f9-821eae4368db} <Debug> TCPHandler: Processed in 0.001929813 sec.
1173 2025.02.21 21:27:22.224543 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1174 2025.02.21 21:27:22.224666 [ 274 ] {a80141f5-a6de-42a4-9841-798fe79eb3bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1175 2025.02.21 21:27:22.224717 [ 274 ] {a80141f5-a6de-42a4-9841-798fe79eb3bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1176 2025.02.21 21:27:22.225491 [ 274 ] {a80141f5-a6de-42a4-9841-798fe79eb3bc} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1177 2025.02.21 21:27:22.225529 [ 274 ] {a80141f5-a6de-42a4-9841-798fe79eb3bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
1178 2025.02.21 21:27:22.225930 [ 274 ] {a80141f5-a6de-42a4-9841-798fe79eb3bc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1179 2025.02.21 21:27:22.226178 [ 274 ] {a80141f5-a6de-42a4-9841-798fe79eb3bc} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1180 2025.02.21 21:27:22.226394 [ 274 ] {a80141f5-a6de-42a4-9841-798fe79eb3bc} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001754 sec., 217787.91334093502 rows/sec., 15.36 MiB/sec.
1181 2025.02.21 21:27:22.226453 [ 274 ] {a80141f5-a6de-42a4-9841-798fe79eb3bc} <Debug> TCPHandler: Processed in 0.001968915 sec.
1182 2025.02.21 21:27:22.226613 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1183 2025.02.21 21:27:22.226737 [ 275 ] {08a16327-74ec-4fd0-ac39-3cb2135b2d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1184 2025.02.21 21:27:22.226789 [ 275 ] {08a16327-74ec-4fd0-ac39-3cb2135b2d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1185 2025.02.21 21:27:22.227284 [ 275 ] {08a16327-74ec-4fd0-ac39-3cb2135b2d66} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1186 2025.02.21 21:27:22.227323 [ 275 ] {08a16327-74ec-4fd0-ac39-3cb2135b2d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
1187 2025.02.21 21:27:22.227768 [ 275 ] {08a16327-74ec-4fd0-ac39-3cb2135b2d66} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1188 2025.02.21 21:27:22.228055 [ 275 ] {08a16327-74ec-4fd0-ac39-3cb2135b2d66} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1189 2025.02.21 21:27:22.228273 [ 275 ] {08a16327-74ec-4fd0-ac39-3cb2135b2d66} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001559 sec., 3848.6209108402822 rows/sec., 201.08 KiB/sec.
1190 2025.02.21 21:27:22.228415 [ 275 ] {08a16327-74ec-4fd0-ac39-3cb2135b2d66} <Debug> TCPHandler: Processed in 0.001853472 sec.
1191 2025.02.21 21:27:22.228576 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1192 2025.02.21 21:27:22.228695 [ 274 ] {30a1b6b1-5bc1-46aa-a152-bba35035f198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1193 2025.02.21 21:27:22.228749 [ 274 ] {30a1b6b1-5bc1-46aa-a152-bba35035f198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1194 2025.02.21 21:27:22.229351 [ 274 ] {30a1b6b1-5bc1-46aa-a152-bba35035f198} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1195 2025.02.21 21:27:22.229389 [ 274 ] {30a1b6b1-5bc1-46aa-a152-bba35035f198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
1196 2025.02.21 21:27:22.229783 [ 274 ] {30a1b6b1-5bc1-46aa-a152-bba35035f198} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1197 2025.02.21 21:27:22.230025 [ 274 ] {30a1b6b1-5bc1-46aa-a152-bba35035f198} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1198 2025.02.21 21:27:22.230243 [ 274 ] {30a1b6b1-5bc1-46aa-a152-bba35035f198} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.00156 sec., 145512.82051282053 rows/sec., 9.71 MiB/sec.
1199 2025.02.21 21:27:22.230362 [ 274 ] {30a1b6b1-5bc1-46aa-a152-bba35035f198} <Debug> TCPHandler: Processed in 0.001841731 sec.
1200 2025.02.21 21:27:22.230524 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1201 2025.02.21 21:27:22.230647 [ 275 ] {7487711e-9218-4ed5-95a2-46a16afcd412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1202 2025.02.21 21:27:22.230701 [ 275 ] {7487711e-9218-4ed5-95a2-46a16afcd412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1203 2025.02.21 21:27:22.231197 [ 275 ] {7487711e-9218-4ed5-95a2-46a16afcd412} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1204 2025.02.21 21:27:22.231237 [ 275 ] {7487711e-9218-4ed5-95a2-46a16afcd412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
1205 2025.02.21 21:27:22.231679 [ 275 ] {7487711e-9218-4ed5-95a2-46a16afcd412} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1206 2025.02.21 21:27:22.231925 [ 275 ] {7487711e-9218-4ed5-95a2-46a16afcd412} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1207 2025.02.21 21:27:22.232137 [ 275 ] {7487711e-9218-4ed5-95a2-46a16afcd412} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001516 sec., 659.6306068601583 rows/sec., 44.45 KiB/sec.
1208 2025.02.21 21:27:22.232192 [ 275 ] {7487711e-9218-4ed5-95a2-46a16afcd412} <Debug> TCPHandler: Processed in 0.001726947 sec.
1209 2025.02.21 21:27:22.232358 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1210 2025.02.21 21:27:22.232479 [ 274 ] {64a4356f-7f7f-4d02-bb48-c14a2ac56fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1211 2025.02.21 21:27:22.232564 [ 274 ] {64a4356f-7f7f-4d02-bb48-c14a2ac56fc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1212 2025.02.21 21:27:22.233692 [ 274 ] {64a4356f-7f7f-4d02-bb48-c14a2ac56fc3} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1213 2025.02.21 21:27:22.233732 [ 274 ] {64a4356f-7f7f-4d02-bb48-c14a2ac56fc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
1214 2025.02.21 21:27:22.236622 [ 274 ] {64a4356f-7f7f-4d02-bb48-c14a2ac56fc3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1215 2025.02.21 21:27:22.236893 [ 274 ] {64a4356f-7f7f-4d02-bb48-c14a2ac56fc3} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1216 2025.02.21 21:27:22.237098 [ 274 ] {64a4356f-7f7f-4d02-bb48-c14a2ac56fc3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004644 sec., 1722.6528854435833 rows/sec., 3.09 MiB/sec.
1217 2025.02.21 21:27:22.237216 [ 274 ] {64a4356f-7f7f-4d02-bb48-c14a2ac56fc3} <Debug> TCPHandler: Processed in 0.004917576 sec.
1218 2025.02.21 21:27:22.237387 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1219 2025.02.21 21:27:22.237507 [ 275 ] {ac6005dd-052f-461f-bf8c-f67defe5539a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1220 2025.02.21 21:27:22.237561 [ 275 ] {ac6005dd-052f-461f-bf8c-f67defe5539a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1221 2025.02.21 21:27:22.238072 [ 275 ] {ac6005dd-052f-461f-bf8c-f67defe5539a} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1222 2025.02.21 21:27:22.238112 [ 275 ] {ac6005dd-052f-461f-bf8c-f67defe5539a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
1223 2025.02.21 21:27:22.238492 [ 275 ] {ac6005dd-052f-461f-bf8c-f67defe5539a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1224 2025.02.21 21:27:22.238745 [ 275 ] {ac6005dd-052f-461f-bf8c-f67defe5539a} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1225 2025.02.21 21:27:22.238968 [ 275 ] {ac6005dd-052f-461f-bf8c-f67defe5539a} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001486 sec., 48452.220726783315 rows/sec., 3.09 MiB/sec.
1226 2025.02.21 21:27:22.239029 [ 275 ] {ac6005dd-052f-461f-bf8c-f67defe5539a} <Debug> TCPHandler: Processed in 0.001702657 sec.
1227 2025.02.21 21:27:26.985582 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1228 2025.02.21 21:27:26.986218 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1229 2025.02.21 21:27:26.986266 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1230 2025.02.21 21:27:26.986825 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1231 2025.02.21 21:27:26.987082 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1232 2025.02.21 21:27:26.987303 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1233 2025.02.21 21:27:27.115372 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1234 2025.02.21 21:27:27.137125 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1235 2025.02.21 21:27:27.137850 [ 274 ] {3c10c844-b64f-4b6e-886f-89391ccdebbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1236 2025.02.21 21:27:27.139872 [ 274 ] {3c10c844-b64f-4b6e-886f-89391ccdebbf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1237 2025.02.21 21:27:27.139909 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1238 2025.02.21 21:27:27.139957 [ 274 ] {3c10c844-b64f-4b6e-886f-89391ccdebbf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1239 2025.02.21 21:27:27.140019 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1240 2025.02.21 21:27:27.142066 [ 274 ] {3c10c844-b64f-4b6e-886f-89391ccdebbf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1241 2025.02.21 21:27:27.142402 [ 274 ] {3c10c844-b64f-4b6e-886f-89391ccdebbf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1242 2025.02.21 21:27:27.143203 [ 274 ] {3c10c844-b64f-4b6e-886f-89391ccdebbf} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1243 2025.02.21 21:27:27.143485 [ 284 ] {3c10c844-b64f-4b6e-886f-89391ccdebbf} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1244 2025.02.21 21:27:27.143566 [ 285 ] {3c10c844-b64f-4b6e-886f-89391ccdebbf} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1245 2025.02.21 21:27:27.143735 [ 274 ] {3c10c844-b64f-4b6e-886f-89391ccdebbf} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1246 2025.02.21 21:27:27.143806 [ 274 ] {3c10c844-b64f-4b6e-886f-89391ccdebbf} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1247 2025.02.21 21:27:27.148300 [ 274 ] {3c10c844-b64f-4b6e-886f-89391ccdebbf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1248 2025.02.21 21:27:27.148373 [ 274 ] {3c10c844-b64f-4b6e-886f-89391ccdebbf} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Reading approx. 27 rows with 2 streams
1249 2025.02.21 21:27:27.148687 [ 274 ] {3c10c844-b64f-4b6e-886f-89391ccdebbf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1250 2025.02.21 21:27:27.148943 [ 274 ] {3c10c844-b64f-4b6e-886f-89391ccdebbf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1251 2025.02.21 21:27:27.151020 [ 274 ] {3c10c844-b64f-4b6e-886f-89391ccdebbf} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.013581 sec., 1988.0715705765408 rows/sec., 73.99 KiB/sec.
1252 2025.02.21 21:27:27.151465 [ 274 ] {3c10c844-b64f-4b6e-886f-89391ccdebbf} <Debug> TCPHandler: Processed in 0.014559262 sec.
1253 2025.02.21 21:27:27.152028 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1254 2025.02.21 21:27:27.152794 [ 275 ] {7d92d64c-6d1b-4715-a8b3-3015e8e4f9c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1255 2025.02.21 21:27:27.154198 [ 275 ] {7d92d64c-6d1b-4715-a8b3-3015e8e4f9c0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1256 2025.02.21 21:27:27.154406 [ 275 ] {7d92d64c-6d1b-4715-a8b3-3015e8e4f9c0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1257 2025.02.21 21:27:27.156194 [ 275 ] {7d92d64c-6d1b-4715-a8b3-3015e8e4f9c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1258 2025.02.21 21:27:27.156453 [ 275 ] {7d92d64c-6d1b-4715-a8b3-3015e8e4f9c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1259 2025.02.21 21:27:27.157148 [ 275 ] {7d92d64c-6d1b-4715-a8b3-3015e8e4f9c0} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1260 2025.02.21 21:27:27.157353 [ 286 ] {7d92d64c-6d1b-4715-a8b3-3015e8e4f9c0} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1261 2025.02.21 21:27:27.157365 [ 285 ] {7d92d64c-6d1b-4715-a8b3-3015e8e4f9c0} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1262 2025.02.21 21:27:27.157536 [ 275 ] {7d92d64c-6d1b-4715-a8b3-3015e8e4f9c0} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1263 2025.02.21 21:27:27.157587 [ 275 ] {7d92d64c-6d1b-4715-a8b3-3015e8e4f9c0} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1264 2025.02.21 21:27:27.157909 [ 275 ] {7d92d64c-6d1b-4715-a8b3-3015e8e4f9c0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1265 2025.02.21 21:27:27.157968 [ 275 ] {7d92d64c-6d1b-4715-a8b3-3015e8e4f9c0} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Reading approx. 27 rows with 2 streams
1266 2025.02.21 21:27:27.158179 [ 275 ] {7d92d64c-6d1b-4715-a8b3-3015e8e4f9c0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1267 2025.02.21 21:27:27.158457 [ 275 ] {7d92d64c-6d1b-4715-a8b3-3015e8e4f9c0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1268 2025.02.21 21:27:27.159884 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1269 2025.02.21 21:27:27.160388 [ 275 ] {7d92d64c-6d1b-4715-a8b3-3015e8e4f9c0} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.008091 sec., 3337.0411568409345 rows/sec., 124.20 KiB/sec.
1270 2025.02.21 21:27:27.161271 [ 275 ] {7d92d64c-6d1b-4715-a8b3-3015e8e4f9c0} <Debug> TCPHandler: Processed in 0.00942422 sec.
1271 2025.02.21 21:27:27.161736 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1272 2025.02.21 21:27:27.162779 [ 274 ] {482bf9ba-6eaa-4739-ac90-488ba6cce70f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1273 2025.02.21 21:27:27.164660 [ 274 ] {482bf9ba-6eaa-4739-ac90-488ba6cce70f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1274 2025.02.21 21:27:27.164766 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1275 2025.02.21 21:27:27.164789 [ 274 ] {482bf9ba-6eaa-4739-ac90-488ba6cce70f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1276 2025.02.21 21:27:27.166202 [ 274 ] {482bf9ba-6eaa-4739-ac90-488ba6cce70f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1277 2025.02.21 21:27:27.166578 [ 274 ] {482bf9ba-6eaa-4739-ac90-488ba6cce70f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1278 2025.02.21 21:27:27.167615 [ 274 ] {482bf9ba-6eaa-4739-ac90-488ba6cce70f} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1279 2025.02.21 21:27:27.167845 [ 286 ] {482bf9ba-6eaa-4739-ac90-488ba6cce70f} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1280 2025.02.21 21:27:27.167848 [ 284 ] {482bf9ba-6eaa-4739-ac90-488ba6cce70f} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1281 2025.02.21 21:27:27.168024 [ 274 ] {482bf9ba-6eaa-4739-ac90-488ba6cce70f} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1282 2025.02.21 21:27:27.168094 [ 274 ] {482bf9ba-6eaa-4739-ac90-488ba6cce70f} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1283 2025.02.21 21:27:27.168566 [ 274 ] {482bf9ba-6eaa-4739-ac90-488ba6cce70f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1284 2025.02.21 21:27:27.168665 [ 274 ] {482bf9ba-6eaa-4739-ac90-488ba6cce70f} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Reading approx. 27 rows with 2 streams
1285 2025.02.21 21:27:27.168931 [ 274 ] {482bf9ba-6eaa-4739-ac90-488ba6cce70f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1286 2025.02.21 21:27:27.169181 [ 274 ] {482bf9ba-6eaa-4739-ac90-488ba6cce70f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1287 2025.02.21 21:27:27.172585 [ 274 ] {482bf9ba-6eaa-4739-ac90-488ba6cce70f} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.010555 sec., 2558.0293699668405 rows/sec., 95.20 KiB/sec.
1288 2025.02.21 21:27:27.173501 [ 274 ] {482bf9ba-6eaa-4739-ac90-488ba6cce70f} <Debug> TCPHandler: Processed in 0.011921049 sec.
1289 2025.02.21 21:27:27.174164 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1290 2025.02.21 21:27:27.175095 [ 275 ] {bf6a59a1-072b-46fd-895e-6da52630b0ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1291 2025.02.21 21:27:27.177023 [ 275 ] {bf6a59a1-072b-46fd-895e-6da52630b0ea} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1292 2025.02.21 21:27:27.177332 [ 275 ] {bf6a59a1-072b-46fd-895e-6da52630b0ea} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1293 2025.02.21 21:27:27.179891 [ 275 ] {bf6a59a1-072b-46fd-895e-6da52630b0ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1294 2025.02.21 21:27:27.180431 [ 275 ] {bf6a59a1-072b-46fd-895e-6da52630b0ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1295 2025.02.21 21:27:27.181498 [ 275 ] {bf6a59a1-072b-46fd-895e-6da52630b0ea} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1296 2025.02.21 21:27:27.181711 [ 286 ] {bf6a59a1-072b-46fd-895e-6da52630b0ea} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1297 2025.02.21 21:27:27.181755 [ 285 ] {bf6a59a1-072b-46fd-895e-6da52630b0ea} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1298 2025.02.21 21:27:27.182096 [ 275 ] {bf6a59a1-072b-46fd-895e-6da52630b0ea} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1299 2025.02.21 21:27:27.182177 [ 275 ] {bf6a59a1-072b-46fd-895e-6da52630b0ea} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1300 2025.02.21 21:27:27.182633 [ 275 ] {bf6a59a1-072b-46fd-895e-6da52630b0ea} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1301 2025.02.21 21:27:27.182720 [ 275 ] {bf6a59a1-072b-46fd-895e-6da52630b0ea} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Reading approx. 27 rows with 2 streams
1302 2025.02.21 21:27:27.183021 [ 275 ] {bf6a59a1-072b-46fd-895e-6da52630b0ea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1303 2025.02.21 21:27:27.183300 [ 275 ] {bf6a59a1-072b-46fd-895e-6da52630b0ea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1304 2025.02.21 21:27:27.186921 [ 275 ] {bf6a59a1-072b-46fd-895e-6da52630b0ea} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.012376 sec., 2181.6418875242407 rows/sec., 81.20 KiB/sec.
1305 2025.02.21 21:27:27.187841 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1306 2025.02.21 21:27:27.187865 [ 275 ] {bf6a59a1-072b-46fd-895e-6da52630b0ea} <Debug> TCPHandler: Processed in 0.014037548 sec.
1307 2025.02.21 21:27:27.193673 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1308 2025.02.21 21:27:27.193835 [ 274 ] {56124277-bf06-49e0-be86-a44d702deddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1309 2025.02.21 21:27:27.193900 [ 274 ] {56124277-bf06-49e0-be86-a44d702deddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1310 2025.02.21 21:27:27.194762 [ 274 ] {56124277-bf06-49e0-be86-a44d702deddb} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1311 2025.02.21 21:27:27.194811 [ 274 ] {56124277-bf06-49e0-be86-a44d702deddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1312 2025.02.21 21:27:27.195361 [ 274 ] {56124277-bf06-49e0-be86-a44d702deddb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1313 2025.02.21 21:27:27.195610 [ 274 ] {56124277-bf06-49e0-be86-a44d702deddb} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1314 2025.02.21 21:27:27.195882 [ 274 ] {56124277-bf06-49e0-be86-a44d702deddb} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002088 sec., 1915.7088122605364 rows/sec., 243.67 KiB/sec.
1315 2025.02.21 21:27:27.196024 [ 274 ] {56124277-bf06-49e0-be86-a44d702deddb} <Debug> TCPHandler: Processed in 0.002433688 sec.
1316 2025.02.21 21:27:27.196219 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1317 2025.02.21 21:27:27.196360 [ 275 ] {8a3a6b1f-2216-4402-af9d-b579c9077092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1318 2025.02.21 21:27:27.196416 [ 275 ] {8a3a6b1f-2216-4402-af9d-b579c9077092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1319 2025.02.21 21:27:27.197075 [ 275 ] {8a3a6b1f-2216-4402-af9d-b579c9077092} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1320 2025.02.21 21:27:27.197118 [ 275 ] {8a3a6b1f-2216-4402-af9d-b579c9077092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1321 2025.02.21 21:27:27.197540 [ 275 ] {8a3a6b1f-2216-4402-af9d-b579c9077092} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1322 2025.02.21 21:27:27.197804 [ 275 ] {8a3a6b1f-2216-4402-af9d-b579c9077092} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1323 2025.02.21 21:27:27.198039 [ 275 ] {8a3a6b1f-2216-4402-af9d-b579c9077092} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001717 sec., 32615.026208503205 rows/sec., 2.51 MiB/sec.
1324 2025.02.21 21:27:27.198092 [ 275 ] {8a3a6b1f-2216-4402-af9d-b579c9077092} <Debug> TCPHandler: Processed in 0.001943504 sec.
1325 2025.02.21 21:27:27.198272 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1326 2025.02.21 21:27:27.198402 [ 274 ] {c23b2f5e-4b4c-48c6-9792-06a85e97b267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1327 2025.02.21 21:27:27.198455 [ 274 ] {c23b2f5e-4b4c-48c6-9792-06a85e97b267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1328 2025.02.21 21:27:27.199133 [ 274 ] {c23b2f5e-4b4c-48c6-9792-06a85e97b267} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1329 2025.02.21 21:27:27.199176 [ 274 ] {c23b2f5e-4b4c-48c6-9792-06a85e97b267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1330 2025.02.21 21:27:27.199565 [ 274 ] {c23b2f5e-4b4c-48c6-9792-06a85e97b267} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1331 2025.02.21 21:27:27.199812 [ 274 ] {c23b2f5e-4b4c-48c6-9792-06a85e97b267} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1332 2025.02.21 21:27:27.200043 [ 274 ] {c23b2f5e-4b4c-48c6-9792-06a85e97b267} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001671 sec., 38300.41891083184 rows/sec., 2.99 MiB/sec.
1333 2025.02.21 21:27:27.200110 [ 274 ] {c23b2f5e-4b4c-48c6-9792-06a85e97b267} <Debug> TCPHandler: Processed in 0.001900472 sec.
1334 2025.02.21 21:27:27.200284 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1335 2025.02.21 21:27:27.200408 [ 275 ] {d506b995-f9cb-4e01-b286-6bb386988986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1336 2025.02.21 21:27:27.200464 [ 275 ] {d506b995-f9cb-4e01-b286-6bb386988986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1337 2025.02.21 21:27:27.201417 [ 275 ] {d506b995-f9cb-4e01-b286-6bb386988986} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1338 2025.02.21 21:27:27.201459 [ 275 ] {d506b995-f9cb-4e01-b286-6bb386988986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1339 2025.02.21 21:27:27.201880 [ 275 ] {d506b995-f9cb-4e01-b286-6bb386988986} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1340 2025.02.21 21:27:27.202157 [ 275 ] {d506b995-f9cb-4e01-b286-6bb386988986} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1341 2025.02.21 21:27:27.202375 [ 275 ] {d506b995-f9cb-4e01-b286-6bb386988986} <Debug> executeQuery: Read 158 rows, 11.26 KiB in 0.001994 sec., 79237.71313941825 rows/sec., 5.51 MiB/sec.
1342 2025.02.21 21:27:27.202443 [ 275 ] {d506b995-f9cb-4e01-b286-6bb386988986} <Debug> TCPHandler: Processed in 0.002216832 sec.
1343 2025.02.21 21:27:27.202641 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1344 2025.02.21 21:27:27.202771 [ 274 ] {477f3399-034c-4754-90e1-25e07402e14c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1345 2025.02.21 21:27:27.202826 [ 274 ] {477f3399-034c-4754-90e1-25e07402e14c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1346 2025.02.21 21:27:27.203427 [ 274 ] {477f3399-034c-4754-90e1-25e07402e14c} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1347 2025.02.21 21:27:27.203468 [ 274 ] {477f3399-034c-4754-90e1-25e07402e14c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1348 2025.02.21 21:27:27.203860 [ 274 ] {477f3399-034c-4754-90e1-25e07402e14c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1349 2025.02.21 21:27:27.204103 [ 274 ] {477f3399-034c-4754-90e1-25e07402e14c} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1350 2025.02.21 21:27:27.204340 [ 274 ] {477f3399-034c-4754-90e1-25e07402e14c} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001594 sec., 36386.449184441655 rows/sec., 2.46 MiB/sec.
1351 2025.02.21 21:27:27.204434 [ 274 ] {477f3399-034c-4754-90e1-25e07402e14c} <Debug> TCPHandler: Processed in 0.001856892 sec.
1352 2025.02.21 21:27:29.488002 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 202
1353 2025.02.21 21:27:29.491811 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1354 2025.02.21 21:27:29.491876 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1355 2025.02.21 21:27:29.493573 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1356 2025.02.21 21:27:29.493918 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1357 2025.02.21 21:27:29.494780 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202
1358 2025.02.21 21:27:32.148428 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1359 2025.02.21 21:27:32.148663 [ 274 ] {04ed025a-c916-40d5-ab5d-2a556b4379f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1360 2025.02.21 21:27:32.148762 [ 274 ] {04ed025a-c916-40d5-ab5d-2a556b4379f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1361 2025.02.21 21:27:32.149996 [ 274 ] {04ed025a-c916-40d5-ab5d-2a556b4379f4} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1362 2025.02.21 21:27:32.150070 [ 274 ] {04ed025a-c916-40d5-ab5d-2a556b4379f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1363 2025.02.21 21:27:32.150556 [ 274 ] {04ed025a-c916-40d5-ab5d-2a556b4379f4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1364 2025.02.21 21:27:32.150829 [ 274 ] {04ed025a-c916-40d5-ab5d-2a556b4379f4} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1365 2025.02.21 21:27:32.151070 [ 274 ] {04ed025a-c916-40d5-ab5d-2a556b4379f4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002474 sec., 85691.1883589329 rows/sec., 5.45 MiB/sec.
1366 2025.02.21 21:27:32.151230 [ 274 ] {04ed025a-c916-40d5-ab5d-2a556b4379f4} <Debug> TCPHandler: Processed in 0.003013043 sec.
1367 2025.02.21 21:27:32.151512 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1368 2025.02.21 21:27:32.151714 [ 275 ] {9d78f58a-285b-4d72-af21-34761d9fdf4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1369 2025.02.21 21:27:32.151791 [ 275 ] {9d78f58a-285b-4d72-af21-34761d9fdf4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1370 2025.02.21 21:27:32.152878 [ 275 ] {9d78f58a-285b-4d72-af21-34761d9fdf4d} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1371 2025.02.21 21:27:32.152932 [ 275 ] {9d78f58a-285b-4d72-af21-34761d9fdf4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1372 2025.02.21 21:27:32.153411 [ 275 ] {9d78f58a-285b-4d72-af21-34761d9fdf4d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1373 2025.02.21 21:27:32.153664 [ 275 ] {9d78f58a-285b-4d72-af21-34761d9fdf4d} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1374 2025.02.21 21:27:32.153923 [ 275 ] {9d78f58a-285b-4d72-af21-34761d9fdf4d} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.00226 sec., 280088.49557522126 rows/sec., 22.03 MiB/sec.
1375 2025.02.21 21:27:32.153988 [ 275 ] {9d78f58a-285b-4d72-af21-34761d9fdf4d} <Debug> TCPHandler: Processed in 0.002612242 sec.
1376 2025.02.21 21:27:32.154219 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1377 2025.02.21 21:27:32.154398 [ 274 ] {eded28f5-3d11-4ad9-b6ad-c73d2dcb25b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1378 2025.02.21 21:27:32.154475 [ 274 ] {eded28f5-3d11-4ad9-b6ad-c73d2dcb25b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1379 2025.02.21 21:27:32.155270 [ 274 ] {eded28f5-3d11-4ad9-b6ad-c73d2dcb25b8} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1380 2025.02.21 21:27:32.155321 [ 274 ] {eded28f5-3d11-4ad9-b6ad-c73d2dcb25b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1381 2025.02.21 21:27:32.155717 [ 274 ] {eded28f5-3d11-4ad9-b6ad-c73d2dcb25b8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1382 2025.02.21 21:27:32.155974 [ 274 ] {eded28f5-3d11-4ad9-b6ad-c73d2dcb25b8} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1383 2025.02.21 21:27:32.156167 [ 274 ] {eded28f5-3d11-4ad9-b6ad-c73d2dcb25b8} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00182 sec., 62637.36263736264 rows/sec., 3.75 MiB/sec.
1384 2025.02.21 21:27:32.156230 [ 274 ] {eded28f5-3d11-4ad9-b6ad-c73d2dcb25b8} <Debug> TCPHandler: Processed in 0.002132749 sec.
1385 2025.02.21 21:27:32.156387 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1386 2025.02.21 21:27:32.156504 [ 275 ] {a12ebcab-ace0-4a51-bdcf-db18d0e4ee38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1387 2025.02.21 21:27:32.156555 [ 275 ] {a12ebcab-ace0-4a51-bdcf-db18d0e4ee38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1388 2025.02.21 21:27:32.157188 [ 275 ] {a12ebcab-ace0-4a51-bdcf-db18d0e4ee38} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1389 2025.02.21 21:27:32.157228 [ 275 ] {a12ebcab-ace0-4a51-bdcf-db18d0e4ee38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1390 2025.02.21 21:27:32.157600 [ 275 ] {a12ebcab-ace0-4a51-bdcf-db18d0e4ee38} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1391 2025.02.21 21:27:32.157839 [ 275 ] {a12ebcab-ace0-4a51-bdcf-db18d0e4ee38} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1392 2025.02.21 21:27:32.158074 [ 275 ] {a12ebcab-ace0-4a51-bdcf-db18d0e4ee38} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001593 sec., 70935.3421217828 rows/sec., 4.59 MiB/sec.
1393 2025.02.21 21:27:32.158127 [ 275 ] {a12ebcab-ace0-4a51-bdcf-db18d0e4ee38} <Debug> TCPHandler: Processed in 0.00180045 sec.
1394 2025.02.21 21:27:32.158275 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1395 2025.02.21 21:27:32.158401 [ 274 ] {0e2f1d5f-4751-4a3f-827a-10383dbe2ccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1396 2025.02.21 21:27:32.158463 [ 274 ] {0e2f1d5f-4751-4a3f-827a-10383dbe2ccd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1397 2025.02.21 21:27:32.159190 [ 274 ] {0e2f1d5f-4751-4a3f-827a-10383dbe2ccd} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1398 2025.02.21 21:27:32.159238 [ 274 ] {0e2f1d5f-4751-4a3f-827a-10383dbe2ccd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1399 2025.02.21 21:27:32.159654 [ 274 ] {0e2f1d5f-4751-4a3f-827a-10383dbe2ccd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1400 2025.02.21 21:27:32.159928 [ 274 ] {0e2f1d5f-4751-4a3f-827a-10383dbe2ccd} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1401 2025.02.21 21:27:32.160108 [ 274 ] {0e2f1d5f-4751-4a3f-827a-10383dbe2ccd} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001738 sec., 64441.887226697356 rows/sec., 3.67 MiB/sec.
1402 2025.02.21 21:27:32.160164 [ 274 ] {0e2f1d5f-4751-4a3f-827a-10383dbe2ccd} <Debug> TCPHandler: Processed in 0.001945154 sec.
1403 2025.02.21 21:27:32.160307 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1404 2025.02.21 21:27:32.160432 [ 275 ] {2462d007-a6cd-4e91-8a53-89342a2699d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1405 2025.02.21 21:27:32.160492 [ 275 ] {2462d007-a6cd-4e91-8a53-89342a2699d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1406 2025.02.21 21:27:32.161360 [ 275 ] {2462d007-a6cd-4e91-8a53-89342a2699d5} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1407 2025.02.21 21:27:32.161406 [ 275 ] {2462d007-a6cd-4e91-8a53-89342a2699d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1408 2025.02.21 21:27:32.161800 [ 275 ] {2462d007-a6cd-4e91-8a53-89342a2699d5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1409 2025.02.21 21:27:32.162047 [ 275 ] {2462d007-a6cd-4e91-8a53-89342a2699d5} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1410 2025.02.21 21:27:32.162276 [ 275 ] {2462d007-a6cd-4e91-8a53-89342a2699d5} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001874 sec., 208110.992529349 rows/sec., 14.71 MiB/sec.
1411 2025.02.21 21:27:32.162329 [ 275 ] {2462d007-a6cd-4e91-8a53-89342a2699d5} <Debug> TCPHandler: Processed in 0.002076938 sec.
1412 2025.02.21 21:27:32.162486 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1413 2025.02.21 21:27:32.162609 [ 274 ] {47ee3011-e4b3-46f8-b39e-1c494f777788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1414 2025.02.21 21:27:32.162663 [ 274 ] {47ee3011-e4b3-46f8-b39e-1c494f777788} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1415 2025.02.21 21:27:32.163152 [ 274 ] {47ee3011-e4b3-46f8-b39e-1c494f777788} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1416 2025.02.21 21:27:32.163193 [ 274 ] {47ee3011-e4b3-46f8-b39e-1c494f777788} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1417 2025.02.21 21:27:32.163565 [ 274 ] {47ee3011-e4b3-46f8-b39e-1c494f777788} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1418 2025.02.21 21:27:32.163815 [ 274 ] {47ee3011-e4b3-46f8-b39e-1c494f777788} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1419 2025.02.21 21:27:32.164012 [ 274 ] {47ee3011-e4b3-46f8-b39e-1c494f777788} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001425 sec., 4210.526315789473 rows/sec., 219.98 KiB/sec.
1420 2025.02.21 21:27:32.164069 [ 274 ] {47ee3011-e4b3-46f8-b39e-1c494f777788} <Debug> TCPHandler: Processed in 0.001643725 sec.
1421 2025.02.21 21:27:32.164226 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1422 2025.02.21 21:27:32.164344 [ 275 ] {eed65157-bb59-4c9a-95f8-7fc5e9a711eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1423 2025.02.21 21:27:32.164398 [ 275 ] {eed65157-bb59-4c9a-95f8-7fc5e9a711eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1424 2025.02.21 21:27:32.165037 [ 275 ] {eed65157-bb59-4c9a-95f8-7fc5e9a711eb} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1425 2025.02.21 21:27:32.165076 [ 275 ] {eed65157-bb59-4c9a-95f8-7fc5e9a711eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1426 2025.02.21 21:27:32.165495 [ 275 ] {eed65157-bb59-4c9a-95f8-7fc5e9a711eb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1427 2025.02.21 21:27:32.165743 [ 275 ] {eed65157-bb59-4c9a-95f8-7fc5e9a711eb} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1428 2025.02.21 21:27:32.165987 [ 275 ] {eed65157-bb59-4c9a-95f8-7fc5e9a711eb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001664 sec., 142427.88461538462 rows/sec., 9.55 MiB/sec.
1429 2025.02.21 21:27:32.166041 [ 275 ] {eed65157-bb59-4c9a-95f8-7fc5e9a711eb} <Debug> TCPHandler: Processed in 0.001873082 sec.
1430 2025.02.21 21:27:32.166189 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1431 2025.02.21 21:27:32.166311 [ 274 ] {0d07ac41-148c-4c3b-baac-2110c049d571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1432 2025.02.21 21:27:32.166369 [ 274 ] {0d07ac41-148c-4c3b-baac-2110c049d571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1433 2025.02.21 21:27:32.167008 [ 274 ] {0d07ac41-148c-4c3b-baac-2110c049d571} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1434 2025.02.21 21:27:32.167063 [ 274 ] {0d07ac41-148c-4c3b-baac-2110c049d571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1435 2025.02.21 21:27:32.167486 [ 274 ] {0d07ac41-148c-4c3b-baac-2110c049d571} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1436 2025.02.21 21:27:32.167726 [ 274 ] {0d07ac41-148c-4c3b-baac-2110c049d571} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1437 2025.02.21 21:27:32.167915 [ 274 ] {0d07ac41-148c-4c3b-baac-2110c049d571} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001632 sec., 612.7450980392157 rows/sec., 41.29 KiB/sec.
1438 2025.02.21 21:27:32.167967 [ 274 ] {0d07ac41-148c-4c3b-baac-2110c049d571} <Debug> TCPHandler: Processed in 0.00183448 sec.
1439 2025.02.21 21:27:32.168112 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1440 2025.02.21 21:27:32.168232 [ 275 ] {c976dd9a-1c60-4d79-a2c6-b1e66ff36df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1441 2025.02.21 21:27:32.168313 [ 275 ] {c976dd9a-1c60-4d79-a2c6-b1e66ff36df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1442 2025.02.21 21:27:32.169409 [ 275 ] {c976dd9a-1c60-4d79-a2c6-b1e66ff36df9} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1443 2025.02.21 21:27:32.169448 [ 275 ] {c976dd9a-1c60-4d79-a2c6-b1e66ff36df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1444 2025.02.21 21:27:32.170068 [ 275 ] {c976dd9a-1c60-4d79-a2c6-b1e66ff36df9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1445 2025.02.21 21:27:32.170320 [ 275 ] {c976dd9a-1c60-4d79-a2c6-b1e66ff36df9} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1446 2025.02.21 21:27:32.170638 [ 275 ] {c976dd9a-1c60-4d79-a2c6-b1e66ff36df9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002414 sec., 3314.001657000829 rows/sec., 5.94 MiB/sec.
1447 2025.02.21 21:27:32.170736 [ 275 ] {c976dd9a-1c60-4d79-a2c6-b1e66ff36df9} <Debug> TCPHandler: Processed in 0.002681144 sec.
1448 2025.02.21 21:27:32.170900 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1449 2025.02.21 21:27:32.171038 [ 274 ] {56942ffc-50d7-4b75-8d32-2dc80eefde92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1450 2025.02.21 21:27:32.171098 [ 274 ] {56942ffc-50d7-4b75-8d32-2dc80eefde92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1451 2025.02.21 21:27:32.171631 [ 274 ] {56942ffc-50d7-4b75-8d32-2dc80eefde92} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1452 2025.02.21 21:27:32.171669 [ 274 ] {56942ffc-50d7-4b75-8d32-2dc80eefde92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1453 2025.02.21 21:27:32.172048 [ 274 ] {56942ffc-50d7-4b75-8d32-2dc80eefde92} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1454 2025.02.21 21:27:32.172286 [ 274 ] {56942ffc-50d7-4b75-8d32-2dc80eefde92} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1455 2025.02.21 21:27:32.172511 [ 274 ] {56942ffc-50d7-4b75-8d32-2dc80eefde92} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001503 sec., 54557.551563539586 rows/sec., 3.47 MiB/sec.
1456 2025.02.21 21:27:32.172563 [ 274 ] {56942ffc-50d7-4b75-8d32-2dc80eefde92} <Debug> TCPHandler: Processed in 0.001729438 sec.
1457 2025.02.21 21:27:34.399289 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache
1458 2025.02.21 21:27:34.399356 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache
1459 2025.02.21 21:27:34.487404 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1460 2025.02.21 21:27:34.488054 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1461 2025.02.21 21:27:34.488104 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1462 2025.02.21 21:27:34.488690 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1463 2025.02.21 21:27:34.488939 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1464 2025.02.21 21:27:34.489135 [ 82 ] {} <Debug> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1465 2025.02.21 21:27:34.489199 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1466 2025.02.21 21:27:34.489235 [ 82 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1467 2025.02.21 21:27:34.489264 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1468 2025.02.21 21:27:34.493393 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1469 2025.02.21 21:27:34.493583 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1470 2025.02.21 21:27:34.493684 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part
1471 2025.02.21 21:27:34.493822 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part
1472 2025.02.21 21:27:34.494042 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part
1473 2025.02.21 21:27:34.494236 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part
1474 2025.02.21 21:27:34.494377 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part
1475 2025.02.21 21:27:34.494492 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part
1476 2025.02.21 21:27:34.534408 [ 189 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.045061355 sec., 62270.65297969846 rows/sec., 912.17 KiB/sec.
1477 2025.02.21 21:27:34.535160 [ 189 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1478 2025.02.21 21:27:34.535530 [ 189 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_6_1} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1479 2025.02.21 21:27:34.535623 [ 189 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_6_1} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1480 2025.02.21 21:27:34.535761 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1481 2025.02.21 21:27:34.687922 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1482 2025.02.21 21:27:34.708461 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1483 2025.02.21 21:27:34.708522 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1484 2025.02.21 21:27:34.715306 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1485 2025.02.21 21:27:34.716040 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1486 2025.02.21 21:27:34.716336 [ 80 ] {} <Debug> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1487 2025.02.21 21:27:34.716413 [ 80 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1488 2025.02.21 21:27:34.716459 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1489 2025.02.21 21:27:34.716985 [ 189 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1490 2025.02.21 21:27:34.732534 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1491 2025.02.21 21:27:34.733952 [ 189 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1492 2025.02.21 21:27:34.735458 [ 189 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part
1493 2025.02.21 21:27:34.740978 [ 189 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part
1494 2025.02.21 21:27:34.746322 [ 189 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part
1495 2025.02.21 21:27:34.751828 [ 189 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part
1496 2025.02.21 21:27:34.765476 [ 189 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part
1497 2025.02.21 21:27:34.770139 [ 189 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part
1498 2025.02.21 21:27:34.836613 [ 190 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.120020364 sec., 383.2682927040614 rows/sec., 1.98 MiB/sec.
1499 2025.02.21 21:27:34.839422 [ 192 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1500 2025.02.21 21:27:34.842563 [ 192 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_6_1} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1501 2025.02.21 21:27:34.842688 [ 192 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_6_1} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1502 2025.02.21 21:27:34.845158 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1503 2025.02.21 21:27:35.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.03 MiB, peak 169.56 MiB, free memory in arenas 0.00 B, will set to 164.19 MiB (RSS), difference: 4.16 MiB
1504 2025.02.21 21:27:37.142083 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1505 2025.02.21 21:27:37.142293 [ 274 ] {a942b7f7-4c15-497a-923b-1441262e3bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1506 2025.02.21 21:27:37.142371 [ 274 ] {a942b7f7-4c15-497a-923b-1441262e3bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1507 2025.02.21 21:27:37.143184 [ 274 ] {a942b7f7-4c15-497a-923b-1441262e3bce} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1508 2025.02.21 21:27:37.143238 [ 274 ] {a942b7f7-4c15-497a-923b-1441262e3bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1509 2025.02.21 21:27:37.143715 [ 274 ] {a942b7f7-4c15-497a-923b-1441262e3bce} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1510 2025.02.21 21:27:37.143973 [ 274 ] {a942b7f7-4c15-497a-923b-1441262e3bce} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1511 2025.02.21 21:27:37.144176 [ 78 ] {} <Debug> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1512 2025.02.21 21:27:37.144224 [ 274 ] {a942b7f7-4c15-497a-923b-1441262e3bce} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001978 sec., 28311.425682507583 rows/sec., 2.17 MiB/sec.
1513 2025.02.21 21:27:37.144253 [ 78 ] {} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1514 2025.02.21 21:27:37.144322 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1515 2025.02.21 21:27:37.144371 [ 274 ] {a942b7f7-4c15-497a-923b-1441262e3bce} <Debug> TCPHandler: Processed in 0.002421427 sec.
1516 2025.02.21 21:27:37.144547 [ 188 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1517 2025.02.21 21:27:37.144677 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1518 2025.02.21 21:27:37.144783 [ 188 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1519 2025.02.21 21:27:37.144863 [ 188 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 52 rows starting from the beginning of the part
1520 2025.02.21 21:27:37.144924 [ 275 ] {4731c95c-c768-4d56-91d3-1d14547b5529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1521 2025.02.21 21:27:37.145093 [ 188 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part
1522 2025.02.21 21:27:37.145099 [ 275 ] {4731c95c-c768-4d56-91d3-1d14547b5529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1523 2025.02.21 21:27:37.145464 [ 188 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 629 rows starting from the beginning of the part
1524 2025.02.21 21:27:37.145836 [ 188 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part
1525 2025.02.21 21:27:37.146250 [ 188 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 633 rows starting from the beginning of the part
1526 2025.02.21 21:27:37.146584 [ 188 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part
1527 2025.02.21 21:27:37.148044 [ 275 ] {4731c95c-c768-4d56-91d3-1d14547b5529} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1528 2025.02.21 21:27:37.148105 [ 275 ] {4731c95c-c768-4d56-91d3-1d14547b5529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1529 2025.02.21 21:27:37.149264 [ 275 ] {4731c95c-c768-4d56-91d3-1d14547b5529} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1530 2025.02.21 21:27:37.149766 [ 275 ] {4731c95c-c768-4d56-91d3-1d14547b5529} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1531 2025.02.21 21:27:37.150001 [ 190 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1478 rows, containing 5 columns (5 merged, 0 gathered) in 0.005535713 sec., 266993.61039851594 rows/sec., 21.93 MiB/sec.
1532 2025.02.21 21:27:37.150078 [ 78 ] {} <Debug> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1533 2025.02.21 21:27:37.150133 [ 78 ] {} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1534 2025.02.21 21:27:37.150165 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1535 2025.02.21 21:27:37.150169 [ 275 ] {4731c95c-c768-4d56-91d3-1d14547b5529} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00532 sec., 12030.075187969926 rows/sec., 961.51 KiB/sec.
1536 2025.02.21 21:27:37.150231 [ 190 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1537 2025.02.21 21:27:37.150420 [ 275 ] {4731c95c-c768-4d56-91d3-1d14547b5529} <Debug> TCPHandler: Processed in 0.005895703 sec.
1538 2025.02.21 21:27:37.150481 [ 194 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1539 2025.02.21 21:27:37.150686 [ 194 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1540 2025.02.21 21:27:37.150708 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1541 2025.02.21 21:27:37.150755 [ 194 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part
1542 2025.02.21 21:27:37.150873 [ 190 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_6_1} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1543 2025.02.21 21:27:37.151125 [ 194 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part
1544 2025.02.21 21:27:37.151290 [ 190 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_6_1} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1545 2025.02.21 21:27:37.151577 [ 194 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 382 rows starting from the beginning of the part
1546 2025.02.21 21:27:37.151633 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
1547 2025.02.21 21:27:37.151870 [ 274 ] {c2fa97ca-2d99-4f7d-a3a1-77125a1a9f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1548 2025.02.21 21:27:37.151943 [ 194 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part
1549 2025.02.21 21:27:37.152103 [ 274 ] {c2fa97ca-2d99-4f7d-a3a1-77125a1a9f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1550 2025.02.21 21:27:37.152168 [ 194 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part
1551 2025.02.21 21:27:37.152545 [ 194 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part
1552 2025.02.21 21:27:37.154440 [ 274 ] {c2fa97ca-2d99-4f7d-a3a1-77125a1a9f4f} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1553 2025.02.21 21:27:37.154523 [ 274 ] {c2fa97ca-2d99-4f7d-a3a1-77125a1a9f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1554 2025.02.21 21:27:37.155519 [ 274 ] {c2fa97ca-2d99-4f7d-a3a1-77125a1a9f4f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1555 2025.02.21 21:27:37.155607 [ 194 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1012 rows, containing 5 columns (5 merged, 0 gathered) in 0.005357418 sec., 188896.96491854844 rows/sec., 14.39 MiB/sec.
1556 2025.02.21 21:27:37.155787 [ 194 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1557 2025.02.21 21:27:37.155996 [ 274 ] {c2fa97ca-2d99-4f7d-a3a1-77125a1a9f4f} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1558 2025.02.21 21:27:37.156269 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1559 2025.02.21 21:27:37.156374 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1560 2025.02.21 21:27:37.156440 [ 194 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_6_1} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1561 2025.02.21 21:27:37.156470 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1562 2025.02.21 21:27:37.156597 [ 274 ] {c2fa97ca-2d99-4f7d-a3a1-77125a1a9f4f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005385 sec., 29712.16341689879 rows/sec., 2.07 MiB/sec.
1563 2025.02.21 21:27:37.156713 [ 194 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_6_1} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1564 2025.02.21 21:27:37.156904 [ 274 ] {c2fa97ca-2d99-4f7d-a3a1-77125a1a9f4f} <Debug> TCPHandler: Processed in 0.006334815 sec.
1565 2025.02.21 21:27:37.156907 [ 190 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1566 2025.02.21 21:27:37.156953 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
1567 2025.02.21 21:27:37.157161 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1568 2025.02.21 21:27:37.157222 [ 190 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1569 2025.02.21 21:27:37.157278 [ 190 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 120 rows starting from the beginning of the part
1570 2025.02.21 21:27:37.157299 [ 275 ] {c1def55c-f59c-4038-a882-efe0823235ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1571 2025.02.21 21:27:37.157364 [ 275 ] {c1def55c-f59c-4038-a882-efe0823235ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1572 2025.02.21 21:27:37.157513 [ 190 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part
1573 2025.02.21 21:27:37.158000 [ 190 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 227 rows starting from the beginning of the part
1574 2025.02.21 21:27:37.158317 [ 190 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 158 rows starting from the beginning of the part
1575 2025.02.21 21:27:37.158708 [ 190 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part
1576 2025.02.21 21:27:37.159078 [ 190 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part
1577 2025.02.21 21:27:37.159783 [ 275 ] {c1def55c-f59c-4038-a882-efe0823235ae} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1578 2025.02.21 21:27:37.159840 [ 275 ] {c1def55c-f59c-4038-a882-efe0823235ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1579 2025.02.21 21:27:37.160384 [ 275 ] {c1def55c-f59c-4038-a882-efe0823235ae} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1580 2025.02.21 21:27:37.160716 [ 275 ] {c1def55c-f59c-4038-a882-efe0823235ae} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1581 2025.02.21 21:27:37.160898 [ 78 ] {} <Debug> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1582 2025.02.21 21:27:37.160962 [ 78 ] {} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1583 2025.02.21 21:27:37.161001 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1584 2025.02.21 21:27:37.161032 [ 275 ] {c1def55c-f59c-4038-a882-efe0823235ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003761 sec., 15953.203935123638 rows/sec., 1.08 MiB/sec.
1585 2025.02.21 21:27:37.161238 [ 275 ] {c1def55c-f59c-4038-a882-efe0823235ae} <Debug> TCPHandler: Processed in 0.004183305 sec.
1586 2025.02.21 21:27:37.161297 [ 196 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1587 2025.02.21 21:27:37.161611 [ 196 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1588 2025.02.21 21:27:37.161715 [ 196 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part
1589 2025.02.21 21:27:37.162131 [ 196 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part
1590 2025.02.21 21:27:37.162384 [ 196 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part
1591 2025.02.21 21:27:37.162415 [ 195 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1052 rows, containing 5 columns (5 merged, 0 gathered) in 0.005807941 sec., 181131.31658878768 rows/sec., 12.38 MiB/sec.
1592 2025.02.21 21:27:37.162559 [ 196 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 58 rows starting from the beginning of the part
1593 2025.02.21 21:27:37.162684 [ 196 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part
1594 2025.02.21 21:27:37.162960 [ 195 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1595 2025.02.21 21:27:37.162961 [ 196 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part
1596 2025.02.21 21:27:37.163990 [ 195 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1597 2025.02.21 21:27:37.164194 [ 195 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1598 2025.02.21 21:27:37.164382 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
1599 2025.02.21 21:27:37.164885 [ 200 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 362 rows, containing 4 columns (4 merged, 0 gathered) in 0.003751934 sec., 96483.57353834048 rows/sec., 6.38 MiB/sec.
1600 2025.02.21 21:27:37.165071 [ 195 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1601 2025.02.21 21:27:37.165383 [ 195 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_6_1} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1602 2025.02.21 21:27:37.165468 [ 195 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_6_1} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1603 2025.02.21 21:27:37.165559 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1604 2025.02.21 21:27:38.083412 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1605 2025.02.21 21:27:38.083720 [ 274 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1606 2025.02.21 21:27:38.084152 [ 274 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1607 2025.02.21 21:27:38.084203 [ 274 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1608 2025.02.21 21:27:38.084555 [ 274 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1609 2025.02.21 21:27:38.084637 [ 274 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1610 2025.02.21 21:27:38.084828 [ 274 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1611 2025.02.21 21:27:38.085170 [ 289 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1612 2025.02.21 21:27:38.085194 [ 288 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1613 2025.02.21 21:27:38.085223 [ 290 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1614 2025.02.21 21:27:38.085359 [ 274 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1615 2025.02.21 21:27:38.085389 [ 274 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1616 2025.02.21 21:27:38.085514 [ 274 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1617 2025.02.21 21:27:38.085540 [ 274 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Reading approx. 31 rows with 3 streams
1618 2025.02.21 21:27:38.085589 [ 274 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1619 2025.02.21 21:27:38.085642 [ 274 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1620 2025.02.21 21:27:38.085689 [ 274 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1621 2025.02.21 21:27:38.087625 [ 274 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.004037 sec., 7678.969531830568 rows/sec., 289.80 KiB/sec.
1622 2025.02.21 21:27:38.087825 [ 274 ] {f6689834-5b9a-46ca-9998-a162056470ad} <Debug> TCPHandler: Processed in 0.004553036 sec.
1623 2025.02.21 21:27:38.088384 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1624 2025.02.21 21:27:38.088656 [ 275 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1625 2025.02.21 21:27:38.089115 [ 275 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1626 2025.02.21 21:27:38.089172 [ 275 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1627 2025.02.21 21:27:38.089539 [ 275 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1628 2025.02.21 21:27:38.089631 [ 275 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1629 2025.02.21 21:27:38.089820 [ 275 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1630 2025.02.21 21:27:38.090005 [ 288 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1631 2025.02.21 21:27:38.090009 [ 291 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1632 2025.02.21 21:27:38.090034 [ 290 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1633 2025.02.21 21:27:38.090202 [ 275 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1634 2025.02.21 21:27:38.090250 [ 275 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1635 2025.02.21 21:27:38.090399 [ 275 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1636 2025.02.21 21:27:38.090429 [ 275 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Reading approx. 31 rows with 3 streams
1637 2025.02.21 21:27:38.090477 [ 275 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1638 2025.02.21 21:27:38.090528 [ 275 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1639 2025.02.21 21:27:38.090574 [ 275 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1640 2025.02.21 21:27:38.092165 [ 275 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003634 sec., 8530.544854155201 rows/sec., 321.94 KiB/sec.
1641 2025.02.21 21:27:38.092380 [ 275 ] {48459a2c-fada-4ca5-81b9-6f765f944792} <Debug> TCPHandler: Processed in 0.004135215 sec.
1642 2025.02.21 21:27:38.092704 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1643 2025.02.21 21:27:38.092908 [ 274 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1644 2025.02.21 21:27:38.093304 [ 274 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1645 2025.02.21 21:27:38.093360 [ 274 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1646 2025.02.21 21:27:38.093704 [ 274 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1647 2025.02.21 21:27:38.093777 [ 274 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1648 2025.02.21 21:27:38.093936 [ 274 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1649 2025.02.21 21:27:38.094054 [ 289 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1650 2025.02.21 21:27:38.094106 [ 288 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1651 2025.02.21 21:27:38.094107 [ 291 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1652 2025.02.21 21:27:38.094238 [ 274 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1653 2025.02.21 21:27:38.094268 [ 274 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1654 2025.02.21 21:27:38.094381 [ 274 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1655 2025.02.21 21:27:38.094403 [ 274 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Reading approx. 31 rows with 3 streams
1656 2025.02.21 21:27:38.094450 [ 274 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1657 2025.02.21 21:27:38.094501 [ 274 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1658 2025.02.21 21:27:38.094548 [ 274 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1659 2025.02.21 21:27:38.096076 [ 274 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003268 sec., 9485.9241126071 rows/sec., 357.99 KiB/sec.
1660 2025.02.21 21:27:38.096253 [ 274 ] {5e8fa2a8-f16d-462c-bdc3-8fde1c3468c4} <Debug> TCPHandler: Processed in 0.00361422 sec.
1661 2025.02.21 21:27:38.096564 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1662 2025.02.21 21:27:38.096782 [ 275 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1663 2025.02.21 21:27:38.097153 [ 275 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1664 2025.02.21 21:27:38.097204 [ 275 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1665 2025.02.21 21:27:38.097542 [ 275 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1666 2025.02.21 21:27:38.097614 [ 275 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1667 2025.02.21 21:27:38.097779 [ 275 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1668 2025.02.21 21:27:38.097957 [ 289 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1669 2025.02.21 21:27:38.097941 [ 290 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1670 2025.02.21 21:27:38.097969 [ 291 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1671 2025.02.21 21:27:38.098124 [ 275 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1672 2025.02.21 21:27:38.098152 [ 275 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1673 2025.02.21 21:27:38.098263 [ 275 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1674 2025.02.21 21:27:38.098287 [ 275 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Reading approx. 31 rows with 3 streams
1675 2025.02.21 21:27:38.098337 [ 275 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1676 2025.02.21 21:27:38.098391 [ 275 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1677 2025.02.21 21:27:38.098438 [ 275 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1678 2025.02.21 21:27:38.100103 [ 275 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003429 sec., 9040.536599591716 rows/sec., 341.18 KiB/sec.
1679 2025.02.21 21:27:38.100286 [ 275 ] {b918cbe7-f67a-490e-b949-e68bad7098ed} <Debug> TCPHandler: Processed in 0.003794885 sec.
1680 2025.02.21 21:27:38.100556 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1681 2025.02.21 21:27:38.100801 [ 274 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1682 2025.02.21 21:27:38.101217 [ 274 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1683 2025.02.21 21:27:38.101280 [ 274 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1684 2025.02.21 21:27:38.101672 [ 274 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1685 2025.02.21 21:27:38.101742 [ 274 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1686 2025.02.21 21:27:38.101897 [ 274 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1687 2025.02.21 21:27:38.101969 [ 290 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1688 2025.02.21 21:27:38.102064 [ 289 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1689 2025.02.21 21:27:38.102068 [ 288 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1690 2025.02.21 21:27:38.102217 [ 274 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1691 2025.02.21 21:27:38.102247 [ 274 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1692 2025.02.21 21:27:38.102356 [ 274 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1693 2025.02.21 21:27:38.102378 [ 274 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Reading approx. 31 rows with 3 streams
1694 2025.02.21 21:27:38.102422 [ 274 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1695 2025.02.21 21:27:38.102473 [ 274 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1696 2025.02.21 21:27:38.102519 [ 274 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1697 2025.02.21 21:27:38.104073 [ 274 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.0034 sec., 9117.64705882353 rows/sec., 344.09 KiB/sec.
1698 2025.02.21 21:27:38.104274 [ 274 ] {5f85ec8a-c973-41b0-80ea-80d0e4196123} <Debug> TCPHandler: Processed in 0.003778274 sec.
1699 2025.02.21 21:27:38.104599 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1700 2025.02.21 21:27:38.104844 [ 275 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1701 2025.02.21 21:27:38.105227 [ 275 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1702 2025.02.21 21:27:38.105278 [ 275 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1703 2025.02.21 21:27:38.105624 [ 275 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1704 2025.02.21 21:27:38.105699 [ 275 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1705 2025.02.21 21:27:38.105860 [ 275 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1706 2025.02.21 21:27:38.105985 [ 289 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1707 2025.02.21 21:27:38.106018 [ 290 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1708 2025.02.21 21:27:38.106056 [ 291 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1709 2025.02.21 21:27:38.106173 [ 275 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1710 2025.02.21 21:27:38.106228 [ 275 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1711 2025.02.21 21:27:38.106337 [ 275 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1712 2025.02.21 21:27:38.106362 [ 275 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Reading approx. 31 rows with 3 streams
1713 2025.02.21 21:27:38.106407 [ 275 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1714 2025.02.21 21:27:38.106483 [ 275 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1715 2025.02.21 21:27:38.106532 [ 275 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1716 2025.02.21 21:27:38.108028 [ 275 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003311 sec., 9362.730292962851 rows/sec., 353.34 KiB/sec.
1717 2025.02.21 21:27:38.108205 [ 275 ] {31a05085-dc3c-4b33-8bc8-a56d6a9a8cbd} <Debug> TCPHandler: Processed in 0.003671672 sec.
1718 2025.02.21 21:27:38.193623 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1719 2025.02.21 21:27:38.193810 [ 274 ] {8e575158-172d-499f-937d-c1d38af1c116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1720 2025.02.21 21:27:38.193891 [ 274 ] {8e575158-172d-499f-937d-c1d38af1c116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1721 2025.02.21 21:27:38.194798 [ 274 ] {8e575158-172d-499f-937d-c1d38af1c116} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1722 2025.02.21 21:27:38.194847 [ 274 ] {8e575158-172d-499f-937d-c1d38af1c116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.43 GiB.
1723 2025.02.21 21:27:38.195375 [ 274 ] {8e575158-172d-499f-937d-c1d38af1c116} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1724 2025.02.21 21:27:38.195610 [ 274 ] {8e575158-172d-499f-937d-c1d38af1c116} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1725 2025.02.21 21:27:38.195865 [ 274 ] {8e575158-172d-499f-937d-c1d38af1c116} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002108 sec., 2846.299810246679 rows/sec., 633.75 KiB/sec.
1726 2025.02.21 21:27:38.195926 [ 274 ] {8e575158-172d-499f-937d-c1d38af1c116} <Debug> TCPHandler: Processed in 0.002421097 sec.
1727 2025.02.21 21:27:38.196179 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1728 2025.02.21 21:27:38.196375 [ 275 ] {41b61804-0202-4527-a69e-a8169aa3c24c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1729 2025.02.21 21:27:38.196448 [ 275 ] {41b61804-0202-4527-a69e-a8169aa3c24c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1730 2025.02.21 21:27:38.197265 [ 275 ] {41b61804-0202-4527-a69e-a8169aa3c24c} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1731 2025.02.21 21:27:38.197311 [ 275 ] {41b61804-0202-4527-a69e-a8169aa3c24c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.43 GiB.
1732 2025.02.21 21:27:38.197762 [ 275 ] {41b61804-0202-4527-a69e-a8169aa3c24c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1733 2025.02.21 21:27:38.198018 [ 275 ] {41b61804-0202-4527-a69e-a8169aa3c24c} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1734 2025.02.21 21:27:38.198260 [ 275 ] {41b61804-0202-4527-a69e-a8169aa3c24c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00194 sec., 109278.35051546391 rows/sec., 6.95 MiB/sec.
1735 2025.02.21 21:27:38.198317 [ 275 ] {41b61804-0202-4527-a69e-a8169aa3c24c} <Debug> TCPHandler: Processed in 0.002269682 sec.
1736 2025.02.21 21:27:38.198489 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1737 2025.02.21 21:27:38.198629 [ 274 ] {72e06d48-7c6b-492b-8b6a-cfb47fe4112e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1738 2025.02.21 21:27:38.198690 [ 274 ] {72e06d48-7c6b-492b-8b6a-cfb47fe4112e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1739 2025.02.21 21:27:38.200303 [ 274 ] {72e06d48-7c6b-492b-8b6a-cfb47fe4112e} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1740 2025.02.21 21:27:38.200345 [ 274 ] {72e06d48-7c6b-492b-8b6a-cfb47fe4112e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.43 GiB.
1741 2025.02.21 21:27:38.200878 [ 274 ] {72e06d48-7c6b-492b-8b6a-cfb47fe4112e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1742 2025.02.21 21:27:38.201122 [ 274 ] {72e06d48-7c6b-492b-8b6a-cfb47fe4112e} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1743 2025.02.21 21:27:38.201346 [ 274 ] {72e06d48-7c6b-492b-8b6a-cfb47fe4112e} <Debug> executeQuery: Read 1773 rows, 147.54 KiB in 0.002749 sec., 644961.80429247 rows/sec., 52.41 MiB/sec.
1744 2025.02.21 21:27:38.201407 [ 274 ] {72e06d48-7c6b-492b-8b6a-cfb47fe4112e} <Debug> TCPHandler: Processed in 0.002987053 sec.
1745 2025.02.21 21:27:38.201569 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1746 2025.02.21 21:27:38.201709 [ 275 ] {6f8a566b-bc81-4f16-b2b6-6b436e714470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1747 2025.02.21 21:27:38.201768 [ 275 ] {6f8a566b-bc81-4f16-b2b6-6b436e714470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1748 2025.02.21 21:27:38.202542 [ 275 ] {6f8a566b-bc81-4f16-b2b6-6b436e714470} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1749 2025.02.21 21:27:38.202591 [ 275 ] {6f8a566b-bc81-4f16-b2b6-6b436e714470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.43 GiB.
1750 2025.02.21 21:27:38.202979 [ 275 ] {6f8a566b-bc81-4f16-b2b6-6b436e714470} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1751 2025.02.21 21:27:38.203220 [ 275 ] {6f8a566b-bc81-4f16-b2b6-6b436e714470} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1752 2025.02.21 21:27:38.203478 [ 275 ] {6f8a566b-bc81-4f16-b2b6-6b436e714470} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001792 sec., 63616.07142857143 rows/sec., 3.81 MiB/sec.
1753 2025.02.21 21:27:38.203641 [ 275 ] {6f8a566b-bc81-4f16-b2b6-6b436e714470} <Debug> TCPHandler: Processed in 0.002139119 sec.
1754 2025.02.21 21:27:38.203795 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1755 2025.02.21 21:27:38.203924 [ 274 ] {f7e5fc66-25bf-48f9-a305-c28b38121880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1756 2025.02.21 21:27:38.203976 [ 274 ] {f7e5fc66-25bf-48f9-a305-c28b38121880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1757 2025.02.21 21:27:38.204780 [ 274 ] {f7e5fc66-25bf-48f9-a305-c28b38121880} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1758 2025.02.21 21:27:38.204822 [ 274 ] {f7e5fc66-25bf-48f9-a305-c28b38121880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.43 GiB.
1759 2025.02.21 21:27:38.205214 [ 274 ] {f7e5fc66-25bf-48f9-a305-c28b38121880} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1760 2025.02.21 21:27:38.205453 [ 274 ] {f7e5fc66-25bf-48f9-a305-c28b38121880} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1761 2025.02.21 21:27:38.205727 [ 274 ] {f7e5fc66-25bf-48f9-a305-c28b38121880} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001824 sec., 186951.75438596492 rows/sec., 12.47 MiB/sec.
1762 2025.02.21 21:27:38.205854 [ 274 ] {f7e5fc66-25bf-48f9-a305-c28b38121880} <Debug> TCPHandler: Processed in 0.002116899 sec.
1763 2025.02.21 21:27:38.205998 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1764 2025.02.21 21:27:38.206116 [ 275 ] {320288a8-8bf8-4f06-b690-acede760d650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1765 2025.02.21 21:27:38.206166 [ 275 ] {320288a8-8bf8-4f06-b690-acede760d650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1766 2025.02.21 21:27:38.206819 [ 275 ] {320288a8-8bf8-4f06-b690-acede760d650} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1767 2025.02.21 21:27:38.206859 [ 275 ] {320288a8-8bf8-4f06-b690-acede760d650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.43 GiB.
1768 2025.02.21 21:27:38.207224 [ 275 ] {320288a8-8bf8-4f06-b690-acede760d650} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1769 2025.02.21 21:27:38.207466 [ 275 ] {320288a8-8bf8-4f06-b690-acede760d650} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1770 2025.02.21 21:27:38.207690 [ 275 ] {320288a8-8bf8-4f06-b690-acede760d650} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001598 sec., 70087.60951188987 rows/sec., 3.99 MiB/sec.
1771 2025.02.21 21:27:38.207749 [ 275 ] {320288a8-8bf8-4f06-b690-acede760d650} <Debug> TCPHandler: Processed in 0.00180575 sec.
1772 2025.02.21 21:27:38.207906 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1773 2025.02.21 21:27:38.208024 [ 274 ] {fda87d51-0f5f-453e-973c-d23f64acd2fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1774 2025.02.21 21:27:38.208073 [ 274 ] {fda87d51-0f5f-453e-973c-d23f64acd2fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1775 2025.02.21 21:27:38.208990 [ 274 ] {fda87d51-0f5f-453e-973c-d23f64acd2fa} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1776 2025.02.21 21:27:38.209030 [ 274 ] {fda87d51-0f5f-453e-973c-d23f64acd2fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.43 GiB.
1777 2025.02.21 21:27:38.209444 [ 274 ] {fda87d51-0f5f-453e-973c-d23f64acd2fa} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1778 2025.02.21 21:27:38.209687 [ 274 ] {fda87d51-0f5f-453e-973c-d23f64acd2fa} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1779 2025.02.21 21:27:38.209904 [ 274 ] {fda87d51-0f5f-453e-973c-d23f64acd2fa} <Debug> executeQuery: Read 846 rows, 62.51 KiB in 0.001904 sec., 444327.73109243694 rows/sec., 32.06 MiB/sec.
1780 2025.02.21 21:27:38.209955 [ 274 ] {fda87d51-0f5f-453e-973c-d23f64acd2fa} <Debug> TCPHandler: Processed in 0.002107669 sec.
1781 2025.02.21 21:27:38.210111 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1782 2025.02.21 21:27:38.210250 [ 275 ] {4cd475bd-36b0-4783-b49f-17f7727e19f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1783 2025.02.21 21:27:38.210310 [ 275 ] {4cd475bd-36b0-4783-b49f-17f7727e19f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1784 2025.02.21 21:27:38.210843 [ 275 ] {4cd475bd-36b0-4783-b49f-17f7727e19f3} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1785 2025.02.21 21:27:38.210884 [ 275 ] {4cd475bd-36b0-4783-b49f-17f7727e19f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.43 GiB.
1786 2025.02.21 21:27:38.211260 [ 275 ] {4cd475bd-36b0-4783-b49f-17f7727e19f3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1787 2025.02.21 21:27:38.211499 [ 275 ] {4cd475bd-36b0-4783-b49f-17f7727e19f3} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1788 2025.02.21 21:27:38.211768 [ 275 ] {4cd475bd-36b0-4783-b49f-17f7727e19f3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001533 sec., 3913.8943248532287 rows/sec., 204.49 KiB/sec.
1789 2025.02.21 21:27:38.211897 [ 275 ] {4cd475bd-36b0-4783-b49f-17f7727e19f3} <Debug> TCPHandler: Processed in 0.001856451 sec.
1790 2025.02.21 21:27:38.212062 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1791 2025.02.21 21:27:38.212202 [ 274 ] {e1e2f2ba-c07c-4e90-8f04-722eef523c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1792 2025.02.21 21:27:38.212265 [ 274 ] {e1e2f2ba-c07c-4e90-8f04-722eef523c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1793 2025.02.21 21:27:38.215687 [ 274 ] {e1e2f2ba-c07c-4e90-8f04-722eef523c1e} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1794 2025.02.21 21:27:38.215728 [ 274 ] {e1e2f2ba-c07c-4e90-8f04-722eef523c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.43 GiB.
1795 2025.02.21 21:27:38.216299 [ 274 ] {e1e2f2ba-c07c-4e90-8f04-722eef523c1e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1796 2025.02.21 21:27:38.216568 [ 274 ] {e1e2f2ba-c07c-4e90-8f04-722eef523c1e} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1797 2025.02.21 21:27:38.216786 [ 274 ] {e1e2f2ba-c07c-4e90-8f04-722eef523c1e} <Debug> executeQuery: Read 2359 rows, 160.95 KiB in 0.004614 sec., 511270.047680971 rows/sec., 34.06 MiB/sec.
1798 2025.02.21 21:27:38.216841 [ 274 ] {e1e2f2ba-c07c-4e90-8f04-722eef523c1e} <Debug> TCPHandler: Processed in 0.004845274 sec.
1799 2025.02.21 21:27:38.217005 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1800 2025.02.21 21:27:38.217150 [ 275 ] {2072559d-792d-4ebf-8fef-96945ef5f49a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1801 2025.02.21 21:27:38.217212 [ 275 ] {2072559d-792d-4ebf-8fef-96945ef5f49a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1802 2025.02.21 21:27:38.217748 [ 275 ] {2072559d-792d-4ebf-8fef-96945ef5f49a} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1803 2025.02.21 21:27:38.217788 [ 275 ] {2072559d-792d-4ebf-8fef-96945ef5f49a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.43 GiB.
1804 2025.02.21 21:27:38.218259 [ 275 ] {2072559d-792d-4ebf-8fef-96945ef5f49a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1805 2025.02.21 21:27:38.218512 [ 275 ] {2072559d-792d-4ebf-8fef-96945ef5f49a} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1806 2025.02.21 21:27:38.218742 [ 275 ] {2072559d-792d-4ebf-8fef-96945ef5f49a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001626 sec., 615.0061500615006 rows/sec., 41.44 KiB/sec.
1807 2025.02.21 21:27:38.218823 [ 275 ] {2072559d-792d-4ebf-8fef-96945ef5f49a} <Debug> TCPHandler: Processed in 0.001886403 sec.
1808 2025.02.21 21:27:38.218979 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1809 2025.02.21 21:27:38.219105 [ 274 ] {ba7f0a5b-b8dc-47a8-986f-765fd0b9f0e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1810 2025.02.21 21:27:38.219198 [ 274 ] {ba7f0a5b-b8dc-47a8-986f-765fd0b9f0e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1811 2025.02.21 21:27:38.220323 [ 274 ] {ba7f0a5b-b8dc-47a8-986f-765fd0b9f0e7} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1812 2025.02.21 21:27:38.220364 [ 274 ] {ba7f0a5b-b8dc-47a8-986f-765fd0b9f0e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.43 GiB.
1813 2025.02.21 21:27:38.220978 [ 274 ] {ba7f0a5b-b8dc-47a8-986f-765fd0b9f0e7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1814 2025.02.21 21:27:38.221269 [ 274 ] {ba7f0a5b-b8dc-47a8-986f-765fd0b9f0e7} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1815 2025.02.21 21:27:38.221473 [ 274 ] {ba7f0a5b-b8dc-47a8-986f-765fd0b9f0e7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002391 sec., 3345.8803847762442 rows/sec., 6.00 MiB/sec.
1816 2025.02.21 21:27:38.221580 [ 274 ] {ba7f0a5b-b8dc-47a8-986f-765fd0b9f0e7} <Debug> TCPHandler: Processed in 0.002656794 sec.
1817 2025.02.21 21:27:38.221737 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1818 2025.02.21 21:27:38.221855 [ 275 ] {bfe54d52-ae07-494c-ac29-474866269a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1819 2025.02.21 21:27:38.221907 [ 275 ] {bfe54d52-ae07-494c-ac29-474866269a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1820 2025.02.21 21:27:38.222395 [ 275 ] {bfe54d52-ae07-494c-ac29-474866269a09} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1821 2025.02.21 21:27:38.222434 [ 275 ] {bfe54d52-ae07-494c-ac29-474866269a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.43 GiB.
1822 2025.02.21 21:27:38.222816 [ 275 ] {bfe54d52-ae07-494c-ac29-474866269a09} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1823 2025.02.21 21:27:38.223065 [ 275 ] {bfe54d52-ae07-494c-ac29-474866269a09} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1824 2025.02.21 21:27:38.223276 [ 275 ] {bfe54d52-ae07-494c-ac29-474866269a09} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001445 sec., 23529.41176470588 rows/sec., 1.37 MiB/sec.
1825 2025.02.21 21:27:38.223334 [ 275 ] {bfe54d52-ae07-494c-ac29-474866269a09} <Debug> TCPHandler: Processed in 0.001653825 sec.
1826 2025.02.21 21:27:39.495102 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 268
1827 2025.02.21 21:27:39.498795 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1828 2025.02.21 21:27:39.498850 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.43 GiB.
1829 2025.02.21 21:27:39.500414 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1830 2025.02.21 21:27:39.500753 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1831 2025.02.21 21:27:39.501327 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 268
1832 2025.02.21 21:27:41.989312 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1833 2025.02.21 21:27:41.989950 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1834 2025.02.21 21:27:41.989995 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1835 2025.02.21 21:27:41.990563 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1836 2025.02.21 21:27:41.990834 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1837 2025.02.21 21:27:41.991025 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1838 2025.02.21 21:27:42.140354 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1839 2025.02.21 21:27:42.140571 [ 274 ] {6e915c07-9cd9-4e5a-bd0d-db24881e5f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1840 2025.02.21 21:27:42.140659 [ 274 ] {6e915c07-9cd9-4e5a-bd0d-db24881e5f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1841 2025.02.21 21:27:42.141477 [ 274 ] {6e915c07-9cd9-4e5a-bd0d-db24881e5f6c} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1842 2025.02.21 21:27:42.141532 [ 274 ] {6e915c07-9cd9-4e5a-bd0d-db24881e5f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1843 2025.02.21 21:27:42.141987 [ 274 ] {6e915c07-9cd9-4e5a-bd0d-db24881e5f6c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1844 2025.02.21 21:27:42.142245 [ 274 ] {6e915c07-9cd9-4e5a-bd0d-db24881e5f6c} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1845 2025.02.21 21:27:42.142490 [ 274 ] {6e915c07-9cd9-4e5a-bd0d-db24881e5f6c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001969 sec., 28440.832910106656 rows/sec., 2.18 MiB/sec.
1846 2025.02.21 21:27:42.142642 [ 274 ] {6e915c07-9cd9-4e5a-bd0d-db24881e5f6c} <Debug> TCPHandler: Processed in 0.002426657 sec.
1847 2025.02.21 21:27:42.142914 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1848 2025.02.21 21:27:42.143109 [ 275 ] {665e170d-6bdf-4507-8f8a-34838d762999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1849 2025.02.21 21:27:42.143185 [ 275 ] {665e170d-6bdf-4507-8f8a-34838d762999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1850 2025.02.21 21:27:42.143955 [ 275 ] {665e170d-6bdf-4507-8f8a-34838d762999} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1851 2025.02.21 21:27:42.144004 [ 275 ] {665e170d-6bdf-4507-8f8a-34838d762999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1852 2025.02.21 21:27:42.144450 [ 275 ] {665e170d-6bdf-4507-8f8a-34838d762999} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1853 2025.02.21 21:27:42.144723 [ 275 ] {665e170d-6bdf-4507-8f8a-34838d762999} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1854 2025.02.21 21:27:42.145026 [ 275 ] {665e170d-6bdf-4507-8f8a-34838d762999} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001955 sec., 32736.572890025574 rows/sec., 2.56 MiB/sec.
1855 2025.02.21 21:27:42.145161 [ 275 ] {665e170d-6bdf-4507-8f8a-34838d762999} <Debug> TCPHandler: Processed in 0.002376486 sec.
1856 2025.02.21 21:27:42.145332 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1857 2025.02.21 21:27:42.145481 [ 274 ] {6f804116-a3b2-462c-a7fb-5305f155ea1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1858 2025.02.21 21:27:42.145552 [ 274 ] {6f804116-a3b2-462c-a7fb-5305f155ea1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1859 2025.02.21 21:27:42.146195 [ 274 ] {6f804116-a3b2-462c-a7fb-5305f155ea1e} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1860 2025.02.21 21:27:42.146238 [ 274 ] {6f804116-a3b2-462c-a7fb-5305f155ea1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1861 2025.02.21 21:27:42.146641 [ 274 ] {6f804116-a3b2-462c-a7fb-5305f155ea1e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1862 2025.02.21 21:27:42.146884 [ 274 ] {6f804116-a3b2-462c-a7fb-5305f155ea1e} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1863 2025.02.21 21:27:42.147099 [ 274 ] {6f804116-a3b2-462c-a7fb-5305f155ea1e} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001656 sec., 77294.68599033817 rows/sec., 5.38 MiB/sec.
1864 2025.02.21 21:27:42.147154 [ 274 ] {6f804116-a3b2-462c-a7fb-5305f155ea1e} <Debug> TCPHandler: Processed in 0.001891473 sec.
1865 2025.02.21 21:27:42.147313 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1866 2025.02.21 21:27:42.147443 [ 275 ] {d40b9a4a-199a-46b6-a561-ceb0182edf2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1867 2025.02.21 21:27:42.147501 [ 275 ] {d40b9a4a-199a-46b6-a561-ceb0182edf2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1868 2025.02.21 21:27:42.148025 [ 275 ] {d40b9a4a-199a-46b6-a561-ceb0182edf2e} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1869 2025.02.21 21:27:42.148065 [ 275 ] {d40b9a4a-199a-46b6-a561-ceb0182edf2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1870 2025.02.21 21:27:42.148458 [ 275 ] {d40b9a4a-199a-46b6-a561-ceb0182edf2e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1871 2025.02.21 21:27:42.148701 [ 275 ] {d40b9a4a-199a-46b6-a561-ceb0182edf2e} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1872 2025.02.21 21:27:42.148942 [ 275 ] {d40b9a4a-199a-46b6-a561-ceb0182edf2e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001525 sec., 31475.409836065573 rows/sec., 2.12 MiB/sec.
1873 2025.02.21 21:27:42.149028 [ 275 ] {d40b9a4a-199a-46b6-a561-ceb0182edf2e} <Debug> TCPHandler: Processed in 0.001775879 sec.
1874 2025.02.21 21:27:42.232622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1875 2025.02.21 21:27:42.252111 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1876 2025.02.21 21:27:42.252181 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1877 2025.02.21 21:27:42.258925 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1878 2025.02.21 21:27:42.259656 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1879 2025.02.21 21:27:42.262273 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1880 2025.02.21 21:27:47.141984 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1881 2025.02.21 21:27:47.142188 [ 274 ] {bd71197e-80a5-441f-8b50-ae940196ed8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1882 2025.02.21 21:27:47.142266 [ 274 ] {bd71197e-80a5-441f-8b50-ae940196ed8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1883 2025.02.21 21:27:47.143040 [ 274 ] {bd71197e-80a5-441f-8b50-ae940196ed8d} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1884 2025.02.21 21:27:47.143093 [ 274 ] {bd71197e-80a5-441f-8b50-ae940196ed8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1885 2025.02.21 21:27:47.143528 [ 274 ] {bd71197e-80a5-441f-8b50-ae940196ed8d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1886 2025.02.21 21:27:47.143803 [ 274 ] {bd71197e-80a5-441f-8b50-ae940196ed8d} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1887 2025.02.21 21:27:47.144045 [ 274 ] {bd71197e-80a5-441f-8b50-ae940196ed8d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001911 sec., 29304.029304029304 rows/sec., 2.25 MiB/sec.
1888 2025.02.21 21:27:47.144110 [ 274 ] {bd71197e-80a5-441f-8b50-ae940196ed8d} <Debug> TCPHandler: Processed in 0.002258532 sec.
1889 2025.02.21 21:27:47.144359 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1890 2025.02.21 21:27:47.144580 [ 275 ] {3f0268e9-70e7-4b80-9b06-d5dc3cfb08ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1891 2025.02.21 21:27:47.144664 [ 275 ] {3f0268e9-70e7-4b80-9b06-d5dc3cfb08ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1892 2025.02.21 21:27:47.145481 [ 275 ] {3f0268e9-70e7-4b80-9b06-d5dc3cfb08ef} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1893 2025.02.21 21:27:47.145530 [ 275 ] {3f0268e9-70e7-4b80-9b06-d5dc3cfb08ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1894 2025.02.21 21:27:47.145994 [ 275 ] {3f0268e9-70e7-4b80-9b06-d5dc3cfb08ef} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1895 2025.02.21 21:27:47.146252 [ 275 ] {3f0268e9-70e7-4b80-9b06-d5dc3cfb08ef} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1896 2025.02.21 21:27:47.146505 [ 275 ] {3f0268e9-70e7-4b80-9b06-d5dc3cfb08ef} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001986 sec., 32225.579053373618 rows/sec., 2.52 MiB/sec.
1897 2025.02.21 21:27:47.146574 [ 275 ] {3f0268e9-70e7-4b80-9b06-d5dc3cfb08ef} <Debug> TCPHandler: Processed in 0.002358285 sec.
1898 2025.02.21 21:27:47.146719 [ 274 ] {} <Trace> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1899 2025.02.21 21:27:47.146850 [ 274 ] {0af5338b-ac7f-4eb7-bc8c-a656ada6787e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1900 2025.02.21 21:27:47.146910 [ 274 ] {0af5338b-ac7f-4eb7-bc8c-a656ada6787e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1901 2025.02.21 21:27:47.147610 [ 274 ] {0af5338b-ac7f-4eb7-bc8c-a656ada6787e} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1902 2025.02.21 21:27:47.147660 [ 274 ] {0af5338b-ac7f-4eb7-bc8c-a656ada6787e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1903 2025.02.21 21:27:47.148115 [ 274 ] {0af5338b-ac7f-4eb7-bc8c-a656ada6787e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1904 2025.02.21 21:27:47.148356 [ 274 ] {0af5338b-ac7f-4eb7-bc8c-a656ada6787e} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1905 2025.02.21 21:27:47.148601 [ 274 ] {0af5338b-ac7f-4eb7-bc8c-a656ada6787e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001778 sec., 89988.75140607424 rows/sec., 6.27 MiB/sec.
1906 2025.02.21 21:27:47.148686 [ 274 ] {0af5338b-ac7f-4eb7-bc8c-a656ada6787e} <Debug> TCPHandler: Processed in 0.002024916 sec.
1907 2025.02.21 21:27:47.148831 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1908 2025.02.21 21:27:47.148957 [ 275 ] {a431c0b4-695c-4395-9fdb-9c26fa46e31b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1909 2025.02.21 21:27:47.149024 [ 275 ] {a431c0b4-695c-4395-9fdb-9c26fa46e31b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1910 2025.02.21 21:27:47.149642 [ 275 ] {a431c0b4-695c-4395-9fdb-9c26fa46e31b} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1911 2025.02.21 21:27:47.149690 [ 275 ] {a431c0b4-695c-4395-9fdb-9c26fa46e31b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1912 2025.02.21 21:27:47.150122 [ 275 ] {a431c0b4-695c-4395-9fdb-9c26fa46e31b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1913 2025.02.21 21:27:47.150371 [ 275 ] {a431c0b4-695c-4395-9fdb-9c26fa46e31b} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1914 2025.02.21 21:27:47.150583 [ 275 ] {a431c0b4-695c-4395-9fdb-9c26fa46e31b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001656 sec., 36231.884057971016 rows/sec., 2.44 MiB/sec.
1915 2025.02.21 21:27:47.150638 [ 275 ] {a431c0b4-695c-4395-9fdb-9c26fa46e31b} <Debug> TCPHandler: Processed in 0.001866682 sec.
1916 2025.02.21 21:27:49.399595 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache
1917 2025.02.21 21:27:49.399641 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache
1918 2025.02.21 21:27:49.491126 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
1919 2025.02.21 21:27:49.491769 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1920 2025.02.21 21:27:49.491816 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1921 2025.02.21 21:27:49.492382 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1922 2025.02.21 21:27:49.492631 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1923 2025.02.21 21:27:49.492881 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1924 2025.02.21 21:27:49.501609 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 284
1925 2025.02.21 21:27:49.504091 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1926 2025.02.21 21:27:49.504130 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1927 2025.02.21 21:27:49.505490 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1928 2025.02.21 21:27:49.505798 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1929 2025.02.21 21:27:49.506550 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284
1930 2025.02.21 21:27:49.762327 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1931 2025.02.21 21:27:49.782285 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1932 2025.02.21 21:27:49.782341 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
1933 2025.02.21 21:27:49.789483 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1934 2025.02.21 21:27:49.790247 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1935 2025.02.21 21:27:49.793020 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1936 2025.02.21 21:27:50.946063 [ 274 ] {} <Debug> TCPHandler: Done processing connection.
1937 2025.02.21 21:27:50.946176 [ 274 ] {} <Debug> TCP-Session: 7c485d41-45d8-4954-9b03-c0f5157ff287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1938 2025.02.21 21:27:51.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.03 MiB, peak 170.94 MiB, free memory in arenas 0.00 B, will set to 167.09 MiB (RSS), difference: 2.06 MiB
1939 2025.02.21 21:27:52.135232 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1940 2025.02.21 21:27:52.135533 [ 275 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1941 2025.02.21 21:27:52.136040 [ 275 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1942 2025.02.21 21:27:52.136104 [ 275 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1943 2025.02.21 21:27:52.136485 [ 275 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1944 2025.02.21 21:27:52.136573 [ 275 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1945 2025.02.21 21:27:52.136759 [ 275 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
1946 2025.02.21 21:27:52.136939 [ 289 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1947 2025.02.21 21:27:52.137012 [ 288 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1948 2025.02.21 21:27:52.137035 [ 291 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1949 2025.02.21 21:27:52.137056 [ 290 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1950 2025.02.21 21:27:52.137230 [ 275 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
1951 2025.02.21 21:27:52.137262 [ 275 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1952 2025.02.21 21:27:52.137409 [ 275 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1953 2025.02.21 21:27:52.137435 [ 275 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Reading approx. 37 rows with 4 streams
1954 2025.02.21 21:27:52.137480 [ 275 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1955 2025.02.21 21:27:52.137531 [ 275 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1956 2025.02.21 21:27:52.137577 [ 275 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1957 2025.02.21 21:27:52.137621 [ 275 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1958 2025.02.21 21:27:52.139785 [ 275 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.004399 sec., 8411.002500568311 rows/sec., 315.23 KiB/sec.
1959 2025.02.21 21:27:52.140027 [ 275 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Debug> MemoryTracker: Peak memory usage (for query): 142.62 KiB.
1960 2025.02.21 21:27:52.140045 [ 275 ] {382abfab-1b82-46f0-94f3-a6376116a782} <Debug> TCPHandler: Processed in 0.004958287 sec.
1961 2025.02.21 21:27:52.140428 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1962 2025.02.21 21:27:52.140656 [ 278 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1963 2025.02.21 21:27:52.141089 [ 278 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1964 2025.02.21 21:27:52.141153 [ 278 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1965 2025.02.21 21:27:52.141498 [ 278 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1966 2025.02.21 21:27:52.141568 [ 278 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1967 2025.02.21 21:27:52.141725 [ 278 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
1968 2025.02.21 21:27:52.141953 [ 293 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1969 2025.02.21 21:27:52.141996 [ 288 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1970 2025.02.21 21:27:52.141990 [ 291 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1971 2025.02.21 21:27:52.141991 [ 290 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1972 2025.02.21 21:27:52.142204 [ 278 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
1973 2025.02.21 21:27:52.142234 [ 278 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1974 2025.02.21 21:27:52.142367 [ 278 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1975 2025.02.21 21:27:52.142391 [ 278 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Reading approx. 37 rows with 4 streams
1976 2025.02.21 21:27:52.142432 [ 278 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1977 2025.02.21 21:27:52.142479 [ 278 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1978 2025.02.21 21:27:52.142522 [ 278 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1979 2025.02.21 21:27:52.142566 [ 278 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1980 2025.02.21 21:27:52.144329 [ 278 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003785 sec., 9775.429326287978 rows/sec., 366.37 KiB/sec.
1981 2025.02.21 21:27:52.144550 [ 278 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Debug> MemoryTracker: Peak memory usage (for query): 142.67 KiB.
1982 2025.02.21 21:27:52.144568 [ 278 ] {3ae1be44-d967-444a-ac16-92f7083a12df} <Debug> TCPHandler: Processed in 0.004248348 sec.
1983 2025.02.21 21:27:52.144837 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1984 2025.02.21 21:27:52.145012 [ 275 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1985 2025.02.21 21:27:52.145322 [ 275 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1986 2025.02.21 21:27:52.145374 [ 275 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1987 2025.02.21 21:27:52.145706 [ 275 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1988 2025.02.21 21:27:52.145773 [ 275 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1989 2025.02.21 21:27:52.145920 [ 275 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
1990 2025.02.21 21:27:52.146097 [ 288 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1991 2025.02.21 21:27:52.146126 [ 293 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1992 2025.02.21 21:27:52.146131 [ 289 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1993 2025.02.21 21:27:52.146161 [ 291 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1994 2025.02.21 21:27:52.146289 [ 275 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
1995 2025.02.21 21:27:52.146315 [ 275 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
1996 2025.02.21 21:27:52.146442 [ 275 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1997 2025.02.21 21:27:52.146465 [ 275 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Reading approx. 37 rows with 4 streams
1998 2025.02.21 21:27:52.146505 [ 275 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1999 2025.02.21 21:27:52.146548 [ 275 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2000 2025.02.21 21:27:52.146589 [ 275 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2001 2025.02.21 21:27:52.146629 [ 275 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2002 2025.02.21 21:27:52.148474 [ 275 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003547 sec., 10431.350436989005 rows/sec., 390.96 KiB/sec.
2003 2025.02.21 21:27:52.148693 [ 275 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Debug> MemoryTracker: Peak memory usage (for query): 142.94 KiB.
2004 2025.02.21 21:27:52.148711 [ 275 ] {1948c0b5-2652-4052-8b26-160a9a0a232b} <Debug> TCPHandler: Processed in 0.003929158 sec.
2005 2025.02.21 21:27:52.163895 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2006 2025.02.21 21:27:52.164022 [ 275 ] {df2673c1-5364-4233-8d97-68013050fa5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2007 2025.02.21 21:27:52.164072 [ 275 ] {df2673c1-5364-4233-8d97-68013050fa5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2008 2025.02.21 21:27:52.164883 [ 275 ] {df2673c1-5364-4233-8d97-68013050fa5e} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2009 2025.02.21 21:27:52.164934 [ 275 ] {df2673c1-5364-4233-8d97-68013050fa5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2010 2025.02.21 21:27:52.165482 [ 275 ] {df2673c1-5364-4233-8d97-68013050fa5e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2011 2025.02.21 21:27:52.165720 [ 275 ] {df2673c1-5364-4233-8d97-68013050fa5e} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2012 2025.02.21 21:27:52.165968 [ 275 ] {df2673c1-5364-4233-8d97-68013050fa5e} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001969 sec., 1523.6160487557138 rows/sec., 138.87 KiB/sec.
2013 2025.02.21 21:27:52.166271 [ 275 ] {df2673c1-5364-4233-8d97-68013050fa5e} <Debug> TCPHandler: Processed in 0.002425067 sec.
2014 2025.02.21 21:27:52.166425 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2015 2025.02.21 21:27:52.166544 [ 278 ] {8a74d209-7869-40cf-aa5b-2e9e34ec6e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2016 2025.02.21 21:27:52.166591 [ 278 ] {8a74d209-7869-40cf-aa5b-2e9e34ec6e7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2017 2025.02.21 21:27:52.167300 [ 278 ] {8a74d209-7869-40cf-aa5b-2e9e34ec6e7c} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2018 2025.02.21 21:27:52.167339 [ 278 ] {8a74d209-7869-40cf-aa5b-2e9e34ec6e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2019 2025.02.21 21:27:52.167727 [ 278 ] {8a74d209-7869-40cf-aa5b-2e9e34ec6e7c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2020 2025.02.21 21:27:52.167976 [ 278 ] {8a74d209-7869-40cf-aa5b-2e9e34ec6e7c} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2021 2025.02.21 21:27:52.168222 [ 278 ] {8a74d209-7869-40cf-aa5b-2e9e34ec6e7c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001683 sec., 125965.53773024361 rows/sec., 8.01 MiB/sec.
2022 2025.02.21 21:27:52.168370 [ 278 ] {8a74d209-7869-40cf-aa5b-2e9e34ec6e7c} <Debug> TCPHandler: Processed in 0.001999725 sec.
2023 2025.02.21 21:27:52.168533 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2024 2025.02.21 21:27:52.168663 [ 275 ] {b9af18f3-38a7-4a66-9570-f2926ba14d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2025 2025.02.21 21:27:52.168719 [ 275 ] {b9af18f3-38a7-4a66-9570-f2926ba14d05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2026 2025.02.21 21:27:52.169606 [ 275 ] {b9af18f3-38a7-4a66-9570-f2926ba14d05} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2027 2025.02.21 21:27:52.169646 [ 275 ] {b9af18f3-38a7-4a66-9570-f2926ba14d05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2028 2025.02.21 21:27:52.170053 [ 275 ] {b9af18f3-38a7-4a66-9570-f2926ba14d05} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2029 2025.02.21 21:27:52.170293 [ 275 ] {b9af18f3-38a7-4a66-9570-f2926ba14d05} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2030 2025.02.21 21:27:52.170540 [ 275 ] {b9af18f3-38a7-4a66-9570-f2926ba14d05} <Debug> executeQuery: Read 685 rows, 55.84 KiB in 0.001877 sec., 364944.05966968567 rows/sec., 29.05 MiB/sec.
2031 2025.02.21 21:27:52.170671 [ 275 ] {b9af18f3-38a7-4a66-9570-f2926ba14d05} <Debug> TCPHandler: Processed in 0.002201641 sec.
2032 2025.02.21 21:27:52.170822 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2033 2025.02.21 21:27:52.170950 [ 278 ] {bb32cb93-2783-4f39-b4fa-3037ab693a03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2034 2025.02.21 21:27:52.171006 [ 278 ] {bb32cb93-2783-4f39-b4fa-3037ab693a03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2035 2025.02.21 21:27:52.171617 [ 278 ] {bb32cb93-2783-4f39-b4fa-3037ab693a03} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2036 2025.02.21 21:27:52.171655 [ 278 ] {bb32cb93-2783-4f39-b4fa-3037ab693a03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2037 2025.02.21 21:27:52.172008 [ 278 ] {bb32cb93-2783-4f39-b4fa-3037ab693a03} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2038 2025.02.21 21:27:52.172250 [ 278 ] {bb32cb93-2783-4f39-b4fa-3037ab693a03} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2039 2025.02.21 21:27:52.172623 [ 278 ] {bb32cb93-2783-4f39-b4fa-3037ab693a03} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.001657 sec., 84490.04224502112 rows/sec., 5.27 MiB/sec.
2040 2025.02.21 21:27:52.172961 [ 278 ] {bb32cb93-2783-4f39-b4fa-3037ab693a03} <Debug> TCPHandler: Processed in 0.002201591 sec.
2041 2025.02.21 21:27:52.173116 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2042 2025.02.21 21:27:52.173244 [ 275 ] {aa31fbb4-85d1-496a-867e-843ddfd7e724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2043 2025.02.21 21:27:52.173300 [ 275 ] {aa31fbb4-85d1-496a-867e-843ddfd7e724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2044 2025.02.21 21:27:52.173993 [ 275 ] {aa31fbb4-85d1-496a-867e-843ddfd7e724} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2045 2025.02.21 21:27:52.174041 [ 275 ] {aa31fbb4-85d1-496a-867e-843ddfd7e724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2046 2025.02.21 21:27:52.174408 [ 275 ] {aa31fbb4-85d1-496a-867e-843ddfd7e724} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2047 2025.02.21 21:27:52.174660 [ 275 ] {aa31fbb4-85d1-496a-867e-843ddfd7e724} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2048 2025.02.21 21:27:52.174961 [ 275 ] {aa31fbb4-85d1-496a-867e-843ddfd7e724} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001721 sec., 65659.50029052875 rows/sec., 4.25 MiB/sec.
2049 2025.02.21 21:27:52.175098 [ 275 ] {aa31fbb4-85d1-496a-867e-843ddfd7e724} <Debug> TCPHandler: Processed in 0.002044997 sec.
2050 2025.02.21 21:27:52.175229 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2051 2025.02.21 21:27:52.175334 [ 278 ] {dcb6af43-b3c0-4496-8c1b-946b3be1d9e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2052 2025.02.21 21:27:52.175378 [ 278 ] {dcb6af43-b3c0-4496-8c1b-946b3be1d9e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2053 2025.02.21 21:27:52.175938 [ 278 ] {dcb6af43-b3c0-4496-8c1b-946b3be1d9e5} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2054 2025.02.21 21:27:52.175976 [ 278 ] {dcb6af43-b3c0-4496-8c1b-946b3be1d9e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2055 2025.02.21 21:27:52.176321 [ 278 ] {dcb6af43-b3c0-4496-8c1b-946b3be1d9e5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2056 2025.02.21 21:27:52.176569 [ 278 ] {dcb6af43-b3c0-4496-8c1b-946b3be1d9e5} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2057 2025.02.21 21:27:52.176897 [ 278 ] {dcb6af43-b3c0-4496-8c1b-946b3be1d9e5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001553 sec., 72118.48036059241 rows/sec., 4.11 MiB/sec.
2058 2025.02.21 21:27:52.177024 [ 278 ] {dcb6af43-b3c0-4496-8c1b-946b3be1d9e5} <Debug> TCPHandler: Processed in 0.001845051 sec.
2059 2025.02.21 21:27:52.177162 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2060 2025.02.21 21:27:52.177268 [ 275 ] {c3ff9130-bc1a-4b1a-9bf3-fc6ce6ac59a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2061 2025.02.21 21:27:52.177312 [ 275 ] {c3ff9130-bc1a-4b1a-9bf3-fc6ce6ac59a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2062 2025.02.21 21:27:52.177987 [ 275 ] {c3ff9130-bc1a-4b1a-9bf3-fc6ce6ac59a1} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2063 2025.02.21 21:27:52.178025 [ 275 ] {c3ff9130-bc1a-4b1a-9bf3-fc6ce6ac59a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2064 2025.02.21 21:27:52.178394 [ 275 ] {c3ff9130-bc1a-4b1a-9bf3-fc6ce6ac59a1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2065 2025.02.21 21:27:52.178630 [ 275 ] {c3ff9130-bc1a-4b1a-9bf3-fc6ce6ac59a1} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2066 2025.02.21 21:27:52.178932 [ 275 ] {c3ff9130-bc1a-4b1a-9bf3-fc6ce6ac59a1} <Debug> executeQuery: Read 428 rows, 31.27 KiB in 0.001656 sec., 258454.10628019326 rows/sec., 18.44 MiB/sec.
2067 2025.02.21 21:27:52.179279 [ 275 ] {c3ff9130-bc1a-4b1a-9bf3-fc6ce6ac59a1} <Debug> TCPHandler: Processed in 0.00216231 sec.
2068 2025.02.21 21:27:52.179439 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2069 2025.02.21 21:27:52.179568 [ 278 ] {7870566a-f52c-4df0-8319-ee7178c041f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2070 2025.02.21 21:27:52.179623 [ 278 ] {7870566a-f52c-4df0-8319-ee7178c041f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2071 2025.02.21 21:27:52.180150 [ 278 ] {7870566a-f52c-4df0-8319-ee7178c041f8} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2072 2025.02.21 21:27:52.180190 [ 278 ] {7870566a-f52c-4df0-8319-ee7178c041f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2073 2025.02.21 21:27:52.180533 [ 278 ] {7870566a-f52c-4df0-8319-ee7178c041f8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2074 2025.02.21 21:27:52.180763 [ 278 ] {7870566a-f52c-4df0-8319-ee7178c041f8} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2075 2025.02.21 21:27:52.181114 [ 278 ] {7870566a-f52c-4df0-8319-ee7178c041f8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001536 sec., 3906.25 rows/sec., 204.09 KiB/sec.
2076 2025.02.21 21:27:52.181221 [ 278 ] {7870566a-f52c-4df0-8319-ee7178c041f8} <Debug> TCPHandler: Processed in 0.001844351 sec.
2077 2025.02.21 21:27:52.181361 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2078 2025.02.21 21:27:52.181468 [ 275 ] {d2cc0d4d-b322-4db3-8091-512da1b0a833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2079 2025.02.21 21:27:52.181517 [ 275 ] {d2cc0d4d-b322-4db3-8091-512da1b0a833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2080 2025.02.21 21:27:52.182044 [ 275 ] {d2cc0d4d-b322-4db3-8091-512da1b0a833} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2081 2025.02.21 21:27:52.182083 [ 275 ] {d2cc0d4d-b322-4db3-8091-512da1b0a833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2082 2025.02.21 21:27:52.182468 [ 275 ] {d2cc0d4d-b322-4db3-8091-512da1b0a833} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2083 2025.02.21 21:27:52.182707 [ 275 ] {d2cc0d4d-b322-4db3-8091-512da1b0a833} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2084 2025.02.21 21:27:52.182882 [ 275 ] {d2cc0d4d-b322-4db3-8091-512da1b0a833} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001437 sec., 164926.93110647183 rows/sec., 11.05 MiB/sec.
2085 2025.02.21 21:27:52.182931 [ 275 ] {d2cc0d4d-b322-4db3-8091-512da1b0a833} <Debug> TCPHandler: Processed in 0.001621855 sec.
2086 2025.02.21 21:27:52.183061 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2087 2025.02.21 21:27:52.183169 [ 278 ] {5663dc6e-0f32-4455-a354-0beef4197fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2088 2025.02.21 21:27:52.183224 [ 278 ] {5663dc6e-0f32-4455-a354-0beef4197fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2089 2025.02.21 21:27:52.183717 [ 278 ] {5663dc6e-0f32-4455-a354-0beef4197fe7} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2090 2025.02.21 21:27:52.183760 [ 278 ] {5663dc6e-0f32-4455-a354-0beef4197fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2091 2025.02.21 21:27:52.184161 [ 278 ] {5663dc6e-0f32-4455-a354-0beef4197fe7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2092 2025.02.21 21:27:52.184389 [ 278 ] {5663dc6e-0f32-4455-a354-0beef4197fe7} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2093 2025.02.21 21:27:52.184714 [ 278 ] {5663dc6e-0f32-4455-a354-0beef4197fe7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001541 sec., 648.9292667099286 rows/sec., 43.73 KiB/sec.
2094 2025.02.21 21:27:52.184943 [ 278 ] {5663dc6e-0f32-4455-a354-0beef4197fe7} <Debug> TCPHandler: Processed in 0.001931604 sec.
2095 2025.02.21 21:27:52.185091 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2096 2025.02.21 21:27:52.185207 [ 275 ] {a3f7382f-b403-4afb-a73d-f789b476b598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2097 2025.02.21 21:27:52.185288 [ 275 ] {a3f7382f-b403-4afb-a73d-f789b476b598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2098 2025.02.21 21:27:52.186574 [ 275 ] {a3f7382f-b403-4afb-a73d-f789b476b598} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2099 2025.02.21 21:27:52.186613 [ 275 ] {a3f7382f-b403-4afb-a73d-f789b476b598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2100 2025.02.21 21:27:52.187251 [ 275 ] {a3f7382f-b403-4afb-a73d-f789b476b598} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2101 2025.02.21 21:27:52.187514 [ 275 ] {a3f7382f-b403-4afb-a73d-f789b476b598} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2102 2025.02.21 21:27:52.187752 [ 275 ] {a3f7382f-b403-4afb-a73d-f789b476b598} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002573 sec., 13214.14691022153 rows/sec., 23.68 MiB/sec.
2103 2025.02.21 21:27:52.187984 [ 275 ] {a3f7382f-b403-4afb-a73d-f789b476b598} <Debug> TCPHandler: Processed in 0.002944342 sec.
2104 2025.02.21 21:27:52.188134 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2105 2025.02.21 21:27:52.188249 [ 278 ] {88afade3-8d84-40a6-add2-5cce0c3d057a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2106 2025.02.21 21:27:52.188294 [ 278 ] {88afade3-8d84-40a6-add2-5cce0c3d057a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2107 2025.02.21 21:27:52.188710 [ 278 ] {88afade3-8d84-40a6-add2-5cce0c3d057a} <Trace> oximeter.measurements_i64 (cb82e840-0224-4f67-8f4f-3f018c4f1d0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2108 2025.02.21 21:27:52.188747 [ 278 ] {88afade3-8d84-40a6-add2-5cce0c3d057a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2109 2025.02.21 21:27:52.189231 [ 278 ] {88afade3-8d84-40a6-add2-5cce0c3d057a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2110 2025.02.21 21:27:52.189482 [ 278 ] {88afade3-8d84-40a6-add2-5cce0c3d057a} <Trace> oximeter.measurements_i64 (cb82e840-0224-4f67-8f4f-3f018c4f1d0e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2111 2025.02.21 21:27:52.189806 [ 278 ] {88afade3-8d84-40a6-add2-5cce0c3d057a} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001553 sec., 13522.215067611076 rows/sec., 1009.89 KiB/sec.
2112 2025.02.21 21:27:52.189869 [ 278 ] {88afade3-8d84-40a6-add2-5cce0c3d057a} <Debug> TCPHandler: Processed in 0.00179731 sec.
2113 2025.02.21 21:27:52.190004 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2114 2025.02.21 21:27:52.190110 [ 275 ] {e5aac2c8-522e-4db1-a865-0daf166582b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2115 2025.02.21 21:27:52.190156 [ 275 ] {e5aac2c8-522e-4db1-a865-0daf166582b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2116 2025.02.21 21:27:52.190585 [ 275 ] {e5aac2c8-522e-4db1-a865-0daf166582b5} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2117 2025.02.21 21:27:52.190624 [ 275 ] {e5aac2c8-522e-4db1-a865-0daf166582b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2118 2025.02.21 21:27:52.190967 [ 275 ] {e5aac2c8-522e-4db1-a865-0daf166582b5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2119 2025.02.21 21:27:52.191202 [ 275 ] {e5aac2c8-522e-4db1-a865-0daf166582b5} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2120 2025.02.21 21:27:52.191372 [ 275 ] {e5aac2c8-522e-4db1-a865-0daf166582b5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001285 sec., 63813.22957198444 rows/sec., 4.05 MiB/sec.
2121 2025.02.21 21:27:52.191419 [ 275 ] {e5aac2c8-522e-4db1-a865-0daf166582b5} <Debug> TCPHandler: Processed in 0.00146828 sec.
2122 2025.02.21 21:27:53.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.27 MiB, peak 170.94 MiB, free memory in arenas 0.00 B, will set to 167.20 MiB (RSS), difference: -3.07 MiB
2123 2025.02.21 21:27:56.993003 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
2124 2025.02.21 21:27:56.993653 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2125 2025.02.21 21:27:56.993698 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2126 2025.02.21 21:27:56.994209 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2127 2025.02.21 21:27:56.994486 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2128 2025.02.21 21:27:56.994759 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
2129 2025.02.21 21:27:57.141878 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2130 2025.02.21 21:27:57.142079 [ 275 ] {51dfd9e1-4897-4b45-8295-a4aff59dd0e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2131 2025.02.21 21:27:57.142159 [ 275 ] {51dfd9e1-4897-4b45-8295-a4aff59dd0e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2132 2025.02.21 21:27:57.142968 [ 275 ] {51dfd9e1-4897-4b45-8295-a4aff59dd0e8} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2133 2025.02.21 21:27:57.143021 [ 275 ] {51dfd9e1-4897-4b45-8295-a4aff59dd0e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2134 2025.02.21 21:27:57.143458 [ 275 ] {51dfd9e1-4897-4b45-8295-a4aff59dd0e8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2135 2025.02.21 21:27:57.143712 [ 275 ] {51dfd9e1-4897-4b45-8295-a4aff59dd0e8} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2136 2025.02.21 21:27:57.143898 [ 40 ] {} <Debug> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2137 2025.02.21 21:27:57.143965 [ 275 ] {51dfd9e1-4897-4b45-8295-a4aff59dd0e8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00194 sec., 28865.979381443296 rows/sec., 2.22 MiB/sec.
2138 2025.02.21 21:27:57.143972 [ 40 ] {} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2139 2025.02.21 21:27:57.144054 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2140 2025.02.21 21:27:57.144115 [ 275 ] {51dfd9e1-4897-4b45-8295-a4aff59dd0e8} <Debug> TCPHandler: Processed in 0.002368995 sec.
2141 2025.02.21 21:27:57.144431 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2142 2025.02.21 21:27:57.144515 [ 196 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2143 2025.02.21 21:27:57.144738 [ 278 ] {fedbd12c-66b2-4cff-9e5f-88a7bd075e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2144 2025.02.21 21:27:57.144778 [ 196 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2145 2025.02.21 21:27:57.144845 [ 278 ] {fedbd12c-66b2-4cff-9e5f-88a7bd075e17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2146 2025.02.21 21:27:57.144853 [ 196 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 633 rows starting from the beginning of the part
2147 2025.02.21 21:27:57.145226 [ 196 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1773 rows starting from the beginning of the part
2148 2025.02.21 21:27:57.145560 [ 196 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part
2149 2025.02.21 21:27:57.145945 [ 196 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part
2150 2025.02.21 21:27:57.146281 [ 196 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 685 rows starting from the beginning of the part
2151 2025.02.21 21:27:57.146734 [ 196 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part
2152 2025.02.21 21:27:57.147728 [ 278 ] {fedbd12c-66b2-4cff-9e5f-88a7bd075e17} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2153 2025.02.21 21:27:57.147811 [ 278 ] {fedbd12c-66b2-4cff-9e5f-88a7bd075e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2154 2025.02.21 21:27:57.148743 [ 278 ] {fedbd12c-66b2-4cff-9e5f-88a7bd075e17} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2155 2025.02.21 21:27:57.149203 [ 278 ] {fedbd12c-66b2-4cff-9e5f-88a7bd075e17} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2156 2025.02.21 21:27:57.149423 [ 40 ] {} <Debug> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2157 2025.02.21 21:27:57.149516 [ 40 ] {} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2158 2025.02.21 21:27:57.149557 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2159 2025.02.21 21:27:57.149614 [ 278 ] {fedbd12c-66b2-4cff-9e5f-88a7bd075e17} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004953 sec., 12921.461740359378 rows/sec., 1.01 MiB/sec.
2160 2025.02.21 21:27:57.150162 [ 278 ] {fedbd12c-66b2-4cff-9e5f-88a7bd075e17} <Debug> TCPHandler: Processed in 0.005905233 sec.
2161 2025.02.21 21:27:57.150257 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2162 2025.02.21 21:27:57.150584 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2163 2025.02.21 21:27:57.151071 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2164 2025.02.21 21:27:57.151191 [ 275 ] {96bb41ac-4a91-4be8-b4b1-991a06622bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2165 2025.02.21 21:27:57.151204 [ 196 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3259 rows, containing 5 columns (5 merged, 0 gathered) in 0.007041744 sec., 462811.48533658707 rows/sec., 38.87 MiB/sec.
2166 2025.02.21 21:27:57.151203 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part
2167 2025.02.21 21:27:57.151302 [ 275 ] {96bb41ac-4a91-4be8-b4b1-991a06622bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2168 2025.02.21 21:27:57.151742 [ 196 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2169 2025.02.21 21:27:57.151741 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 846 rows starting from the beginning of the part
2170 2025.02.21 21:27:57.152314 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part
2171 2025.02.21 21:27:57.152839 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part
2172 2025.02.21 21:27:57.153302 [ 199 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_11_2} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2173 2025.02.21 21:27:57.153373 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 428 rows starting from the beginning of the part
2174 2025.02.21 21:27:57.153847 [ 199 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_11_2} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2175 2025.02.21 21:27:57.153870 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part
2176 2025.02.21 21:27:57.154315 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
2177 2025.02.21 21:27:57.154873 [ 275 ] {96bb41ac-4a91-4be8-b4b1-991a06622bf9} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2178 2025.02.21 21:27:57.154923 [ 275 ] {96bb41ac-4a91-4be8-b4b1-991a06622bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2179 2025.02.21 21:27:57.155503 [ 275 ] {96bb41ac-4a91-4be8-b4b1-991a06622bf9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2180 2025.02.21 21:27:57.155833 [ 275 ] {96bb41ac-4a91-4be8-b4b1-991a06622bf9} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2181 2025.02.21 21:27:57.156075 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2182 2025.02.21 21:27:57.156233 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2183 2025.02.21 21:27:57.156264 [ 275 ] {96bb41ac-4a91-4be8-b4b1-991a06622bf9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005253 sec., 30458.785455929945 rows/sec., 2.12 MiB/sec.
2184 2025.02.21 21:27:57.156373 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2185 2025.02.21 21:27:57.156764 [ 275 ] {96bb41ac-4a91-4be8-b4b1-991a06622bf9} <Debug> TCPHandler: Processed in 0.006392977 sec.
2186 2025.02.21 21:27:57.156801 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1856 rows, containing 5 columns (5 merged, 0 gathered) in 0.007145868 sec., 259730.51839188745 rows/sec., 19.76 MiB/sec.
2187 2025.02.21 21:27:57.157047 [ 186 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2188 2025.02.21 21:27:57.157140 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2189 2025.02.21 21:27:57.157407 [ 187 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2190 2025.02.21 21:27:57.157520 [ 278 ] {9aad814f-4d67-4132-95e6-9da5b1da165f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2191 2025.02.21 21:27:57.157623 [ 186 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2192 2025.02.21 21:27:57.157707 [ 278 ] {9aad814f-4d67-4132-95e6-9da5b1da165f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2193 2025.02.21 21:27:57.157750 [ 186 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1052 rows starting from the beginning of the part
2194 2025.02.21 21:27:57.158234 [ 186 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2359 rows starting from the beginning of the part
2195 2025.02.21 21:27:57.158719 [ 186 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part
2196 2025.02.21 21:27:57.158741 [ 187 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_11_2} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2197 2025.02.21 21:27:57.159252 [ 186 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part
2198 2025.02.21 21:27:57.159244 [ 187 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_11_2} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2199 2025.02.21 21:27:57.159625 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
2200 2025.02.21 21:27:57.159764 [ 186 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part
2201 2025.02.21 21:27:57.160033 [ 186 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part
2202 2025.02.21 21:27:57.160648 [ 278 ] {9aad814f-4d67-4132-95e6-9da5b1da165f} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2203 2025.02.21 21:27:57.160690 [ 278 ] {9aad814f-4d67-4132-95e6-9da5b1da165f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2204 2025.02.21 21:27:57.161183 [ 278 ] {9aad814f-4d67-4132-95e6-9da5b1da165f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2205 2025.02.21 21:27:57.161562 [ 278 ] {9aad814f-4d67-4132-95e6-9da5b1da165f} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2206 2025.02.21 21:27:57.161780 [ 40 ] {} <Debug> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2207 2025.02.21 21:27:57.161894 [ 40 ] {} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2208 2025.02.21 21:27:57.161982 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2209 2025.02.21 21:27:57.162012 [ 278 ] {9aad814f-4d67-4132-95e6-9da5b1da165f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004573 sec., 13120.489831620382 rows/sec., 905.45 KiB/sec.
2210 2025.02.21 21:27:57.162209 [ 278 ] {9aad814f-4d67-4132-95e6-9da5b1da165f} <Debug> TCPHandler: Processed in 0.005271326 sec.
2211 2025.02.21 21:27:57.162385 [ 201 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2212 2025.02.21 21:27:57.162848 [ 201 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2213 2025.02.21 21:27:57.162922 [ 201 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 362 rows starting from the beginning of the part
2214 2025.02.21 21:27:57.162928 [ 198 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4096 rows, containing 5 columns (5 merged, 0 gathered) in 0.006327534 sec., 647329.5915912897 rows/sec., 43.64 MiB/sec.
2215 2025.02.21 21:27:57.163085 [ 201 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part
2216 2025.02.21 21:27:57.163337 [ 201 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part
2217 2025.02.21 21:27:57.163420 [ 198 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2218 2025.02.21 21:27:57.163700 [ 201 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part
2219 2025.02.21 21:27:57.163916 [ 201 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part
2220 2025.02.21 21:27:57.164232 [ 201 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part
2221 2025.02.21 21:27:57.164353 [ 198 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2222 2025.02.21 21:27:57.164657 [ 198 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2223 2025.02.21 21:27:57.164773 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB.
2224 2025.02.21 21:27:57.165702 [ 198 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 646 rows, containing 4 columns (4 merged, 0 gathered) in 0.003535918 sec., 182696.54443343994 rows/sec., 12.00 MiB/sec.
2225 2025.02.21 21:27:57.165852 [ 201 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2226 2025.02.21 21:27:57.166143 [ 201 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_11_2} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2227 2025.02.21 21:27:57.166224 [ 201 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_11_2} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2228 2025.02.21 21:27:57.166308 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
2229 2025.02.21 21:27:57.293072 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2230 2025.02.21 21:27:57.313016 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2231 2025.02.21 21:27:57.313061 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2232 2025.02.21 21:27:57.320064 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2233 2025.02.21 21:27:57.320842 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2234 2025.02.21 21:27:57.324197 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2235 2025.02.21 21:27:59.506673 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 324
2236 2025.02.21 21:27:59.509835 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2237 2025.02.21 21:27:59.509887 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2238 2025.02.21 21:27:59.511382 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2239 2025.02.21 21:27:59.511708 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2240 2025.02.21 21:27:59.511937 [ 37 ] {} <Debug> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2241 2025.02.21 21:27:59.512051 [ 37 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2242 2025.02.21 21:27:59.512117 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2243 2025.02.21 21:27:59.512541 [ 187 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
2244 2025.02.21 21:27:59.512983 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 324
2245 2025.02.21 21:27:59.513436 [ 187 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2246 2025.02.21 21:27:59.513558 [ 187 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part
2247 2025.02.21 21:27:59.514071 [ 187 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part
2248 2025.02.21 21:27:59.514614 [ 187 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 68 rows starting from the beginning of the part
2249 2025.02.21 21:27:59.515145 [ 187 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part
2250 2025.02.21 21:27:59.515634 [ 187 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part
2251 2025.02.21 21:27:59.516159 [ 187 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part
2252 2025.02.21 21:27:59.525579 [ 198 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 72 columns (72 merged, 0 gathered) in 0.013317737 sec., 24328.457605072093 rows/sec., 24.55 MiB/sec.
2253 2025.02.21 21:27:59.526633 [ 192 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2254 2025.02.21 21:27:59.527465 [ 192 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_6_1} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2255 2025.02.21 21:27:59.527559 [ 192 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_6_1} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2256 2025.02.21 21:27:59.527873 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.71 MiB.
2257 2025.02.21 21:28:02.151942 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2258 2025.02.21 21:28:02.152222 [ 275 ] {9049e1ae-1085-424e-88b3-4ee54831e612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2259 2025.02.21 21:28:02.152298 [ 275 ] {9049e1ae-1085-424e-88b3-4ee54831e612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2260 2025.02.21 21:28:02.153141 [ 275 ] {9049e1ae-1085-424e-88b3-4ee54831e612} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2261 2025.02.21 21:28:02.153200 [ 275 ] {9049e1ae-1085-424e-88b3-4ee54831e612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2262 2025.02.21 21:28:02.153784 [ 275 ] {9049e1ae-1085-424e-88b3-4ee54831e612} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2263 2025.02.21 21:28:02.154050 [ 275 ] {9049e1ae-1085-424e-88b3-4ee54831e612} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2264 2025.02.21 21:28:02.154261 [ 33 ] {} <Debug> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2265 2025.02.21 21:28:02.154289 [ 275 ] {9049e1ae-1085-424e-88b3-4ee54831e612} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00212 sec., 100000 rows/sec., 6.36 MiB/sec.
2266 2025.02.21 21:28:02.154350 [ 33 ] {} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2267 2025.02.21 21:28:02.154489 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2268 2025.02.21 21:28:02.154542 [ 275 ] {9049e1ae-1085-424e-88b3-4ee54831e612} <Debug> TCPHandler: Processed in 0.002729665 sec.
2269 2025.02.21 21:28:02.154866 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2270 2025.02.21 21:28:02.155000 [ 193 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full
2271 2025.02.21 21:28:02.155099 [ 278 ] {f58cd7f1-69d0-4d46-9b23-b2c81b5af601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2272 2025.02.21 21:28:02.155206 [ 278 ] {f58cd7f1-69d0-4d46-9b23-b2c81b5af601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2273 2025.02.21 21:28:02.155366 [ 193 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2274 2025.02.21 21:28:02.155466 [ 193 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part
2275 2025.02.21 21:28:02.155956 [ 193 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part
2276 2025.02.21 21:28:02.156399 [ 193 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part
2277 2025.02.21 21:28:02.156683 [ 193 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part
2278 2025.02.21 21:28:02.156839 [ 193 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part
2279 2025.02.21 21:28:02.157947 [ 278 ] {f58cd7f1-69d0-4d46-9b23-b2c81b5af601} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2280 2025.02.21 21:28:02.158014 [ 278 ] {f58cd7f1-69d0-4d46-9b23-b2c81b5af601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2281 2025.02.21 21:28:02.158972 [ 278 ] {f58cd7f1-69d0-4d46-9b23-b2c81b5af601} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2282 2025.02.21 21:28:02.159519 [ 278 ] {f58cd7f1-69d0-4d46-9b23-b2c81b5af601} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2283 2025.02.21 21:28:02.159554 [ 193 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004928966 sec., 215055.2468813946 rows/sec., 14.50 MiB/sec.
2284 2025.02.21 21:28:02.159948 [ 192 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2285 2025.02.21 21:28:02.159977 [ 278 ] {f58cd7f1-69d0-4d46-9b23-b2c81b5af601} <Debug> executeQuery: Read 689 rows, 56.23 KiB in 0.004932 sec., 139699.9188969992 rows/sec., 11.13 MiB/sec.
2286 2025.02.21 21:28:02.160338 [ 278 ] {f58cd7f1-69d0-4d46-9b23-b2c81b5af601} <Debug> TCPHandler: Processed in 0.005641306 sec.
2287 2025.02.21 21:28:02.160597 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2288 2025.02.21 21:28:02.160802 [ 275 ] {c621ba85-51e9-4540-8004-bffe09e32bf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2289 2025.02.21 21:28:02.160822 [ 192 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_5_1} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2290 2025.02.21 21:28:02.160872 [ 275 ] {c621ba85-51e9-4540-8004-bffe09e32bf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2291 2025.02.21 21:28:02.161027 [ 192 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_5_1} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2292 2025.02.21 21:28:02.161208 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
2293 2025.02.21 21:28:02.161740 [ 275 ] {c621ba85-51e9-4540-8004-bffe09e32bf5} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2294 2025.02.21 21:28:02.161784 [ 275 ] {c621ba85-51e9-4540-8004-bffe09e32bf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2295 2025.02.21 21:28:02.162163 [ 275 ] {c621ba85-51e9-4540-8004-bffe09e32bf5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2296 2025.02.21 21:28:02.162410 [ 275 ] {c621ba85-51e9-4540-8004-bffe09e32bf5} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2297 2025.02.21 21:28:02.162675 [ 275 ] {c621ba85-51e9-4540-8004-bffe09e32bf5} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001917 sec., 74074.07407407407 rows/sec., 4.63 MiB/sec.
2298 2025.02.21 21:28:02.162786 [ 275 ] {c621ba85-51e9-4540-8004-bffe09e32bf5} <Debug> TCPHandler: Processed in 0.002307154 sec.
2299 2025.02.21 21:28:02.162936 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2300 2025.02.21 21:28:02.163064 [ 278 ] {d4c2d381-b84f-45c6-9b05-cb7449fcea9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2301 2025.02.21 21:28:02.163118 [ 278 ] {d4c2d381-b84f-45c6-9b05-cb7449fcea9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2302 2025.02.21 21:28:02.163749 [ 278 ] {d4c2d381-b84f-45c6-9b05-cb7449fcea9e} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2303 2025.02.21 21:28:02.163788 [ 278 ] {d4c2d381-b84f-45c6-9b05-cb7449fcea9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2304 2025.02.21 21:28:02.164148 [ 278 ] {d4c2d381-b84f-45c6-9b05-cb7449fcea9e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2305 2025.02.21 21:28:02.164385 [ 278 ] {d4c2d381-b84f-45c6-9b05-cb7449fcea9e} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2306 2025.02.21 21:28:02.164631 [ 278 ] {d4c2d381-b84f-45c6-9b05-cb7449fcea9e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001591 sec., 71024.512884978 rows/sec., 4.60 MiB/sec.
2307 2025.02.21 21:28:02.164779 [ 278 ] {d4c2d381-b84f-45c6-9b05-cb7449fcea9e} <Debug> TCPHandler: Processed in 0.001901523 sec.
2308 2025.02.21 21:28:02.164918 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2309 2025.02.21 21:28:02.165025 [ 275 ] {87bb6561-3d05-40c2-be4b-918d356fd779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2310 2025.02.21 21:28:02.165072 [ 275 ] {87bb6561-3d05-40c2-be4b-918d356fd779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2311 2025.02.21 21:28:02.165650 [ 275 ] {87bb6561-3d05-40c2-be4b-918d356fd779} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2312 2025.02.21 21:28:02.165691 [ 275 ] {87bb6561-3d05-40c2-be4b-918d356fd779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2313 2025.02.21 21:28:02.166057 [ 275 ] {87bb6561-3d05-40c2-be4b-918d356fd779} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2314 2025.02.21 21:28:02.166320 [ 275 ] {87bb6561-3d05-40c2-be4b-918d356fd779} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2315 2025.02.21 21:28:02.166474 [ 33 ] {} <Debug> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2316 2025.02.21 21:28:02.166543 [ 33 ] {} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2317 2025.02.21 21:28:02.166573 [ 275 ] {87bb6561-3d05-40c2-be4b-918d356fd779} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00156 sec., 71794.8717948718 rows/sec., 4.09 MiB/sec.
2318 2025.02.21 21:28:02.166590 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2319 2025.02.21 21:28:02.166717 [ 275 ] {87bb6561-3d05-40c2-be4b-918d356fd779} <Debug> TCPHandler: Processed in 0.001846611 sec.
2320 2025.02.21 21:28:02.166809 [ 197 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full
2321 2025.02.21 21:28:02.166890 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2322 2025.02.21 21:28:02.166973 [ 197 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2323 2025.02.21 21:28:02.167049 [ 197 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part
2324 2025.02.21 21:28:02.167098 [ 278 ] {7c9126d2-76da-4558-9639-0654ba72eca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2325 2025.02.21 21:28:02.167230 [ 278 ] {7c9126d2-76da-4558-9639-0654ba72eca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2326 2025.02.21 21:28:02.167403 [ 197 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part
2327 2025.02.21 21:28:02.167759 [ 197 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part
2328 2025.02.21 21:28:02.168099 [ 197 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part
2329 2025.02.21 21:28:02.168437 [ 197 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 112 rows starting from the beginning of the part
2330 2025.02.21 21:28:02.170046 [ 278 ] {7c9126d2-76da-4558-9639-0654ba72eca4} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2331 2025.02.21 21:28:02.170107 [ 278 ] {7c9126d2-76da-4558-9639-0654ba72eca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2332 2025.02.21 21:28:02.171065 [ 197 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00434317 sec., 128938.07978964673 rows/sec., 7.84 MiB/sec.
2333 2025.02.21 21:28:02.171071 [ 278 ] {7c9126d2-76da-4558-9639-0654ba72eca4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2334 2025.02.21 21:28:02.171255 [ 197 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2335 2025.02.21 21:28:02.171571 [ 278 ] {7c9126d2-76da-4558-9639-0654ba72eca4} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2336 2025.02.21 21:28:02.171816 [ 197 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_5_1} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2337 2025.02.21 21:28:02.172007 [ 197 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_5_1} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2338 2025.02.21 21:28:02.172014 [ 278 ] {7c9126d2-76da-4558-9639-0654ba72eca4} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.004974 sec., 84036.99236027342 rows/sec., 5.98 MiB/sec.
2339 2025.02.21 21:28:02.172212 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2340 2025.02.21 21:28:02.172244 [ 278 ] {7c9126d2-76da-4558-9639-0654ba72eca4} <Debug> TCPHandler: Processed in 0.00542587 sec.
2341 2025.02.21 21:28:02.172403 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2342 2025.02.21 21:28:02.172534 [ 275 ] {f3e0eefe-ff2e-413e-880a-c51dc445dd7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2343 2025.02.21 21:28:02.172591 [ 275 ] {f3e0eefe-ff2e-413e-880a-c51dc445dd7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2344 2025.02.21 21:28:02.173156 [ 275 ] {f3e0eefe-ff2e-413e-880a-c51dc445dd7a} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2345 2025.02.21 21:28:02.173202 [ 275 ] {f3e0eefe-ff2e-413e-880a-c51dc445dd7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2346 2025.02.21 21:28:02.173626 [ 275 ] {f3e0eefe-ff2e-413e-880a-c51dc445dd7a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2347 2025.02.21 21:28:02.173865 [ 275 ] {f3e0eefe-ff2e-413e-880a-c51dc445dd7a} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2348 2025.02.21 21:28:02.174079 [ 275 ] {f3e0eefe-ff2e-413e-880a-c51dc445dd7a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001574 sec., 3811.944091486658 rows/sec., 199.16 KiB/sec.
2349 2025.02.21 21:28:02.174130 [ 275 ] {f3e0eefe-ff2e-413e-880a-c51dc445dd7a} <Debug> TCPHandler: Processed in 0.00179139 sec.
2350 2025.02.21 21:28:02.174280 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2351 2025.02.21 21:28:02.174384 [ 278 ] {75cf0cbf-e9ba-4eb9-8ba4-8dfa5da12ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2352 2025.02.21 21:28:02.174432 [ 278 ] {75cf0cbf-e9ba-4eb9-8ba4-8dfa5da12ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2353 2025.02.21 21:28:02.175056 [ 278 ] {75cf0cbf-e9ba-4eb9-8ba4-8dfa5da12ae3} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2354 2025.02.21 21:28:02.175102 [ 278 ] {75cf0cbf-e9ba-4eb9-8ba4-8dfa5da12ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2355 2025.02.21 21:28:02.175553 [ 278 ] {75cf0cbf-e9ba-4eb9-8ba4-8dfa5da12ae3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2356 2025.02.21 21:28:02.175783 [ 278 ] {75cf0cbf-e9ba-4eb9-8ba4-8dfa5da12ae3} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2357 2025.02.21 21:28:02.175985 [ 278 ] {75cf0cbf-e9ba-4eb9-8ba4-8dfa5da12ae3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001622 sec., 146115.9062885327 rows/sec., 9.79 MiB/sec.
2358 2025.02.21 21:28:02.176037 [ 278 ] {75cf0cbf-e9ba-4eb9-8ba4-8dfa5da12ae3} <Debug> TCPHandler: Processed in 0.001806819 sec.
2359 2025.02.21 21:28:02.176181 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2360 2025.02.21 21:28:02.176286 [ 275 ] {ca70cbfa-415b-4835-9658-755cb76b1d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2361 2025.02.21 21:28:02.176334 [ 275 ] {ca70cbfa-415b-4835-9658-755cb76b1d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2362 2025.02.21 21:28:02.176761 [ 275 ] {ca70cbfa-415b-4835-9658-755cb76b1d0e} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2363 2025.02.21 21:28:02.176802 [ 275 ] {ca70cbfa-415b-4835-9658-755cb76b1d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2364 2025.02.21 21:28:02.177153 [ 275 ] {ca70cbfa-415b-4835-9658-755cb76b1d0e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2365 2025.02.21 21:28:02.177387 [ 275 ] {ca70cbfa-415b-4835-9658-755cb76b1d0e} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2366 2025.02.21 21:28:02.177530 [ 33 ] {} <Debug> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2367 2025.02.21 21:28:02.177596 [ 33 ] {} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2368 2025.02.21 21:28:02.177634 [ 275 ] {ca70cbfa-415b-4835-9658-755cb76b1d0e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001364 sec., 733.1378299120234 rows/sec., 49.40 KiB/sec.
2369 2025.02.21 21:28:02.177641 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2370 2025.02.21 21:28:02.177807 [ 275 ] {ca70cbfa-415b-4835-9658-755cb76b1d0e} <Debug> TCPHandler: Processed in 0.001675426 sec.
2371 2025.02.21 21:28:02.178087 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2372 2025.02.21 21:28:02.178172 [ 197 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full
2373 2025.02.21 21:28:02.178347 [ 278 ] {67288bcc-ca3f-492c-b610-b3f3cdf1211d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2374 2025.02.21 21:28:02.178497 [ 197 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2375 2025.02.21 21:28:02.178543 [ 278 ] {67288bcc-ca3f-492c-b610-b3f3cdf1211d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2376 2025.02.21 21:28:02.178574 [ 197 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
2377 2025.02.21 21:28:02.178952 [ 197 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part
2378 2025.02.21 21:28:02.179249 [ 197 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part
2379 2025.02.21 21:28:02.179615 [ 197 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
2380 2025.02.21 21:28:02.179953 [ 197 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
2381 2025.02.21 21:28:02.182956 [ 197 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005185383 sec., 964.2489281891038 rows/sec., 64.97 KiB/sec.
2382 2025.02.21 21:28:02.183176 [ 197 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2383 2025.02.21 21:28:02.183798 [ 278 ] {67288bcc-ca3f-492c-b610-b3f3cdf1211d} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2384 2025.02.21 21:28:02.183822 [ 197 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_5_1} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2385 2025.02.21 21:28:02.183866 [ 278 ] {67288bcc-ca3f-492c-b610-b3f3cdf1211d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2386 2025.02.21 21:28:02.183991 [ 197 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_5_1} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2387 2025.02.21 21:28:02.184163 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
2388 2025.02.21 21:28:02.184791 [ 278 ] {67288bcc-ca3f-492c-b610-b3f3cdf1211d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2389 2025.02.21 21:28:02.185053 [ 278 ] {67288bcc-ca3f-492c-b610-b3f3cdf1211d} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2390 2025.02.21 21:28:02.185306 [ 278 ] {67288bcc-ca3f-492c-b610-b3f3cdf1211d} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.007033 sec., 5118.7260059718465 rows/sec., 9.17 MiB/sec.
2391 2025.02.21 21:28:02.185412 [ 278 ] {67288bcc-ca3f-492c-b610-b3f3cdf1211d} <Debug> TCPHandler: Processed in 0.007489127 sec.
2392 2025.02.21 21:28:02.185568 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2393 2025.02.21 21:28:02.185685 [ 275 ] {87e5af06-c5d4-489d-bc64-b8d43401a0d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2394 2025.02.21 21:28:02.185732 [ 275 ] {87e5af06-c5d4-489d-bc64-b8d43401a0d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2395 2025.02.21 21:28:02.186179 [ 275 ] {87e5af06-c5d4-489d-bc64-b8d43401a0d7} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2396 2025.02.21 21:28:02.186218 [ 275 ] {87e5af06-c5d4-489d-bc64-b8d43401a0d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2397 2025.02.21 21:28:02.186580 [ 275 ] {87e5af06-c5d4-489d-bc64-b8d43401a0d7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2398 2025.02.21 21:28:02.186843 [ 275 ] {87e5af06-c5d4-489d-bc64-b8d43401a0d7} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2399 2025.02.21 21:28:02.187047 [ 275 ] {87e5af06-c5d4-489d-bc64-b8d43401a0d7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001385 sec., 59205.7761732852 rows/sec., 3.76 MiB/sec.
2400 2025.02.21 21:28:02.187098 [ 275 ] {87e5af06-c5d4-489d-bc64-b8d43401a0d7} <Debug> TCPHandler: Processed in 0.001584184 sec.
2401 2025.02.21 21:28:03.630797 [ 30 ] {} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2402 2025.02.21 21:28:03.630899 [ 30 ] {} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2403 2025.02.21 21:28:03.630941 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2404 2025.02.21 21:28:03.631336 [ 195 ] {7d25f1e0-3590-432f-aab0-47385d700b01::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full
2405 2025.02.21 21:28:03.631789 [ 195 ] {7d25f1e0-3590-432f-aab0-47385d700b01::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2406 2025.02.21 21:28:03.631836 [ 195 ] {7d25f1e0-3590-432f-aab0-47385d700b01::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
2407 2025.02.21 21:28:03.631952 [ 195 ] {7d25f1e0-3590-432f-aab0-47385d700b01::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part
2408 2025.02.21 21:28:03.632082 [ 195 ] {7d25f1e0-3590-432f-aab0-47385d700b01::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part
2409 2025.02.21 21:28:03.632194 [ 195 ] {7d25f1e0-3590-432f-aab0-47385d700b01::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
2410 2025.02.21 21:28:03.632299 [ 195 ] {7d25f1e0-3590-432f-aab0-47385d700b01::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 3 rows starting from the beginning of the part
2411 2025.02.21 21:28:03.634499 [ 190 ] {7d25f1e0-3590-432f-aab0-47385d700b01::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 6 columns (6 merged, 0 gathered) in 0.003427234 sec., 11671.219414840072 rows/sec., 2.46 MiB/sec.
2412 2025.02.21 21:28:03.634815 [ 190 ] {7d25f1e0-3590-432f-aab0-47385d700b01::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2413 2025.02.21 21:28:03.635629 [ 190 ] {7d25f1e0-3590-432f-aab0-47385d700b01::all_1_5_1} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2414 2025.02.21 21:28:03.635727 [ 190 ] {7d25f1e0-3590-432f-aab0-47385d700b01::all_1_5_1} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2415 2025.02.21 21:28:03.635830 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
2416 2025.02.21 21:28:04.399674 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache
2417 2025.02.21 21:28:04.399729 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache
2418 2025.02.21 21:28:04.494892 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
2419 2025.02.21 21:28:04.495856 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2420 2025.02.21 21:28:04.495905 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2421 2025.02.21 21:28:04.496413 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2422 2025.02.21 21:28:04.496668 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2423 2025.02.21 21:28:04.496959 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2424 2025.02.21 21:28:04.824255 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2425 2025.02.21 21:28:04.844312 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2426 2025.02.21 21:28:04.844362 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2427 2025.02.21 21:28:04.851554 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2428 2025.02.21 21:28:04.852335 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2429 2025.02.21 21:28:04.855449 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2430 2025.02.21 21:28:07.141542 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2431 2025.02.21 21:28:07.141746 [ 275 ] {a753dd33-e299-4cd9-9267-53c2c1bad15e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2432 2025.02.21 21:28:07.141819 [ 275 ] {a753dd33-e299-4cd9-9267-53c2c1bad15e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2433 2025.02.21 21:28:07.142582 [ 275 ] {a753dd33-e299-4cd9-9267-53c2c1bad15e} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2434 2025.02.21 21:28:07.142632 [ 275 ] {a753dd33-e299-4cd9-9267-53c2c1bad15e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2435 2025.02.21 21:28:07.143080 [ 275 ] {a753dd33-e299-4cd9-9267-53c2c1bad15e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2436 2025.02.21 21:28:07.143342 [ 275 ] {a753dd33-e299-4cd9-9267-53c2c1bad15e} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2437 2025.02.21 21:28:07.143658 [ 275 ] {a753dd33-e299-4cd9-9267-53c2c1bad15e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00194 sec., 28865.979381443296 rows/sec., 2.22 MiB/sec.
2438 2025.02.21 21:28:07.143800 [ 275 ] {a753dd33-e299-4cd9-9267-53c2c1bad15e} <Debug> TCPHandler: Processed in 0.002393316 sec.
2439 2025.02.21 21:28:07.143993 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2440 2025.02.21 21:28:07.144142 [ 278 ] {86b3cef7-2f44-4b77-9105-c23fa5e1f9fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2441 2025.02.21 21:28:07.144202 [ 278 ] {86b3cef7-2f44-4b77-9105-c23fa5e1f9fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2442 2025.02.21 21:28:07.144873 [ 278 ] {86b3cef7-2f44-4b77-9105-c23fa5e1f9fe} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2443 2025.02.21 21:28:07.144915 [ 278 ] {86b3cef7-2f44-4b77-9105-c23fa5e1f9fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2444 2025.02.21 21:28:07.145295 [ 278 ] {86b3cef7-2f44-4b77-9105-c23fa5e1f9fe} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2445 2025.02.21 21:28:07.145544 [ 278 ] {86b3cef7-2f44-4b77-9105-c23fa5e1f9fe} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2446 2025.02.21 21:28:07.145861 [ 278 ] {86b3cef7-2f44-4b77-9105-c23fa5e1f9fe} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001727 sec., 37058.48291835553 rows/sec., 2.89 MiB/sec.
2447 2025.02.21 21:28:07.146033 [ 278 ] {86b3cef7-2f44-4b77-9105-c23fa5e1f9fe} <Debug> TCPHandler: Processed in 0.002106369 sec.
2448 2025.02.21 21:28:07.146196 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2449 2025.02.21 21:28:07.146330 [ 275 ] {22caded6-92b1-4997-b4bf-6791c5a8c06d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2450 2025.02.21 21:28:07.146390 [ 275 ] {22caded6-92b1-4997-b4bf-6791c5a8c06d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2451 2025.02.21 21:28:07.147023 [ 275 ] {22caded6-92b1-4997-b4bf-6791c5a8c06d} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2452 2025.02.21 21:28:07.147063 [ 275 ] {22caded6-92b1-4997-b4bf-6791c5a8c06d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2453 2025.02.21 21:28:07.147455 [ 275 ] {22caded6-92b1-4997-b4bf-6791c5a8c06d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2454 2025.02.21 21:28:07.147717 [ 275 ] {22caded6-92b1-4997-b4bf-6791c5a8c06d} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2455 2025.02.21 21:28:07.148046 [ 275 ] {22caded6-92b1-4997-b4bf-6791c5a8c06d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001729 sec., 92539.03990746096 rows/sec., 6.45 MiB/sec.
2456 2025.02.21 21:28:07.148178 [ 275 ] {22caded6-92b1-4997-b4bf-6791c5a8c06d} <Debug> TCPHandler: Processed in 0.002045726 sec.
2457 2025.02.21 21:28:07.148314 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2458 2025.02.21 21:28:07.148425 [ 278 ] {c1f5c5c6-4e06-4247-8968-af0d306a5e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2459 2025.02.21 21:28:07.148474 [ 278 ] {c1f5c5c6-4e06-4247-8968-af0d306a5e07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2460 2025.02.21 21:28:07.148942 [ 278 ] {c1f5c5c6-4e06-4247-8968-af0d306a5e07} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2461 2025.02.21 21:28:07.148980 [ 278 ] {c1f5c5c6-4e06-4247-8968-af0d306a5e07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2462 2025.02.21 21:28:07.149350 [ 278 ] {c1f5c5c6-4e06-4247-8968-af0d306a5e07} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2463 2025.02.21 21:28:07.149590 [ 278 ] {c1f5c5c6-4e06-4247-8968-af0d306a5e07} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2464 2025.02.21 21:28:07.149880 [ 278 ] {c1f5c5c6-4e06-4247-8968-af0d306a5e07} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec.
2465 2025.02.21 21:28:07.150039 [ 278 ] {c1f5c5c6-4e06-4247-8968-af0d306a5e07} <Debug> TCPHandler: Processed in 0.001772098 sec.
2466 2025.02.21 21:28:07.609326 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2467 2025.02.21 21:28:07.609589 [ 275 ] {3fe0435b-17a8-4f6b-b30d-60fff84979f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2468 2025.02.21 21:28:07.610024 [ 275 ] {3fe0435b-17a8-4f6b-b30d-60fff84979f1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2469 2025.02.21 21:28:07.610078 [ 275 ] {3fe0435b-17a8-4f6b-b30d-60fff84979f1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2470 2025.02.21 21:28:07.610460 [ 275 ] {3fe0435b-17a8-4f6b-b30d-60fff84979f1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2471 2025.02.21 21:28:07.610543 [ 275 ] {3fe0435b-17a8-4f6b-b30d-60fff84979f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2472 2025.02.21 21:28:07.610718 [ 275 ] {3fe0435b-17a8-4f6b-b30d-60fff84979f1} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
2473 2025.02.21 21:28:07.610759 [ 275 ] {3fe0435b-17a8-4f6b-b30d-60fff84979f1} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
2474 2025.02.21 21:28:07.610787 [ 275 ] {3fe0435b-17a8-4f6b-b30d-60fff84979f1} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
2475 2025.02.21 21:28:07.610805 [ 275 ] {3fe0435b-17a8-4f6b-b30d-60fff84979f1} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
2476 2025.02.21 21:28:07.610854 [ 275 ] {3fe0435b-17a8-4f6b-b30d-60fff84979f1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2477 2025.02.21 21:28:07.610880 [ 275 ] {3fe0435b-17a8-4f6b-b30d-60fff84979f1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0
2478 2025.02.21 21:28:07.611808 [ 275 ] {3fe0435b-17a8-4f6b-b30d-60fff84979f1} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.002344 sec., 17064.84641638225 rows/sec., 650.76 KiB/sec.
2479 2025.02.21 21:28:07.611928 [ 275 ] {3fe0435b-17a8-4f6b-b30d-60fff84979f1} <Debug> TCPHandler: Processed in 0.002720125 sec.
2480 2025.02.21 21:28:07.655324 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2481 2025.02.21 21:28:07.655485 [ 275 ] {a868c3fb-7005-4559-89f7-d55a058b1dbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2482 2025.02.21 21:28:07.655556 [ 275 ] {a868c3fb-7005-4559-89f7-d55a058b1dbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2483 2025.02.21 21:28:07.656330 [ 275 ] {a868c3fb-7005-4559-89f7-d55a058b1dbc} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2484 2025.02.21 21:28:07.656382 [ 275 ] {a868c3fb-7005-4559-89f7-d55a058b1dbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2485 2025.02.21 21:28:07.656894 [ 275 ] {a868c3fb-7005-4559-89f7-d55a058b1dbc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2486 2025.02.21 21:28:07.657131 [ 275 ] {a868c3fb-7005-4559-89f7-d55a058b1dbc} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2487 2025.02.21 21:28:07.657381 [ 275 ] {a868c3fb-7005-4559-89f7-d55a058b1dbc} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001942 sec., 514.9330587023687 rows/sec., 116.66 KiB/sec.
2488 2025.02.21 21:28:07.657448 [ 275 ] {a868c3fb-7005-4559-89f7-d55a058b1dbc} <Debug> TCPHandler: Processed in 0.002220431 sec.
2489 2025.02.21 21:28:07.657622 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2490 2025.02.21 21:28:07.657742 [ 278 ] {2795caa5-f0e1-4d1c-b035-ec152b35a437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2491 2025.02.21 21:28:07.657793 [ 278 ] {2795caa5-f0e1-4d1c-b035-ec152b35a437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2492 2025.02.21 21:28:07.658450 [ 278 ] {2795caa5-f0e1-4d1c-b035-ec152b35a437} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2493 2025.02.21 21:28:07.658494 [ 278 ] {2795caa5-f0e1-4d1c-b035-ec152b35a437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2494 2025.02.21 21:28:07.658889 [ 278 ] {2795caa5-f0e1-4d1c-b035-ec152b35a437} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2495 2025.02.21 21:28:07.659135 [ 278 ] {2795caa5-f0e1-4d1c-b035-ec152b35a437} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2496 2025.02.21 21:28:07.659405 [ 278 ] {2795caa5-f0e1-4d1c-b035-ec152b35a437} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001677 sec., 126416.21943947524 rows/sec., 8.04 MiB/sec.
2497 2025.02.21 21:28:07.659538 [ 278 ] {2795caa5-f0e1-4d1c-b035-ec152b35a437} <Debug> TCPHandler: Processed in 0.001975535 sec.
2498 2025.02.21 21:28:07.659686 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2499 2025.02.21 21:28:07.659800 [ 275 ] {c4961fd5-a35d-4717-a14f-dd08c7314ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2500 2025.02.21 21:28:07.659848 [ 275 ] {c4961fd5-a35d-4717-a14f-dd08c7314ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2501 2025.02.21 21:28:07.660390 [ 275 ] {c4961fd5-a35d-4717-a14f-dd08c7314ca8} <Trace> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2502 2025.02.21 21:28:07.660431 [ 275 ] {c4961fd5-a35d-4717-a14f-dd08c7314ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2503 2025.02.21 21:28:07.660772 [ 275 ] {c4961fd5-a35d-4717-a14f-dd08c7314ca8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2504 2025.02.21 21:28:07.661009 [ 275 ] {c4961fd5-a35d-4717-a14f-dd08c7314ca8} <Trace> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2505 2025.02.21 21:28:07.661267 [ 275 ] {c4961fd5-a35d-4717-a14f-dd08c7314ca8} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001483 sec., 6743.088334457182 rows/sec., 549.85 KiB/sec.
2506 2025.02.21 21:28:07.661395 [ 275 ] {c4961fd5-a35d-4717-a14f-dd08c7314ca8} <Debug> TCPHandler: Processed in 0.001760558 sec.
2507 2025.02.21 21:28:07.661540 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2508 2025.02.21 21:28:07.661649 [ 278 ] {f01a76ef-e225-4d5b-9f2b-304a114717de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2509 2025.02.21 21:28:07.661693 [ 278 ] {f01a76ef-e225-4d5b-9f2b-304a114717de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2510 2025.02.21 21:28:07.663073 [ 278 ] {f01a76ef-e225-4d5b-9f2b-304a114717de} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2511 2025.02.21 21:28:07.663113 [ 278 ] {f01a76ef-e225-4d5b-9f2b-304a114717de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2512 2025.02.21 21:28:07.663590 [ 278 ] {f01a76ef-e225-4d5b-9f2b-304a114717de} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2513 2025.02.21 21:28:07.663833 [ 278 ] {f01a76ef-e225-4d5b-9f2b-304a114717de} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2514 2025.02.21 21:28:07.664050 [ 278 ] {f01a76ef-e225-4d5b-9f2b-304a114717de} <Debug> executeQuery: Read 1830 rows, 152.82 KiB in 0.002425 sec., 754639.1752577319 rows/sec., 61.54 MiB/sec.
2515 2025.02.21 21:28:07.664104 [ 278 ] {f01a76ef-e225-4d5b-9f2b-304a114717de} <Debug> TCPHandler: Processed in 0.002614722 sec.
2516 2025.02.21 21:28:07.664255 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2517 2025.02.21 21:28:07.664384 [ 275 ] {8d1258be-7734-4f32-92eb-c3be3fe264fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2518 2025.02.21 21:28:07.664437 [ 275 ] {8d1258be-7734-4f32-92eb-c3be3fe264fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2519 2025.02.21 21:28:07.665065 [ 275 ] {8d1258be-7734-4f32-92eb-c3be3fe264fe} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2520 2025.02.21 21:28:07.665105 [ 275 ] {8d1258be-7734-4f32-92eb-c3be3fe264fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2521 2025.02.21 21:28:07.665452 [ 275 ] {8d1258be-7734-4f32-92eb-c3be3fe264fe} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2522 2025.02.21 21:28:07.665688 [ 275 ] {8d1258be-7734-4f32-92eb-c3be3fe264fe} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2523 2025.02.21 21:28:07.665843 [ 23 ] {} <Debug> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2524 2025.02.21 21:28:07.665920 [ 275 ] {8d1258be-7734-4f32-92eb-c3be3fe264fe} <Debug> executeQuery: Read 152 rows, 9.79 KiB in 0.001556 sec., 97686.37532133676 rows/sec., 6.14 MiB/sec.
2525 2025.02.21 21:28:07.665926 [ 23 ] {} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2526 2025.02.21 21:28:07.666003 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2527 2025.02.21 21:28:07.666047 [ 275 ] {8d1258be-7734-4f32-92eb-c3be3fe264fe} <Debug> TCPHandler: Processed in 0.001851741 sec.
2528 2025.02.21 21:28:07.666231 [ 191 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
2529 2025.02.21 21:28:07.666237 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2530 2025.02.21 21:28:07.666495 [ 191 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2531 2025.02.21 21:28:07.666495 [ 278 ] {ce92c3ce-8a82-4328-9e78-52fb4362002a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2532 2025.02.21 21:28:07.666568 [ 191 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part
2533 2025.02.21 21:28:07.666591 [ 278 ] {ce92c3ce-8a82-4328-9e78-52fb4362002a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2534 2025.02.21 21:28:07.666879 [ 191 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 114 rows starting from the beginning of the part
2535 2025.02.21 21:28:07.667197 [ 191 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 114 rows starting from the beginning of the part
2536 2025.02.21 21:28:07.667564 [ 191 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 140 rows starting from the beginning of the part
2537 2025.02.21 21:28:07.667919 [ 191 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 142 rows starting from the beginning of the part
2538 2025.02.21 21:28:07.668348 [ 191 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 152 rows starting from the beginning of the part
2539 2025.02.21 21:28:07.669789 [ 278 ] {ce92c3ce-8a82-4328-9e78-52fb4362002a} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2540 2025.02.21 21:28:07.669856 [ 278 ] {ce92c3ce-8a82-4328-9e78-52fb4362002a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2541 2025.02.21 21:28:07.670893 [ 278 ] {ce92c3ce-8a82-4328-9e78-52fb4362002a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2542 2025.02.21 21:28:07.671392 [ 191 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 776 rows, containing 5 columns (5 merged, 0 gathered) in 0.005257745 sec., 147591.7907772248 rows/sec., 9.62 MiB/sec.
2543 2025.02.21 21:28:07.671410 [ 278 ] {ce92c3ce-8a82-4328-9e78-52fb4362002a} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2544 2025.02.21 21:28:07.671646 [ 191 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2545 2025.02.21 21:28:07.671648 [ 23 ] {} <Debug> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2546 2025.02.21 21:28:07.671753 [ 23 ] {} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2547 2025.02.21 21:28:07.671849 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2548 2025.02.21 21:28:07.672018 [ 278 ] {ce92c3ce-8a82-4328-9e78-52fb4362002a} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.005577 sec., 61143.984220907296 rows/sec., 4.08 MiB/sec.
2549 2025.02.21 21:28:07.672305 [ 188 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
2550 2025.02.21 21:28:07.672346 [ 278 ] {ce92c3ce-8a82-4328-9e78-52fb4362002a} <Debug> TCPHandler: Processed in 0.006198181 sec.
2551 2025.02.21 21:28:07.672580 [ 191 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_6_1} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2552 2025.02.21 21:28:07.672654 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2553 2025.02.21 21:28:07.672790 [ 188 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2554 2025.02.21 21:28:07.672845 [ 191 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_6_1} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2555 2025.02.21 21:28:07.672880 [ 188 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part
2556 2025.02.21 21:28:07.673107 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
2557 2025.02.21 21:28:07.673299 [ 275 ] {aa36e9b0-afcd-4d4b-ba59-3b71f8fc7535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2558 2025.02.21 21:28:07.673324 [ 188 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part
2559 2025.02.21 21:28:07.673476 [ 275 ] {aa36e9b0-afcd-4d4b-ba59-3b71f8fc7535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2560 2025.02.21 21:28:07.673619 [ 188 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 341 rows starting from the beginning of the part
2561 2025.02.21 21:28:07.674005 [ 188 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 113 rows starting from the beginning of the part
2562 2025.02.21 21:28:07.674305 [ 188 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 113 rows starting from the beginning of the part
2563 2025.02.21 21:28:07.674599 [ 188 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 341 rows starting from the beginning of the part
2564 2025.02.21 21:28:07.676247 [ 275 ] {aa36e9b0-afcd-4d4b-ba59-3b71f8fc7535} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2565 2025.02.21 21:28:07.676315 [ 275 ] {aa36e9b0-afcd-4d4b-ba59-3b71f8fc7535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2566 2025.02.21 21:28:07.677324 [ 275 ] {aa36e9b0-afcd-4d4b-ba59-3b71f8fc7535} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2567 2025.02.21 21:28:07.677740 [ 275 ] {aa36e9b0-afcd-4d4b-ba59-3b71f8fc7535} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2568 2025.02.21 21:28:07.678093 [ 199 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.006078248 sec., 186566.91862523544 rows/sec., 13.01 MiB/sec.
2569 2025.02.21 21:28:07.678203 [ 275 ] {aa36e9b0-afcd-4d4b-ba59-3b71f8fc7535} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005261 sec., 21288.728378635242 rows/sec., 1.21 MiB/sec.
2570 2025.02.21 21:28:07.678341 [ 275 ] {aa36e9b0-afcd-4d4b-ba59-3b71f8fc7535} <Debug> TCPHandler: Processed in 0.005862662 sec.
2571 2025.02.21 21:28:07.678412 [ 199 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2572 2025.02.21 21:28:07.678512 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2573 2025.02.21 21:28:07.678720 [ 278 ] {2ee487ad-4021-44cb-a048-7bed0403de81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2574 2025.02.21 21:28:07.678813 [ 278 ] {2ee487ad-4021-44cb-a048-7bed0403de81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2575 2025.02.21 21:28:07.678933 [ 199 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_6_1} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2576 2025.02.21 21:28:07.679151 [ 199 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_6_1} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2577 2025.02.21 21:28:07.679347 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
2578 2025.02.21 21:28:07.680222 [ 278 ] {2ee487ad-4021-44cb-a048-7bed0403de81} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2579 2025.02.21 21:28:07.680267 [ 278 ] {2ee487ad-4021-44cb-a048-7bed0403de81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2580 2025.02.21 21:28:07.680677 [ 278 ] {2ee487ad-4021-44cb-a048-7bed0403de81} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2581 2025.02.21 21:28:07.680919 [ 278 ] {2ee487ad-4021-44cb-a048-7bed0403de81} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2582 2025.02.21 21:28:07.681098 [ 278 ] {2ee487ad-4021-44cb-a048-7bed0403de81} <Debug> executeQuery: Read 876 rows, 64.93 KiB in 0.002441 sec., 358869.31585415814 rows/sec., 25.98 MiB/sec.
2583 2025.02.21 21:28:07.681150 [ 278 ] {2ee487ad-4021-44cb-a048-7bed0403de81} <Debug> TCPHandler: Processed in 0.002715485 sec.
2584 2025.02.21 21:28:07.681305 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2585 2025.02.21 21:28:07.681432 [ 275 ] {1985f09d-b83b-47af-9c87-8bfe65f275e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2586 2025.02.21 21:28:07.681485 [ 275 ] {1985f09d-b83b-47af-9c87-8bfe65f275e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2587 2025.02.21 21:28:07.681956 [ 275 ] {1985f09d-b83b-47af-9c87-8bfe65f275e8} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2588 2025.02.21 21:28:07.681993 [ 275 ] {1985f09d-b83b-47af-9c87-8bfe65f275e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2589 2025.02.21 21:28:07.682341 [ 275 ] {1985f09d-b83b-47af-9c87-8bfe65f275e8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2590 2025.02.21 21:28:07.682575 [ 275 ] {1985f09d-b83b-47af-9c87-8bfe65f275e8} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2591 2025.02.21 21:28:07.682693 [ 46 ] {} <Debug> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2592 2025.02.21 21:28:07.682737 [ 46 ] {} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2593 2025.02.21 21:28:07.682762 [ 275 ] {1985f09d-b83b-47af-9c87-8bfe65f275e8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001357 sec., 4421.518054532056 rows/sec., 231.01 KiB/sec.
2594 2025.02.21 21:28:07.682764 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2595 2025.02.21 21:28:07.682863 [ 275 ] {1985f09d-b83b-47af-9c87-8bfe65f275e8} <Debug> TCPHandler: Processed in 0.001614325 sec.
2596 2025.02.21 21:28:07.683044 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2597 2025.02.21 21:28:07.683056 [ 199 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
2598 2025.02.21 21:28:07.683232 [ 278 ] {d594c8ee-246b-46cb-9688-f2db2e178fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2599 2025.02.21 21:28:07.683316 [ 199 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2600 2025.02.21 21:28:07.683333 [ 278 ] {d594c8ee-246b-46cb-9688-f2db2e178fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2601 2025.02.21 21:28:07.683393 [ 199 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
2602 2025.02.21 21:28:07.683730 [ 199 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
2603 2025.02.21 21:28:07.684046 [ 199 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
2604 2025.02.21 21:28:07.684330 [ 199 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
2605 2025.02.21 21:28:07.684571 [ 199 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
2606 2025.02.21 21:28:07.684821 [ 199 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
2607 2025.02.21 21:28:07.686240 [ 278 ] {d594c8ee-246b-46cb-9688-f2db2e178fbb} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2608 2025.02.21 21:28:07.686321 [ 278 ] {d594c8ee-246b-46cb-9688-f2db2e178fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2609 2025.02.21 21:28:07.687223 [ 200 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.00434232 sec., 8290.4990880451 rows/sec., 433.15 KiB/sec.
2610 2025.02.21 21:28:07.687360 [ 278 ] {d594c8ee-246b-46cb-9688-f2db2e178fbb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2611 2025.02.21 21:28:07.687402 [ 200 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2612 2025.02.21 21:28:07.687831 [ 278 ] {d594c8ee-246b-46cb-9688-f2db2e178fbb} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2613 2025.02.21 21:28:07.688076 [ 196 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_6_1} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2614 2025.02.21 21:28:07.688212 [ 278 ] {d594c8ee-246b-46cb-9688-f2db2e178fbb} <Debug> executeQuery: Read 958 rows, 65.17 KiB in 0.005048 sec., 189778.1299524564 rows/sec., 12.61 MiB/sec.
2615 2025.02.21 21:28:07.688283 [ 196 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_6_1} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2616 2025.02.21 21:28:07.688363 [ 278 ] {d594c8ee-246b-46cb-9688-f2db2e178fbb} <Debug> TCPHandler: Processed in 0.005407989 sec.
2617 2025.02.21 21:28:07.688528 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2618 2025.02.21 21:28:07.688574 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2619 2025.02.21 21:28:07.688708 [ 275 ] {5a73706c-b553-4025-abf2-af6ded929f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2620 2025.02.21 21:28:07.688765 [ 275 ] {5a73706c-b553-4025-abf2-af6ded929f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2621 2025.02.21 21:28:07.689294 [ 275 ] {5a73706c-b553-4025-abf2-af6ded929f39} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2622 2025.02.21 21:28:07.689340 [ 275 ] {5a73706c-b553-4025-abf2-af6ded929f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2623 2025.02.21 21:28:07.689757 [ 275 ] {5a73706c-b553-4025-abf2-af6ded929f39} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2624 2025.02.21 21:28:07.689998 [ 275 ] {5a73706c-b553-4025-abf2-af6ded929f39} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2625 2025.02.21 21:28:07.690173 [ 275 ] {5a73706c-b553-4025-abf2-af6ded929f39} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001495 sec., 668.8963210702341 rows/sec., 45.07 KiB/sec.
2626 2025.02.21 21:28:07.690221 [ 275 ] {5a73706c-b553-4025-abf2-af6ded929f39} <Debug> TCPHandler: Processed in 0.001740748 sec.
2627 2025.02.21 21:28:07.690353 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2628 2025.02.21 21:28:07.690459 [ 278 ] {dcc92566-ce6b-4c41-8697-57d2c7f190fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2629 2025.02.21 21:28:07.690525 [ 278 ] {dcc92566-ce6b-4c41-8697-57d2c7f190fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2630 2025.02.21 21:28:07.691654 [ 278 ] {dcc92566-ce6b-4c41-8697-57d2c7f190fe} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2631 2025.02.21 21:28:07.691692 [ 278 ] {dcc92566-ce6b-4c41-8697-57d2c7f190fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2632 2025.02.21 21:28:07.692333 [ 278 ] {dcc92566-ce6b-4c41-8697-57d2c7f190fe} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2633 2025.02.21 21:28:07.692591 [ 278 ] {dcc92566-ce6b-4c41-8697-57d2c7f190fe} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2634 2025.02.21 21:28:07.692719 [ 46 ] {} <Debug> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2635 2025.02.21 21:28:07.692764 [ 46 ] {} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2636 2025.02.21 21:28:07.692793 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2637 2025.02.21 21:28:07.692804 [ 278 ] {dcc92566-ce6b-4c41-8697-57d2c7f190fe} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002366 sec., 15215.553677092139 rows/sec., 27.27 MiB/sec.
2638 2025.02.21 21:28:07.693123 [ 200 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
2639 2025.02.21 21:28:07.693165 [ 278 ] {dcc92566-ce6b-4c41-8697-57d2c7f190fe} <Debug> TCPHandler: Processed in 0.002862319 sec.
2640 2025.02.21 21:28:07.693387 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2641 2025.02.21 21:28:07.693683 [ 275 ] {82a37cef-80df-459c-a0f5-14adb077c955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2642 2025.02.21 21:28:07.693814 [ 275 ] {82a37cef-80df-459c-a0f5-14adb077c955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2643 2025.02.21 21:28:07.693858 [ 200 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2644 2025.02.21 21:28:07.694107 [ 200 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part
2645 2025.02.21 21:28:07.694859 [ 200 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part
2646 2025.02.21 21:28:07.695732 [ 200 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
2647 2025.02.21 21:28:07.695873 [ 275 ] {82a37cef-80df-459c-a0f5-14adb077c955} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2648 2025.02.21 21:28:07.695962 [ 275 ] {82a37cef-80df-459c-a0f5-14adb077c955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2649 2025.02.21 21:28:07.696573 [ 200 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part
2650 2025.02.21 21:28:07.697307 [ 200 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part
2651 2025.02.21 21:28:07.697523 [ 275 ] {82a37cef-80df-459c-a0f5-14adb077c955} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2652 2025.02.21 21:28:07.697851 [ 200 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part
2653 2025.02.21 21:28:07.698378 [ 275 ] {82a37cef-80df-459c-a0f5-14adb077c955} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2654 2025.02.21 21:28:07.699081 [ 275 ] {82a37cef-80df-459c-a0f5-14adb077c955} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.0055 sec., 5818.181818181819 rows/sec., 344.46 KiB/sec.
2655 2025.02.21 21:28:07.699170 [ 275 ] {82a37cef-80df-459c-a0f5-14adb077c955} <Debug> TCPHandler: Processed in 0.005905363 sec.
2656 2025.02.21 21:28:07.701308 [ 186 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 130 rows, containing 19 columns (19 merged, 0 gathered) in 0.008413172 sec., 15451.960330776548 rows/sec., 27.69 MiB/sec.
2657 2025.02.21 21:28:07.701784 [ 189 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2658 2025.02.21 21:28:07.702275 [ 189 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2659 2025.02.21 21:28:07.702371 [ 189 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2660 2025.02.21 21:28:07.702545 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB.
2661 2025.02.21 21:28:08.000151 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.45 MiB, peak 174.34 MiB, free memory in arenas 0.00 B, will set to 169.07 MiB (RSS), difference: -1.38 MiB
2662 2025.02.21 21:28:09.513199 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 382
2663 2025.02.21 21:28:09.516776 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2664 2025.02.21 21:28:09.516833 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
2665 2025.02.21 21:28:09.518363 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2666 2025.02.21 21:28:09.518688 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2667 2025.02.21 21:28:09.519322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 382
2668 2025.02.21 21:28:11.997079 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
2669 2025.02.21 21:28:11.997803 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2670 2025.02.21 21:28:11.997855 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2671 2025.02.21 21:28:11.998399 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2672 2025.02.21 21:28:11.998667 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2673 2025.02.21 21:28:11.998855 [ 141 ] {} <Debug> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2674 2025.02.21 21:28:11.998932 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
2675 2025.02.21 21:28:11.998960 [ 141 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2676 2025.02.21 21:28:11.998997 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2677 2025.02.21 21:28:11.999147 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2678 2025.02.21 21:28:11.999322 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2679 2025.02.21 21:28:11.999368 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part
2680 2025.02.21 21:28:11.999449 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part
2681 2025.02.21 21:28:11.999716 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part
2682 2025.02.21 21:28:11.999940 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part
2683 2025.02.21 21:28:12.000071 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part
2684 2025.02.21 21:28:12.000135 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part
2685 2025.02.21 21:28:12.002343 [ 186 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.00326737 sec., 1549564.3284966196 rows/sec., 22.17 MiB/sec.
2686 2025.02.21 21:28:12.002773 [ 187 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2687 2025.02.21 21:28:12.003109 [ 187 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_11_2} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2688 2025.02.21 21:28:12.003194 [ 187 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_11_2} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2689 2025.02.21 21:28:12.003305 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2690 2025.02.21 21:28:12.140461 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2691 2025.02.21 21:28:12.140635 [ 275 ] {8cc46604-33cc-4d1c-8048-59efb9b7e3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2692 2025.02.21 21:28:12.140708 [ 275 ] {8cc46604-33cc-4d1c-8048-59efb9b7e3ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2693 2025.02.21 21:28:12.141453 [ 275 ] {8cc46604-33cc-4d1c-8048-59efb9b7e3ac} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2694 2025.02.21 21:28:12.141500 [ 275 ] {8cc46604-33cc-4d1c-8048-59efb9b7e3ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2695 2025.02.21 21:28:12.141928 [ 275 ] {8cc46604-33cc-4d1c-8048-59efb9b7e3ac} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2696 2025.02.21 21:28:12.142194 [ 275 ] {8cc46604-33cc-4d1c-8048-59efb9b7e3ac} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2697 2025.02.21 21:28:12.142445 [ 275 ] {8cc46604-33cc-4d1c-8048-59efb9b7e3ac} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001862 sec., 30075.187969924813 rows/sec., 2.31 MiB/sec.
2698 2025.02.21 21:28:12.142508 [ 275 ] {8cc46604-33cc-4d1c-8048-59efb9b7e3ac} <Debug> TCPHandler: Processed in 0.00217329 sec.
2699 2025.02.21 21:28:12.142672 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2700 2025.02.21 21:28:12.142794 [ 278 ] {e9d47db6-2835-4afb-a011-dff87a919405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2701 2025.02.21 21:28:12.142849 [ 278 ] {e9d47db6-2835-4afb-a011-dff87a919405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2702 2025.02.21 21:28:12.143423 [ 278 ] {e9d47db6-2835-4afb-a011-dff87a919405} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2703 2025.02.21 21:28:12.143487 [ 278 ] {e9d47db6-2835-4afb-a011-dff87a919405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2704 2025.02.21 21:28:12.143883 [ 278 ] {e9d47db6-2835-4afb-a011-dff87a919405} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2705 2025.02.21 21:28:12.144168 [ 278 ] {e9d47db6-2835-4afb-a011-dff87a919405} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2706 2025.02.21 21:28:12.144403 [ 278 ] {e9d47db6-2835-4afb-a011-dff87a919405} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001639 sec., 39048.20012202562 rows/sec., 3.05 MiB/sec.
2707 2025.02.21 21:28:12.144459 [ 278 ] {e9d47db6-2835-4afb-a011-dff87a919405} <Debug> TCPHandler: Processed in 0.001845951 sec.
2708 2025.02.21 21:28:12.144595 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2709 2025.02.21 21:28:12.144705 [ 275 ] {8ca64b82-592e-4b49-9432-efa539bf31ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2710 2025.02.21 21:28:12.144755 [ 275 ] {8ca64b82-592e-4b49-9432-efa539bf31ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2711 2025.02.21 21:28:12.145270 [ 275 ] {8ca64b82-592e-4b49-9432-efa539bf31ac} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2712 2025.02.21 21:28:12.145309 [ 275 ] {8ca64b82-592e-4b49-9432-efa539bf31ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2713 2025.02.21 21:28:12.145705 [ 275 ] {8ca64b82-592e-4b49-9432-efa539bf31ac} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2714 2025.02.21 21:28:12.145946 [ 275 ] {8ca64b82-592e-4b49-9432-efa539bf31ac} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2715 2025.02.21 21:28:12.146178 [ 275 ] {8ca64b82-592e-4b49-9432-efa539bf31ac} <Debug> executeQuery: Read 130 rows, 9.28 KiB in 0.001497 sec., 86840.34736138945 rows/sec., 6.05 MiB/sec.
2716 2025.02.21 21:28:12.146230 [ 275 ] {8ca64b82-592e-4b49-9432-efa539bf31ac} <Debug> TCPHandler: Processed in 0.001686526 sec.
2717 2025.02.21 21:28:12.146364 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2718 2025.02.21 21:28:12.146472 [ 278 ] {3708ea24-25a9-4f4b-b047-e8b5fbea7902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2719 2025.02.21 21:28:12.146519 [ 278 ] {3708ea24-25a9-4f4b-b047-e8b5fbea7902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2720 2025.02.21 21:28:12.146959 [ 278 ] {3708ea24-25a9-4f4b-b047-e8b5fbea7902} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2721 2025.02.21 21:28:12.146999 [ 278 ] {3708ea24-25a9-4f4b-b047-e8b5fbea7902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2722 2025.02.21 21:28:12.147369 [ 278 ] {3708ea24-25a9-4f4b-b047-e8b5fbea7902} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2723 2025.02.21 21:28:12.147614 [ 278 ] {3708ea24-25a9-4f4b-b047-e8b5fbea7902} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2724 2025.02.21 21:28:12.147857 [ 278 ] {3708ea24-25a9-4f4b-b047-e8b5fbea7902} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.001397 sec., 35790.980672870435 rows/sec., 2.40 MiB/sec.
2725 2025.02.21 21:28:12.148038 [ 278 ] {3708ea24-25a9-4f4b-b047-e8b5fbea7902} <Debug> TCPHandler: Processed in 0.001721527 sec.
2726 2025.02.21 21:28:12.355502 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2727 2025.02.21 21:28:12.376154 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2728 2025.02.21 21:28:12.376210 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2729 2025.02.21 21:28:12.383673 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2730 2025.02.21 21:28:12.384459 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2731 2025.02.21 21:28:12.384754 [ 76 ] {} <Debug> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2732 2025.02.21 21:28:12.384821 [ 76 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2733 2025.02.21 21:28:12.384862 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2734 2025.02.21 21:28:12.385281 [ 198 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2735 2025.02.21 21:28:12.401035 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2736 2025.02.21 21:28:12.402665 [ 198 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2737 2025.02.21 21:28:12.404226 [ 198 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part
2738 2025.02.21 21:28:12.409489 [ 198 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part
2739 2025.02.21 21:28:12.414837 [ 198 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part
2740 2025.02.21 21:28:12.420112 [ 198 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part
2741 2025.02.21 21:28:12.425581 [ 198 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part
2742 2025.02.21 21:28:12.429964 [ 198 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part
2743 2025.02.21 21:28:12.486187 [ 192 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.101201254 sec., 820.1479400640628 rows/sec., 4.24 MiB/sec.
2744 2025.02.21 21:28:12.487762 [ 194 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2745 2025.02.21 21:28:12.490040 [ 194 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_11_2} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2746 2025.02.21 21:28:12.490139 [ 194 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_11_2} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2747 2025.02.21 21:28:12.491304 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2748 2025.02.21 21:28:13.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.46 MiB, peak 180.37 MiB, free memory in arenas 0.00 B, will set to 171.77 MiB (RSS), difference: 1.31 MiB
2749 2025.02.21 21:28:17.142214 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2750 2025.02.21 21:28:17.142440 [ 275 ] {8587de42-08a4-4e2e-9dca-72bd850874f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2751 2025.02.21 21:28:17.142520 [ 275 ] {8587de42-08a4-4e2e-9dca-72bd850874f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2752 2025.02.21 21:28:17.143372 [ 275 ] {8587de42-08a4-4e2e-9dca-72bd850874f0} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2753 2025.02.21 21:28:17.143413 [ 275 ] {8587de42-08a4-4e2e-9dca-72bd850874f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2754 2025.02.21 21:28:17.143855 [ 275 ] {8587de42-08a4-4e2e-9dca-72bd850874f0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2755 2025.02.21 21:28:17.144123 [ 275 ] {8587de42-08a4-4e2e-9dca-72bd850874f0} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2756 2025.02.21 21:28:17.144361 [ 275 ] {8587de42-08a4-4e2e-9dca-72bd850874f0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001975 sec., 28354.43037974683 rows/sec., 2.18 MiB/sec.
2757 2025.02.21 21:28:17.144367 [ 81 ] {} <Debug> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2758 2025.02.21 21:28:17.144455 [ 275 ] {8587de42-08a4-4e2e-9dca-72bd850874f0} <Debug> TCPHandler: Processed in 0.002373906 sec.
2759 2025.02.21 21:28:17.144496 [ 81 ] {} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2760 2025.02.21 21:28:17.144576 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2761 2025.02.21 21:28:17.144711 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2762 2025.02.21 21:28:17.144865 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
2763 2025.02.21 21:28:17.145071 [ 278 ] {60625d0a-3a91-4fe1-86e9-5a16100ce403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2764 2025.02.21 21:28:17.145258 [ 278 ] {60625d0a-3a91-4fe1-86e9-5a16100ce403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2765 2025.02.21 21:28:17.145366 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2766 2025.02.21 21:28:17.145468 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1825 rows starting from the beginning of the part
2767 2025.02.21 21:28:17.145597 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 689 rows starting from the beginning of the part
2768 2025.02.21 21:28:17.145941 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part
2769 2025.02.21 21:28:17.146380 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1830 rows starting from the beginning of the part
2770 2025.02.21 21:28:17.146617 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part
2771 2025.02.21 21:28:17.146816 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part
2772 2025.02.21 21:28:17.147344 [ 278 ] {60625d0a-3a91-4fe1-86e9-5a16100ce403} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2773 2025.02.21 21:28:17.147393 [ 278 ] {60625d0a-3a91-4fe1-86e9-5a16100ce403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2774 2025.02.21 21:28:17.148010 [ 278 ] {60625d0a-3a91-4fe1-86e9-5a16100ce403} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2775 2025.02.21 21:28:17.148326 [ 278 ] {60625d0a-3a91-4fe1-86e9-5a16100ce403} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2776 2025.02.21 21:28:17.148547 [ 81 ] {} <Debug> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2777 2025.02.21 21:28:17.148632 [ 278 ] {60625d0a-3a91-4fe1-86e9-5a16100ce403} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003698 sec., 17306.65224445646 rows/sec., 1.35 MiB/sec.
2778 2025.02.21 21:28:17.148639 [ 81 ] {} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2779 2025.02.21 21:28:17.148757 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2780 2025.02.21 21:28:17.148811 [ 278 ] {60625d0a-3a91-4fe1-86e9-5a16100ce403} <Debug> TCPHandler: Processed in 0.004211306 sec.
2781 2025.02.21 21:28:17.149149 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2782 2025.02.21 21:28:17.149284 [ 192 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
2783 2025.02.21 21:28:17.149554 [ 275 ] {eb6dcebd-6299-4379-97db-f7196e3fd37d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2784 2025.02.21 21:28:17.149821 [ 275 ] {eb6dcebd-6299-4379-97db-f7196e3fd37d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2785 2025.02.21 21:28:17.149908 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4512 rows, containing 5 columns (5 merged, 0 gathered) in 0.005217294 sec., 864816.1288208026 rows/sec., 73.43 MiB/sec.
2786 2025.02.21 21:28:17.150083 [ 192 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2787 2025.02.21 21:28:17.150204 [ 192 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 884 rows starting from the beginning of the part
2788 2025.02.21 21:28:17.150329 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2789 2025.02.21 21:28:17.150739 [ 192 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 418 rows starting from the beginning of the part
2790 2025.02.21 21:28:17.151353 [ 192 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part
2791 2025.02.21 21:28:17.151874 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_16_3} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2792 2025.02.21 21:28:17.151930 [ 192 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 876 rows starting from the beginning of the part
2793 2025.02.21 21:28:17.152370 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_16_3} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2794 2025.02.21 21:28:17.152445 [ 192 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part
2795 2025.02.21 21:28:17.152717 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
2796 2025.02.21 21:28:17.152963 [ 192 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part
2797 2025.02.21 21:28:17.153760 [ 275 ] {eb6dcebd-6299-4379-97db-f7196e3fd37d} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2798 2025.02.21 21:28:17.153826 [ 275 ] {eb6dcebd-6299-4379-97db-f7196e3fd37d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2799 2025.02.21 21:28:17.154714 [ 275 ] {eb6dcebd-6299-4379-97db-f7196e3fd37d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2800 2025.02.21 21:28:17.155254 [ 275 ] {eb6dcebd-6299-4379-97db-f7196e3fd37d} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2801 2025.02.21 21:28:17.155569 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2802 2025.02.21 21:28:17.155654 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2803 2025.02.21 21:28:17.155724 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2804 2025.02.21 21:28:17.155741 [ 275 ] {eb6dcebd-6299-4379-97db-f7196e3fd37d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006313 sec., 25344.527166165055 rows/sec., 1.77 MiB/sec.
2805 2025.02.21 21:28:17.156117 [ 275 ] {eb6dcebd-6299-4379-97db-f7196e3fd37d} <Debug> TCPHandler: Processed in 0.007132797 sec.
2806 2025.02.21 21:28:17.156396 [ 193 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
2807 2025.02.21 21:28:17.156458 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2808 2025.02.21 21:28:17.156930 [ 278 ] {56077be7-9784-4468-b46e-289b518a769e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2809 2025.02.21 21:28:17.156947 [ 195 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2370 rows, containing 5 columns (5 merged, 0 gathered) in 0.007975131 sec., 297173.8019099624 rows/sec., 22.72 MiB/sec.
2810 2025.02.21 21:28:17.157023 [ 193 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2811 2025.02.21 21:28:17.157080 [ 278 ] {56077be7-9784-4468-b46e-289b518a769e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2812 2025.02.21 21:28:17.157127 [ 193 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4096 rows starting from the beginning of the part
2813 2025.02.21 21:28:17.157381 [ 195 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2814 2025.02.21 21:28:17.157892 [ 193 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part
2815 2025.02.21 21:28:17.158364 [ 195 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_16_3} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2816 2025.02.21 21:28:17.158583 [ 193 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part
2817 2025.02.21 21:28:17.158652 [ 195 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_16_3} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2818 2025.02.21 21:28:17.158946 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
2819 2025.02.21 21:28:17.159079 [ 193 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 958 rows starting from the beginning of the part
2820 2025.02.21 21:28:17.159357 [ 193 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 130 rows starting from the beginning of the part
2821 2025.02.21 21:28:17.159745 [ 193 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part
2822 2025.02.21 21:28:17.159982 [ 278 ] {56077be7-9784-4468-b46e-289b518a769e} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2823 2025.02.21 21:28:17.160105 [ 278 ] {56077be7-9784-4468-b46e-289b518a769e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2824 2025.02.21 21:28:17.161008 [ 278 ] {56077be7-9784-4468-b46e-289b518a769e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2825 2025.02.21 21:28:17.161455 [ 278 ] {56077be7-9784-4468-b46e-289b518a769e} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2826 2025.02.21 21:28:17.161749 [ 81 ] {} <Debug> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2827 2025.02.21 21:28:17.161853 [ 81 ] {} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2828 2025.02.21 21:28:17.161944 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2829 2025.02.21 21:28:17.162149 [ 278 ] {56077be7-9784-4468-b46e-289b518a769e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005356 sec., 11202.389843166542 rows/sec., 773.08 KiB/sec.
2830 2025.02.21 21:28:17.162347 [ 190 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
2831 2025.02.21 21:28:17.162496 [ 278 ] {56077be7-9784-4468-b46e-289b518a769e} <Debug> TCPHandler: Processed in 0.006238232 sec.
2832 2025.02.21 21:28:17.162849 [ 190 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2833 2025.02.21 21:28:17.162917 [ 190 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 646 rows starting from the beginning of the part
2834 2025.02.21 21:28:17.163228 [ 190 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part
2835 2025.02.21 21:28:17.163453 [ 190 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part
2836 2025.02.21 21:28:17.163648 [ 190 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part
2837 2025.02.21 21:28:17.163942 [ 190 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 50 rows starting from the beginning of the part
2838 2025.02.21 21:28:17.164245 [ 190 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part
2839 2025.02.21 21:28:17.168065 [ 193 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5741 rows, containing 5 columns (5 merged, 0 gathered) in 0.012201807 sec., 470504.0818954111 rows/sec., 31.72 MiB/sec.
2840 2025.02.21 21:28:17.168425 [ 190 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 930 rows, containing 4 columns (4 merged, 0 gathered) in 0.006344495 sec., 146583.7706547172 rows/sec., 9.61 MiB/sec.
2841 2025.02.21 21:28:17.168672 [ 193 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2842 2025.02.21 21:28:17.168727 [ 196 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2843 2025.02.21 21:28:17.169199 [ 193 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2844 2025.02.21 21:28:17.169343 [ 196 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_16_3} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2845 2025.02.21 21:28:17.169363 [ 193 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2846 2025.02.21 21:28:17.169535 [ 196 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_16_3} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2847 2025.02.21 21:28:17.169545 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB.
2848 2025.02.21 21:28:17.169671 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
2849 2025.02.21 21:28:19.399776 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache
2850 2025.02.21 21:28:19.399836 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache
2851 2025.02.21 21:28:19.499075 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
2852 2025.02.21 21:28:19.500058 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2853 2025.02.21 21:28:19.500110 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2854 2025.02.21 21:28:19.500653 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2855 2025.02.21 21:28:19.500928 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2856 2025.02.21 21:28:19.501271 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2857 2025.02.21 21:28:19.519635 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 398
2858 2025.02.21 21:28:19.522618 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2859 2025.02.21 21:28:19.522663 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2860 2025.02.21 21:28:19.524059 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2861 2025.02.21 21:28:19.524365 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2862 2025.02.21 21:28:19.524967 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 398
2863 2025.02.21 21:28:19.901111 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2864 2025.02.21 21:28:19.921151 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2865 2025.02.21 21:28:19.921218 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2866 2025.02.21 21:28:19.928585 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2867 2025.02.21 21:28:19.929354 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2868 2025.02.21 21:28:19.932296 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2869 2025.02.21 21:28:22.135940 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2870 2025.02.21 21:28:22.136223 [ 275 ] {9f0bcf91-b179-400a-8991-e614e191fe84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2871 2025.02.21 21:28:22.136676 [ 275 ] {9f0bcf91-b179-400a-8991-e614e191fe84} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2872 2025.02.21 21:28:22.136730 [ 275 ] {9f0bcf91-b179-400a-8991-e614e191fe84} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2873 2025.02.21 21:28:22.137116 [ 275 ] {9f0bcf91-b179-400a-8991-e614e191fe84} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2874 2025.02.21 21:28:22.137197 [ 275 ] {9f0bcf91-b179-400a-8991-e614e191fe84} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2875 2025.02.21 21:28:22.137388 [ 275 ] {9f0bcf91-b179-400a-8991-e614e191fe84} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
2876 2025.02.21 21:28:22.137502 [ 291 ] {9f0bcf91-b179-400a-8991-e614e191fe84} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
2877 2025.02.21 21:28:22.137547 [ 288 ] {9f0bcf91-b179-400a-8991-e614e191fe84} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps
2878 2025.02.21 21:28:22.137668 [ 275 ] {9f0bcf91-b179-400a-8991-e614e191fe84} <Debug> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
2879 2025.02.21 21:28:22.137696 [ 275 ] {9f0bcf91-b179-400a-8991-e614e191fe84} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01) (SelectExecutor): Spreading mark ranges among streams (default reading)
2880 2025.02.21 21:28:22.137751 [ 275 ] {9f0bcf91-b179-400a-8991-e614e191fe84} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2881 2025.02.21 21:28:22.137777 [ 275 ] {9f0bcf91-b179-400a-8991-e614e191fe84} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0
2882 2025.02.21 21:28:22.138551 [ 275 ] {9f0bcf91-b179-400a-8991-e614e191fe84} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.002458 sec., 16273.393002441007 rows/sec., 620.58 KiB/sec.
2883 2025.02.21 21:28:22.138676 [ 275 ] {9f0bcf91-b179-400a-8991-e614e191fe84} <Debug> TCPHandler: Processed in 0.002869629 sec.
2884 2025.02.21 21:28:22.153655 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2885 2025.02.21 21:28:22.153781 [ 275 ] {730d2606-9fe4-4379-83f0-a61a46bfd676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2886 2025.02.21 21:28:22.153829 [ 275 ] {730d2606-9fe4-4379-83f0-a61a46bfd676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2887 2025.02.21 21:28:22.154555 [ 275 ] {730d2606-9fe4-4379-83f0-a61a46bfd676} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2888 2025.02.21 21:28:22.154599 [ 275 ] {730d2606-9fe4-4379-83f0-a61a46bfd676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2889 2025.02.21 21:28:22.155108 [ 275 ] {730d2606-9fe4-4379-83f0-a61a46bfd676} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2890 2025.02.21 21:28:22.155328 [ 275 ] {730d2606-9fe4-4379-83f0-a61a46bfd676} <Trace> oximeter.timeseries_schema (7d25f1e0-3590-432f-aab0-47385d700b01): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2891 2025.02.21 21:28:22.155574 [ 275 ] {730d2606-9fe4-4379-83f0-a61a46bfd676} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001827 sec., 547.3453749315818 rows/sec., 56.66 KiB/sec.
2892 2025.02.21 21:28:22.155678 [ 275 ] {730d2606-9fe4-4379-83f0-a61a46bfd676} <Debug> TCPHandler: Processed in 0.002076547 sec.
2893 2025.02.21 21:28:22.155853 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2894 2025.02.21 21:28:22.155965 [ 278 ] {a23821d2-235a-4123-bceb-e8ed4846686c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2895 2025.02.21 21:28:22.156011 [ 278 ] {a23821d2-235a-4123-bceb-e8ed4846686c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2896 2025.02.21 21:28:22.156772 [ 278 ] {a23821d2-235a-4123-bceb-e8ed4846686c} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2897 2025.02.21 21:28:22.156812 [ 278 ] {a23821d2-235a-4123-bceb-e8ed4846686c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2898 2025.02.21 21:28:22.157205 [ 278 ] {a23821d2-235a-4123-bceb-e8ed4846686c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2899 2025.02.21 21:28:22.157449 [ 278 ] {a23821d2-235a-4123-bceb-e8ed4846686c} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2900 2025.02.21 21:28:22.157694 [ 278 ] {a23821d2-235a-4123-bceb-e8ed4846686c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001744 sec., 121559.63302752293 rows/sec., 7.73 MiB/sec.
2901 2025.02.21 21:28:22.157882 [ 278 ] {a23821d2-235a-4123-bceb-e8ed4846686c} <Debug> TCPHandler: Processed in 0.002081138 sec.
2902 2025.02.21 21:28:22.158056 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2903 2025.02.21 21:28:22.158165 [ 275 ] {80690a41-3f93-47ad-b2b2-521b1dd2b1ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2904 2025.02.21 21:28:22.158238 [ 275 ] {80690a41-3f93-47ad-b2b2-521b1dd2b1ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2905 2025.02.21 21:28:22.159263 [ 275 ] {80690a41-3f93-47ad-b2b2-521b1dd2b1ab} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2906 2025.02.21 21:28:22.159303 [ 275 ] {80690a41-3f93-47ad-b2b2-521b1dd2b1ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2907 2025.02.21 21:28:22.159711 [ 275 ] {80690a41-3f93-47ad-b2b2-521b1dd2b1ab} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2908 2025.02.21 21:28:22.159984 [ 275 ] {80690a41-3f93-47ad-b2b2-521b1dd2b1ab} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2909 2025.02.21 21:28:22.160191 [ 275 ] {80690a41-3f93-47ad-b2b2-521b1dd2b1ab} <Debug> executeQuery: Read 696 rows, 56.90 KiB in 0.00205 sec., 339512.19512195117 rows/sec., 27.11 MiB/sec.
2910 2025.02.21 21:28:22.160242 [ 275 ] {80690a41-3f93-47ad-b2b2-521b1dd2b1ab} <Debug> TCPHandler: Processed in 0.002237742 sec.
2911 2025.02.21 21:28:22.160391 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2912 2025.02.21 21:28:22.160497 [ 278 ] {955fa4c2-c15a-461e-9334-cc22465f286b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2913 2025.02.21 21:28:22.160542 [ 278 ] {955fa4c2-c15a-461e-9334-cc22465f286b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2914 2025.02.21 21:28:22.161121 [ 278 ] {955fa4c2-c15a-461e-9334-cc22465f286b} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2915 2025.02.21 21:28:22.161161 [ 278 ] {955fa4c2-c15a-461e-9334-cc22465f286b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2916 2025.02.21 21:28:22.161518 [ 278 ] {955fa4c2-c15a-461e-9334-cc22465f286b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2917 2025.02.21 21:28:22.161760 [ 278 ] {955fa4c2-c15a-461e-9334-cc22465f286b} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2918 2025.02.21 21:28:22.162015 [ 278 ] {955fa4c2-c15a-461e-9334-cc22465f286b} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001535 sec., 94462.54071661238 rows/sec., 5.93 MiB/sec.
2919 2025.02.21 21:28:22.162191 [ 278 ] {955fa4c2-c15a-461e-9334-cc22465f286b} <Debug> TCPHandler: Processed in 0.001847581 sec.
2920 2025.02.21 21:28:22.162363 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2921 2025.02.21 21:28:22.162492 [ 275 ] {5f1db429-f573-4af9-9437-3ac5068d7b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2922 2025.02.21 21:28:22.162545 [ 275 ] {5f1db429-f573-4af9-9437-3ac5068d7b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2923 2025.02.21 21:28:22.163253 [ 275 ] {5f1db429-f573-4af9-9437-3ac5068d7b5e} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2924 2025.02.21 21:28:22.163299 [ 275 ] {5f1db429-f573-4af9-9437-3ac5068d7b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2925 2025.02.21 21:28:22.163654 [ 275 ] {5f1db429-f573-4af9-9437-3ac5068d7b5e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2926 2025.02.21 21:28:22.163892 [ 275 ] {5f1db429-f573-4af9-9437-3ac5068d7b5e} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2927 2025.02.21 21:28:22.164135 [ 275 ] {5f1db429-f573-4af9-9437-3ac5068d7b5e} <Debug> executeQuery: Read 114 rows, 7.56 KiB in 0.001667 sec., 68386.32273545291 rows/sec., 4.43 MiB/sec.
2928 2025.02.21 21:28:22.164304 [ 275 ] {5f1db429-f573-4af9-9437-3ac5068d7b5e} <Debug> TCPHandler: Processed in 0.002002415 sec.
2929 2025.02.21 21:28:22.164464 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2930 2025.02.21 21:28:22.164591 [ 278 ] {05121a12-b300-4aa0-a0f9-d85a40cd909e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2931 2025.02.21 21:28:22.164649 [ 278 ] {05121a12-b300-4aa0-a0f9-d85a40cd909e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2932 2025.02.21 21:28:22.165329 [ 278 ] {05121a12-b300-4aa0-a0f9-d85a40cd909e} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2933 2025.02.21 21:28:22.165368 [ 278 ] {05121a12-b300-4aa0-a0f9-d85a40cd909e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2934 2025.02.21 21:28:22.165735 [ 278 ] {05121a12-b300-4aa0-a0f9-d85a40cd909e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2935 2025.02.21 21:28:22.165972 [ 278 ] {05121a12-b300-4aa0-a0f9-d85a40cd909e} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2936 2025.02.21 21:28:22.166195 [ 278 ] {05121a12-b300-4aa0-a0f9-d85a40cd909e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001633 sec., 68585.42559706063 rows/sec., 3.91 MiB/sec.
2937 2025.02.21 21:28:22.166248 [ 278 ] {05121a12-b300-4aa0-a0f9-d85a40cd909e} <Debug> TCPHandler: Processed in 0.001847691 sec.
2938 2025.02.21 21:28:22.166392 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2939 2025.02.21 21:28:22.166518 [ 275 ] {a8c2f9eb-d6ab-43f9-a024-7e88350584c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2940 2025.02.21 21:28:22.166570 [ 275 ] {a8c2f9eb-d6ab-43f9-a024-7e88350584c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2941 2025.02.21 21:28:22.167414 [ 275 ] {a8c2f9eb-d6ab-43f9-a024-7e88350584c5} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2942 2025.02.21 21:28:22.167453 [ 275 ] {a8c2f9eb-d6ab-43f9-a024-7e88350584c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2943 2025.02.21 21:28:22.167829 [ 275 ] {a8c2f9eb-d6ab-43f9-a024-7e88350584c5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2944 2025.02.21 21:28:22.168064 [ 275 ] {a8c2f9eb-d6ab-43f9-a024-7e88350584c5} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2945 2025.02.21 21:28:22.168328 [ 275 ] {a8c2f9eb-d6ab-43f9-a024-7e88350584c5} <Debug> executeQuery: Read 427 rows, 31.19 KiB in 0.001831 sec., 233205.89841616605 rows/sec., 16.64 MiB/sec.
2946 2025.02.21 21:28:22.168530 [ 275 ] {a8c2f9eb-d6ab-43f9-a024-7e88350584c5} <Debug> TCPHandler: Processed in 0.002194031 sec.
2947 2025.02.21 21:28:22.168704 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2948 2025.02.21 21:28:22.168828 [ 278 ] {9252449b-a854-4b3b-9101-4c2626a61bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2949 2025.02.21 21:28:22.168884 [ 278 ] {9252449b-a854-4b3b-9101-4c2626a61bca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2950 2025.02.21 21:28:22.169694 [ 278 ] {9252449b-a854-4b3b-9101-4c2626a61bca} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2951 2025.02.21 21:28:22.169733 [ 278 ] {9252449b-a854-4b3b-9101-4c2626a61bca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2952 2025.02.21 21:28:22.170103 [ 278 ] {9252449b-a854-4b3b-9101-4c2626a61bca} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2953 2025.02.21 21:28:22.170341 [ 278 ] {9252449b-a854-4b3b-9101-4c2626a61bca} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2954 2025.02.21 21:28:22.170643 [ 278 ] {9252449b-a854-4b3b-9101-4c2626a61bca} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001814 sec., 3307.6074972436604 rows/sec., 172.81 KiB/sec.
2955 2025.02.21 21:28:22.170768 [ 278 ] {9252449b-a854-4b3b-9101-4c2626a61bca} <Debug> TCPHandler: Processed in 0.002127829 sec.
2956 2025.02.21 21:28:22.170918 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2957 2025.02.21 21:28:22.171046 [ 275 ] {e6cdedf7-c007-471e-8bf8-dd32c5825ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2958 2025.02.21 21:28:22.171103 [ 275 ] {e6cdedf7-c007-471e-8bf8-dd32c5825ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2959 2025.02.21 21:28:22.171683 [ 275 ] {e6cdedf7-c007-471e-8bf8-dd32c5825ed7} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2960 2025.02.21 21:28:22.171722 [ 275 ] {e6cdedf7-c007-471e-8bf8-dd32c5825ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2961 2025.02.21 21:28:22.172104 [ 275 ] {e6cdedf7-c007-471e-8bf8-dd32c5825ed7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2962 2025.02.21 21:28:22.172336 [ 275 ] {e6cdedf7-c007-471e-8bf8-dd32c5825ed7} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2963 2025.02.21 21:28:22.172539 [ 275 ] {e6cdedf7-c007-471e-8bf8-dd32c5825ed7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001523 sec., 155613.91989494418 rows/sec., 10.43 MiB/sec.
2964 2025.02.21 21:28:22.172589 [ 275 ] {e6cdedf7-c007-471e-8bf8-dd32c5825ed7} <Debug> TCPHandler: Processed in 0.001732738 sec.
2965 2025.02.21 21:28:22.172733 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2966 2025.02.21 21:28:22.172861 [ 278 ] {e95bd633-74a4-4d83-88ec-f59400df3e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2967 2025.02.21 21:28:22.172917 [ 278 ] {e95bd633-74a4-4d83-88ec-f59400df3e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2968 2025.02.21 21:28:22.173410 [ 278 ] {e95bd633-74a4-4d83-88ec-f59400df3e84} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2969 2025.02.21 21:28:22.173448 [ 278 ] {e95bd633-74a4-4d83-88ec-f59400df3e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2970 2025.02.21 21:28:22.173799 [ 278 ] {e95bd633-74a4-4d83-88ec-f59400df3e84} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2971 2025.02.21 21:28:22.174032 [ 278 ] {e95bd633-74a4-4d83-88ec-f59400df3e84} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2972 2025.02.21 21:28:22.174243 [ 278 ] {e95bd633-74a4-4d83-88ec-f59400df3e84} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001412 sec., 1416.4305949008499 rows/sec., 92.68 KiB/sec.
2973 2025.02.21 21:28:22.174292 [ 278 ] {e95bd633-74a4-4d83-88ec-f59400df3e84} <Debug> TCPHandler: Processed in 0.001622995 sec.
2974 2025.02.21 21:28:22.174459 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2975 2025.02.21 21:28:22.174585 [ 275 ] {0b402c63-1474-45f2-a8e5-74d4d939ada6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2976 2025.02.21 21:28:22.174662 [ 275 ] {0b402c63-1474-45f2-a8e5-74d4d939ada6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2977 2025.02.21 21:28:22.175908 [ 275 ] {0b402c63-1474-45f2-a8e5-74d4d939ada6} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2978 2025.02.21 21:28:22.175948 [ 275 ] {0b402c63-1474-45f2-a8e5-74d4d939ada6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2979 2025.02.21 21:28:22.176625 [ 275 ] {0b402c63-1474-45f2-a8e5-74d4d939ada6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2980 2025.02.21 21:28:22.176881 [ 275 ] {0b402c63-1474-45f2-a8e5-74d4d939ada6} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2981 2025.02.21 21:28:22.177122 [ 275 ] {0b402c63-1474-45f2-a8e5-74d4d939ada6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002565 sec., 15204.678362573099 rows/sec., 27.25 MiB/sec.
2982 2025.02.21 21:28:22.177224 [ 275 ] {0b402c63-1474-45f2-a8e5-74d4d939ada6} <Debug> TCPHandler: Processed in 0.002828318 sec.
2983 2025.02.21 21:28:22.177367 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2984 2025.02.21 21:28:22.177494 [ 278 ] {e2565e77-3430-4218-b095-287fa2136f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2985 2025.02.21 21:28:22.177549 [ 278 ] {e2565e77-3430-4218-b095-287fa2136f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2986 2025.02.21 21:28:22.178055 [ 278 ] {e2565e77-3430-4218-b095-287fa2136f23} <Trace> oximeter.measurements_i64 (cb82e840-0224-4f67-8f4f-3f018c4f1d0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2987 2025.02.21 21:28:22.178101 [ 278 ] {e2565e77-3430-4218-b095-287fa2136f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2988 2025.02.21 21:28:22.178482 [ 278 ] {e2565e77-3430-4218-b095-287fa2136f23} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2989 2025.02.21 21:28:22.178711 [ 278 ] {e2565e77-3430-4218-b095-287fa2136f23} <Trace> oximeter.measurements_i64 (cb82e840-0224-4f67-8f4f-3f018c4f1d0e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2990 2025.02.21 21:28:22.178996 [ 278 ] {e2565e77-3430-4218-b095-287fa2136f23} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 279.39 KiB/sec.
2991 2025.02.21 21:28:22.179068 [ 278 ] {e2565e77-3430-4218-b095-287fa2136f23} <Debug> TCPHandler: Processed in 0.001764429 sec.
2992 2025.02.21 21:28:22.179210 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2993 2025.02.21 21:28:22.179320 [ 275 ] {49ac963a-a416-48cf-909d-30aebbe78e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2994 2025.02.21 21:28:22.179376 [ 275 ] {49ac963a-a416-48cf-909d-30aebbe78e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2995 2025.02.21 21:28:22.179910 [ 275 ] {49ac963a-a416-48cf-909d-30aebbe78e1a} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2996 2025.02.21 21:28:22.179957 [ 275 ] {49ac963a-a416-48cf-909d-30aebbe78e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
2997 2025.02.21 21:28:22.180383 [ 275 ] {49ac963a-a416-48cf-909d-30aebbe78e1a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2998 2025.02.21 21:28:22.180619 [ 275 ] {49ac963a-a416-48cf-909d-30aebbe78e1a} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2999 2025.02.21 21:28:22.180830 [ 275 ] {49ac963a-a416-48cf-909d-30aebbe78e1a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001535 sec., 53420.195439739415 rows/sec., 3.39 MiB/sec.
3000 2025.02.21 21:28:22.180880 [ 275 ] {49ac963a-a416-48cf-909d-30aebbe78e1a} <Debug> TCPHandler: Processed in 0.001721327 sec.
3001 2025.02.21 21:28:27.001386 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
3002 2025.02.21 21:28:27.002128 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3003 2025.02.21 21:28:27.002174 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3004 2025.02.21 21:28:27.002768 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3005 2025.02.21 21:28:27.003019 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3006 2025.02.21 21:28:27.003243 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
3007 2025.02.21 21:28:27.141605 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3008 2025.02.21 21:28:27.141817 [ 275 ] {2314f5c5-0f92-4e22-97f6-7e096b941f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3009 2025.02.21 21:28:27.141900 [ 275 ] {2314f5c5-0f92-4e22-97f6-7e096b941f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3010 2025.02.21 21:28:27.142736 [ 275 ] {2314f5c5-0f92-4e22-97f6-7e096b941f30} <Trace> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3011 2025.02.21 21:28:27.142787 [ 275 ] {2314f5c5-0f92-4e22-97f6-7e096b941f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3012 2025.02.21 21:28:27.143216 [ 275 ] {2314f5c5-0f92-4e22-97f6-7e096b941f30} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3013 2025.02.21 21:28:27.143475 [ 275 ] {2314f5c5-0f92-4e22-97f6-7e096b941f30} <Trace> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3014 2025.02.21 21:28:27.143765 [ 275 ] {2314f5c5-0f92-4e22-97f6-7e096b941f30} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001988 sec., 1006.0362173038228 rows/sec., 82.04 KiB/sec.
3015 2025.02.21 21:28:27.143879 [ 275 ] {2314f5c5-0f92-4e22-97f6-7e096b941f30} <Debug> TCPHandler: Processed in 0.002415247 sec.
3016 2025.02.21 21:28:27.144062 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3017 2025.02.21 21:28:27.144184 [ 278 ] {5e6ddbbf-1f67-4445-aa77-8dcca1946669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3018 2025.02.21 21:28:27.144233 [ 278 ] {5e6ddbbf-1f67-4445-aa77-8dcca1946669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3019 2025.02.21 21:28:27.144834 [ 278 ] {5e6ddbbf-1f67-4445-aa77-8dcca1946669} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3020 2025.02.21 21:28:27.144876 [ 278 ] {5e6ddbbf-1f67-4445-aa77-8dcca1946669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3021 2025.02.21 21:28:27.145257 [ 278 ] {5e6ddbbf-1f67-4445-aa77-8dcca1946669} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3022 2025.02.21 21:28:27.145500 [ 278 ] {5e6ddbbf-1f67-4445-aa77-8dcca1946669} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3023 2025.02.21 21:28:27.145773 [ 278 ] {5e6ddbbf-1f67-4445-aa77-8dcca1946669} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001615 sec., 35294.117647058825 rows/sec., 2.71 MiB/sec.
3024 2025.02.21 21:28:27.145973 [ 278 ] {5e6ddbbf-1f67-4445-aa77-8dcca1946669} <Debug> TCPHandler: Processed in 0.001962524 sec.
3025 2025.02.21 21:28:27.146138 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3026 2025.02.21 21:28:27.146248 [ 275 ] {101e6799-7180-4d27-aa5b-c67b1c4ad078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3027 2025.02.21 21:28:27.146294 [ 275 ] {101e6799-7180-4d27-aa5b-c67b1c4ad078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3028 2025.02.21 21:28:27.146859 [ 275 ] {101e6799-7180-4d27-aa5b-c67b1c4ad078} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3029 2025.02.21 21:28:27.146899 [ 275 ] {101e6799-7180-4d27-aa5b-c67b1c4ad078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3030 2025.02.21 21:28:27.147248 [ 275 ] {101e6799-7180-4d27-aa5b-c67b1c4ad078} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3031 2025.02.21 21:28:27.147480 [ 275 ] {101e6799-7180-4d27-aa5b-c67b1c4ad078} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3032 2025.02.21 21:28:27.147716 [ 275 ] {101e6799-7180-4d27-aa5b-c67b1c4ad078} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001487 sec., 1344.9899125756556 rows/sec., 93.91 KiB/sec.
3033 2025.02.21 21:28:27.147794 [ 275 ] {101e6799-7180-4d27-aa5b-c67b1c4ad078} <Debug> TCPHandler: Processed in 0.001707837 sec.
3034 2025.02.21 21:28:27.147966 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3035 2025.02.21 21:28:27.148096 [ 278 ] {a77007ce-1217-43a1-a683-116f3675e12b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3036 2025.02.21 21:28:27.148148 [ 278 ] {a77007ce-1217-43a1-a683-116f3675e12b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3037 2025.02.21 21:28:27.148786 [ 278 ] {a77007ce-1217-43a1-a683-116f3675e12b} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3038 2025.02.21 21:28:27.148824 [ 278 ] {a77007ce-1217-43a1-a683-116f3675e12b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3039 2025.02.21 21:28:27.149172 [ 278 ] {a77007ce-1217-43a1-a683-116f3675e12b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3040 2025.02.21 21:28:27.149403 [ 278 ] {a77007ce-1217-43a1-a683-116f3675e12b} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3041 2025.02.21 21:28:27.149616 [ 278 ] {a77007ce-1217-43a1-a683-116f3675e12b} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001549 sec., 42608.13428018076 rows/sec., 3.33 MiB/sec.
3042 2025.02.21 21:28:27.149669 [ 278 ] {a77007ce-1217-43a1-a683-116f3675e12b} <Debug> TCPHandler: Processed in 0.001764859 sec.
3043 2025.02.21 21:28:27.149824 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3044 2025.02.21 21:28:27.149952 [ 275 ] {63db3e98-0891-4c10-8ed9-901d70095a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3045 2025.02.21 21:28:27.150009 [ 275 ] {63db3e98-0891-4c10-8ed9-901d70095a58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3046 2025.02.21 21:28:27.150615 [ 275 ] {63db3e98-0891-4c10-8ed9-901d70095a58} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3047 2025.02.21 21:28:27.150653 [ 275 ] {63db3e98-0891-4c10-8ed9-901d70095a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3048 2025.02.21 21:28:27.151042 [ 275 ] {63db3e98-0891-4c10-8ed9-901d70095a58} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3049 2025.02.21 21:28:27.151273 [ 275 ] {63db3e98-0891-4c10-8ed9-901d70095a58} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3050 2025.02.21 21:28:27.151545 [ 275 ] {63db3e98-0891-4c10-8ed9-901d70095a58} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001622 sec., 99260.17262638718 rows/sec., 6.91 MiB/sec.
3051 2025.02.21 21:28:27.151754 [ 275 ] {63db3e98-0891-4c10-8ed9-901d70095a58} <Debug> TCPHandler: Processed in 0.001986965 sec.
3052 2025.02.21 21:28:27.151934 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3053 2025.02.21 21:28:27.152064 [ 278 ] {76ad1b43-d5a5-445c-83cb-7f271d83496c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3054 2025.02.21 21:28:27.152120 [ 278 ] {76ad1b43-d5a5-445c-83cb-7f271d83496c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3055 2025.02.21 21:28:27.152645 [ 278 ] {76ad1b43-d5a5-445c-83cb-7f271d83496c} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3056 2025.02.21 21:28:27.152684 [ 278 ] {76ad1b43-d5a5-445c-83cb-7f271d83496c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3057 2025.02.21 21:28:27.153035 [ 278 ] {76ad1b43-d5a5-445c-83cb-7f271d83496c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3058 2025.02.21 21:28:27.153269 [ 278 ] {76ad1b43-d5a5-445c-83cb-7f271d83496c} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3059 2025.02.21 21:28:27.153482 [ 278 ] {76ad1b43-d5a5-445c-83cb-7f271d83496c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001449 sec., 41407.867494824015 rows/sec., 2.79 MiB/sec.
3060 2025.02.21 21:28:27.153532 [ 278 ] {76ad1b43-d5a5-445c-83cb-7f271d83496c} <Debug> TCPHandler: Processed in 0.001661245 sec.
3061 2025.02.21 21:28:27.432353 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
3062 2025.02.21 21:28:27.452738 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3063 2025.02.21 21:28:27.452795 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3064 2025.02.21 21:28:27.460316 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3065 2025.02.21 21:28:27.461070 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3066 2025.02.21 21:28:27.464260 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
3067 2025.02.21 21:28:29.525102 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 438
3068 2025.02.21 21:28:29.528346 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3069 2025.02.21 21:28:29.528397 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3070 2025.02.21 21:28:29.529963 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3071 2025.02.21 21:28:29.530280 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3072 2025.02.21 21:28:29.530867 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 438
3073 2025.02.21 21:28:32.149254 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3074 2025.02.21 21:28:32.149464 [ 275 ] {ada372f1-5d23-4b0c-830b-75532ea76869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3075 2025.02.21 21:28:32.149541 [ 275 ] {ada372f1-5d23-4b0c-830b-75532ea76869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3076 2025.02.21 21:28:32.150390 [ 275 ] {ada372f1-5d23-4b0c-830b-75532ea76869} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3077 2025.02.21 21:28:32.150443 [ 275 ] {ada372f1-5d23-4b0c-830b-75532ea76869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3078 2025.02.21 21:28:32.150915 [ 275 ] {ada372f1-5d23-4b0c-830b-75532ea76869} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3079 2025.02.21 21:28:32.151180 [ 275 ] {ada372f1-5d23-4b0c-830b-75532ea76869} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3080 2025.02.21 21:28:32.151423 [ 275 ] {ada372f1-5d23-4b0c-830b-75532ea76869} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002013 sec., 105315.44957774466 rows/sec., 6.70 MiB/sec.
3081 2025.02.21 21:28:32.151492 [ 275 ] {ada372f1-5d23-4b0c-830b-75532ea76869} <Debug> TCPHandler: Processed in 0.002370795 sec.
3082 2025.02.21 21:28:32.151669 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3083 2025.02.21 21:28:32.151817 [ 278 ] {73402e78-ea7a-4ea8-9582-13ea443a3795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3084 2025.02.21 21:28:32.151875 [ 278 ] {73402e78-ea7a-4ea8-9582-13ea443a3795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3085 2025.02.21 21:28:32.152888 [ 278 ] {73402e78-ea7a-4ea8-9582-13ea443a3795} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3086 2025.02.21 21:28:32.152932 [ 278 ] {73402e78-ea7a-4ea8-9582-13ea443a3795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3087 2025.02.21 21:28:32.153382 [ 278 ] {73402e78-ea7a-4ea8-9582-13ea443a3795} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3088 2025.02.21 21:28:32.153649 [ 278 ] {73402e78-ea7a-4ea8-9582-13ea443a3795} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3089 2025.02.21 21:28:32.153872 [ 278 ] {73402e78-ea7a-4ea8-9582-13ea443a3795} <Debug> executeQuery: Read 695 rows, 56.81 KiB in 0.00209 sec., 332535.88516746415 rows/sec., 26.55 MiB/sec.
3090 2025.02.21 21:28:32.153990 [ 278 ] {73402e78-ea7a-4ea8-9582-13ea443a3795} <Debug> TCPHandler: Processed in 0.002390046 sec.
3091 2025.02.21 21:28:32.154150 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3092 2025.02.21 21:28:32.154282 [ 275 ] {cf0fd7f0-cd56-4337-ae25-a4077ded754f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3093 2025.02.21 21:28:32.154337 [ 275 ] {cf0fd7f0-cd56-4337-ae25-a4077ded754f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3094 2025.02.21 21:28:32.154980 [ 275 ] {cf0fd7f0-cd56-4337-ae25-a4077ded754f} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3095 2025.02.21 21:28:32.155019 [ 275 ] {cf0fd7f0-cd56-4337-ae25-a4077ded754f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3096 2025.02.21 21:28:32.155384 [ 275 ] {cf0fd7f0-cd56-4337-ae25-a4077ded754f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3097 2025.02.21 21:28:32.155635 [ 275 ] {cf0fd7f0-cd56-4337-ae25-a4077ded754f} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3098 2025.02.21 21:28:32.155850 [ 275 ] {cf0fd7f0-cd56-4337-ae25-a4077ded754f} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001599 sec., 90681.6760475297 rows/sec., 5.69 MiB/sec.
3099 2025.02.21 21:28:32.155906 [ 275 ] {cf0fd7f0-cd56-4337-ae25-a4077ded754f} <Debug> TCPHandler: Processed in 0.00181888 sec.
3100 2025.02.21 21:28:32.156048 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3101 2025.02.21 21:28:32.156177 [ 278 ] {6d065f59-c2a6-4765-887d-9e16d3d4bba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3102 2025.02.21 21:28:32.156235 [ 278 ] {6d065f59-c2a6-4765-887d-9e16d3d4bba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3103 2025.02.21 21:28:32.156887 [ 278 ] {6d065f59-c2a6-4765-887d-9e16d3d4bba8} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3104 2025.02.21 21:28:32.156928 [ 278 ] {6d065f59-c2a6-4765-887d-9e16d3d4bba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3105 2025.02.21 21:28:32.157295 [ 278 ] {6d065f59-c2a6-4765-887d-9e16d3d4bba8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3106 2025.02.21 21:28:32.157528 [ 278 ] {6d065f59-c2a6-4765-887d-9e16d3d4bba8} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3107 2025.02.21 21:28:32.157753 [ 278 ] {6d065f59-c2a6-4765-887d-9e16d3d4bba8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001604 sec., 70448.87780548629 rows/sec., 4.56 MiB/sec.
3108 2025.02.21 21:28:32.157807 [ 278 ] {6d065f59-c2a6-4765-887d-9e16d3d4bba8} <Debug> TCPHandler: Processed in 0.001820551 sec.
3109 2025.02.21 21:28:32.157966 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3110 2025.02.21 21:28:32.158072 [ 275 ] {b4602b47-37e7-493d-a68c-9084a704bdc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3111 2025.02.21 21:28:32.158116 [ 275 ] {b4602b47-37e7-493d-a68c-9084a704bdc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3112 2025.02.21 21:28:32.158680 [ 275 ] {b4602b47-37e7-493d-a68c-9084a704bdc4} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3113 2025.02.21 21:28:32.158721 [ 275 ] {b4602b47-37e7-493d-a68c-9084a704bdc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3114 2025.02.21 21:28:32.159063 [ 275 ] {b4602b47-37e7-493d-a68c-9084a704bdc4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3115 2025.02.21 21:28:32.159295 [ 275 ] {b4602b47-37e7-493d-a68c-9084a704bdc4} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3116 2025.02.21 21:28:32.159496 [ 275 ] {b4602b47-37e7-493d-a68c-9084a704bdc4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001446 sec., 77455.04840940525 rows/sec., 4.41 MiB/sec.
3117 2025.02.21 21:28:32.159549 [ 275 ] {b4602b47-37e7-493d-a68c-9084a704bdc4} <Debug> TCPHandler: Processed in 0.001632136 sec.
3118 2025.02.21 21:28:32.159708 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3119 2025.02.21 21:28:32.159834 [ 278 ] {2d715587-24b4-41ea-8b8f-d6c6f5e18496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3120 2025.02.21 21:28:32.159888 [ 278 ] {2d715587-24b4-41ea-8b8f-d6c6f5e18496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3121 2025.02.21 21:28:32.160696 [ 278 ] {2d715587-24b4-41ea-8b8f-d6c6f5e18496} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3122 2025.02.21 21:28:32.160738 [ 278 ] {2d715587-24b4-41ea-8b8f-d6c6f5e18496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3123 2025.02.21 21:28:32.161120 [ 278 ] {2d715587-24b4-41ea-8b8f-d6c6f5e18496} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3124 2025.02.21 21:28:32.161357 [ 278 ] {2d715587-24b4-41ea-8b8f-d6c6f5e18496} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3125 2025.02.21 21:28:32.161563 [ 278 ] {2d715587-24b4-41ea-8b8f-d6c6f5e18496} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001757 sec., 239612.9766647695 rows/sec., 17.07 MiB/sec.
3126 2025.02.21 21:28:32.161617 [ 278 ] {2d715587-24b4-41ea-8b8f-d6c6f5e18496} <Debug> TCPHandler: Processed in 0.001966884 sec.
3127 2025.02.21 21:28:32.161752 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3128 2025.02.21 21:28:32.161858 [ 275 ] {b44e68c9-1b07-4d4a-996a-7f1f1432933a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3129 2025.02.21 21:28:32.161903 [ 275 ] {b44e68c9-1b07-4d4a-996a-7f1f1432933a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3130 2025.02.21 21:28:32.162336 [ 275 ] {b44e68c9-1b07-4d4a-996a-7f1f1432933a} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3131 2025.02.21 21:28:32.162375 [ 275 ] {b44e68c9-1b07-4d4a-996a-7f1f1432933a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3132 2025.02.21 21:28:32.162731 [ 275 ] {b44e68c9-1b07-4d4a-996a-7f1f1432933a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3133 2025.02.21 21:28:32.162967 [ 275 ] {b44e68c9-1b07-4d4a-996a-7f1f1432933a} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3134 2025.02.21 21:28:32.163218 [ 275 ] {b44e68c9-1b07-4d4a-996a-7f1f1432933a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 227.82 KiB/sec.
3135 2025.02.21 21:28:32.163359 [ 275 ] {b44e68c9-1b07-4d4a-996a-7f1f1432933a} <Debug> TCPHandler: Processed in 0.001654166 sec.
3136 2025.02.21 21:28:32.163512 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3137 2025.02.21 21:28:32.163620 [ 278 ] {285160aa-eb8e-40e3-8106-ff3401d06978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3138 2025.02.21 21:28:32.163671 [ 278 ] {285160aa-eb8e-40e3-8106-ff3401d06978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3139 2025.02.21 21:28:32.164216 [ 278 ] {285160aa-eb8e-40e3-8106-ff3401d06978} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3140 2025.02.21 21:28:32.164257 [ 278 ] {285160aa-eb8e-40e3-8106-ff3401d06978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3141 2025.02.21 21:28:32.164650 [ 278 ] {285160aa-eb8e-40e3-8106-ff3401d06978} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3142 2025.02.21 21:28:32.164913 [ 278 ] {285160aa-eb8e-40e3-8106-ff3401d06978} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3143 2025.02.21 21:28:32.165151 [ 278 ] {285160aa-eb8e-40e3-8106-ff3401d06978} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00155 sec., 152903.2258064516 rows/sec., 10.25 MiB/sec.
3144 2025.02.21 21:28:32.165240 [ 278 ] {285160aa-eb8e-40e3-8106-ff3401d06978} <Debug> TCPHandler: Processed in 0.001778509 sec.
3145 2025.02.21 21:28:32.165369 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3146 2025.02.21 21:28:32.165474 [ 275 ] {ecef451c-5ff4-4aaa-a0b0-e71addf2430f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3147 2025.02.21 21:28:32.165521 [ 275 ] {ecef451c-5ff4-4aaa-a0b0-e71addf2430f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3148 2025.02.21 21:28:32.165940 [ 275 ] {ecef451c-5ff4-4aaa-a0b0-e71addf2430f} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3149 2025.02.21 21:28:32.165978 [ 275 ] {ecef451c-5ff4-4aaa-a0b0-e71addf2430f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3150 2025.02.21 21:28:32.166315 [ 275 ] {ecef451c-5ff4-4aaa-a0b0-e71addf2430f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3151 2025.02.21 21:28:32.166555 [ 275 ] {ecef451c-5ff4-4aaa-a0b0-e71addf2430f} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3152 2025.02.21 21:28:32.166752 [ 275 ] {ecef451c-5ff4-4aaa-a0b0-e71addf2430f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0013 sec., 769.2307692307693 rows/sec., 51.83 KiB/sec.
3153 2025.02.21 21:28:32.166802 [ 275 ] {ecef451c-5ff4-4aaa-a0b0-e71addf2430f} <Debug> TCPHandler: Processed in 0.001483261 sec.
3154 2025.02.21 21:28:32.166950 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3155 2025.02.21 21:28:32.167075 [ 278 ] {53f52d62-0a54-4573-8920-97de48b6a987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3156 2025.02.21 21:28:32.167155 [ 278 ] {53f52d62-0a54-4573-8920-97de48b6a987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3157 2025.02.21 21:28:32.168378 [ 278 ] {53f52d62-0a54-4573-8920-97de48b6a987} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3158 2025.02.21 21:28:32.168418 [ 278 ] {53f52d62-0a54-4573-8920-97de48b6a987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3159 2025.02.21 21:28:32.169088 [ 278 ] {53f52d62-0a54-4573-8920-97de48b6a987} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3160 2025.02.21 21:28:32.169347 [ 278 ] {53f52d62-0a54-4573-8920-97de48b6a987} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3161 2025.02.21 21:28:32.169588 [ 278 ] {53f52d62-0a54-4573-8920-97de48b6a987} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002542 sec., 15342.250196695515 rows/sec., 27.49 MiB/sec.
3162 2025.02.21 21:28:32.169698 [ 278 ] {53f52d62-0a54-4573-8920-97de48b6a987} <Debug> TCPHandler: Processed in 0.002809038 sec.
3163 2025.02.21 21:28:32.169846 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3164 2025.02.21 21:28:32.169972 [ 275 ] {7b01dcac-5782-4527-b067-770c55c86324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3165 2025.02.21 21:28:32.170029 [ 275 ] {7b01dcac-5782-4527-b067-770c55c86324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3166 2025.02.21 21:28:32.170548 [ 275 ] {7b01dcac-5782-4527-b067-770c55c86324} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3167 2025.02.21 21:28:32.170596 [ 275 ] {7b01dcac-5782-4527-b067-770c55c86324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3168 2025.02.21 21:28:32.170963 [ 275 ] {7b01dcac-5782-4527-b067-770c55c86324} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3169 2025.02.21 21:28:32.171198 [ 275 ] {7b01dcac-5782-4527-b067-770c55c86324} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3170 2025.02.21 21:28:32.171403 [ 275 ] {7b01dcac-5782-4527-b067-770c55c86324} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001458 sec., 56241.42661179698 rows/sec., 3.57 MiB/sec.
3171 2025.02.21 21:28:32.171453 [ 275 ] {7b01dcac-5782-4527-b067-770c55c86324} <Debug> TCPHandler: Processed in 0.001667776 sec.
3172 2025.02.21 21:28:34.400080 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache
3173 2025.02.21 21:28:34.400137 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache
3174 2025.02.21 21:28:34.503350 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
3175 2025.02.21 21:28:34.503950 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3176 2025.02.21 21:28:34.503989 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3177 2025.02.21 21:28:34.504557 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3178 2025.02.21 21:28:34.504821 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3179 2025.02.21 21:28:34.505037 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3180 2025.02.21 21:28:34.964330 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3181 2025.02.21 21:28:34.985373 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3182 2025.02.21 21:28:34.985440 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3183 2025.02.21 21:28:34.992953 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3184 2025.02.21 21:28:34.993746 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3185 2025.02.21 21:28:34.997086 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3186 2025.02.21 21:28:37.143089 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3187 2025.02.21 21:28:37.143306 [ 275 ] {ad8915dc-a2aa-45d0-b6aa-1e622b5403b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3188 2025.02.21 21:28:37.143384 [ 275 ] {ad8915dc-a2aa-45d0-b6aa-1e622b5403b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3189 2025.02.21 21:28:37.144188 [ 275 ] {ad8915dc-a2aa-45d0-b6aa-1e622b5403b6} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3190 2025.02.21 21:28:37.144246 [ 275 ] {ad8915dc-a2aa-45d0-b6aa-1e622b5403b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3191 2025.02.21 21:28:37.144710 [ 275 ] {ad8915dc-a2aa-45d0-b6aa-1e622b5403b6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3192 2025.02.21 21:28:37.144967 [ 275 ] {ad8915dc-a2aa-45d0-b6aa-1e622b5403b6} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3193 2025.02.21 21:28:37.145221 [ 275 ] {ad8915dc-a2aa-45d0-b6aa-1e622b5403b6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001972 sec., 28397.565922920894 rows/sec., 2.18 MiB/sec.
3194 2025.02.21 21:28:37.145290 [ 275 ] {ad8915dc-a2aa-45d0-b6aa-1e622b5403b6} <Debug> TCPHandler: Processed in 0.002336495 sec.
3195 2025.02.21 21:28:37.145459 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3196 2025.02.21 21:28:37.145597 [ 278 ] {19a2b5af-cf5a-4c82-949f-b1f692053f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3197 2025.02.21 21:28:37.145666 [ 278 ] {19a2b5af-cf5a-4c82-949f-b1f692053f97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3198 2025.02.21 21:28:37.146441 [ 278 ] {19a2b5af-cf5a-4c82-949f-b1f692053f97} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3199 2025.02.21 21:28:37.146496 [ 278 ] {19a2b5af-cf5a-4c82-949f-b1f692053f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3200 2025.02.21 21:28:37.146926 [ 278 ] {19a2b5af-cf5a-4c82-949f-b1f692053f97} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3201 2025.02.21 21:28:37.147178 [ 278 ] {19a2b5af-cf5a-4c82-949f-b1f692053f97} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3202 2025.02.21 21:28:37.147402 [ 278 ] {19a2b5af-cf5a-4c82-949f-b1f692053f97} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001842 sec., 34744.84256243214 rows/sec., 2.71 MiB/sec.
3203 2025.02.21 21:28:37.147458 [ 278 ] {19a2b5af-cf5a-4c82-949f-b1f692053f97} <Debug> TCPHandler: Processed in 0.002059827 sec.
3204 2025.02.21 21:28:37.147613 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3205 2025.02.21 21:28:37.147747 [ 275 ] {714551db-7deb-4a82-b9ef-881745d252ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3206 2025.02.21 21:28:37.147826 [ 275 ] {714551db-7deb-4a82-b9ef-881745d252ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3207 2025.02.21 21:28:37.148425 [ 275 ] {714551db-7deb-4a82-b9ef-881745d252ef} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3208 2025.02.21 21:28:37.148464 [ 275 ] {714551db-7deb-4a82-b9ef-881745d252ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3209 2025.02.21 21:28:37.148865 [ 275 ] {714551db-7deb-4a82-b9ef-881745d252ef} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3210 2025.02.21 21:28:37.149113 [ 275 ] {714551db-7deb-4a82-b9ef-881745d252ef} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3211 2025.02.21 21:28:37.149343 [ 275 ] {714551db-7deb-4a82-b9ef-881745d252ef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001628 sec., 98280.09828009827 rows/sec., 6.85 MiB/sec.
3212 2025.02.21 21:28:37.149452 [ 275 ] {714551db-7deb-4a82-b9ef-881745d252ef} <Debug> TCPHandler: Processed in 0.001894953 sec.
3213 2025.02.21 21:28:37.149603 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3214 2025.02.21 21:28:37.149719 [ 278 ] {82bb9280-78b9-4f63-80f7-cea4fc9b1272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3215 2025.02.21 21:28:37.149772 [ 278 ] {82bb9280-78b9-4f63-80f7-cea4fc9b1272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3216 2025.02.21 21:28:37.150252 [ 278 ] {82bb9280-78b9-4f63-80f7-cea4fc9b1272} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3217 2025.02.21 21:28:37.150290 [ 278 ] {82bb9280-78b9-4f63-80f7-cea4fc9b1272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3218 2025.02.21 21:28:37.150690 [ 278 ] {82bb9280-78b9-4f63-80f7-cea4fc9b1272} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3219 2025.02.21 21:28:37.150961 [ 278 ] {82bb9280-78b9-4f63-80f7-cea4fc9b1272} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3220 2025.02.21 21:28:37.151188 [ 278 ] {82bb9280-78b9-4f63-80f7-cea4fc9b1272} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001493 sec., 40187.54186202277 rows/sec., 2.71 MiB/sec.
3221 2025.02.21 21:28:37.151240 [ 278 ] {82bb9280-78b9-4f63-80f7-cea4fc9b1272} <Debug> TCPHandler: Processed in 0.001690377 sec.
3222 2025.02.21 21:28:37.651357 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3223 2025.02.21 21:28:37.651549 [ 275 ] {503ecaaa-bd7b-47af-95d6-13e36f27e425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3224 2025.02.21 21:28:37.651624 [ 275 ] {503ecaaa-bd7b-47af-95d6-13e36f27e425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3225 2025.02.21 21:28:37.652469 [ 275 ] {503ecaaa-bd7b-47af-95d6-13e36f27e425} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3226 2025.02.21 21:28:37.652515 [ 275 ] {503ecaaa-bd7b-47af-95d6-13e36f27e425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3227 2025.02.21 21:28:37.652956 [ 275 ] {503ecaaa-bd7b-47af-95d6-13e36f27e425} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3228 2025.02.21 21:28:37.653211 [ 275 ] {503ecaaa-bd7b-47af-95d6-13e36f27e425} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3229 2025.02.21 21:28:37.653399 [ 144 ] {} <Debug> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3230 2025.02.21 21:28:37.653464 [ 275 ] {503ecaaa-bd7b-47af-95d6-13e36f27e425} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001968 sec., 107723.57723577235 rows/sec., 6.85 MiB/sec.
3231 2025.02.21 21:28:37.653480 [ 144 ] {} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3232 2025.02.21 21:28:37.653558 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3233 2025.02.21 21:28:37.653607 [ 275 ] {503ecaaa-bd7b-47af-95d6-13e36f27e425} <Debug> TCPHandler: Processed in 0.002383496 sec.
3234 2025.02.21 21:28:37.653814 [ 201 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full
3235 2025.02.21 21:28:37.653861 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3236 2025.02.21 21:28:37.654102 [ 278 ] {4beb5da1-3cb2-4495-a4d6-1aba0fb058f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3237 2025.02.21 21:28:37.654115 [ 201 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3238 2025.02.21 21:28:37.654196 [ 201 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 212 rows starting from the beginning of the part
3239 2025.02.21 21:28:37.654200 [ 278 ] {4beb5da1-3cb2-4495-a4d6-1aba0fb058f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3240 2025.02.21 21:28:37.654595 [ 201 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part
3241 2025.02.21 21:28:37.655036 [ 201 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part
3242 2025.02.21 21:28:37.655416 [ 201 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part
3243 2025.02.21 21:28:37.655832 [ 201 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part
3244 2025.02.21 21:28:37.656777 [ 278 ] {4beb5da1-3cb2-4495-a4d6-1aba0fb058f6} <Trace> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3245 2025.02.21 21:28:37.656852 [ 278 ] {4beb5da1-3cb2-4495-a4d6-1aba0fb058f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3246 2025.02.21 21:28:37.657814 [ 278 ] {4beb5da1-3cb2-4495-a4d6-1aba0fb058f6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3247 2025.02.21 21:28:37.658348 [ 278 ] {4beb5da1-3cb2-4495-a4d6-1aba0fb058f6} <Trace> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3248 2025.02.21 21:28:37.658524 [ 196 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004852684 sec., 218435.8181987535 rows/sec., 14.73 MiB/sec.
3249 2025.02.21 21:28:37.658786 [ 278 ] {4beb5da1-3cb2-4495-a4d6-1aba0fb058f6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004769 sec., 419.37513105472846 rows/sec., 34.20 KiB/sec.
3250 2025.02.21 21:28:37.658836 [ 196 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3251 2025.02.21 21:28:37.658934 [ 278 ] {4beb5da1-3cb2-4495-a4d6-1aba0fb058f6} <Debug> TCPHandler: Processed in 0.005145123 sec.
3252 2025.02.21 21:28:37.659154 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3253 2025.02.21 21:28:37.659370 [ 275 ] {79edd62e-6b93-417f-8817-ea247e85e96e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3254 2025.02.21 21:28:37.659370 [ 196 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_9_2} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3255 2025.02.21 21:28:37.659481 [ 275 ] {79edd62e-6b93-417f-8817-ea247e85e96e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3256 2025.02.21 21:28:37.659602 [ 196 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_9_2} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3257 2025.02.21 21:28:37.659786 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
3258 2025.02.21 21:28:37.661215 [ 275 ] {79edd62e-6b93-417f-8817-ea247e85e96e} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3259 2025.02.21 21:28:37.661259 [ 275 ] {79edd62e-6b93-417f-8817-ea247e85e96e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3260 2025.02.21 21:28:37.661753 [ 275 ] {79edd62e-6b93-417f-8817-ea247e85e96e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3261 2025.02.21 21:28:37.661991 [ 275 ] {79edd62e-6b93-417f-8817-ea247e85e96e} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3262 2025.02.21 21:28:37.662172 [ 144 ] {} <Debug> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3263 2025.02.21 21:28:37.662244 [ 144 ] {} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3264 2025.02.21 21:28:37.662239 [ 275 ] {79edd62e-6b93-417f-8817-ea247e85e96e} <Debug> executeQuery: Read 1832 rows, 153.11 KiB in 0.002925 sec., 626324.7863247863 rows/sec., 51.12 MiB/sec.
3265 2025.02.21 21:28:37.662289 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3266 2025.02.21 21:28:37.662406 [ 275 ] {79edd62e-6b93-417f-8817-ea247e85e96e} <Debug> TCPHandler: Processed in 0.003340793 sec.
3267 2025.02.21 21:28:37.662669 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3268 2025.02.21 21:28:37.662740 [ 199 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
3269 2025.02.21 21:28:37.662846 [ 278 ] {c52aaacc-427b-48ff-a5fd-b6acd5a8cac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3270 2025.02.21 21:28:37.662953 [ 278 ] {c52aaacc-427b-48ff-a5fd-b6acd5a8cac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3271 2025.02.21 21:28:37.663191 [ 199 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3272 2025.02.21 21:28:37.663270 [ 199 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1834 rows starting from the beginning of the part
3273 2025.02.21 21:28:37.663573 [ 199 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 696 rows starting from the beginning of the part
3274 2025.02.21 21:28:37.663986 [ 199 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 57 rows starting from the beginning of the part
3275 2025.02.21 21:28:37.664410 [ 199 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 695 rows starting from the beginning of the part
3276 2025.02.21 21:28:37.664730 [ 199 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part
3277 2025.02.21 21:28:37.665027 [ 199 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1832 rows starting from the beginning of the part
3278 2025.02.21 21:28:37.665814 [ 278 ] {c52aaacc-427b-48ff-a5fd-b6acd5a8cac4} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3279 2025.02.21 21:28:37.665874 [ 278 ] {c52aaacc-427b-48ff-a5fd-b6acd5a8cac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3280 2025.02.21 21:28:37.666759 [ 278 ] {c52aaacc-427b-48ff-a5fd-b6acd5a8cac4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3281 2025.02.21 21:28:37.667344 [ 278 ] {c52aaacc-427b-48ff-a5fd-b6acd5a8cac4} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3282 2025.02.21 21:28:37.667852 [ 278 ] {c52aaacc-427b-48ff-a5fd-b6acd5a8cac4} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.005061 sec., 29045.64315352697 rows/sec., 1.83 MiB/sec.
3283 2025.02.21 21:28:37.667939 [ 278 ] {c52aaacc-427b-48ff-a5fd-b6acd5a8cac4} <Debug> TCPHandler: Processed in 0.005406139 sec.
3284 2025.02.21 21:28:37.668130 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3285 2025.02.21 21:28:37.668283 [ 275 ] {3f7217ae-f8a6-4415-84c2-508e0fc59247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3286 2025.02.21 21:28:37.668339 [ 275 ] {3f7217ae-f8a6-4415-84c2-508e0fc59247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3287 2025.02.21 21:28:37.669109 [ 188 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5170 rows, containing 5 columns (5 merged, 0 gathered) in 0.006678405 sec., 774136.9383857372 rows/sec., 65.67 MiB/sec.
3288 2025.02.21 21:28:37.669484 [ 188 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3289 2025.02.21 21:28:37.669672 [ 275 ] {3f7217ae-f8a6-4415-84c2-508e0fc59247} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3290 2025.02.21 21:28:37.669736 [ 275 ] {3f7217ae-f8a6-4415-84c2-508e0fc59247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3291 2025.02.21 21:28:37.670019 [ 188 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_21_4} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3292 2025.02.21 21:28:37.670194 [ 188 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_21_4} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3293 2025.02.21 21:28:37.670387 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB.
3294 2025.02.21 21:28:37.670494 [ 275 ] {3f7217ae-f8a6-4415-84c2-508e0fc59247} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3295 2025.02.21 21:28:37.670747 [ 275 ] {3f7217ae-f8a6-4415-84c2-508e0fc59247} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3296 2025.02.21 21:28:37.671038 [ 275 ] {3f7217ae-f8a6-4415-84c2-508e0fc59247} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002779 sec., 122706.00935588342 rows/sec., 8.19 MiB/sec.
3297 2025.02.21 21:28:37.671292 [ 275 ] {3f7217ae-f8a6-4415-84c2-508e0fc59247} <Debug> TCPHandler: Processed in 0.003227129 sec.
3298 2025.02.21 21:28:37.671483 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3299 2025.02.21 21:28:37.671617 [ 278 ] {cbbedc05-1750-43c0-abd7-8fbbea1bde14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3300 2025.02.21 21:28:37.671671 [ 278 ] {cbbedc05-1750-43c0-abd7-8fbbea1bde14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3301 2025.02.21 21:28:37.672328 [ 278 ] {cbbedc05-1750-43c0-abd7-8fbbea1bde14} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3302 2025.02.21 21:28:37.672368 [ 278 ] {cbbedc05-1750-43c0-abd7-8fbbea1bde14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3303 2025.02.21 21:28:37.672733 [ 278 ] {cbbedc05-1750-43c0-abd7-8fbbea1bde14} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3304 2025.02.21 21:28:37.672968 [ 278 ] {cbbedc05-1750-43c0-abd7-8fbbea1bde14} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3305 2025.02.21 21:28:37.673135 [ 144 ] {} <Debug> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3306 2025.02.21 21:28:37.673190 [ 144 ] {} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3307 2025.02.21 21:28:37.673208 [ 278 ] {cbbedc05-1750-43c0-abd7-8fbbea1bde14} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001615 sec., 69349.8452012384 rows/sec., 3.95 MiB/sec.
3308 2025.02.21 21:28:37.673226 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3309 2025.02.21 21:28:37.673386 [ 278 ] {cbbedc05-1750-43c0-abd7-8fbbea1bde14} <Debug> TCPHandler: Processed in 0.001954374 sec.
3310 2025.02.21 21:28:37.673635 [ 196 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full
3311 2025.02.21 21:28:37.673684 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3312 2025.02.21 21:28:37.674109 [ 196 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3313 2025.02.21 21:28:37.674121 [ 275 ] {aa2b5d8d-cd6d-4a6a-9417-d3256da1fb12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3314 2025.02.21 21:28:37.674168 [ 196 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 112 rows starting from the beginning of the part
3315 2025.02.21 21:28:37.674223 [ 275 ] {aa2b5d8d-cd6d-4a6a-9417-d3256da1fb12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3316 2025.02.21 21:28:37.674518 [ 196 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part
3317 2025.02.21 21:28:37.674809 [ 196 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part
3318 2025.02.21 21:28:37.675154 [ 196 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part
3319 2025.02.21 21:28:37.675516 [ 196 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part
3320 2025.02.21 21:28:37.677492 [ 275 ] {aa2b5d8d-cd6d-4a6a-9417-d3256da1fb12} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3321 2025.02.21 21:28:37.677562 [ 275 ] {aa2b5d8d-cd6d-4a6a-9417-d3256da1fb12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3322 2025.02.21 21:28:37.677918 [ 188 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004557896 sec., 122863.70728950376 rows/sec., 7.47 MiB/sec.
3323 2025.02.21 21:28:37.678147 [ 188 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3324 2025.02.21 21:28:37.678491 [ 275 ] {aa2b5d8d-cd6d-4a6a-9417-d3256da1fb12} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3325 2025.02.21 21:28:37.678729 [ 188 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_9_2} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3326 2025.02.21 21:28:37.678913 [ 188 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_9_2} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3327 2025.02.21 21:28:37.678966 [ 275 ] {aa2b5d8d-cd6d-4a6a-9417-d3256da1fb12} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3328 2025.02.21 21:28:37.679066 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
3329 2025.02.21 21:28:37.679246 [ 144 ] {} <Debug> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3330 2025.02.21 21:28:37.679313 [ 144 ] {} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3331 2025.02.21 21:28:37.679347 [ 275 ] {aa2b5d8d-cd6d-4a6a-9417-d3256da1fb12} <Debug> executeQuery: Read 871 rows, 64.52 KiB in 0.00538 sec., 161895.91078066913 rows/sec., 11.71 MiB/sec.
3332 2025.02.21 21:28:37.679354 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3333 2025.02.21 21:28:37.679537 [ 275 ] {aa2b5d8d-cd6d-4a6a-9417-d3256da1fb12} <Debug> TCPHandler: Processed in 0.006016727 sec.
3334 2025.02.21 21:28:37.679624 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
3335 2025.02.21 21:28:37.679765 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3336 2025.02.21 21:28:37.679812 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3337 2025.02.21 21:28:37.679854 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 896 rows starting from the beginning of the part
3338 2025.02.21 21:28:37.680121 [ 278 ] {4cb729b5-cb3e-4edc-88d8-e5d28577d3f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3339 2025.02.21 21:28:37.680154 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part
3340 2025.02.21 21:28:37.680357 [ 278 ] {4cb729b5-cb3e-4edc-88d8-e5d28577d3f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3341 2025.02.21 21:28:37.680420 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 66 rows starting from the beginning of the part
3342 2025.02.21 21:28:37.680794 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 421 rows starting from the beginning of the part
3343 2025.02.21 21:28:37.681179 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part
3344 2025.02.21 21:28:37.681645 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 871 rows starting from the beginning of the part
3345 2025.02.21 21:28:37.682646 [ 278 ] {4cb729b5-cb3e-4edc-88d8-e5d28577d3f8} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3346 2025.02.21 21:28:37.682723 [ 278 ] {4cb729b5-cb3e-4edc-88d8-e5d28577d3f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3347 2025.02.21 21:28:37.683630 [ 278 ] {4cb729b5-cb3e-4edc-88d8-e5d28577d3f8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3348 2025.02.21 21:28:37.684079 [ 278 ] {4cb729b5-cb3e-4edc-88d8-e5d28577d3f8} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3349 2025.02.21 21:28:37.684340 [ 278 ] {4cb729b5-cb3e-4edc-88d8-e5d28577d3f8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004412 sec., 1359.9274705349048 rows/sec., 71.05 KiB/sec.
3350 2025.02.21 21:28:37.684400 [ 278 ] {4cb729b5-cb3e-4edc-88d8-e5d28577d3f8} <Debug> TCPHandler: Processed in 0.004737991 sec.
3351 2025.02.21 21:28:37.684629 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3352 2025.02.21 21:28:37.684824 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2745 rows, containing 5 columns (5 merged, 0 gathered) in 0.005330767 sec., 514935.28042024723 rows/sec., 39.22 MiB/sec.
3353 2025.02.21 21:28:37.684864 [ 275 ] {22f4c3be-75bf-4510-a6bc-4136c4e81c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3354 2025.02.21 21:28:37.684929 [ 275 ] {22f4c3be-75bf-4510-a6bc-4136c4e81c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3355 2025.02.21 21:28:37.685049 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3356 2025.02.21 21:28:37.685639 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_21_4} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3357 2025.02.21 21:28:37.685713 [ 200 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_21_4} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3358 2025.02.21 21:28:37.685825 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
3359 2025.02.21 21:28:37.686186 [ 275 ] {22f4c3be-75bf-4510-a6bc-4136c4e81c95} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3360 2025.02.21 21:28:37.686229 [ 275 ] {22f4c3be-75bf-4510-a6bc-4136c4e81c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3361 2025.02.21 21:28:37.686677 [ 275 ] {22f4c3be-75bf-4510-a6bc-4136c4e81c95} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3362 2025.02.21 21:28:37.686916 [ 275 ] {22f4c3be-75bf-4510-a6bc-4136c4e81c95} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3363 2025.02.21 21:28:37.687079 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3364 2025.02.21 21:28:37.687137 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3365 2025.02.21 21:28:37.687171 [ 275 ] {22f4c3be-75bf-4510-a6bc-4136c4e81c95} <Debug> executeQuery: Read 954 rows, 64.89 KiB in 0.002348 sec., 406303.2367972743 rows/sec., 26.99 MiB/sec.
3366 2025.02.21 21:28:37.687179 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3367 2025.02.21 21:28:37.687344 [ 275 ] {22f4c3be-75bf-4510-a6bc-4136c4e81c95} <Debug> TCPHandler: Processed in 0.002816718 sec.
3368 2025.02.21 21:28:37.687422 [ 196 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
3369 2025.02.21 21:28:37.687572 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3370 2025.02.21 21:28:37.687619 [ 196 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3371 2025.02.21 21:28:37.687659 [ 196 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5741 rows starting from the beginning of the part
3372 2025.02.21 21:28:37.687873 [ 278 ] {33f8d1c0-6f9e-40d6-92a8-6ae4afb8d72a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3373 2025.02.21 21:28:37.687973 [ 196 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part
3374 2025.02.21 21:28:37.688012 [ 278 ] {33f8d1c0-6f9e-40d6-92a8-6ae4afb8d72a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3375 2025.02.21 21:28:37.688338 [ 196 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part
3376 2025.02.21 21:28:37.688646 [ 196 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part
3377 2025.02.21 21:28:37.689029 [ 196 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part
3378 2025.02.21 21:28:37.689408 [ 196 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 954 rows starting from the beginning of the part
3379 2025.02.21 21:28:37.690332 [ 278 ] {33f8d1c0-6f9e-40d6-92a8-6ae4afb8d72a} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3380 2025.02.21 21:28:37.690412 [ 278 ] {33f8d1c0-6f9e-40d6-92a8-6ae4afb8d72a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3381 2025.02.21 21:28:37.690977 [ 278 ] {33f8d1c0-6f9e-40d6-92a8-6ae4afb8d72a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3382 2025.02.21 21:28:37.691526 [ 278 ] {33f8d1c0-6f9e-40d6-92a8-6ae4afb8d72a} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3383 2025.02.21 21:28:37.692036 [ 278 ] {33f8d1c0-6f9e-40d6-92a8-6ae4afb8d72a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004293 sec., 232.93733985557884 rows/sec., 15.70 KiB/sec.
3384 2025.02.21 21:28:37.692221 [ 278 ] {33f8d1c0-6f9e-40d6-92a8-6ae4afb8d72a} <Debug> TCPHandler: Processed in 0.004752541 sec.
3385 2025.02.21 21:28:37.692427 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3386 2025.02.21 21:28:37.692570 [ 275 ] {11eb0109-1ee8-44f5-bf89-9525f5ac14fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3387 2025.02.21 21:28:37.692695 [ 275 ] {11eb0109-1ee8-44f5-bf89-9525f5ac14fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3388 2025.02.21 21:28:37.693848 [ 196 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7490 rows, containing 5 columns (5 merged, 0 gathered) in 0.006538091 sec., 1145594.3332694513 rows/sec., 77.17 MiB/sec.
3389 2025.02.21 21:28:37.694614 [ 189 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3390 2025.02.21 21:28:37.694664 [ 275 ] {11eb0109-1ee8-44f5-bf89-9525f5ac14fe} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3391 2025.02.21 21:28:37.694740 [ 275 ] {11eb0109-1ee8-44f5-bf89-9525f5ac14fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3392 2025.02.21 21:28:37.695253 [ 189 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3393 2025.02.21 21:28:37.695464 [ 189 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3394 2025.02.21 21:28:37.695648 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB.
3395 2025.02.21 21:28:37.695981 [ 275 ] {11eb0109-1ee8-44f5-bf89-9525f5ac14fe} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3396 2025.02.21 21:28:37.696248 [ 275 ] {11eb0109-1ee8-44f5-bf89-9525f5ac14fe} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3397 2025.02.21 21:28:37.696484 [ 275 ] {11eb0109-1ee8-44f5-bf89-9525f5ac14fe} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003945 sec., 9885.931558935363 rows/sec., 17.72 MiB/sec.
3398 2025.02.21 21:28:37.696585 [ 275 ] {11eb0109-1ee8-44f5-bf89-9525f5ac14fe} <Debug> TCPHandler: Processed in 0.004237537 sec.
3399 2025.02.21 21:28:37.696744 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3400 2025.02.21 21:28:37.696875 [ 278 ] {1569ea74-e881-44fd-a925-2d1bbd394ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3401 2025.02.21 21:28:37.696929 [ 278 ] {1569ea74-e881-44fd-a925-2d1bbd394ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3402 2025.02.21 21:28:37.697441 [ 278 ] {1569ea74-e881-44fd-a925-2d1bbd394ea7} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3403 2025.02.21 21:28:37.697488 [ 278 ] {1569ea74-e881-44fd-a925-2d1bbd394ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3404 2025.02.21 21:28:37.697931 [ 278 ] {1569ea74-e881-44fd-a925-2d1bbd394ea7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3405 2025.02.21 21:28:37.698163 [ 278 ] {1569ea74-e881-44fd-a925-2d1bbd394ea7} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3406 2025.02.21 21:28:37.698320 [ 144 ] {} <Debug> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3407 2025.02.21 21:28:37.698378 [ 144 ] {} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3408 2025.02.21 21:28:37.698411 [ 278 ] {1569ea74-e881-44fd-a925-2d1bbd394ea7} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001553 sec., 20605.2801030264 rows/sec., 1.19 MiB/sec.
3409 2025.02.21 21:28:37.698418 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3410 2025.02.21 21:28:37.698557 [ 278 ] {1569ea74-e881-44fd-a925-2d1bbd394ea7} <Debug> TCPHandler: Processed in 0.001870762 sec.
3411 2025.02.21 21:28:37.698694 [ 187 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
3412 2025.02.21 21:28:37.698843 [ 187 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3413 2025.02.21 21:28:37.698878 [ 187 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 930 rows starting from the beginning of the part
3414 2025.02.21 21:28:37.698987 [ 187 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part
3415 2025.02.21 21:28:37.699175 [ 187 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part
3416 2025.02.21 21:28:37.699362 [ 187 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part
3417 2025.02.21 21:28:37.699511 [ 187 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part
3418 2025.02.21 21:28:37.699664 [ 187 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part
3419 2025.02.21 21:28:37.700897 [ 189 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1246 rows, containing 4 columns (4 merged, 0 gathered) in 0.002341065 sec., 532236.3966827064 rows/sec., 34.73 MiB/sec.
3420 2025.02.21 21:28:37.701116 [ 194 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3421 2025.02.21 21:28:37.701475 [ 194 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_21_4} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3422 2025.02.21 21:28:37.701568 [ 194 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_21_4} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3423 2025.02.21 21:28:37.701667 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB.
3424 2025.02.21 21:28:39.531069 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 492
3425 2025.02.21 21:28:39.534443 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3426 2025.02.21 21:28:39.534491 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
3427 2025.02.21 21:28:39.536024 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3428 2025.02.21 21:28:39.536355 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3429 2025.02.21 21:28:39.536901 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 492
3430 2025.02.21 21:28:42.005177 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
3431 2025.02.21 21:28:42.006251 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3432 2025.02.21 21:28:42.006301 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3433 2025.02.21 21:28:42.006848 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3434 2025.02.21 21:28:42.007126 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3435 2025.02.21 21:28:42.007441 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
3436 2025.02.21 21:28:42.140004 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3437 2025.02.21 21:28:42.140204 [ 275 ] {84968318-1857-46cd-868d-9e5b65f4af2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3438 2025.02.21 21:28:42.140281 [ 275 ] {84968318-1857-46cd-868d-9e5b65f4af2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3439 2025.02.21 21:28:42.141104 [ 275 ] {84968318-1857-46cd-868d-9e5b65f4af2e} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3440 2025.02.21 21:28:42.141159 [ 275 ] {84968318-1857-46cd-868d-9e5b65f4af2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3441 2025.02.21 21:28:42.141612 [ 275 ] {84968318-1857-46cd-868d-9e5b65f4af2e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3442 2025.02.21 21:28:42.141883 [ 275 ] {84968318-1857-46cd-868d-9e5b65f4af2e} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3443 2025.02.21 21:28:42.142165 [ 275 ] {84968318-1857-46cd-868d-9e5b65f4af2e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002005 sec., 27930.174563591023 rows/sec., 2.15 MiB/sec.
3444 2025.02.21 21:28:42.142360 [ 275 ] {84968318-1857-46cd-868d-9e5b65f4af2e} <Debug> TCPHandler: Processed in 0.002495209 sec.
3445 2025.02.21 21:28:42.142600 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3446 2025.02.21 21:28:42.142730 [ 278 ] {0d224512-6c03-490b-b5db-3661993882eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3447 2025.02.21 21:28:42.142781 [ 278 ] {0d224512-6c03-490b-b5db-3661993882eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3448 2025.02.21 21:28:42.143404 [ 278 ] {0d224512-6c03-490b-b5db-3661993882eb} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3449 2025.02.21 21:28:42.143448 [ 278 ] {0d224512-6c03-490b-b5db-3661993882eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3450 2025.02.21 21:28:42.143832 [ 278 ] {0d224512-6c03-490b-b5db-3661993882eb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3451 2025.02.21 21:28:42.144081 [ 278 ] {0d224512-6c03-490b-b5db-3661993882eb} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3452 2025.02.21 21:28:42.144299 [ 278 ] {0d224512-6c03-490b-b5db-3661993882eb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0016 sec., 40000 rows/sec., 3.12 MiB/sec.
3453 2025.02.21 21:28:42.144355 [ 278 ] {0d224512-6c03-490b-b5db-3661993882eb} <Debug> TCPHandler: Processed in 0.00182556 sec.
3454 2025.02.21 21:28:42.144515 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3455 2025.02.21 21:28:42.144635 [ 275 ] {ec9c0037-d34c-43d3-8ca1-5f8bb8d511e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3456 2025.02.21 21:28:42.144688 [ 275 ] {ec9c0037-d34c-43d3-8ca1-5f8bb8d511e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3457 2025.02.21 21:28:42.145236 [ 275 ] {ec9c0037-d34c-43d3-8ca1-5f8bb8d511e9} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3458 2025.02.21 21:28:42.145277 [ 275 ] {ec9c0037-d34c-43d3-8ca1-5f8bb8d511e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3459 2025.02.21 21:28:42.145683 [ 275 ] {ec9c0037-d34c-43d3-8ca1-5f8bb8d511e9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3460 2025.02.21 21:28:42.145932 [ 275 ] {ec9c0037-d34c-43d3-8ca1-5f8bb8d511e9} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3461 2025.02.21 21:28:42.146149 [ 275 ] {ec9c0037-d34c-43d3-8ca1-5f8bb8d511e9} <Debug> executeQuery: Read 130 rows, 9.28 KiB in 0.001544 sec., 84196.89119170984 rows/sec., 5.87 MiB/sec.
3462 2025.02.21 21:28:42.146203 [ 275 ] {ec9c0037-d34c-43d3-8ca1-5f8bb8d511e9} <Debug> TCPHandler: Processed in 0.001749058 sec.
3463 2025.02.21 21:28:42.146382 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3464 2025.02.21 21:28:42.146493 [ 278 ] {fb3b1a26-5151-430d-b2e1-a8689d858693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3465 2025.02.21 21:28:42.146541 [ 278 ] {fb3b1a26-5151-430d-b2e1-a8689d858693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3466 2025.02.21 21:28:42.146988 [ 278 ] {fb3b1a26-5151-430d-b2e1-a8689d858693} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3467 2025.02.21 21:28:42.147028 [ 278 ] {fb3b1a26-5151-430d-b2e1-a8689d858693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3468 2025.02.21 21:28:42.147407 [ 278 ] {fb3b1a26-5151-430d-b2e1-a8689d858693} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3469 2025.02.21 21:28:42.147675 [ 278 ] {fb3b1a26-5151-430d-b2e1-a8689d858693} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3470 2025.02.21 21:28:42.147893 [ 278 ] {fb3b1a26-5151-430d-b2e1-a8689d858693} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.001424 sec., 35112.3595505618 rows/sec., 2.36 MiB/sec.
3471 2025.02.21 21:28:42.147943 [ 278 ] {fb3b1a26-5151-430d-b2e1-a8689d858693} <Debug> TCPHandler: Processed in 0.001618605 sec.
3472 2025.02.21 21:28:42.497137 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
3473 2025.02.21 21:28:42.518767 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3474 2025.02.21 21:28:42.518824 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3475 2025.02.21 21:28:42.526621 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3476 2025.02.21 21:28:42.527543 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3477 2025.02.21 21:28:42.531527 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
3478 2025.02.21 21:28:47.141825 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3479 2025.02.21 21:28:47.142037 [ 275 ] {30e5d994-85fd-458f-9a20-1a7d07662e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3480 2025.02.21 21:28:47.142110 [ 275 ] {30e5d994-85fd-458f-9a20-1a7d07662e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3481 2025.02.21 21:28:47.142896 [ 275 ] {30e5d994-85fd-458f-9a20-1a7d07662e27} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3482 2025.02.21 21:28:47.142941 [ 275 ] {30e5d994-85fd-458f-9a20-1a7d07662e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3483 2025.02.21 21:28:47.143412 [ 275 ] {30e5d994-85fd-458f-9a20-1a7d07662e27} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3484 2025.02.21 21:28:47.143671 [ 275 ] {30e5d994-85fd-458f-9a20-1a7d07662e27} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3485 2025.02.21 21:28:47.143888 [ 275 ] {30e5d994-85fd-458f-9a20-1a7d07662e27} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001897 sec., 29520.295202952027 rows/sec., 2.27 MiB/sec.
3486 2025.02.21 21:28:47.144006 [ 275 ] {30e5d994-85fd-458f-9a20-1a7d07662e27} <Debug> TCPHandler: Processed in 0.002308574 sec.
3487 2025.02.21 21:28:47.144233 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3488 2025.02.21 21:28:47.144362 [ 278 ] {81191cc6-70cf-4d59-9fc3-4f5f3b6724a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3489 2025.02.21 21:28:47.144416 [ 278 ] {81191cc6-70cf-4d59-9fc3-4f5f3b6724a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3490 2025.02.21 21:28:47.145007 [ 278 ] {81191cc6-70cf-4d59-9fc3-4f5f3b6724a3} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3491 2025.02.21 21:28:47.145045 [ 278 ] {81191cc6-70cf-4d59-9fc3-4f5f3b6724a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3492 2025.02.21 21:28:47.145421 [ 278 ] {81191cc6-70cf-4d59-9fc3-4f5f3b6724a3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3493 2025.02.21 21:28:47.145668 [ 278 ] {81191cc6-70cf-4d59-9fc3-4f5f3b6724a3} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3494 2025.02.21 21:28:47.145899 [ 278 ] {81191cc6-70cf-4d59-9fc3-4f5f3b6724a3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001556 sec., 41131.105398457585 rows/sec., 3.21 MiB/sec.
3495 2025.02.21 21:28:47.146118 [ 278 ] {81191cc6-70cf-4d59-9fc3-4f5f3b6724a3} <Debug> TCPHandler: Processed in 0.001963584 sec.
3496 2025.02.21 21:28:47.146305 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3497 2025.02.21 21:28:47.146441 [ 275 ] {d40ede0b-0e82-4d21-9841-e1c94b973804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3498 2025.02.21 21:28:47.146502 [ 275 ] {d40ede0b-0e82-4d21-9841-e1c94b973804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3499 2025.02.21 21:28:47.147180 [ 275 ] {d40ede0b-0e82-4d21-9841-e1c94b973804} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3500 2025.02.21 21:28:47.147225 [ 275 ] {d40ede0b-0e82-4d21-9841-e1c94b973804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3501 2025.02.21 21:28:47.147626 [ 275 ] {d40ede0b-0e82-4d21-9841-e1c94b973804} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3502 2025.02.21 21:28:47.147871 [ 275 ] {d40ede0b-0e82-4d21-9841-e1c94b973804} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3503 2025.02.21 21:28:47.148048 [ 275 ] {d40ede0b-0e82-4d21-9841-e1c94b973804} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001638 sec., 97680.09768009768 rows/sec., 6.80 MiB/sec.
3504 2025.02.21 21:28:47.148098 [ 275 ] {d40ede0b-0e82-4d21-9841-e1c94b973804} <Debug> TCPHandler: Processed in 0.001863561 sec.
3505 2025.02.21 21:28:47.148261 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3506 2025.02.21 21:28:47.148370 [ 278 ] {6a118745-6d12-41ba-b430-71ed46cf54c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3507 2025.02.21 21:28:47.148420 [ 278 ] {6a118745-6d12-41ba-b430-71ed46cf54c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3508 2025.02.21 21:28:47.148908 [ 278 ] {6a118745-6d12-41ba-b430-71ed46cf54c4} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3509 2025.02.21 21:28:47.148945 [ 278 ] {6a118745-6d12-41ba-b430-71ed46cf54c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3510 2025.02.21 21:28:47.149309 [ 278 ] {6a118745-6d12-41ba-b430-71ed46cf54c4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3511 2025.02.21 21:28:47.149561 [ 278 ] {6a118745-6d12-41ba-b430-71ed46cf54c4} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3512 2025.02.21 21:28:47.149774 [ 278 ] {6a118745-6d12-41ba-b430-71ed46cf54c4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec.
3513 2025.02.21 21:28:47.149954 [ 278 ] {6a118745-6d12-41ba-b430-71ed46cf54c4} <Debug> TCPHandler: Processed in 0.001739578 sec.
3514 2025.02.21 21:28:48.090900 [ 130 ] {} <Debug> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3515 2025.02.21 21:28:48.090968 [ 130 ] {} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3516 2025.02.21 21:28:48.090990 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3517 2025.02.21 21:28:48.091325 [ 189 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full
3518 2025.02.21 21:28:48.091580 [ 189 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3519 2025.02.21 21:28:48.091649 [ 189 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part
3520 2025.02.21 21:28:48.091803 [ 189 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
3521 2025.02.21 21:28:48.092056 [ 189 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part
3522 2025.02.21 21:28:48.092306 [ 189 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
3523 2025.02.21 21:28:48.092399 [ 189 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
3524 2025.02.21 21:28:48.093588 [ 194 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.002489999 sec., 4016.065869905972 rows/sec., 269.05 KiB/sec.
3525 2025.02.21 21:28:48.093779 [ 198 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3526 2025.02.21 21:28:48.094115 [ 198 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_9_2} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3527 2025.02.21 21:28:48.094203 [ 198 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_9_2} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3528 2025.02.21 21:28:48.094300 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3529 2025.02.21 21:28:48.559406 [ 130 ] {} <Debug> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0
3530 2025.02.21 21:28:48.559475 [ 130 ] {} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3531 2025.02.21 21:28:48.559503 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3532 2025.02.21 21:28:48.559684 [ 194 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full
3533 2025.02.21 21:28:48.559919 [ 194 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3534 2025.02.21 21:28:48.559961 [ 194 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 152 rows starting from the beginning of the part
3535 2025.02.21 21:28:48.560069 [ 194 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 145 rows starting from the beginning of the part
3536 2025.02.21 21:28:48.560174 [ 194 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part
3537 2025.02.21 21:28:48.560428 [ 194 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 145 rows starting from the beginning of the part
3538 2025.02.21 21:28:48.560564 [ 194 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 147 rows starting from the beginning of the part
3539 2025.02.21 21:28:48.561677 [ 198 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 591 rows, containing 5 columns (5 merged, 0 gathered) in 0.002110789 sec., 279990.089014108 rows/sec., 18.66 MiB/sec.
3540 2025.02.21 21:28:48.561873 [ 192 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3541 2025.02.21 21:28:48.562220 [ 192 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_10_2} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3542 2025.02.21 21:28:48.562309 [ 192 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_10_2} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2
3543 2025.02.21 21:28:48.562417 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
3544 2025.02.21 21:28:49.400181 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache
3545 2025.02.21 21:28:49.400234 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache
3546 2025.02.21 21:28:49.507564 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
3547 2025.02.21 21:28:49.508198 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3548 2025.02.21 21:28:49.508247 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3549 2025.02.21 21:28:49.508839 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3550 2025.02.21 21:28:49.509106 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3551 2025.02.21 21:28:49.509260 [ 127 ] {} <Debug> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3552 2025.02.21 21:28:49.509293 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3553 2025.02.21 21:28:49.509310 [ 127 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3554 2025.02.21 21:28:49.509332 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3555 2025.02.21 21:28:49.509502 [ 195 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
3556 2025.02.21 21:28:49.509774 [ 195 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3557 2025.02.21 21:28:49.509808 [ 195 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part
3558 2025.02.21 21:28:49.509876 [ 195 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part
3559 2025.02.21 21:28:49.510042 [ 195 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part
3560 2025.02.21 21:28:49.510370 [ 195 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part
3561 2025.02.21 21:28:49.510556 [ 195 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part
3562 2025.02.21 21:28:49.510715 [ 195 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part
3563 2025.02.21 21:28:49.512504 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003113676 sec., 2370509.969566519 rows/sec., 33.91 MiB/sec.
3564 2025.02.21 21:28:49.513372 [ 186 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3565 2025.02.21 21:28:49.513738 [ 186 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_16_3} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3566 2025.02.21 21:28:49.513834 [ 186 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_16_3} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3567 2025.02.21 21:28:49.513955 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB.
3568 2025.02.21 21:28:49.537140 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 508
3569 2025.02.21 21:28:49.539766 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3570 2025.02.21 21:28:49.539813 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3571 2025.02.21 21:28:49.541267 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3572 2025.02.21 21:28:49.541580 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3573 2025.02.21 21:28:49.541766 [ 127 ] {} <Debug> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3574 2025.02.21 21:28:49.541834 [ 127 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3575 2025.02.21 21:28:49.541872 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3576 2025.02.21 21:28:49.542282 [ 193 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
3577 2025.02.21 21:28:49.543088 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 508
3578 2025.02.21 21:28:49.543582 [ 193 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3579 2025.02.21 21:28:49.543776 [ 193 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 324 rows starting from the beginning of the part
3580 2025.02.21 21:28:49.544498 [ 193 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part
3581 2025.02.21 21:28:49.545127 [ 193 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part
3582 2025.02.21 21:28:49.545973 [ 193 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part
3583 2025.02.21 21:28:49.546734 [ 193 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 54 rows starting from the beginning of the part
3584 2025.02.21 21:28:49.547367 [ 193 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part
3585 2025.02.21 21:28:49.556448 [ 198 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 508 rows, containing 72 columns (72 merged, 0 gathered) in 0.014454959 sec., 35143.64862605283 rows/sec., 32.01 MiB/sec.
3586 2025.02.21 21:28:49.557660 [ 190 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3587 2025.02.21 21:28:49.558499 [ 190 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_11_2} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3588 2025.02.21 21:28:49.558600 [ 190 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_11_2} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3589 2025.02.21 21:28:49.558997 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB.
3590 2025.02.21 21:28:50.001353 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000966127 sec.
3591 2025.02.21 21:28:50.031588 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
3592 2025.02.21 21:28:50.053338 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3593 2025.02.21 21:28:50.053406 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3594 2025.02.21 21:28:50.061316 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3595 2025.02.21 21:28:50.062131 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3596 2025.02.21 21:28:50.062566 [ 123 ] {} <Debug> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3597 2025.02.21 21:28:50.062734 [ 123 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3598 2025.02.21 21:28:50.062832 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3599 2025.02.21 21:28:50.063369 [ 190 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
3600 2025.02.21 21:28:50.078974 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3601 2025.02.21 21:28:50.080470 [ 190 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3602 2025.02.21 21:28:50.082038 [ 190 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part
3603 2025.02.21 21:28:50.087713 [ 190 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part
3604 2025.02.21 21:28:50.093436 [ 190 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part
3605 2025.02.21 21:28:50.098925 [ 190 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part
3606 2025.02.21 21:28:50.104703 [ 190 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part
3607 2025.02.21 21:28:50.109468 [ 190 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part
3608 2025.02.21 21:28:50.167652 [ 200 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.104633059 sec., 1156.422273767223 rows/sec., 5.98 MiB/sec.
3609 2025.02.21 21:28:50.170666 [ 188 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3610 2025.02.21 21:28:50.173703 [ 188 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_16_3} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3611 2025.02.21 21:28:50.173798 [ 188 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_16_3} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3612 2025.02.21 21:28:50.176339 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB.
3613 2025.02.21 21:28:51.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.93 MiB, peak 187.91 MiB, free memory in arenas 0.00 B, will set to 179.22 MiB (RSS), difference: 1.29 MiB
3614 2025.02.21 21:28:52.149751 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3615 2025.02.21 21:28:52.149950 [ 275 ] {11e385f4-d616-43c6-b3ab-80406fe18851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3616 2025.02.21 21:28:52.150028 [ 275 ] {11e385f4-d616-43c6-b3ab-80406fe18851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3617 2025.02.21 21:28:52.150896 [ 275 ] {11e385f4-d616-43c6-b3ab-80406fe18851} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3618 2025.02.21 21:28:52.150947 [ 275 ] {11e385f4-d616-43c6-b3ab-80406fe18851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3619 2025.02.21 21:28:52.151446 [ 275 ] {11e385f4-d616-43c6-b3ab-80406fe18851} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3620 2025.02.21 21:28:52.151707 [ 275 ] {11e385f4-d616-43c6-b3ab-80406fe18851} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3621 2025.02.21 21:28:52.151911 [ 275 ] {11e385f4-d616-43c6-b3ab-80406fe18851} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002017 sec., 105106.59395141299 rows/sec., 6.68 MiB/sec.
3622 2025.02.21 21:28:52.151983 [ 275 ] {11e385f4-d616-43c6-b3ab-80406fe18851} <Debug> TCPHandler: Processed in 0.002367975 sec.
3623 2025.02.21 21:28:52.152192 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3624 2025.02.21 21:28:52.152316 [ 278 ] {278fd220-78f2-4cea-b896-26fd9b4be029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3625 2025.02.21 21:28:52.152367 [ 278 ] {278fd220-78f2-4cea-b896-26fd9b4be029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3626 2025.02.21 21:28:52.153324 [ 278 ] {278fd220-78f2-4cea-b896-26fd9b4be029} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3627 2025.02.21 21:28:52.153364 [ 278 ] {278fd220-78f2-4cea-b896-26fd9b4be029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3628 2025.02.21 21:28:52.153789 [ 278 ] {278fd220-78f2-4cea-b896-26fd9b4be029} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3629 2025.02.21 21:28:52.154045 [ 278 ] {278fd220-78f2-4cea-b896-26fd9b4be029} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3630 2025.02.21 21:28:52.154235 [ 278 ] {278fd220-78f2-4cea-b896-26fd9b4be029} <Debug> executeQuery: Read 695 rows, 56.81 KiB in 0.00195 sec., 356410.25641025644 rows/sec., 28.45 MiB/sec.
3631 2025.02.21 21:28:52.154289 [ 278 ] {278fd220-78f2-4cea-b896-26fd9b4be029} <Debug> TCPHandler: Processed in 0.00215595 sec.
3632 2025.02.21 21:28:52.154473 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3633 2025.02.21 21:28:52.154607 [ 275 ] {0a62d78f-f079-4300-a966-d38969e004e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3634 2025.02.21 21:28:52.154677 [ 275 ] {0a62d78f-f079-4300-a966-d38969e004e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3635 2025.02.21 21:28:52.155386 [ 275 ] {0a62d78f-f079-4300-a966-d38969e004e9} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3636 2025.02.21 21:28:52.155432 [ 275 ] {0a62d78f-f079-4300-a966-d38969e004e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3637 2025.02.21 21:28:52.155802 [ 275 ] {0a62d78f-f079-4300-a966-d38969e004e9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3638 2025.02.21 21:28:52.156035 [ 275 ] {0a62d78f-f079-4300-a966-d38969e004e9} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3639 2025.02.21 21:28:52.156221 [ 275 ] {0a62d78f-f079-4300-a966-d38969e004e9} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001646 sec., 88092.34507897934 rows/sec., 5.53 MiB/sec.
3640 2025.02.21 21:28:52.156274 [ 275 ] {0a62d78f-f079-4300-a966-d38969e004e9} <Debug> TCPHandler: Processed in 0.001865962 sec.
3641 2025.02.21 21:28:52.156422 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3642 2025.02.21 21:28:52.156548 [ 278 ] {81a1a682-c5b3-4a2a-8e8a-81efe1e33320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3643 2025.02.21 21:28:52.156601 [ 278 ] {81a1a682-c5b3-4a2a-8e8a-81efe1e33320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3644 2025.02.21 21:28:52.157279 [ 278 ] {81a1a682-c5b3-4a2a-8e8a-81efe1e33320} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3645 2025.02.21 21:28:52.157324 [ 278 ] {81a1a682-c5b3-4a2a-8e8a-81efe1e33320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3646 2025.02.21 21:28:52.157701 [ 278 ] {81a1a682-c5b3-4a2a-8e8a-81efe1e33320} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3647 2025.02.21 21:28:52.157939 [ 278 ] {81a1a682-c5b3-4a2a-8e8a-81efe1e33320} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3648 2025.02.21 21:28:52.158130 [ 278 ] {81a1a682-c5b3-4a2a-8e8a-81efe1e33320} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001608 sec., 70273.63184079602 rows/sec., 4.55 MiB/sec.
3649 2025.02.21 21:28:52.158289 [ 278 ] {81a1a682-c5b3-4a2a-8e8a-81efe1e33320} <Debug> TCPHandler: Processed in 0.001915253 sec.
3650 2025.02.21 21:28:52.158462 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3651 2025.02.21 21:28:52.158593 [ 275 ] {8bb52785-0367-44f9-b162-4b5541414067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3652 2025.02.21 21:28:52.158648 [ 275 ] {8bb52785-0367-44f9-b162-4b5541414067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3653 2025.02.21 21:28:52.159360 [ 275 ] {8bb52785-0367-44f9-b162-4b5541414067} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3654 2025.02.21 21:28:52.159406 [ 275 ] {8bb52785-0367-44f9-b162-4b5541414067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3655 2025.02.21 21:28:52.159774 [ 275 ] {8bb52785-0367-44f9-b162-4b5541414067} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3656 2025.02.21 21:28:52.160012 [ 275 ] {8bb52785-0367-44f9-b162-4b5541414067} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3657 2025.02.21 21:28:52.160188 [ 275 ] {8bb52785-0367-44f9-b162-4b5541414067} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001626 sec., 68880.68880688807 rows/sec., 3.92 MiB/sec.
3658 2025.02.21 21:28:52.160240 [ 275 ] {8bb52785-0367-44f9-b162-4b5541414067} <Debug> TCPHandler: Processed in 0.0018365 sec.
3659 2025.02.21 21:28:52.160375 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3660 2025.02.21 21:28:52.160486 [ 278 ] {921938de-d0b4-4fb5-b1d6-1d048aeb1a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3661 2025.02.21 21:28:52.160540 [ 278 ] {921938de-d0b4-4fb5-b1d6-1d048aeb1a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3662 2025.02.21 21:28:52.161331 [ 278 ] {921938de-d0b4-4fb5-b1d6-1d048aeb1a43} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3663 2025.02.21 21:28:52.161376 [ 278 ] {921938de-d0b4-4fb5-b1d6-1d048aeb1a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3664 2025.02.21 21:28:52.161754 [ 278 ] {921938de-d0b4-4fb5-b1d6-1d048aeb1a43} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3665 2025.02.21 21:28:52.161992 [ 278 ] {921938de-d0b4-4fb5-b1d6-1d048aeb1a43} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3666 2025.02.21 21:28:52.162165 [ 278 ] {921938de-d0b4-4fb5-b1d6-1d048aeb1a43} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001707 sec., 246631.5172817809 rows/sec., 17.57 MiB/sec.
3667 2025.02.21 21:28:52.162215 [ 278 ] {921938de-d0b4-4fb5-b1d6-1d048aeb1a43} <Debug> TCPHandler: Processed in 0.001890262 sec.
3668 2025.02.21 21:28:52.162344 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3669 2025.02.21 21:28:52.162451 [ 275 ] {04d65aad-f4a6-45c3-a2a7-9665a8751708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3670 2025.02.21 21:28:52.162507 [ 275 ] {04d65aad-f4a6-45c3-a2a7-9665a8751708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3671 2025.02.21 21:28:52.163056 [ 275 ] {04d65aad-f4a6-45c3-a2a7-9665a8751708} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3672 2025.02.21 21:28:52.163101 [ 275 ] {04d65aad-f4a6-45c3-a2a7-9665a8751708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3673 2025.02.21 21:28:52.163529 [ 275 ] {04d65aad-f4a6-45c3-a2a7-9665a8751708} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3674 2025.02.21 21:28:52.163763 [ 275 ] {04d65aad-f4a6-45c3-a2a7-9665a8751708} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3675 2025.02.21 21:28:52.163982 [ 275 ] {04d65aad-f4a6-45c3-a2a7-9665a8751708} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 202.90 KiB/sec.
3676 2025.02.21 21:28:52.164167 [ 275 ] {04d65aad-f4a6-45c3-a2a7-9665a8751708} <Debug> TCPHandler: Processed in 0.001871822 sec.
3677 2025.02.21 21:28:52.164322 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3678 2025.02.21 21:28:52.164429 [ 278 ] {59e763b0-cc97-4319-9ca8-85f7149cc6b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3679 2025.02.21 21:28:52.164482 [ 278 ] {59e763b0-cc97-4319-9ca8-85f7149cc6b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3680 2025.02.21 21:28:52.165130 [ 278 ] {59e763b0-cc97-4319-9ca8-85f7149cc6b9} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3681 2025.02.21 21:28:52.165176 [ 278 ] {59e763b0-cc97-4319-9ca8-85f7149cc6b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3682 2025.02.21 21:28:52.165599 [ 278 ] {59e763b0-cc97-4319-9ca8-85f7149cc6b9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3683 2025.02.21 21:28:52.165849 [ 278 ] {59e763b0-cc97-4319-9ca8-85f7149cc6b9} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3684 2025.02.21 21:28:52.166027 [ 278 ] {59e763b0-cc97-4319-9ca8-85f7149cc6b9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001621 sec., 146206.04565083282 rows/sec., 9.80 MiB/sec.
3685 2025.02.21 21:28:52.166077 [ 278 ] {59e763b0-cc97-4319-9ca8-85f7149cc6b9} <Debug> TCPHandler: Processed in 0.00180562 sec.
3686 2025.02.21 21:28:52.166216 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3687 2025.02.21 21:28:52.166323 [ 275 ] {81353022-70af-4d36-8d8e-809c0af4df8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3688 2025.02.21 21:28:52.166369 [ 275 ] {81353022-70af-4d36-8d8e-809c0af4df8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3689 2025.02.21 21:28:52.166871 [ 275 ] {81353022-70af-4d36-8d8e-809c0af4df8e} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3690 2025.02.21 21:28:52.166914 [ 275 ] {81353022-70af-4d36-8d8e-809c0af4df8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3691 2025.02.21 21:28:52.167325 [ 275 ] {81353022-70af-4d36-8d8e-809c0af4df8e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3692 2025.02.21 21:28:52.167574 [ 275 ] {81353022-70af-4d36-8d8e-809c0af4df8e} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3693 2025.02.21 21:28:52.167800 [ 275 ] {81353022-70af-4d36-8d8e-809c0af4df8e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001492 sec., 670.2412868632707 rows/sec., 45.16 KiB/sec.
3694 2025.02.21 21:28:52.167970 [ 275 ] {81353022-70af-4d36-8d8e-809c0af4df8e} <Debug> TCPHandler: Processed in 0.00180572 sec.
3695 2025.02.21 21:28:52.168116 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3696 2025.02.21 21:28:52.168221 [ 278 ] {35b3e2fa-0f48-486f-b713-f855d3221ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3697 2025.02.21 21:28:52.168291 [ 278 ] {35b3e2fa-0f48-486f-b713-f855d3221ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3698 2025.02.21 21:28:52.169501 [ 278 ] {35b3e2fa-0f48-486f-b713-f855d3221ac4} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3699 2025.02.21 21:28:52.169539 [ 278 ] {35b3e2fa-0f48-486f-b713-f855d3221ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3700 2025.02.21 21:28:52.170196 [ 278 ] {35b3e2fa-0f48-486f-b713-f855d3221ac4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3701 2025.02.21 21:28:52.170452 [ 278 ] {35b3e2fa-0f48-486f-b713-f855d3221ac4} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3702 2025.02.21 21:28:52.170647 [ 278 ] {35b3e2fa-0f48-486f-b713-f855d3221ac4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002448 sec., 15931.372549019607 rows/sec., 28.55 MiB/sec.
3703 2025.02.21 21:28:52.170750 [ 278 ] {35b3e2fa-0f48-486f-b713-f855d3221ac4} <Debug> TCPHandler: Processed in 0.002683715 sec.
3704 2025.02.21 21:28:52.170893 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3705 2025.02.21 21:28:52.171022 [ 275 ] {f05f24bd-dc42-4a00-93cd-ee85827d3b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3706 2025.02.21 21:28:52.171076 [ 275 ] {f05f24bd-dc42-4a00-93cd-ee85827d3b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3707 2025.02.21 21:28:52.171570 [ 275 ] {f05f24bd-dc42-4a00-93cd-ee85827d3b3c} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3708 2025.02.21 21:28:52.171606 [ 275 ] {f05f24bd-dc42-4a00-93cd-ee85827d3b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3709 2025.02.21 21:28:52.171960 [ 275 ] {f05f24bd-dc42-4a00-93cd-ee85827d3b3c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3710 2025.02.21 21:28:52.172193 [ 275 ] {f05f24bd-dc42-4a00-93cd-ee85827d3b3c} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3711 2025.02.21 21:28:52.172413 [ 275 ] {f05f24bd-dc42-4a00-93cd-ee85827d3b3c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001419 sec., 57787.17406624384 rows/sec., 3.67 MiB/sec.
3712 2025.02.21 21:28:52.172653 [ 275 ] {f05f24bd-dc42-4a00-93cd-ee85827d3b3c} <Debug> TCPHandler: Processed in 0.00181228 sec.
3713 2025.02.21 21:28:57.009426 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
3714 2025.02.21 21:28:57.010167 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3715 2025.02.21 21:28:57.010216 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3716 2025.02.21 21:28:57.010789 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3717 2025.02.21 21:28:57.011047 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3718 2025.02.21 21:28:57.011285 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
3719 2025.02.21 21:28:57.141470 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3720 2025.02.21 21:28:57.141683 [ 275 ] {efb88c4c-9354-44f4-96a4-3a24bafd3d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3721 2025.02.21 21:28:57.141761 [ 275 ] {efb88c4c-9354-44f4-96a4-3a24bafd3d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3722 2025.02.21 21:28:57.142587 [ 275 ] {efb88c4c-9354-44f4-96a4-3a24bafd3d01} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3723 2025.02.21 21:28:57.142641 [ 275 ] {efb88c4c-9354-44f4-96a4-3a24bafd3d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3724 2025.02.21 21:28:57.143093 [ 275 ] {efb88c4c-9354-44f4-96a4-3a24bafd3d01} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3725 2025.02.21 21:28:57.143387 [ 275 ] {efb88c4c-9354-44f4-96a4-3a24bafd3d01} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3726 2025.02.21 21:28:57.143682 [ 275 ] {efb88c4c-9354-44f4-96a4-3a24bafd3d01} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002042 sec., 27424.09402546523 rows/sec., 2.11 MiB/sec.
3727 2025.02.21 21:28:57.143843 [ 275 ] {efb88c4c-9354-44f4-96a4-3a24bafd3d01} <Debug> TCPHandler: Processed in 0.002509519 sec.
3728 2025.02.21 21:28:57.144059 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3729 2025.02.21 21:28:57.144186 [ 278 ] {c6b4c4fb-518e-4894-aee5-3cc2a28ba232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3730 2025.02.21 21:28:57.144241 [ 278 ] {c6b4c4fb-518e-4894-aee5-3cc2a28ba232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3731 2025.02.21 21:28:57.144864 [ 278 ] {c6b4c4fb-518e-4894-aee5-3cc2a28ba232} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3732 2025.02.21 21:28:57.144907 [ 278 ] {c6b4c4fb-518e-4894-aee5-3cc2a28ba232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3733 2025.02.21 21:28:57.145277 [ 278 ] {c6b4c4fb-518e-4894-aee5-3cc2a28ba232} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3734 2025.02.21 21:28:57.145518 [ 278 ] {c6b4c4fb-518e-4894-aee5-3cc2a28ba232} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3735 2025.02.21 21:28:57.145736 [ 278 ] {c6b4c4fb-518e-4894-aee5-3cc2a28ba232} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001581 sec., 40480.708412397216 rows/sec., 3.16 MiB/sec.
3736 2025.02.21 21:28:57.145795 [ 278 ] {c6b4c4fb-518e-4894-aee5-3cc2a28ba232} <Debug> TCPHandler: Processed in 0.001799629 sec.
3737 2025.02.21 21:28:57.145963 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3738 2025.02.21 21:28:57.146096 [ 275 ] {d2c28fe1-1481-4679-b6ec-27eda28fee10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3739 2025.02.21 21:28:57.146157 [ 275 ] {d2c28fe1-1481-4679-b6ec-27eda28fee10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3740 2025.02.21 21:28:57.146778 [ 275 ] {d2c28fe1-1481-4679-b6ec-27eda28fee10} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3741 2025.02.21 21:28:57.146819 [ 275 ] {d2c28fe1-1481-4679-b6ec-27eda28fee10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3742 2025.02.21 21:28:57.147206 [ 275 ] {d2c28fe1-1481-4679-b6ec-27eda28fee10} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3743 2025.02.21 21:28:57.147440 [ 275 ] {d2c28fe1-1481-4679-b6ec-27eda28fee10} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3744 2025.02.21 21:28:57.147672 [ 275 ] {d2c28fe1-1481-4679-b6ec-27eda28fee10} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001606 sec., 99626.40099626401 rows/sec., 6.94 MiB/sec.
3745 2025.02.21 21:28:57.147726 [ 275 ] {d2c28fe1-1481-4679-b6ec-27eda28fee10} <Debug> TCPHandler: Processed in 0.001826721 sec.
3746 2025.02.21 21:28:57.147898 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3747 2025.02.21 21:28:57.148028 [ 278 ] {badd295e-050b-4419-a01c-aff5bd914126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3748 2025.02.21 21:28:57.148086 [ 278 ] {badd295e-050b-4419-a01c-aff5bd914126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3749 2025.02.21 21:28:57.148634 [ 278 ] {badd295e-050b-4419-a01c-aff5bd914126} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3750 2025.02.21 21:28:57.148680 [ 278 ] {badd295e-050b-4419-a01c-aff5bd914126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3751 2025.02.21 21:28:57.149049 [ 278 ] {badd295e-050b-4419-a01c-aff5bd914126} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3752 2025.02.21 21:28:57.149304 [ 278 ] {badd295e-050b-4419-a01c-aff5bd914126} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3753 2025.02.21 21:28:57.149520 [ 278 ] {badd295e-050b-4419-a01c-aff5bd914126} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001522 sec., 39421.813403416556 rows/sec., 2.66 MiB/sec.
3754 2025.02.21 21:28:57.149570 [ 278 ] {badd295e-050b-4419-a01c-aff5bd914126} <Debug> TCPHandler: Processed in 0.001734598 sec.
3755 2025.02.21 21:28:57.579239 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3756 2025.02.21 21:28:57.598097 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3757 2025.02.21 21:28:57.598151 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3758 2025.02.21 21:28:57.605285 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3759 2025.02.21 21:28:57.606048 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3760 2025.02.21 21:28:57.609531 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3761 2025.02.21 21:28:59.543261 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 538
3762 2025.02.21 21:28:59.546411 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3763 2025.02.21 21:28:59.546468 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
3764 2025.02.21 21:28:59.548264 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3765 2025.02.21 21:28:59.548587 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3766 2025.02.21 21:28:59.549495 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 538
3767 2025.02.21 21:29:02.151728 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3768 2025.02.21 21:29:02.151958 [ 275 ] {172813a2-17eb-4510-8c19-57440c9ec102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3769 2025.02.21 21:29:02.152042 [ 275 ] {172813a2-17eb-4510-8c19-57440c9ec102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3770 2025.02.21 21:29:02.152997 [ 275 ] {172813a2-17eb-4510-8c19-57440c9ec102} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3771 2025.02.21 21:29:02.153048 [ 275 ] {172813a2-17eb-4510-8c19-57440c9ec102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3772 2025.02.21 21:29:02.153493 [ 275 ] {172813a2-17eb-4510-8c19-57440c9ec102} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3773 2025.02.21 21:29:02.153747 [ 275 ] {172813a2-17eb-4510-8c19-57440c9ec102} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3774 2025.02.21 21:29:02.154011 [ 275 ] {172813a2-17eb-4510-8c19-57440c9ec102} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002096 sec., 101145.03816793892 rows/sec., 6.43 MiB/sec.
3775 2025.02.21 21:29:02.154109 [ 275 ] {172813a2-17eb-4510-8c19-57440c9ec102} <Debug> TCPHandler: Processed in 0.00252164 sec.
3776 2025.02.21 21:29:02.154323 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3777 2025.02.21 21:29:02.154461 [ 278 ] {99fd607f-1f5a-4750-9dfd-a9d11deec2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3778 2025.02.21 21:29:02.154520 [ 278 ] {99fd607f-1f5a-4750-9dfd-a9d11deec2c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3779 2025.02.21 21:29:02.155498 [ 278 ] {99fd607f-1f5a-4750-9dfd-a9d11deec2c1} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3780 2025.02.21 21:29:02.155538 [ 278 ] {99fd607f-1f5a-4750-9dfd-a9d11deec2c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3781 2025.02.21 21:29:02.155981 [ 278 ] {99fd607f-1f5a-4750-9dfd-a9d11deec2c1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3782 2025.02.21 21:29:02.156230 [ 278 ] {99fd607f-1f5a-4750-9dfd-a9d11deec2c1} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3783 2025.02.21 21:29:02.156414 [ 112 ] {} <Debug> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3784 2025.02.21 21:29:02.156476 [ 278 ] {99fd607f-1f5a-4750-9dfd-a9d11deec2c1} <Debug> executeQuery: Read 695 rows, 56.81 KiB in 0.002043 sec., 340186.0009789525 rows/sec., 27.16 MiB/sec.
3785 2025.02.21 21:29:02.156501 [ 112 ] {} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3786 2025.02.21 21:29:02.156574 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3787 2025.02.21 21:29:02.156598 [ 278 ] {99fd607f-1f5a-4750-9dfd-a9d11deec2c1} <Debug> TCPHandler: Processed in 0.002345085 sec.
3788 2025.02.21 21:29:02.156811 [ 198 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
3789 2025.02.21 21:29:02.156831 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3790 2025.02.21 21:29:02.157007 [ 198 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3791 2025.02.21 21:29:02.157024 [ 275 ] {6c250028-7779-4f0f-9e2d-865bf7719409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3792 2025.02.21 21:29:02.157053 [ 198 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1843 rows starting from the beginning of the part
3793 2025.02.21 21:29:02.157090 [ 275 ] {6c250028-7779-4f0f-9e2d-865bf7719409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3794 2025.02.21 21:29:02.157251 [ 198 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part
3795 2025.02.21 21:29:02.157710 [ 198 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part
3796 2025.02.21 21:29:02.157908 [ 198 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 695 rows starting from the beginning of the part
3797 2025.02.21 21:29:02.158174 [ 198 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part
3798 2025.02.21 21:29:02.158563 [ 198 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 695 rows starting from the beginning of the part
3799 2025.02.21 21:29:02.159626 [ 275 ] {6c250028-7779-4f0f-9e2d-865bf7719409} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3800 2025.02.21 21:29:02.159671 [ 275 ] {6c250028-7779-4f0f-9e2d-865bf7719409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3801 2025.02.21 21:29:02.160351 [ 275 ] {6c250028-7779-4f0f-9e2d-865bf7719409} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3802 2025.02.21 21:29:02.160635 [ 275 ] {6c250028-7779-4f0f-9e2d-865bf7719409} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3803 2025.02.21 21:29:02.161000 [ 275 ] {6c250028-7779-4f0f-9e2d-865bf7719409} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.004005 sec., 36204.74406991261 rows/sec., 2.27 MiB/sec.
3804 2025.02.21 21:29:02.161502 [ 275 ] {6c250028-7779-4f0f-9e2d-865bf7719409} <Debug> TCPHandler: Processed in 0.004771842 sec.
3805 2025.02.21 21:29:02.161798 [ 200 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3401 rows, containing 5 columns (5 merged, 0 gathered) in 0.005111971 sec., 665301.1137973983 rows/sec., 56.18 MiB/sec.
3806 2025.02.21 21:29:02.161821 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3807 2025.02.21 21:29:02.161997 [ 278 ] {d71280d2-7c97-402b-8f25-22542d1694ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3808 2025.02.21 21:29:02.162079 [ 278 ] {d71280d2-7c97-402b-8f25-22542d1694ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3809 2025.02.21 21:29:02.162196 [ 200 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3810 2025.02.21 21:29:02.162862 [ 200 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_26_5} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3811 2025.02.21 21:29:02.163023 [ 200 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_26_5} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3812 2025.02.21 21:29:02.163221 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
3813 2025.02.21 21:29:02.163370 [ 278 ] {d71280d2-7c97-402b-8f25-22542d1694ad} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3814 2025.02.21 21:29:02.163415 [ 278 ] {d71280d2-7c97-402b-8f25-22542d1694ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3815 2025.02.21 21:29:02.163781 [ 278 ] {d71280d2-7c97-402b-8f25-22542d1694ad} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3816 2025.02.21 21:29:02.164021 [ 278 ] {d71280d2-7c97-402b-8f25-22542d1694ad} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3817 2025.02.21 21:29:02.164181 [ 112 ] {} <Debug> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3818 2025.02.21 21:29:02.164240 [ 112 ] {} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3819 2025.02.21 21:29:02.164272 [ 278 ] {d71280d2-7c97-402b-8f25-22542d1694ad} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002299 sec., 49151.80513266638 rows/sec., 3.18 MiB/sec.
3820 2025.02.21 21:29:02.164277 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3821 2025.02.21 21:29:02.164448 [ 278 ] {d71280d2-7c97-402b-8f25-22542d1694ad} <Debug> TCPHandler: Processed in 0.002822089 sec.
3822 2025.02.21 21:29:02.164488 [ 198 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
3823 2025.02.21 21:29:02.164593 [ 198 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3824 2025.02.21 21:29:02.164630 [ 198 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 341 rows starting from the beginning of the part
3825 2025.02.21 21:29:02.164630 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3826 2025.02.21 21:29:02.164706 [ 198 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 114 rows starting from the beginning of the part
3827 2025.02.21 21:29:02.165050 [ 275 ] {01990dc1-1055-4325-8840-893e19d8483a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3828 2025.02.21 21:29:02.165142 [ 198 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part
3829 2025.02.21 21:29:02.165244 [ 275 ] {01990dc1-1055-4325-8840-893e19d8483a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3830 2025.02.21 21:29:02.165463 [ 198 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 341 rows starting from the beginning of the part
3831 2025.02.21 21:29:02.165847 [ 198 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 113 rows starting from the beginning of the part
3832 2025.02.21 21:29:02.166177 [ 198 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 113 rows starting from the beginning of the part
3833 2025.02.21 21:29:02.167462 [ 275 ] {01990dc1-1055-4325-8840-893e19d8483a} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3834 2025.02.21 21:29:02.167506 [ 275 ] {01990dc1-1055-4325-8840-893e19d8483a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3835 2025.02.21 21:29:02.168005 [ 275 ] {01990dc1-1055-4325-8840-893e19d8483a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3836 2025.02.21 21:29:02.168130 [ 196 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.003732833 sec., 304058.60642573616 rows/sec., 21.21 MiB/sec.
3837 2025.02.21 21:29:02.168399 [ 275 ] {01990dc1-1055-4325-8840-893e19d8483a} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3838 2025.02.21 21:29:02.168399 [ 196 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3839 2025.02.21 21:29:02.168962 [ 275 ] {01990dc1-1055-4325-8840-893e19d8483a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004133 sec., 27098.959593515603 rows/sec., 1.54 MiB/sec.
3840 2025.02.21 21:29:02.169146 [ 275 ] {01990dc1-1055-4325-8840-893e19d8483a} <Debug> TCPHandler: Processed in 0.004581757 sec.
3841 2025.02.21 21:29:02.169218 [ 196 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_11_2} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3842 2025.02.21 21:29:02.169334 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3843 2025.02.21 21:29:02.169351 [ 196 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_11_2} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3844 2025.02.21 21:29:02.169516 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
3845 2025.02.21 21:29:02.169577 [ 278 ] {56014be6-3204-420c-8f5f-e406dd3da536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3846 2025.02.21 21:29:02.169640 [ 278 ] {56014be6-3204-420c-8f5f-e406dd3da536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3847 2025.02.21 21:29:02.170365 [ 278 ] {56014be6-3204-420c-8f5f-e406dd3da536} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3848 2025.02.21 21:29:02.170405 [ 278 ] {56014be6-3204-420c-8f5f-e406dd3da536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3849 2025.02.21 21:29:02.170787 [ 278 ] {56014be6-3204-420c-8f5f-e406dd3da536} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3850 2025.02.21 21:29:02.171023 [ 278 ] {56014be6-3204-420c-8f5f-e406dd3da536} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3851 2025.02.21 21:29:02.171192 [ 112 ] {} <Debug> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3852 2025.02.21 21:29:02.171250 [ 112 ] {} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3853 2025.02.21 21:29:02.171274 [ 278 ] {56014be6-3204-420c-8f5f-e406dd3da536} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001757 sec., 239612.9766647695 rows/sec., 17.07 MiB/sec.
3854 2025.02.21 21:29:02.171290 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3855 2025.02.21 21:29:02.171442 [ 278 ] {56014be6-3204-420c-8f5f-e406dd3da536} <Debug> TCPHandler: Processed in 0.002178441 sec.
3856 2025.02.21 21:29:02.171560 [ 187 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
3857 2025.02.21 21:29:02.171632 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3858 2025.02.21 21:29:02.171827 [ 187 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3859 2025.02.21 21:29:02.171875 [ 275 ] {96881358-8b10-472a-9ad2-e0d53cb74993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3860 2025.02.21 21:29:02.171898 [ 187 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part
3861 2025.02.21 21:29:02.171992 [ 275 ] {96881358-8b10-472a-9ad2-e0d53cb74993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3862 2025.02.21 21:29:02.172178 [ 187 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part
3863 2025.02.21 21:29:02.172460 [ 187 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part
3864 2025.02.21 21:29:02.172758 [ 187 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 421 rows starting from the beginning of the part
3865 2025.02.21 21:29:02.173062 [ 187 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part
3866 2025.02.21 21:29:02.173454 [ 187 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 421 rows starting from the beginning of the part
3867 2025.02.21 21:29:02.174401 [ 275 ] {96881358-8b10-472a-9ad2-e0d53cb74993} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3868 2025.02.21 21:29:02.174473 [ 275 ] {96881358-8b10-472a-9ad2-e0d53cb74993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3869 2025.02.21 21:29:02.175333 [ 275 ] {96881358-8b10-472a-9ad2-e0d53cb74993} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3870 2025.02.21 21:29:02.175837 [ 275 ] {96881358-8b10-472a-9ad2-e0d53cb74993} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3871 2025.02.21 21:29:02.176057 [ 111 ] {} <Debug> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3872 2025.02.21 21:29:02.176145 [ 111 ] {} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3873 2025.02.21 21:29:02.176184 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3874 2025.02.21 21:29:02.176191 [ 275 ] {96881358-8b10-472a-9ad2-e0d53cb74993} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004365 sec., 1374.5704467353953 rows/sec., 71.82 KiB/sec.
3875 2025.02.21 21:29:02.176735 [ 275 ] {96881358-8b10-472a-9ad2-e0d53cb74993} <Debug> TCPHandler: Processed in 0.005174932 sec.
3876 2025.02.21 21:29:02.177059 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3877 2025.02.21 21:29:02.177185 [ 196 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
3878 2025.02.21 21:29:02.177256 [ 199 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.0058256 sec., 333527.87695688 rows/sec., 25.47 MiB/sec.
3879 2025.02.21 21:29:02.177711 [ 196 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3880 2025.02.21 21:29:02.177706 [ 199 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3881 2025.02.21 21:29:02.177731 [ 278 ] {0c729f53-2725-48a7-b521-cb0e2680caac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3882 2025.02.21 21:29:02.177804 [ 196 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part
3883 2025.02.21 21:29:02.178098 [ 196 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
3884 2025.02.21 21:29:02.178173 [ 278 ] {0c729f53-2725-48a7-b521-cb0e2680caac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3885 2025.02.21 21:29:02.178499 [ 196 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
3886 2025.02.21 21:29:02.178938 [ 196 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
3887 2025.02.21 21:29:02.178928 [ 199 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_26_5} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3888 2025.02.21 21:29:02.179315 [ 196 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
3889 2025.02.21 21:29:02.179427 [ 199 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_26_5} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3890 2025.02.21 21:29:02.179722 [ 196 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
3891 2025.02.21 21:29:02.179803 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
3892 2025.02.21 21:29:02.181602 [ 278 ] {0c729f53-2725-48a7-b521-cb0e2680caac} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3893 2025.02.21 21:29:02.181690 [ 278 ] {0c729f53-2725-48a7-b521-cb0e2680caac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3894 2025.02.21 21:29:02.182628 [ 196 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006291563 sec., 10490.239070958996 rows/sec., 548.07 KiB/sec.
3895 2025.02.21 21:29:02.182811 [ 196 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3896 2025.02.21 21:29:02.182826 [ 278 ] {0c729f53-2725-48a7-b521-cb0e2680caac} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3897 2025.02.21 21:29:02.183320 [ 197 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_11_2} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3898 2025.02.21 21:29:02.183383 [ 278 ] {0c729f53-2725-48a7-b521-cb0e2680caac} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3899 2025.02.21 21:29:02.183555 [ 197 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_11_2} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3900 2025.02.21 21:29:02.183705 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3901 2025.02.21 21:29:02.183825 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3902 2025.02.21 21:29:02.183879 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3903 2025.02.21 21:29:02.183897 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3904 2025.02.21 21:29:02.183952 [ 278 ] {0c729f53-2725-48a7-b521-cb0e2680caac} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006487 sec., 36534.60767689225 rows/sec., 2.45 MiB/sec.
3905 2025.02.21 21:29:02.184359 [ 278 ] {0c729f53-2725-48a7-b521-cb0e2680caac} <Debug> TCPHandler: Processed in 0.007486526 sec.
3906 2025.02.21 21:29:02.184715 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3907 2025.02.21 21:29:02.184837 [ 199 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
3908 2025.02.21 21:29:02.185013 [ 275 ] {037cf741-f8ee-43b0-ac91-0d7531cbc3e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3909 2025.02.21 21:29:02.185123 [ 275 ] {037cf741-f8ee-43b0-ac91-0d7531cbc3e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3910 2025.02.21 21:29:02.185219 [ 199 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3911 2025.02.21 21:29:02.185317 [ 199 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7490 rows starting from the beginning of the part
3912 2025.02.21 21:29:02.185660 [ 199 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 130 rows starting from the beginning of the part
3913 2025.02.21 21:29:02.186045 [ 199 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part
3914 2025.02.21 21:29:02.186335 [ 199 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part
3915 2025.02.21 21:29:02.186660 [ 199 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part
3916 2025.02.21 21:29:02.186999 [ 199 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part
3917 2025.02.21 21:29:02.187498 [ 275 ] {037cf741-f8ee-43b0-ac91-0d7531cbc3e3} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3918 2025.02.21 21:29:02.187570 [ 275 ] {037cf741-f8ee-43b0-ac91-0d7531cbc3e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3919 2025.02.21 21:29:02.188334 [ 275 ] {037cf741-f8ee-43b0-ac91-0d7531cbc3e3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3920 2025.02.21 21:29:02.188612 [ 275 ] {037cf741-f8ee-43b0-ac91-0d7531cbc3e3} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3921 2025.02.21 21:29:02.189104 [ 275 ] {037cf741-f8ee-43b0-ac91-0d7531cbc3e3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004172 sec., 239.6931927133269 rows/sec., 16.15 KiB/sec.
3922 2025.02.21 21:29:02.189315 [ 275 ] {037cf741-f8ee-43b0-ac91-0d7531cbc3e3} <Debug> TCPHandler: Processed in 0.004827293 sec.
3923 2025.02.21 21:29:02.189519 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3924 2025.02.21 21:29:02.189800 [ 278 ] {70602c25-b69a-4e5c-882a-53ede0ba5384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3925 2025.02.21 21:29:02.189928 [ 278 ] {70602c25-b69a-4e5c-882a-53ede0ba5384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3926 2025.02.21 21:29:02.191817 [ 278 ] {70602c25-b69a-4e5c-882a-53ede0ba5384} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3927 2025.02.21 21:29:02.191917 [ 278 ] {70602c25-b69a-4e5c-882a-53ede0ba5384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3928 2025.02.21 21:29:02.192112 [ 189 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8414 rows, containing 5 columns (5 merged, 0 gathered) in 0.008050132 sec., 1045200.2526169758 rows/sec., 70.51 MiB/sec.
3929 2025.02.21 21:29:02.192503 [ 189 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3930 2025.02.21 21:29:02.193271 [ 189 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3931 2025.02.21 21:29:02.193336 [ 278 ] {70602c25-b69a-4e5c-882a-53ede0ba5384} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3932 2025.02.21 21:29:02.193417 [ 189 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3933 2025.02.21 21:29:02.193581 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB.
3934 2025.02.21 21:29:02.193766 [ 278 ] {70602c25-b69a-4e5c-882a-53ede0ba5384} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3935 2025.02.21 21:29:02.193981 [ 111 ] {} <Debug> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3936 2025.02.21 21:29:02.194086 [ 111 ] {} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3937 2025.02.21 21:29:02.194104 [ 278 ] {70602c25-b69a-4e5c-882a-53ede0ba5384} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004395 sec., 8873.720136518772 rows/sec., 15.90 MiB/sec.
3938 2025.02.21 21:29:02.194140 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3939 2025.02.21 21:29:02.194589 [ 192 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
3940 2025.02.21 21:29:02.194760 [ 278 ] {70602c25-b69a-4e5c-882a-53ede0ba5384} <Debug> TCPHandler: Processed in 0.005329117 sec.
3941 2025.02.21 21:29:02.195269 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3942 2025.02.21 21:29:02.195401 [ 192 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3943 2025.02.21 21:29:02.195528 [ 275 ] {89b0f7e3-1182-4075-be30-7c1c7eb72053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3944 2025.02.21 21:29:02.195571 [ 192 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 130 rows starting from the beginning of the part
3945 2025.02.21 21:29:02.195644 [ 275 ] {89b0f7e3-1182-4075-be30-7c1c7eb72053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3946 2025.02.21 21:29:02.196461 [ 192 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part
3947 2025.02.21 21:29:02.197245 [ 192 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part
3948 2025.02.21 21:29:02.198034 [ 192 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part
3949 2025.02.21 21:29:02.198052 [ 275 ] {89b0f7e3-1182-4075-be30-7c1c7eb72053} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3950 2025.02.21 21:29:02.198129 [ 275 ] {89b0f7e3-1182-4075-be30-7c1c7eb72053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3951 2025.02.21 21:29:02.198611 [ 192 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part
3952 2025.02.21 21:29:02.199292 [ 192 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part
3953 2025.02.21 21:29:02.199600 [ 275 ] {89b0f7e3-1182-4075-be30-7c1c7eb72053} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3954 2025.02.21 21:29:02.200315 [ 275 ] {89b0f7e3-1182-4075-be30-7c1c7eb72053} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3955 2025.02.21 21:29:02.200616 [ 111 ] {} <Debug> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3956 2025.02.21 21:29:02.200760 [ 111 ] {} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3957 2025.02.21 21:29:02.200811 [ 275 ] {89b0f7e3-1182-4075-be30-7c1c7eb72053} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005349 sec., 15329.968218358574 rows/sec., 997.01 KiB/sec.
3958 2025.02.21 21:29:02.200854 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3959 2025.02.21 21:29:02.201163 [ 275 ] {89b0f7e3-1182-4075-be30-7c1c7eb72053} <Debug> TCPHandler: Processed in 0.006003526 sec.
3960 2025.02.21 21:29:02.201577 [ 189 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
3961 2025.02.21 21:29:02.201946 [ 189 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3962 2025.02.21 21:29:02.202023 [ 189 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1246 rows starting from the beginning of the part
3963 2025.02.21 21:29:02.202359 [ 189 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 50 rows starting from the beginning of the part
3964 2025.02.21 21:29:02.202748 [ 189 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part
3965 2025.02.21 21:29:02.203032 [ 189 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part
3966 2025.02.21 21:29:02.203334 [ 189 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part
3967 2025.02.21 21:29:02.203658 [ 189 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part
3968 2025.02.21 21:29:02.207083 [ 194 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1580 rows, containing 4 columns (4 merged, 0 gathered) in 0.005962475 sec., 264990.62889152573 rows/sec., 17.30 MiB/sec.
3969 2025.02.21 21:29:02.207440 [ 194 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3970 2025.02.21 21:29:02.207922 [ 194 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_26_5} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3971 2025.02.21 21:29:02.208083 [ 194 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_26_5} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3972 2025.02.21 21:29:02.208174 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
3973 2025.02.21 21:29:02.208669 [ 186 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 325 rows, containing 19 columns (19 merged, 0 gathered) in 0.014362707 sec., 22628.046370367367 rows/sec., 40.55 MiB/sec.
3974 2025.02.21 21:29:02.209215 [ 191 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3975 2025.02.21 21:29:02.209743 [ 191 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3976 2025.02.21 21:29:02.209847 [ 191 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3977 2025.02.21 21:29:02.209987 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB.
3978 2025.02.21 21:29:04.400295 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache
3979 2025.02.21 21:29:04.400365 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache
3980 2025.02.21 21:29:04.511428 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
3981 2025.02.21 21:29:04.512312 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3982 2025.02.21 21:29:04.512365 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3983 2025.02.21 21:29:04.512910 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3984 2025.02.21 21:29:04.513174 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3985 2025.02.21 21:29:04.513452 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3986 2025.02.21 21:29:05.109589 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3987 2025.02.21 21:29:05.129834 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3988 2025.02.21 21:29:05.129889 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3989 2025.02.21 21:29:05.137594 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3990 2025.02.21 21:29:05.138342 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3991 2025.02.21 21:29:05.141163 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3992 2025.02.21 21:29:07.141773 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3993 2025.02.21 21:29:07.142093 [ 275 ] {555ce86a-c412-489a-a244-d1e36f09aad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3994 2025.02.21 21:29:07.142164 [ 275 ] {555ce86a-c412-489a-a244-d1e36f09aad1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3995 2025.02.21 21:29:07.143006 [ 275 ] {555ce86a-c412-489a-a244-d1e36f09aad1} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3996 2025.02.21 21:29:07.143048 [ 275 ] {555ce86a-c412-489a-a244-d1e36f09aad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3997 2025.02.21 21:29:07.143486 [ 275 ] {555ce86a-c412-489a-a244-d1e36f09aad1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3998 2025.02.21 21:29:07.143744 [ 275 ] {555ce86a-c412-489a-a244-d1e36f09aad1} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3999 2025.02.21 21:29:07.143946 [ 275 ] {555ce86a-c412-489a-a244-d1e36f09aad1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001929 sec., 29030.585795749095 rows/sec., 2.23 MiB/sec.
4000 2025.02.21 21:29:07.144008 [ 275 ] {555ce86a-c412-489a-a244-d1e36f09aad1} <Debug> TCPHandler: Processed in 0.002421547 sec.
4001 2025.02.21 21:29:07.144177 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4002 2025.02.21 21:29:07.144299 [ 278 ] {e6b0f273-8136-406f-a7f2-11b86839b2ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4003 2025.02.21 21:29:07.144351 [ 278 ] {e6b0f273-8136-406f-a7f2-11b86839b2ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4004 2025.02.21 21:29:07.144946 [ 278 ] {e6b0f273-8136-406f-a7f2-11b86839b2ba} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4005 2025.02.21 21:29:07.144985 [ 278 ] {e6b0f273-8136-406f-a7f2-11b86839b2ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4006 2025.02.21 21:29:07.145360 [ 278 ] {e6b0f273-8136-406f-a7f2-11b86839b2ba} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4007 2025.02.21 21:29:07.145605 [ 278 ] {e6b0f273-8136-406f-a7f2-11b86839b2ba} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4008 2025.02.21 21:29:07.145815 [ 278 ] {e6b0f273-8136-406f-a7f2-11b86839b2ba} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001543 sec., 41477.64095917044 rows/sec., 3.24 MiB/sec.
4009 2025.02.21 21:29:07.145869 [ 278 ] {e6b0f273-8136-406f-a7f2-11b86839b2ba} <Debug> TCPHandler: Processed in 0.001750208 sec.
4010 2025.02.21 21:29:07.146003 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4011 2025.02.21 21:29:07.146129 [ 275 ] {1abfbfa6-aa23-496b-88e4-0bb3df8952e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4012 2025.02.21 21:29:07.146188 [ 275 ] {1abfbfa6-aa23-496b-88e4-0bb3df8952e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4013 2025.02.21 21:29:07.146884 [ 275 ] {1abfbfa6-aa23-496b-88e4-0bb3df8952e5} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4014 2025.02.21 21:29:07.146931 [ 275 ] {1abfbfa6-aa23-496b-88e4-0bb3df8952e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4015 2025.02.21 21:29:07.147339 [ 275 ] {1abfbfa6-aa23-496b-88e4-0bb3df8952e5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4016 2025.02.21 21:29:07.147576 [ 275 ] {1abfbfa6-aa23-496b-88e4-0bb3df8952e5} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4017 2025.02.21 21:29:07.147821 [ 275 ] {1abfbfa6-aa23-496b-88e4-0bb3df8952e5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001712 sec., 93457.94392523365 rows/sec., 6.51 MiB/sec.
4018 2025.02.21 21:29:07.147912 [ 275 ] {1abfbfa6-aa23-496b-88e4-0bb3df8952e5} <Debug> TCPHandler: Processed in 0.001957884 sec.
4019 2025.02.21 21:29:07.148148 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4020 2025.02.21 21:29:07.148288 [ 278 ] {718f505a-0d23-4985-80e7-daf03c47720b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4021 2025.02.21 21:29:07.148347 [ 278 ] {718f505a-0d23-4985-80e7-daf03c47720b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4022 2025.02.21 21:29:07.148902 [ 278 ] {718f505a-0d23-4985-80e7-daf03c47720b} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4023 2025.02.21 21:29:07.148948 [ 278 ] {718f505a-0d23-4985-80e7-daf03c47720b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4024 2025.02.21 21:29:07.149339 [ 278 ] {718f505a-0d23-4985-80e7-daf03c47720b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4025 2025.02.21 21:29:07.149574 [ 278 ] {718f505a-0d23-4985-80e7-daf03c47720b} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4026 2025.02.21 21:29:07.149833 [ 278 ] {718f505a-0d23-4985-80e7-daf03c47720b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001573 sec., 38143.67450731087 rows/sec., 2.57 MiB/sec.
4027 2025.02.21 21:29:07.150024 [ 278 ] {718f505a-0d23-4985-80e7-daf03c47720b} <Debug> TCPHandler: Processed in 0.001987395 sec.
4028 2025.02.21 21:29:07.653693 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4029 2025.02.21 21:29:07.653878 [ 275 ] {a81172e8-f94a-4ca5-909c-5ea71f0c8d28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4030 2025.02.21 21:29:07.653955 [ 275 ] {a81172e8-f94a-4ca5-909c-5ea71f0c8d28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4031 2025.02.21 21:29:07.654789 [ 275 ] {a81172e8-f94a-4ca5-909c-5ea71f0c8d28} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4032 2025.02.21 21:29:07.654841 [ 275 ] {a81172e8-f94a-4ca5-909c-5ea71f0c8d28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4033 2025.02.21 21:29:07.655287 [ 275 ] {a81172e8-f94a-4ca5-909c-5ea71f0c8d28} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4034 2025.02.21 21:29:07.655538 [ 275 ] {a81172e8-f94a-4ca5-909c-5ea71f0c8d28} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4035 2025.02.21 21:29:07.655791 [ 275 ] {a81172e8-f94a-4ca5-909c-5ea71f0c8d28} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001962 sec., 108053.00713557593 rows/sec., 6.87 MiB/sec.
4036 2025.02.21 21:29:07.656004 [ 275 ] {a81172e8-f94a-4ca5-909c-5ea71f0c8d28} <Debug> TCPHandler: Processed in 0.002429347 sec.
4037 2025.02.21 21:29:07.656184 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4038 2025.02.21 21:29:07.656299 [ 278 ] {40bf0c51-5751-4692-ac48-39dc1240212b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4039 2025.02.21 21:29:07.656346 [ 278 ] {40bf0c51-5751-4692-ac48-39dc1240212b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4040 2025.02.21 21:29:07.656922 [ 278 ] {40bf0c51-5751-4692-ac48-39dc1240212b} <Trace> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4041 2025.02.21 21:29:07.656964 [ 278 ] {40bf0c51-5751-4692-ac48-39dc1240212b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4042 2025.02.21 21:29:07.657318 [ 278 ] {40bf0c51-5751-4692-ac48-39dc1240212b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4043 2025.02.21 21:29:07.657563 [ 278 ] {40bf0c51-5751-4692-ac48-39dc1240212b} <Trace> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4044 2025.02.21 21:29:07.657813 [ 278 ] {40bf0c51-5751-4692-ac48-39dc1240212b} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001532 sec., 9138.381201044387 rows/sec., 745.17 KiB/sec.
4045 2025.02.21 21:29:07.657964 [ 278 ] {40bf0c51-5751-4692-ac48-39dc1240212b} <Debug> TCPHandler: Processed in 0.00183177 sec.
4046 2025.02.21 21:29:07.658104 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4047 2025.02.21 21:29:07.658210 [ 275 ] {9af687bf-08c3-4e20-bf34-de7044c1ccd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4048 2025.02.21 21:29:07.658257 [ 275 ] {9af687bf-08c3-4e20-bf34-de7044c1ccd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4049 2025.02.21 21:29:07.659714 [ 275 ] {9af687bf-08c3-4e20-bf34-de7044c1ccd3} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4050 2025.02.21 21:29:07.659755 [ 275 ] {9af687bf-08c3-4e20-bf34-de7044c1ccd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4051 2025.02.21 21:29:07.660241 [ 275 ] {9af687bf-08c3-4e20-bf34-de7044c1ccd3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4052 2025.02.21 21:29:07.660508 [ 275 ] {9af687bf-08c3-4e20-bf34-de7044c1ccd3} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4053 2025.02.21 21:29:07.660735 [ 275 ] {9af687bf-08c3-4e20-bf34-de7044c1ccd3} <Debug> executeQuery: Read 1838 rows, 153.55 KiB in 0.002546 sec., 721916.7321288295 rows/sec., 58.90 MiB/sec.
4054 2025.02.21 21:29:07.660789 [ 275 ] {9af687bf-08c3-4e20-bf34-de7044c1ccd3} <Debug> TCPHandler: Processed in 0.002736936 sec.
4055 2025.02.21 21:29:07.660928 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4056 2025.02.21 21:29:07.661056 [ 278 ] {acfcc5f2-d40d-4649-8b72-dc344e77dd71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4057 2025.02.21 21:29:07.661109 [ 278 ] {acfcc5f2-d40d-4649-8b72-dc344e77dd71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4058 2025.02.21 21:29:07.661816 [ 278 ] {acfcc5f2-d40d-4649-8b72-dc344e77dd71} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4059 2025.02.21 21:29:07.661863 [ 278 ] {acfcc5f2-d40d-4649-8b72-dc344e77dd71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4060 2025.02.21 21:29:07.662252 [ 278 ] {acfcc5f2-d40d-4649-8b72-dc344e77dd71} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4061 2025.02.21 21:29:07.662490 [ 278 ] {acfcc5f2-d40d-4649-8b72-dc344e77dd71} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4062 2025.02.21 21:29:07.662708 [ 278 ] {acfcc5f2-d40d-4649-8b72-dc344e77dd71} <Debug> executeQuery: Read 159 rows, 10.30 KiB in 0.00168 sec., 94642.85714285714 rows/sec., 5.98 MiB/sec.
4063 2025.02.21 21:29:07.662762 [ 278 ] {acfcc5f2-d40d-4649-8b72-dc344e77dd71} <Debug> TCPHandler: Processed in 0.001896092 sec.
4064 2025.02.21 21:29:07.662895 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4065 2025.02.21 21:29:07.663001 [ 275 ] {08368320-20b0-415c-aa0b-1579fce86562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4066 2025.02.21 21:29:07.663046 [ 275 ] {08368320-20b0-415c-aa0b-1579fce86562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4067 2025.02.21 21:29:07.663695 [ 275 ] {08368320-20b0-415c-aa0b-1579fce86562} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4068 2025.02.21 21:29:07.663735 [ 275 ] {08368320-20b0-415c-aa0b-1579fce86562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4069 2025.02.21 21:29:07.664104 [ 275 ] {08368320-20b0-415c-aa0b-1579fce86562} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4070 2025.02.21 21:29:07.664346 [ 275 ] {08368320-20b0-415c-aa0b-1579fce86562} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4071 2025.02.21 21:29:07.664559 [ 275 ] {08368320-20b0-415c-aa0b-1579fce86562} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.00158 sec., 215822.78481012658 rows/sec., 14.40 MiB/sec.
4072 2025.02.21 21:29:07.664613 [ 275 ] {08368320-20b0-415c-aa0b-1579fce86562} <Debug> TCPHandler: Processed in 0.001769949 sec.
4073 2025.02.21 21:29:07.664744 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4074 2025.02.21 21:29:07.664849 [ 278 ] {79f0f489-5baa-4ffd-aff0-7657cbdb2966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4075 2025.02.21 21:29:07.664894 [ 278 ] {79f0f489-5baa-4ffd-aff0-7657cbdb2966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4076 2025.02.21 21:29:07.665453 [ 278 ] {79f0f489-5baa-4ffd-aff0-7657cbdb2966} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4077 2025.02.21 21:29:07.665492 [ 278 ] {79f0f489-5baa-4ffd-aff0-7657cbdb2966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4078 2025.02.21 21:29:07.665959 [ 278 ] {79f0f489-5baa-4ffd-aff0-7657cbdb2966} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4079 2025.02.21 21:29:07.666189 [ 278 ] {79f0f489-5baa-4ffd-aff0-7657cbdb2966} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4080 2025.02.21 21:29:07.666417 [ 278 ] {79f0f489-5baa-4ffd-aff0-7657cbdb2966} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001582 sec., 70796.46017699115 rows/sec., 4.03 MiB/sec.
4081 2025.02.21 21:29:07.666628 [ 278 ] {79f0f489-5baa-4ffd-aff0-7657cbdb2966} <Debug> TCPHandler: Processed in 0.001930594 sec.
4082 2025.02.21 21:29:07.666781 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4083 2025.02.21 21:29:07.666891 [ 275 ] {7f0dabee-b96c-4d62-ae25-648645c136b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4084 2025.02.21 21:29:07.666936 [ 275 ] {7f0dabee-b96c-4d62-ae25-648645c136b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4085 2025.02.21 21:29:07.667797 [ 275 ] {7f0dabee-b96c-4d62-ae25-648645c136b3} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4086 2025.02.21 21:29:07.667837 [ 275 ] {7f0dabee-b96c-4d62-ae25-648645c136b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4087 2025.02.21 21:29:07.668217 [ 275 ] {7f0dabee-b96c-4d62-ae25-648645c136b3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4088 2025.02.21 21:29:07.668455 [ 275 ] {7f0dabee-b96c-4d62-ae25-648645c136b3} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4089 2025.02.21 21:29:07.668672 [ 275 ] {7f0dabee-b96c-4d62-ae25-648645c136b3} <Debug> executeQuery: Read 883 rows, 65.50 KiB in 0.001803 sec., 489739.3233499723 rows/sec., 35.47 MiB/sec.
4090 2025.02.21 21:29:07.668725 [ 275 ] {7f0dabee-b96c-4d62-ae25-648645c136b3} <Debug> TCPHandler: Processed in 0.001995655 sec.
4091 2025.02.21 21:29:07.668856 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4092 2025.02.21 21:29:07.668968 [ 278 ] {229315d4-e518-4ccb-8de3-eae50384c28c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4093 2025.02.21 21:29:07.669015 [ 278 ] {229315d4-e518-4ccb-8de3-eae50384c28c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4094 2025.02.21 21:29:07.669552 [ 278 ] {229315d4-e518-4ccb-8de3-eae50384c28c} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4095 2025.02.21 21:29:07.669599 [ 278 ] {229315d4-e518-4ccb-8de3-eae50384c28c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4096 2025.02.21 21:29:07.670042 [ 278 ] {229315d4-e518-4ccb-8de3-eae50384c28c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4097 2025.02.21 21:29:07.670285 [ 278 ] {229315d4-e518-4ccb-8de3-eae50384c28c} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4098 2025.02.21 21:29:07.670490 [ 278 ] {229315d4-e518-4ccb-8de3-eae50384c28c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 202.90 KiB/sec.
4099 2025.02.21 21:29:07.670541 [ 278 ] {229315d4-e518-4ccb-8de3-eae50384c28c} <Debug> TCPHandler: Processed in 0.001737438 sec.
4100 2025.02.21 21:29:07.670679 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4101 2025.02.21 21:29:07.670784 [ 275 ] {d0e10a34-3661-4248-8886-f0c46a273e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4102 2025.02.21 21:29:07.670831 [ 275 ] {d0e10a34-3661-4248-8886-f0c46a273e8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4103 2025.02.21 21:29:07.671537 [ 275 ] {d0e10a34-3661-4248-8886-f0c46a273e8b} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4104 2025.02.21 21:29:07.671576 [ 275 ] {d0e10a34-3661-4248-8886-f0c46a273e8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4105 2025.02.21 21:29:07.672004 [ 275 ] {d0e10a34-3661-4248-8886-f0c46a273e8b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4106 2025.02.21 21:29:07.672255 [ 275 ] {d0e10a34-3661-4248-8886-f0c46a273e8b} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4107 2025.02.21 21:29:07.672466 [ 275 ] {d0e10a34-3661-4248-8886-f0c46a273e8b} <Debug> executeQuery: Read 960 rows, 65.31 KiB in 0.001703 sec., 563711.0980622431 rows/sec., 37.45 MiB/sec.
4108 2025.02.21 21:29:07.672517 [ 275 ] {d0e10a34-3661-4248-8886-f0c46a273e8b} <Debug> TCPHandler: Processed in 0.001890272 sec.
4109 2025.02.21 21:29:07.672660 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4110 2025.02.21 21:29:07.672788 [ 278 ] {429ab10d-e277-4e97-b0df-a8ad3d9f576a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4111 2025.02.21 21:29:07.672845 [ 278 ] {429ab10d-e277-4e97-b0df-a8ad3d9f576a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4112 2025.02.21 21:29:07.673301 [ 278 ] {429ab10d-e277-4e97-b0df-a8ad3d9f576a} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4113 2025.02.21 21:29:07.673341 [ 278 ] {429ab10d-e277-4e97-b0df-a8ad3d9f576a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4114 2025.02.21 21:29:07.673687 [ 278 ] {429ab10d-e277-4e97-b0df-a8ad3d9f576a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4115 2025.02.21 21:29:07.673913 [ 278 ] {429ab10d-e277-4e97-b0df-a8ad3d9f576a} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4116 2025.02.21 21:29:07.674116 [ 278 ] {429ab10d-e277-4e97-b0df-a8ad3d9f576a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001358 sec., 736.3770250368188 rows/sec., 49.62 KiB/sec.
4117 2025.02.21 21:29:07.674167 [ 278 ] {429ab10d-e277-4e97-b0df-a8ad3d9f576a} <Debug> TCPHandler: Processed in 0.001570444 sec.
4118 2025.02.21 21:29:07.674299 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4119 2025.02.21 21:29:07.674405 [ 275 ] {54d1dc8e-a279-4001-876e-1afe1965fdb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4120 2025.02.21 21:29:07.674470 [ 275 ] {54d1dc8e-a279-4001-876e-1afe1965fdb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4121 2025.02.21 21:29:07.675617 [ 275 ] {54d1dc8e-a279-4001-876e-1afe1965fdb3} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4122 2025.02.21 21:29:07.675657 [ 275 ] {54d1dc8e-a279-4001-876e-1afe1965fdb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4123 2025.02.21 21:29:07.676297 [ 275 ] {54d1dc8e-a279-4001-876e-1afe1965fdb3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4124 2025.02.21 21:29:07.676547 [ 275 ] {54d1dc8e-a279-4001-876e-1afe1965fdb3} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4125 2025.02.21 21:29:07.676779 [ 275 ] {54d1dc8e-a279-4001-876e-1afe1965fdb3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002395 sec., 16283.9248434238 rows/sec., 29.18 MiB/sec.
4126 2025.02.21 21:29:07.676870 [ 275 ] {54d1dc8e-a279-4001-876e-1afe1965fdb3} <Debug> TCPHandler: Processed in 0.002621843 sec.
4127 2025.02.21 21:29:07.677011 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4128 2025.02.21 21:29:07.677139 [ 278 ] {867566ae-a52b-4991-a6e6-06fc7e28a5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4129 2025.02.21 21:29:07.677194 [ 278 ] {867566ae-a52b-4991-a6e6-06fc7e28a5fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4130 2025.02.21 21:29:07.677706 [ 278 ] {867566ae-a52b-4991-a6e6-06fc7e28a5fc} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4131 2025.02.21 21:29:07.677753 [ 278 ] {867566ae-a52b-4991-a6e6-06fc7e28a5fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4132 2025.02.21 21:29:07.678149 [ 278 ] {867566ae-a52b-4991-a6e6-06fc7e28a5fc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4133 2025.02.21 21:29:07.678381 [ 278 ] {867566ae-a52b-4991-a6e6-06fc7e28a5fc} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4134 2025.02.21 21:29:07.678590 [ 278 ] {867566ae-a52b-4991-a6e6-06fc7e28a5fc} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001479 sec., 21636.24070317782 rows/sec., 1.25 MiB/sec.
4135 2025.02.21 21:29:07.678640 [ 278 ] {867566ae-a52b-4991-a6e6-06fc7e28a5fc} <Debug> TCPHandler: Processed in 0.001689957 sec.
4136 2025.02.21 21:29:08.000150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.92 MiB, peak 188.24 MiB, free memory in arenas 0.00 B, will set to 181.78 MiB (RSS), difference: -1.14 MiB
4137 2025.02.21 21:29:09.549668 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 592
4138 2025.02.21 21:29:09.553125 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4139 2025.02.21 21:29:09.553183 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4140 2025.02.21 21:29:09.554732 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4141 2025.02.21 21:29:09.555062 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4142 2025.02.21 21:29:09.556058 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 592
4143 2025.02.21 21:29:12.013557 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
4144 2025.02.21 21:29:12.014253 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4145 2025.02.21 21:29:12.014300 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4146 2025.02.21 21:29:12.014927 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4147 2025.02.21 21:29:12.015197 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4148 2025.02.21 21:29:12.015439 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
4149 2025.02.21 21:29:12.140118 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4150 2025.02.21 21:29:12.140304 [ 275 ] {d443ce33-1465-4266-b0d1-9197107ffa3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4151 2025.02.21 21:29:12.140377 [ 275 ] {d443ce33-1465-4266-b0d1-9197107ffa3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4152 2025.02.21 21:29:12.141170 [ 275 ] {d443ce33-1465-4266-b0d1-9197107ffa3f} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4153 2025.02.21 21:29:12.141215 [ 275 ] {d443ce33-1465-4266-b0d1-9197107ffa3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4154 2025.02.21 21:29:12.141652 [ 275 ] {d443ce33-1465-4266-b0d1-9197107ffa3f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4155 2025.02.21 21:29:12.141906 [ 275 ] {d443ce33-1465-4266-b0d1-9197107ffa3f} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4156 2025.02.21 21:29:12.142102 [ 275 ] {d443ce33-1465-4266-b0d1-9197107ffa3f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001854 sec., 30204.962243797196 rows/sec., 2.32 MiB/sec.
4157 2025.02.21 21:29:12.142158 [ 275 ] {d443ce33-1465-4266-b0d1-9197107ffa3f} <Debug> TCPHandler: Processed in 0.00217097 sec.
4158 2025.02.21 21:29:12.142346 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4159 2025.02.21 21:29:12.142464 [ 278 ] {23de2282-fa6b-46d2-b4a3-809d9cb6882b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4160 2025.02.21 21:29:12.142514 [ 278 ] {23de2282-fa6b-46d2-b4a3-809d9cb6882b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4161 2025.02.21 21:29:12.143109 [ 278 ] {23de2282-fa6b-46d2-b4a3-809d9cb6882b} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4162 2025.02.21 21:29:12.143152 [ 278 ] {23de2282-fa6b-46d2-b4a3-809d9cb6882b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4163 2025.02.21 21:29:12.143527 [ 278 ] {23de2282-fa6b-46d2-b4a3-809d9cb6882b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4164 2025.02.21 21:29:12.143776 [ 278 ] {23de2282-fa6b-46d2-b4a3-809d9cb6882b} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4165 2025.02.21 21:29:12.143981 [ 278 ] {23de2282-fa6b-46d2-b4a3-809d9cb6882b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00153 sec., 41830.06535947713 rows/sec., 3.26 MiB/sec.
4166 2025.02.21 21:29:12.144122 [ 278 ] {23de2282-fa6b-46d2-b4a3-809d9cb6882b} <Debug> TCPHandler: Processed in 0.00183608 sec.
4167 2025.02.21 21:29:12.144339 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4168 2025.02.21 21:29:12.144455 [ 275 ] {0970dc98-8690-4f12-9b4e-7420014a16e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4169 2025.02.21 21:29:12.144508 [ 275 ] {0970dc98-8690-4f12-9b4e-7420014a16e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4170 2025.02.21 21:29:12.145050 [ 275 ] {0970dc98-8690-4f12-9b4e-7420014a16e5} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4171 2025.02.21 21:29:12.145090 [ 275 ] {0970dc98-8690-4f12-9b4e-7420014a16e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4172 2025.02.21 21:29:12.145486 [ 275 ] {0970dc98-8690-4f12-9b4e-7420014a16e5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4173 2025.02.21 21:29:12.145759 [ 275 ] {0970dc98-8690-4f12-9b4e-7420014a16e5} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4174 2025.02.21 21:29:12.145962 [ 275 ] {0970dc98-8690-4f12-9b4e-7420014a16e5} <Debug> executeQuery: Read 130 rows, 9.28 KiB in 0.001522 sec., 85413.92904073588 rows/sec., 5.96 MiB/sec.
4175 2025.02.21 21:29:12.146073 [ 275 ] {0970dc98-8690-4f12-9b4e-7420014a16e5} <Debug> TCPHandler: Processed in 0.001815 sec.
4176 2025.02.21 21:29:12.146276 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4177 2025.02.21 21:29:12.146410 [ 278 ] {3ed2676d-7123-4697-a04a-7ec24ded124d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4178 2025.02.21 21:29:12.146460 [ 278 ] {3ed2676d-7123-4697-a04a-7ec24ded124d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4179 2025.02.21 21:29:12.146925 [ 278 ] {3ed2676d-7123-4697-a04a-7ec24ded124d} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4180 2025.02.21 21:29:12.146963 [ 278 ] {3ed2676d-7123-4697-a04a-7ec24ded124d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4181 2025.02.21 21:29:12.147323 [ 278 ] {3ed2676d-7123-4697-a04a-7ec24ded124d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4182 2025.02.21 21:29:12.147562 [ 278 ] {3ed2676d-7123-4697-a04a-7ec24ded124d} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4183 2025.02.21 21:29:12.147738 [ 278 ] {3ed2676d-7123-4697-a04a-7ec24ded124d} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.001352 sec., 36982.24852071006 rows/sec., 2.48 MiB/sec.
4184 2025.02.21 21:29:12.147786 [ 278 ] {3ed2676d-7123-4697-a04a-7ec24ded124d} <Debug> TCPHandler: Processed in 0.001607964 sec.
4185 2025.02.21 21:29:12.641221 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4186 2025.02.21 21:29:12.662137 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4187 2025.02.21 21:29:12.662200 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4188 2025.02.21 21:29:12.669731 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4189 2025.02.21 21:29:12.670517 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4190 2025.02.21 21:29:12.673278 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4191 2025.02.21 21:29:17.142094 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4192 2025.02.21 21:29:17.142322 [ 275 ] {7cc74f63-24d4-4c3b-90fa-8596ad4a8df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4193 2025.02.21 21:29:17.142402 [ 275 ] {7cc74f63-24d4-4c3b-90fa-8596ad4a8df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4194 2025.02.21 21:29:17.143158 [ 275 ] {7cc74f63-24d4-4c3b-90fa-8596ad4a8df1} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4195 2025.02.21 21:29:17.143203 [ 275 ] {7cc74f63-24d4-4c3b-90fa-8596ad4a8df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4196 2025.02.21 21:29:17.143660 [ 275 ] {7cc74f63-24d4-4c3b-90fa-8596ad4a8df1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4197 2025.02.21 21:29:17.143915 [ 275 ] {7cc74f63-24d4-4c3b-90fa-8596ad4a8df1} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4198 2025.02.21 21:29:17.144120 [ 275 ] {7cc74f63-24d4-4c3b-90fa-8596ad4a8df1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001856 sec., 30172.41379310345 rows/sec., 2.32 MiB/sec.
4199 2025.02.21 21:29:17.144182 [ 275 ] {7cc74f63-24d4-4c3b-90fa-8596ad4a8df1} <Debug> TCPHandler: Processed in 0.002224782 sec.
4200 2025.02.21 21:29:17.144338 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4201 2025.02.21 21:29:17.144471 [ 278 ] {2b07ff1c-21b1-46ba-807b-03f20002f21f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4202 2025.02.21 21:29:17.144528 [ 278 ] {2b07ff1c-21b1-46ba-807b-03f20002f21f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4203 2025.02.21 21:29:17.145212 [ 278 ] {2b07ff1c-21b1-46ba-807b-03f20002f21f} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4204 2025.02.21 21:29:17.145259 [ 278 ] {2b07ff1c-21b1-46ba-807b-03f20002f21f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4205 2025.02.21 21:29:17.145665 [ 278 ] {2b07ff1c-21b1-46ba-807b-03f20002f21f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4206 2025.02.21 21:29:17.145933 [ 278 ] {2b07ff1c-21b1-46ba-807b-03f20002f21f} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4207 2025.02.21 21:29:17.146124 [ 278 ] {2b07ff1c-21b1-46ba-807b-03f20002f21f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00169 sec., 37869.8224852071 rows/sec., 2.96 MiB/sec.
4208 2025.02.21 21:29:17.146176 [ 278 ] {2b07ff1c-21b1-46ba-807b-03f20002f21f} <Debug> TCPHandler: Processed in 0.001895913 sec.
4209 2025.02.21 21:29:17.146304 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4210 2025.02.21 21:29:17.146414 [ 275 ] {36685a8a-5b52-4afc-9a26-7ad6ae316bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4211 2025.02.21 21:29:17.146473 [ 275 ] {36685a8a-5b52-4afc-9a26-7ad6ae316bee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4212 2025.02.21 21:29:17.147102 [ 275 ] {36685a8a-5b52-4afc-9a26-7ad6ae316bee} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4213 2025.02.21 21:29:17.147148 [ 275 ] {36685a8a-5b52-4afc-9a26-7ad6ae316bee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4214 2025.02.21 21:29:17.147575 [ 275 ] {36685a8a-5b52-4afc-9a26-7ad6ae316bee} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4215 2025.02.21 21:29:17.147816 [ 275 ] {36685a8a-5b52-4afc-9a26-7ad6ae316bee} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4216 2025.02.21 21:29:17.147995 [ 275 ] {36685a8a-5b52-4afc-9a26-7ad6ae316bee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001606 sec., 99626.40099626401 rows/sec., 6.94 MiB/sec.
4217 2025.02.21 21:29:17.148045 [ 275 ] {36685a8a-5b52-4afc-9a26-7ad6ae316bee} <Debug> TCPHandler: Processed in 0.001791479 sec.
4218 2025.02.21 21:29:17.148176 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4219 2025.02.21 21:29:17.148281 [ 278 ] {881584af-3e7f-4c55-ba5c-ae62d53af16f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4220 2025.02.21 21:29:17.148327 [ 278 ] {881584af-3e7f-4c55-ba5c-ae62d53af16f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4221 2025.02.21 21:29:17.148765 [ 278 ] {881584af-3e7f-4c55-ba5c-ae62d53af16f} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4222 2025.02.21 21:29:17.148802 [ 278 ] {881584af-3e7f-4c55-ba5c-ae62d53af16f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4223 2025.02.21 21:29:17.149156 [ 278 ] {881584af-3e7f-4c55-ba5c-ae62d53af16f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4224 2025.02.21 21:29:17.149393 [ 278 ] {881584af-3e7f-4c55-ba5c-ae62d53af16f} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4225 2025.02.21 21:29:17.149569 [ 278 ] {881584af-3e7f-4c55-ba5c-ae62d53af16f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00131 sec., 45801.52671755725 rows/sec., 3.09 MiB/sec.
4226 2025.02.21 21:29:17.149617 [ 278 ] {881584af-3e7f-4c55-ba5c-ae62d53af16f} <Debug> TCPHandler: Processed in 0.001492422 sec.
4227 2025.02.21 21:29:19.400400 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache
4228 2025.02.21 21:29:19.400448 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache
4229 2025.02.21 21:29:19.515577 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
4230 2025.02.21 21:29:19.516578 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4231 2025.02.21 21:29:19.516622 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4232 2025.02.21 21:29:19.517178 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4233 2025.02.21 21:29:19.517428 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4234 2025.02.21 21:29:19.517637 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4235 2025.02.21 21:29:19.556282 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 608
4236 2025.02.21 21:29:19.558800 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4237 2025.02.21 21:29:19.558842 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4238 2025.02.21 21:29:19.560245 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4239 2025.02.21 21:29:19.560562 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4240 2025.02.21 21:29:19.561134 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 608
4241 2025.02.21 21:29:20.173334 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4242 2025.02.21 21:29:20.194473 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4243 2025.02.21 21:29:20.194541 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4244 2025.02.21 21:29:20.202127 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4245 2025.02.21 21:29:20.202885 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4246 2025.02.21 21:29:20.205797 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4247 2025.02.21 21:29:22.151087 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4248 2025.02.21 21:29:22.151299 [ 275 ] {51618975-98ca-45e4-9051-92fd7ba43fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4249 2025.02.21 21:29:22.151375 [ 275 ] {51618975-98ca-45e4-9051-92fd7ba43fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4250 2025.02.21 21:29:22.152284 [ 275 ] {51618975-98ca-45e4-9051-92fd7ba43fa4} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4251 2025.02.21 21:29:22.152333 [ 275 ] {51618975-98ca-45e4-9051-92fd7ba43fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4252 2025.02.21 21:29:22.152810 [ 275 ] {51618975-98ca-45e4-9051-92fd7ba43fa4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4253 2025.02.21 21:29:22.153080 [ 275 ] {51618975-98ca-45e4-9051-92fd7ba43fa4} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4254 2025.02.21 21:29:22.153227 [ 90 ] {} <Debug> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4255 2025.02.21 21:29:22.153278 [ 90 ] {} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4256 2025.02.21 21:29:22.153303 [ 275 ] {51618975-98ca-45e4-9051-92fd7ba43fa4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002054 sec., 103213.2424537488 rows/sec., 6.56 MiB/sec.
4257 2025.02.21 21:29:22.153309 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4258 2025.02.21 21:29:22.153427 [ 275 ] {51618975-98ca-45e4-9051-92fd7ba43fa4} <Debug> TCPHandler: Processed in 0.002475269 sec.
4259 2025.02.21 21:29:22.153795 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4260 2025.02.21 21:29:22.153876 [ 193 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full
4261 2025.02.21 21:29:22.154035 [ 278 ] {e66d4aa0-92f6-4988-b37a-eb511800b95d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4262 2025.02.21 21:29:22.154149 [ 278 ] {e66d4aa0-92f6-4988-b37a-eb511800b95d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4263 2025.02.21 21:29:22.154374 [ 193 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4264 2025.02.21 21:29:22.154479 [ 193 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 212 rows starting from the beginning of the part
4265 2025.02.21 21:29:22.154903 [ 193 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part
4266 2025.02.21 21:29:22.155320 [ 193 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part
4267 2025.02.21 21:29:22.155637 [ 193 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part
4268 2025.02.21 21:29:22.155882 [ 193 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part
4269 2025.02.21 21:29:22.157055 [ 278 ] {e66d4aa0-92f6-4988-b37a-eb511800b95d} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4270 2025.02.21 21:29:22.157137 [ 278 ] {e66d4aa0-92f6-4988-b37a-eb511800b95d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4271 2025.02.21 21:29:22.158354 [ 278 ] {e66d4aa0-92f6-4988-b37a-eb511800b95d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4272 2025.02.21 21:29:22.158954 [ 278 ] {e66d4aa0-92f6-4988-b37a-eb511800b95d} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4273 2025.02.21 21:29:22.159008 [ 191 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005544013 sec., 191197.242863608 rows/sec., 12.89 MiB/sec.
4274 2025.02.21 21:29:22.159167 [ 88 ] {} <Debug> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4275 2025.02.21 21:29:22.159283 [ 88 ] {} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4276 2025.02.21 21:29:22.159387 [ 278 ] {e66d4aa0-92f6-4988-b37a-eb511800b95d} <Debug> executeQuery: Read 695 rows, 56.81 KiB in 0.005431 sec., 127969.06647026331 rows/sec., 10.22 MiB/sec.
4277 2025.02.21 21:29:22.159414 [ 191 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4278 2025.02.21 21:29:22.159452 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4279 2025.02.21 21:29:22.159791 [ 278 ] {e66d4aa0-92f6-4988-b37a-eb511800b95d} <Debug> TCPHandler: Processed in 0.006207662 sec.
4280 2025.02.21 21:29:22.159874 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full
4281 2025.02.21 21:29:22.160021 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4282 2025.02.21 21:29:22.160120 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4283 2025.02.21 21:29:22.160209 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1843 rows starting from the beginning of the part
4284 2025.02.21 21:29:22.160261 [ 275 ] {03b463df-02d7-4981-a858-7d290fe79341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4285 2025.02.21 21:29:22.160425 [ 191 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_13_3} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4286 2025.02.21 21:29:22.160437 [ 275 ] {03b463df-02d7-4981-a858-7d290fe79341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4287 2025.02.21 21:29:22.160625 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part
4288 2025.02.21 21:29:22.160962 [ 191 ] {60615432-0db2-4d5e-a3af-caac74f4d12b::all_1_13_3} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4289 2025.02.21 21:29:22.161116 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1838 rows starting from the beginning of the part
4290 2025.02.21 21:29:22.161355 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
4291 2025.02.21 21:29:22.161541 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part
4292 2025.02.21 21:29:22.161770 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part
4293 2025.02.21 21:29:22.162051 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 695 rows starting from the beginning of the part
4294 2025.02.21 21:29:22.162883 [ 275 ] {03b463df-02d7-4981-a858-7d290fe79341} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4295 2025.02.21 21:29:22.162928 [ 275 ] {03b463df-02d7-4981-a858-7d290fe79341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4296 2025.02.21 21:29:22.163440 [ 275 ] {03b463df-02d7-4981-a858-7d290fe79341} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4297 2025.02.21 21:29:22.163775 [ 275 ] {03b463df-02d7-4981-a858-7d290fe79341} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4298 2025.02.21 21:29:22.164020 [ 275 ] {03b463df-02d7-4981-a858-7d290fe79341} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.003851 sec., 37652.55777720073 rows/sec., 2.36 MiB/sec.
4299 2025.02.21 21:29:22.164076 [ 275 ] {03b463df-02d7-4981-a858-7d290fe79341} <Debug> TCPHandler: Processed in 0.004139134 sec.
4300 2025.02.21 21:29:22.164208 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4301 2025.02.21 21:29:22.164316 [ 278 ] {796651cb-04fe-4076-aa0f-68c8a13e3035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4302 2025.02.21 21:29:22.164362 [ 278 ] {796651cb-04fe-4076-aa0f-68c8a13e3035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4303 2025.02.21 21:29:22.164692 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4544 rows, containing 5 columns (5 merged, 0 gathered) in 0.00507096 sec., 896082.7930017195 rows/sec., 76.13 MiB/sec.
4304 2025.02.21 21:29:22.164913 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4305 2025.02.21 21:29:22.165213 [ 278 ] {796651cb-04fe-4076-aa0f-68c8a13e3035} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4306 2025.02.21 21:29:22.165258 [ 278 ] {796651cb-04fe-4076-aa0f-68c8a13e3035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4307 2025.02.21 21:29:22.165272 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_31_6} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4308 2025.02.21 21:29:22.165379 [ 186 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_31_6} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4309 2025.02.21 21:29:22.165470 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
4310 2025.02.21 21:29:22.165705 [ 278 ] {796651cb-04fe-4076-aa0f-68c8a13e3035} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4311 2025.02.21 21:29:22.165972 [ 278 ] {796651cb-04fe-4076-aa0f-68c8a13e3035} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4312 2025.02.21 21:29:22.166191 [ 278 ] {796651cb-04fe-4076-aa0f-68c8a13e3035} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001898 sec., 59536.354056902004 rows/sec., 3.85 MiB/sec.
4313 2025.02.21 21:29:22.166247 [ 278 ] {796651cb-04fe-4076-aa0f-68c8a13e3035} <Debug> TCPHandler: Processed in 0.002093658 sec.
4314 2025.02.21 21:29:22.166382 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4315 2025.02.21 21:29:22.166488 [ 275 ] {c0b35023-bc3e-43b3-addc-edd5ac7b7234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4316 2025.02.21 21:29:22.166534 [ 275 ] {c0b35023-bc3e-43b3-addc-edd5ac7b7234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4317 2025.02.21 21:29:22.167084 [ 275 ] {c0b35023-bc3e-43b3-addc-edd5ac7b7234} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4318 2025.02.21 21:29:22.167123 [ 275 ] {c0b35023-bc3e-43b3-addc-edd5ac7b7234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4319 2025.02.21 21:29:22.167480 [ 275 ] {c0b35023-bc3e-43b3-addc-edd5ac7b7234} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4320 2025.02.21 21:29:22.167720 [ 275 ] {c0b35023-bc3e-43b3-addc-edd5ac7b7234} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4321 2025.02.21 21:29:22.167883 [ 88 ] {} <Debug> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4322 2025.02.21 21:29:22.167939 [ 88 ] {} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4323 2025.02.21 21:29:22.167975 [ 275 ] {c0b35023-bc3e-43b3-addc-edd5ac7b7234} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001495 sec., 74916.38795986622 rows/sec., 4.27 MiB/sec.
4324 2025.02.21 21:29:22.167984 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4325 2025.02.21 21:29:22.168130 [ 275 ] {c0b35023-bc3e-43b3-addc-edd5ac7b7234} <Debug> TCPHandler: Processed in 0.001796829 sec.
4326 2025.02.21 21:29:22.168256 [ 190 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full
4327 2025.02.21 21:29:22.168317 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4328 2025.02.21 21:29:22.168436 [ 190 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4329 2025.02.21 21:29:22.168475 [ 190 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 112 rows starting from the beginning of the part
4330 2025.02.21 21:29:22.168479 [ 278 ] {ba0df584-7529-492d-ace4-435be50f550a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4331 2025.02.21 21:29:22.168567 [ 278 ] {ba0df584-7529-492d-ace4-435be50f550a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4332 2025.02.21 21:29:22.168676 [ 190 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 112 rows starting from the beginning of the part
4333 2025.02.21 21:29:22.169096 [ 190 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 112 rows starting from the beginning of the part
4334 2025.02.21 21:29:22.169412 [ 190 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 112 rows starting from the beginning of the part
4335 2025.02.21 21:29:22.169806 [ 190 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 112 rows starting from the beginning of the part
4336 2025.02.21 21:29:22.171010 [ 278 ] {ba0df584-7529-492d-ace4-435be50f550a} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4337 2025.02.21 21:29:22.171064 [ 278 ] {ba0df584-7529-492d-ace4-435be50f550a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4338 2025.02.21 21:29:22.171443 [ 201 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003324411 sec., 168450.89250396535 rows/sec., 10.24 MiB/sec.
4339 2025.02.21 21:29:22.171664 [ 278 ] {ba0df584-7529-492d-ace4-435be50f550a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4340 2025.02.21 21:29:22.171731 [ 201 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4341 2025.02.21 21:29:22.172112 [ 278 ] {ba0df584-7529-492d-ace4-435be50f550a} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4342 2025.02.21 21:29:22.172380 [ 88 ] {} <Debug> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4343 2025.02.21 21:29:22.172473 [ 88 ] {} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4344 2025.02.21 21:29:22.172534 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4345 2025.02.21 21:29:22.172627 [ 278 ] {ba0df584-7529-492d-ace4-435be50f550a} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.004143 sec., 101617.18561428916 rows/sec., 7.24 MiB/sec.
4346 2025.02.21 21:29:22.172778 [ 201 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_13_3} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4347 2025.02.21 21:29:22.172922 [ 197 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full
4348 2025.02.21 21:29:22.172965 [ 278 ] {ba0df584-7529-492d-ace4-435be50f550a} <Debug> TCPHandler: Processed in 0.00473148 sec.
4349 2025.02.21 21:29:22.173086 [ 201 ] {ae43c8ed-aab2-43b0-a9c4-d236d9b39267::all_1_13_3} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4350 2025.02.21 21:29:22.173268 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4351 2025.02.21 21:29:22.173296 [ 197 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4352 2025.02.21 21:29:22.173313 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
4353 2025.02.21 21:29:22.173350 [ 197 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part
4354 2025.02.21 21:29:22.173625 [ 197 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part
4355 2025.02.21 21:29:22.173636 [ 275 ] {36fb5773-c6ef-472e-9fc6-66d0f096a024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4356 2025.02.21 21:29:22.173855 [ 275 ] {36fb5773-c6ef-472e-9fc6-66d0f096a024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4357 2025.02.21 21:29:22.174018 [ 197 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 883 rows starting from the beginning of the part
4358 2025.02.21 21:29:22.174413 [ 197 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part
4359 2025.02.21 21:29:22.174743 [ 197 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part
4360 2025.02.21 21:29:22.175091 [ 197 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 421 rows starting from the beginning of the part
4361 2025.02.21 21:29:22.175956 [ 275 ] {36fb5773-c6ef-472e-9fc6-66d0f096a024} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4362 2025.02.21 21:29:22.176031 [ 275 ] {36fb5773-c6ef-472e-9fc6-66d0f096a024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4363 2025.02.21 21:29:22.176991 [ 275 ] {36fb5773-c6ef-472e-9fc6-66d0f096a024} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4364 2025.02.21 21:29:22.177407 [ 275 ] {36fb5773-c6ef-472e-9fc6-66d0f096a024} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4365 2025.02.21 21:29:22.177649 [ 275 ] {36fb5773-c6ef-472e-9fc6-66d0f096a024} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004216 sec., 1423.1499051233395 rows/sec., 74.35 KiB/sec.
4366 2025.02.21 21:29:22.177833 [ 275 ] {36fb5773-c6ef-472e-9fc6-66d0f096a024} <Debug> TCPHandler: Processed in 0.004745911 sec.
4367 2025.02.21 21:29:22.178035 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4368 2025.02.21 21:29:22.178108 [ 201 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.005449481 sec., 441326.43090231897 rows/sec., 33.79 MiB/sec.
4369 2025.02.21 21:29:22.178216 [ 278 ] {e2ae76fe-a328-4693-8b01-d3f7264bc434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4370 2025.02.21 21:29:22.178300 [ 278 ] {e2ae76fe-a328-4693-8b01-d3f7264bc434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4371 2025.02.21 21:29:22.178384 [ 201 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4372 2025.02.21 21:29:22.178981 [ 201 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_31_6} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4373 2025.02.21 21:29:22.179178 [ 201 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_31_6} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4374 2025.02.21 21:29:22.179349 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
4375 2025.02.21 21:29:22.179529 [ 278 ] {e2ae76fe-a328-4693-8b01-d3f7264bc434} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4376 2025.02.21 21:29:22.179573 [ 278 ] {e2ae76fe-a328-4693-8b01-d3f7264bc434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4377 2025.02.21 21:29:22.179975 [ 278 ] {e2ae76fe-a328-4693-8b01-d3f7264bc434} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4378 2025.02.21 21:29:22.180214 [ 278 ] {e2ae76fe-a328-4693-8b01-d3f7264bc434} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4379 2025.02.21 21:29:22.180374 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4380 2025.02.21 21:29:22.180435 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4381 2025.02.21 21:29:22.180472 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4382 2025.02.21 21:29:22.180479 [ 278 ] {e2ae76fe-a328-4693-8b01-d3f7264bc434} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002306 sec., 102775.36860364268 rows/sec., 6.89 MiB/sec.
4383 2025.02.21 21:29:22.180790 [ 278 ] {e2ae76fe-a328-4693-8b01-d3f7264bc434} <Debug> TCPHandler: Processed in 0.002850669 sec.
4384 2025.02.21 21:29:22.180828 [ 190 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full
4385 2025.02.21 21:29:22.181103 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4386 2025.02.21 21:29:22.181528 [ 190 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4387 2025.02.21 21:29:22.181550 [ 275 ] {f70c06e1-36e8-4b37-b8db-b99a7b50cca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4388 2025.02.21 21:29:22.181657 [ 190 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8414 rows starting from the beginning of the part
4389 2025.02.21 21:29:22.181721 [ 275 ] {f70c06e1-36e8-4b37-b8db-b99a7b50cca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4390 2025.02.21 21:29:22.182052 [ 190 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part
4391 2025.02.21 21:29:22.182396 [ 190 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 960 rows starting from the beginning of the part
4392 2025.02.21 21:29:22.182751 [ 190 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 130 rows starting from the beginning of the part
4393 2025.02.21 21:29:22.183034 [ 190 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part
4394 2025.02.21 21:29:22.183321 [ 190 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part
4395 2025.02.21 21:29:22.183964 [ 275 ] {f70c06e1-36e8-4b37-b8db-b99a7b50cca6} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4396 2025.02.21 21:29:22.184008 [ 275 ] {f70c06e1-36e8-4b37-b8db-b99a7b50cca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4397 2025.02.21 21:29:22.184540 [ 275 ] {f70c06e1-36e8-4b37-b8db-b99a7b50cca6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4398 2025.02.21 21:29:22.184823 [ 275 ] {f70c06e1-36e8-4b37-b8db-b99a7b50cca6} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4399 2025.02.21 21:29:22.185217 [ 275 ] {f70c06e1-36e8-4b37-b8db-b99a7b50cca6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003804 sec., 262.8811777076761 rows/sec., 17.71 KiB/sec.
4400 2025.02.21 21:29:22.185429 [ 275 ] {f70c06e1-36e8-4b37-b8db-b99a7b50cca6} <Debug> TCPHandler: Processed in 0.004537066 sec.
4401 2025.02.21 21:29:22.185618 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4402 2025.02.21 21:29:22.185741 [ 278 ] {8539e31c-3124-4f7c-a6d9-7a3615004421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4403 2025.02.21 21:29:22.185815 [ 278 ] {8539e31c-3124-4f7c-a6d9-7a3615004421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4404 2025.02.21 21:29:22.187275 [ 278 ] {8539e31c-3124-4f7c-a6d9-7a3615004421} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4405 2025.02.21 21:29:22.187314 [ 278 ] {8539e31c-3124-4f7c-a6d9-7a3615004421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4406 2025.02.21 21:29:22.187868 [ 201 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10061 rows, containing 5 columns (5 merged, 0 gathered) in 0.007286681 sec., 1380738.3635979125 rows/sec., 93.14 MiB/sec.
4407 2025.02.21 21:29:22.188351 [ 278 ] {8539e31c-3124-4f7c-a6d9-7a3615004421} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4408 2025.02.21 21:29:22.188451 [ 201 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4409 2025.02.21 21:29:22.188840 [ 278 ] {8539e31c-3124-4f7c-a6d9-7a3615004421} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4410 2025.02.21 21:29:22.189158 [ 201 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4411 2025.02.21 21:29:22.189341 [ 278 ] {8539e31c-3124-4f7c-a6d9-7a3615004421} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003612 sec., 10797.342192691029 rows/sec., 19.35 MiB/sec.
4412 2025.02.21 21:29:22.189385 [ 201 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4413 2025.02.21 21:29:22.189691 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB.
4414 2025.02.21 21:29:22.189742 [ 278 ] {8539e31c-3124-4f7c-a6d9-7a3615004421} <Debug> TCPHandler: Processed in 0.004187546 sec.
4415 2025.02.21 21:29:22.189897 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4416 2025.02.21 21:29:22.190027 [ 275 ] {f11e3dab-d7d9-4811-aae2-17e65e50764f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4417 2025.02.21 21:29:22.190081 [ 275 ] {f11e3dab-d7d9-4811-aae2-17e65e50764f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4418 2025.02.21 21:29:22.190626 [ 275 ] {f11e3dab-d7d9-4811-aae2-17e65e50764f} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4419 2025.02.21 21:29:22.190665 [ 275 ] {f11e3dab-d7d9-4811-aae2-17e65e50764f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4420 2025.02.21 21:29:22.191038 [ 275 ] {f11e3dab-d7d9-4811-aae2-17e65e50764f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4421 2025.02.21 21:29:22.191272 [ 275 ] {f11e3dab-d7d9-4811-aae2-17e65e50764f} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4422 2025.02.21 21:29:22.191435 [ 88 ] {} <Debug> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4423 2025.02.21 21:29:22.191491 [ 88 ] {} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4424 2025.02.21 21:29:22.191533 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
4425 2025.02.21 21:29:22.191532 [ 275 ] {f11e3dab-d7d9-4811-aae2-17e65e50764f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001521 sec., 53911.90006574622 rows/sec., 3.42 MiB/sec.
4426 2025.02.21 21:29:22.191819 [ 275 ] {f11e3dab-d7d9-4811-aae2-17e65e50764f} <Debug> TCPHandler: Processed in 0.001982705 sec.
4427 2025.02.21 21:29:22.191890 [ 190 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full
4428 2025.02.21 21:29:22.192364 [ 190 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4429 2025.02.21 21:29:22.192462 [ 190 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1580 rows starting from the beginning of the part
4430 2025.02.21 21:29:22.192675 [ 190 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part
4431 2025.02.21 21:29:22.192795 [ 190 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part
4432 2025.02.21 21:29:22.192923 [ 190 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 50 rows starting from the beginning of the part
4433 2025.02.21 21:29:22.193149 [ 190 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part
4434 2025.02.21 21:29:22.193281 [ 190 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part
4435 2025.02.21 21:29:22.194471 [ 196 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1864 rows, containing 4 columns (4 merged, 0 gathered) in 0.002852238 sec., 653521.9010475283 rows/sec., 42.65 MiB/sec.
4436 2025.02.21 21:29:22.194850 [ 187 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4437 2025.02.21 21:29:22.195424 [ 187 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_31_6} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4438 2025.02.21 21:29:22.195593 [ 187 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_31_6} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4439 2025.02.21 21:29:22.195710 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
4440 2025.02.21 21:29:27.017744 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699
4441 2025.02.21 21:29:27.018409 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4442 2025.02.21 21:29:27.018447 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4443 2025.02.21 21:29:27.018971 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4444 2025.02.21 21:29:27.019222 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4445 2025.02.21 21:29:27.019373 [ 83 ] {} <Debug> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4446 2025.02.21 21:29:27.019405 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699
4447 2025.02.21 21:29:27.019427 [ 83 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4448 2025.02.21 21:29:27.019454 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4449 2025.02.21 21:29:27.019596 [ 190 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
4450 2025.02.21 21:29:27.019755 [ 190 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4451 2025.02.21 21:29:27.019797 [ 190 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part
4452 2025.02.21 21:29:27.019872 [ 190 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part
4453 2025.02.21 21:29:27.019967 [ 190 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part
4454 2025.02.21 21:29:27.020203 [ 190 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part
4455 2025.02.21 21:29:27.020472 [ 190 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part
4456 2025.02.21 21:29:27.020639 [ 190 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part
4457 2025.02.21 21:29:27.022827 [ 196 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003294381 sec., 2944103.9151209285 rows/sec., 42.12 MiB/sec.
4458 2025.02.21 21:29:27.023106 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4459 2025.02.21 21:29:27.023453 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_21_4} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4460 2025.02.21 21:29:27.023552 [ 198 ] {32627c02-2a30-40f2-a4f4-20d3bfe3df77::all_1_21_4} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4461 2025.02.21 21:29:27.023670 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
4462 2025.02.21 21:29:27.142257 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4463 2025.02.21 21:29:27.142411 [ 275 ] {1fc56b66-793b-42d7-a1b4-9928fbe3350d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4464 2025.02.21 21:29:27.142474 [ 275 ] {1fc56b66-793b-42d7-a1b4-9928fbe3350d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4465 2025.02.21 21:29:27.143132 [ 275 ] {1fc56b66-793b-42d7-a1b4-9928fbe3350d} <Trace> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4466 2025.02.21 21:29:27.143174 [ 275 ] {1fc56b66-793b-42d7-a1b4-9928fbe3350d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4467 2025.02.21 21:29:27.143545 [ 275 ] {1fc56b66-793b-42d7-a1b4-9928fbe3350d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4468 2025.02.21 21:29:27.143818 [ 275 ] {1fc56b66-793b-42d7-a1b4-9928fbe3350d} <Trace> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4469 2025.02.21 21:29:27.144071 [ 275 ] {1fc56b66-793b-42d7-a1b4-9928fbe3350d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001701 sec., 1175.7789535567313 rows/sec., 95.88 KiB/sec.
4470 2025.02.21 21:29:27.144237 [ 275 ] {1fc56b66-793b-42d7-a1b4-9928fbe3350d} <Debug> TCPHandler: Processed in 0.002092008 sec.
4471 2025.02.21 21:29:27.144394 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4472 2025.02.21 21:29:27.144513 [ 278 ] {149f3a46-a45f-44ea-8245-a4847899e716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4473 2025.02.21 21:29:27.144560 [ 278 ] {149f3a46-a45f-44ea-8245-a4847899e716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4474 2025.02.21 21:29:27.145152 [ 278 ] {149f3a46-a45f-44ea-8245-a4847899e716} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4475 2025.02.21 21:29:27.145194 [ 278 ] {149f3a46-a45f-44ea-8245-a4847899e716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4476 2025.02.21 21:29:27.145554 [ 278 ] {149f3a46-a45f-44ea-8245-a4847899e716} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4477 2025.02.21 21:29:27.145789 [ 278 ] {149f3a46-a45f-44ea-8245-a4847899e716} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4478 2025.02.21 21:29:27.146040 [ 278 ] {149f3a46-a45f-44ea-8245-a4847899e716} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001543 sec., 36941.023979261176 rows/sec., 2.83 MiB/sec.
4479 2025.02.21 21:29:27.146109 [ 278 ] {149f3a46-a45f-44ea-8245-a4847899e716} <Debug> TCPHandler: Processed in 0.001774339 sec.
4480 2025.02.21 21:29:27.146323 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4481 2025.02.21 21:29:27.146481 [ 275 ] {5cb5adfc-e6b7-4221-943c-c142dc66fa5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4482 2025.02.21 21:29:27.146528 [ 275 ] {5cb5adfc-e6b7-4221-943c-c142dc66fa5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4483 2025.02.21 21:29:27.147087 [ 275 ] {5cb5adfc-e6b7-4221-943c-c142dc66fa5f} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4484 2025.02.21 21:29:27.147127 [ 275 ] {5cb5adfc-e6b7-4221-943c-c142dc66fa5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4485 2025.02.21 21:29:27.147468 [ 275 ] {5cb5adfc-e6b7-4221-943c-c142dc66fa5f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4486 2025.02.21 21:29:27.147707 [ 275 ] {5cb5adfc-e6b7-4221-943c-c142dc66fa5f} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4487 2025.02.21 21:29:27.147880 [ 83 ] {} <Debug> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
4488 2025.02.21 21:29:27.147952 [ 275 ] {5cb5adfc-e6b7-4221-943c-c142dc66fa5f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001488 sec., 1344.0860215053765 rows/sec., 93.85 KiB/sec.
4489 2025.02.21 21:29:27.147957 [ 83 ] {} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4490 2025.02.21 21:29:27.148045 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4491 2025.02.21 21:29:27.148096 [ 275 ] {5cb5adfc-e6b7-4221-943c-c142dc66fa5f} <Debug> TCPHandler: Processed in 0.001891563 sec.
4492 2025.02.21 21:29:27.148458 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4493 2025.02.21 21:29:27.148576 [ 196 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
4494 2025.02.21 21:29:27.148772 [ 278 ] {6c03f101-14b3-46db-8136-9e5351dd5e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4495 2025.02.21 21:29:27.148883 [ 278 ] {6c03f101-14b3-46db-8136-9e5351dd5e90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4496 2025.02.21 21:29:27.148901 [ 196 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4497 2025.02.21 21:29:27.149005 [ 196 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 159 rows starting from the beginning of the part
4498 2025.02.21 21:29:27.149311 [ 196 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 145 rows starting from the beginning of the part
4499 2025.02.21 21:29:27.149785 [ 196 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 145 rows starting from the beginning of the part
4500 2025.02.21 21:29:27.150212 [ 196 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 159 rows starting from the beginning of the part
4501 2025.02.21 21:29:27.150595 [ 196 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 145 rows starting from the beginning of the part
4502 2025.02.21 21:29:27.150890 [ 196 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part
4503 2025.02.21 21:29:27.151826 [ 278 ] {6c03f101-14b3-46db-8136-9e5351dd5e90} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4504 2025.02.21 21:29:27.151897 [ 278 ] {6c03f101-14b3-46db-8136-9e5351dd5e90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4505 2025.02.21 21:29:27.152855 [ 278 ] {6c03f101-14b3-46db-8136-9e5351dd5e90} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4506 2025.02.21 21:29:27.153327 [ 278 ] {6c03f101-14b3-46db-8136-9e5351dd5e90} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4507 2025.02.21 21:29:27.153815 [ 196 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.005654196 sec., 133529.1525090393 rows/sec., 8.92 MiB/sec.
4508 2025.02.21 21:29:27.153886 [ 278 ] {6c03f101-14b3-46db-8136-9e5351dd5e90} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005191 sec., 12714.31323444423 rows/sec., 1016.82 KiB/sec.
4509 2025.02.21 21:29:27.153999 [ 278 ] {6c03f101-14b3-46db-8136-9e5351dd5e90} <Debug> TCPHandler: Processed in 0.005756089 sec.
4510 2025.02.21 21:29:27.154046 [ 192 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
4511 2025.02.21 21:29:27.154195 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4512 2025.02.21 21:29:27.154397 [ 275 ] {dac81707-0acf-4526-b3e6-1a79cb56409a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4513 2025.02.21 21:29:27.154516 [ 275 ] {dac81707-0acf-4526-b3e6-1a79cb56409a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4514 2025.02.21 21:29:27.154525 [ 192 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_15_3} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4515 2025.02.21 21:29:27.154767 [ 192 ] {f2091dde-112d-45c8-9450-fa3ad60d02ce::all_1_15_3} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
4516 2025.02.21 21:29:27.154970 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
4517 2025.02.21 21:29:27.155444 [ 275 ] {dac81707-0acf-4526-b3e6-1a79cb56409a} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4518 2025.02.21 21:29:27.155487 [ 275 ] {dac81707-0acf-4526-b3e6-1a79cb56409a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4519 2025.02.21 21:29:27.155886 [ 275 ] {dac81707-0acf-4526-b3e6-1a79cb56409a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4520 2025.02.21 21:29:27.156122 [ 275 ] {dac81707-0acf-4526-b3e6-1a79cb56409a} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4521 2025.02.21 21:29:27.156306 [ 275 ] {dac81707-0acf-4526-b3e6-1a79cb56409a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001968 sec., 81808.94308943089 rows/sec., 5.70 MiB/sec.
4522 2025.02.21 21:29:27.156437 [ 275 ] {dac81707-0acf-4526-b3e6-1a79cb56409a} <Debug> TCPHandler: Processed in 0.002325244 sec.
4523 2025.02.21 21:29:27.156666 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4524 2025.02.21 21:29:27.156809 [ 278 ] {6140e7d0-d7f8-4c97-9d7c-afa13f5604e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4525 2025.02.21 21:29:27.156866 [ 278 ] {6140e7d0-d7f8-4c97-9d7c-afa13f5604e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4526 2025.02.21 21:29:27.157422 [ 278 ] {6140e7d0-d7f8-4c97-9d7c-afa13f5604e9} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4527 2025.02.21 21:29:27.157467 [ 278 ] {6140e7d0-d7f8-4c97-9d7c-afa13f5604e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4528 2025.02.21 21:29:27.157880 [ 278 ] {6140e7d0-d7f8-4c97-9d7c-afa13f5604e9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4529 2025.02.21 21:29:27.158122 [ 278 ] {6140e7d0-d7f8-4c97-9d7c-afa13f5604e9} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4530 2025.02.21 21:29:27.158304 [ 278 ] {6140e7d0-d7f8-4c97-9d7c-afa13f5604e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001527 sec., 39292.73084479372 rows/sec., 2.65 MiB/sec.
4531 2025.02.21 21:29:27.158355 [ 278 ] {6140e7d0-d7f8-4c97-9d7c-afa13f5604e9} <Debug> TCPHandler: Processed in 0.00181087 sec.
4532 2025.02.21 21:29:27.705844 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4533 2025.02.21 21:29:27.727365 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4534 2025.02.21 21:29:27.727416 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4535 2025.02.21 21:29:27.734800 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4536 2025.02.21 21:29:27.735576 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4537 2025.02.21 21:29:27.735925 [ 82 ] {} <Debug> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4538 2025.02.21 21:29:27.736058 [ 82 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4539 2025.02.21 21:29:27.736130 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4540 2025.02.21 21:29:27.736551 [ 195 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
4541 2025.02.21 21:29:27.751046 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4542 2025.02.21 21:29:27.752671 [ 195 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4543 2025.02.21 21:29:27.753894 [ 195 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part
4544 2025.02.21 21:29:27.758872 [ 195 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part
4545 2025.02.21 21:29:27.764655 [ 195 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part
4546 2025.02.21 21:29:27.769929 [ 195 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part
4547 2025.02.21 21:29:27.775560 [ 195 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part
4548 2025.02.21 21:29:27.780274 [ 195 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part
4549 2025.02.21 21:29:27.839237 [ 188 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.102966313 sec., 1544.1943618977596 rows/sec., 7.98 MiB/sec.
4550 2025.02.21 21:29:27.841676 [ 200 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4551 2025.02.21 21:29:27.844456 [ 200 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_21_4} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4552 2025.02.21 21:29:27.844542 [ 200 ] {f2adcdff-4230-4bab-bc8b-6e4675d79cfc::all_1_21_4} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4553 2025.02.21 21:29:27.846589 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4554 2025.02.21 21:29:28.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.27 MiB, peak 195.84 MiB, free memory in arenas 0.00 B, will set to 186.80 MiB (RSS), difference: 1.53 MiB
4555 2025.02.21 21:29:29.561250 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 642
4556 2025.02.21 21:29:29.564341 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4557 2025.02.21 21:29:29.564391 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4558 2025.02.21 21:29:29.565863 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4559 2025.02.21 21:29:29.566191 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4560 2025.02.21 21:29:29.567255 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 642
4561 2025.02.21 21:29:32.150291 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4562 2025.02.21 21:29:32.150514 [ 275 ] {97c36230-f3db-4b54-b544-461bfbaf001c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4563 2025.02.21 21:29:32.150596 [ 275 ] {97c36230-f3db-4b54-b544-461bfbaf001c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4564 2025.02.21 21:29:32.151461 [ 275 ] {97c36230-f3db-4b54-b544-461bfbaf001c} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4565 2025.02.21 21:29:32.151504 [ 275 ] {97c36230-f3db-4b54-b544-461bfbaf001c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4566 2025.02.21 21:29:32.151950 [ 275 ] {97c36230-f3db-4b54-b544-461bfbaf001c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4567 2025.02.21 21:29:32.152221 [ 275 ] {97c36230-f3db-4b54-b544-461bfbaf001c} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4568 2025.02.21 21:29:32.152447 [ 275 ] {97c36230-f3db-4b54-b544-461bfbaf001c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001984 sec., 106854.83870967741 rows/sec., 6.80 MiB/sec.
4569 2025.02.21 21:29:32.152590 [ 275 ] {97c36230-f3db-4b54-b544-461bfbaf001c} <Debug> TCPHandler: Processed in 0.002434617 sec.
4570 2025.02.21 21:29:32.152791 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4571 2025.02.21 21:29:32.152934 [ 278 ] {853b305c-bdeb-4a00-99c4-4e707eeb7e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4572 2025.02.21 21:29:32.152991 [ 278 ] {853b305c-bdeb-4a00-99c4-4e707eeb7e7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4573 2025.02.21 21:29:32.153985 [ 278 ] {853b305c-bdeb-4a00-99c4-4e707eeb7e7c} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4574 2025.02.21 21:29:32.154025 [ 278 ] {853b305c-bdeb-4a00-99c4-4e707eeb7e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4575 2025.02.21 21:29:32.154455 [ 278 ] {853b305c-bdeb-4a00-99c4-4e707eeb7e7c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4576 2025.02.21 21:29:32.154706 [ 278 ] {853b305c-bdeb-4a00-99c4-4e707eeb7e7c} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4577 2025.02.21 21:29:32.154886 [ 278 ] {853b305c-bdeb-4a00-99c4-4e707eeb7e7c} <Debug> executeQuery: Read 695 rows, 56.81 KiB in 0.001987 sec., 349773.5279315551 rows/sec., 27.92 MiB/sec.
4578 2025.02.21 21:29:32.154943 [ 278 ] {853b305c-bdeb-4a00-99c4-4e707eeb7e7c} <Debug> TCPHandler: Processed in 0.002222061 sec.
4579 2025.02.21 21:29:32.155085 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4580 2025.02.21 21:29:32.155193 [ 275 ] {25e77fe7-0ae0-46d2-a438-8458c1af8474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4581 2025.02.21 21:29:32.155237 [ 275 ] {25e77fe7-0ae0-46d2-a438-8458c1af8474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4582 2025.02.21 21:29:32.155803 [ 275 ] {25e77fe7-0ae0-46d2-a438-8458c1af8474} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4583 2025.02.21 21:29:32.155841 [ 275 ] {25e77fe7-0ae0-46d2-a438-8458c1af8474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4584 2025.02.21 21:29:32.156199 [ 275 ] {25e77fe7-0ae0-46d2-a438-8458c1af8474} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4585 2025.02.21 21:29:32.156433 [ 275 ] {25e77fe7-0ae0-46d2-a438-8458c1af8474} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4586 2025.02.21 21:29:32.156644 [ 275 ] {25e77fe7-0ae0-46d2-a438-8458c1af8474} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001463 sec., 99111.41490088857 rows/sec., 6.22 MiB/sec.
4587 2025.02.21 21:29:32.156827 [ 275 ] {25e77fe7-0ae0-46d2-a438-8458c1af8474} <Debug> TCPHandler: Processed in 0.00178859 sec.
4588 2025.02.21 21:29:32.157003 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4589 2025.02.21 21:29:32.157137 [ 278 ] {dc948183-c2e1-42ae-b739-17d6ba88a9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4590 2025.02.21 21:29:32.157195 [ 278 ] {dc948183-c2e1-42ae-b739-17d6ba88a9fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4591 2025.02.21 21:29:32.157906 [ 278 ] {dc948183-c2e1-42ae-b739-17d6ba88a9fd} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4592 2025.02.21 21:29:32.157954 [ 278 ] {dc948183-c2e1-42ae-b739-17d6ba88a9fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4593 2025.02.21 21:29:32.158316 [ 278 ] {dc948183-c2e1-42ae-b739-17d6ba88a9fd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4594 2025.02.21 21:29:32.158558 [ 278 ] {dc948183-c2e1-42ae-b739-17d6ba88a9fd} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4595 2025.02.21 21:29:32.158736 [ 278 ] {dc948183-c2e1-42ae-b739-17d6ba88a9fd} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001629 sec., 69367.71025168816 rows/sec., 4.49 MiB/sec.
4596 2025.02.21 21:29:32.158789 [ 278 ] {dc948183-c2e1-42ae-b739-17d6ba88a9fd} <Debug> TCPHandler: Processed in 0.001856531 sec.
4597 2025.02.21 21:29:32.158922 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4598 2025.02.21 21:29:32.159040 [ 275 ] {e4d79e86-3c24-41b3-ae40-07e4e026c304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4599 2025.02.21 21:29:32.159091 [ 275 ] {e4d79e86-3c24-41b3-ae40-07e4e026c304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4600 2025.02.21 21:29:32.159747 [ 275 ] {e4d79e86-3c24-41b3-ae40-07e4e026c304} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4601 2025.02.21 21:29:32.159793 [ 275 ] {e4d79e86-3c24-41b3-ae40-07e4e026c304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4602 2025.02.21 21:29:32.160171 [ 275 ] {e4d79e86-3c24-41b3-ae40-07e4e026c304} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4603 2025.02.21 21:29:32.160404 [ 275 ] {e4d79e86-3c24-41b3-ae40-07e4e026c304} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4604 2025.02.21 21:29:32.160578 [ 275 ] {e4d79e86-3c24-41b3-ae40-07e4e026c304} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001567 sec., 71474.15443522655 rows/sec., 4.07 MiB/sec.
4605 2025.02.21 21:29:32.160628 [ 275 ] {e4d79e86-3c24-41b3-ae40-07e4e026c304} <Debug> TCPHandler: Processed in 0.001756029 sec.
4606 2025.02.21 21:29:32.160769 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4607 2025.02.21 21:29:32.160874 [ 278 ] {a0f029a4-5149-4c69-963b-efcbb0d9fe8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4608 2025.02.21 21:29:32.160918 [ 278 ] {a0f029a4-5149-4c69-963b-efcbb0d9fe8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4609 2025.02.21 21:29:32.161743 [ 278 ] {a0f029a4-5149-4c69-963b-efcbb0d9fe8d} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4610 2025.02.21 21:29:32.161789 [ 278 ] {a0f029a4-5149-4c69-963b-efcbb0d9fe8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4611 2025.02.21 21:29:32.162194 [ 278 ] {a0f029a4-5149-4c69-963b-efcbb0d9fe8d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4612 2025.02.21 21:29:32.162443 [ 278 ] {a0f029a4-5149-4c69-963b-efcbb0d9fe8d} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4613 2025.02.21 21:29:32.162622 [ 278 ] {a0f029a4-5149-4c69-963b-efcbb0d9fe8d} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001771 sec., 237718.80293619423 rows/sec., 16.93 MiB/sec.
4614 2025.02.21 21:29:32.162675 [ 278 ] {a0f029a4-5149-4c69-963b-efcbb0d9fe8d} <Debug> TCPHandler: Processed in 0.001956474 sec.
4615 2025.02.21 21:29:32.162824 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4616 2025.02.21 21:29:32.162928 [ 275 ] {28d92b11-42c9-4bd8-abe1-22798fbe8607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4617 2025.02.21 21:29:32.162977 [ 275 ] {28d92b11-42c9-4bd8-abe1-22798fbe8607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4618 2025.02.21 21:29:32.163493 [ 275 ] {28d92b11-42c9-4bd8-abe1-22798fbe8607} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4619 2025.02.21 21:29:32.163539 [ 275 ] {28d92b11-42c9-4bd8-abe1-22798fbe8607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4620 2025.02.21 21:29:32.163951 [ 275 ] {28d92b11-42c9-4bd8-abe1-22798fbe8607} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4621 2025.02.21 21:29:32.164195 [ 275 ] {28d92b11-42c9-4bd8-abe1-22798fbe8607} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4622 2025.02.21 21:29:32.164369 [ 275 ] {28d92b11-42c9-4bd8-abe1-22798fbe8607} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 214.56 KiB/sec.
4623 2025.02.21 21:29:32.164416 [ 275 ] {28d92b11-42c9-4bd8-abe1-22798fbe8607} <Debug> TCPHandler: Processed in 0.001641685 sec.
4624 2025.02.21 21:29:32.164559 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4625 2025.02.21 21:29:32.164664 [ 278 ] {f5acd1e0-d019-4f84-8ab9-b4d6b4ab2d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4626 2025.02.21 21:29:32.164714 [ 278 ] {f5acd1e0-d019-4f84-8ab9-b4d6b4ab2d51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4627 2025.02.21 21:29:32.165234 [ 278 ] {f5acd1e0-d019-4f84-8ab9-b4d6b4ab2d51} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4628 2025.02.21 21:29:32.165271 [ 278 ] {f5acd1e0-d019-4f84-8ab9-b4d6b4ab2d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4629 2025.02.21 21:29:32.165660 [ 278 ] {f5acd1e0-d019-4f84-8ab9-b4d6b4ab2d51} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4630 2025.02.21 21:29:32.165893 [ 278 ] {f5acd1e0-d019-4f84-8ab9-b4d6b4ab2d51} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4631 2025.02.21 21:29:32.166074 [ 278 ] {f5acd1e0-d019-4f84-8ab9-b4d6b4ab2d51} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001433 sec., 165387.29937194695 rows/sec., 11.09 MiB/sec.
4632 2025.02.21 21:29:32.166124 [ 278 ] {f5acd1e0-d019-4f84-8ab9-b4d6b4ab2d51} <Debug> TCPHandler: Processed in 0.001616375 sec.
4633 2025.02.21 21:29:32.166267 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4634 2025.02.21 21:29:32.166393 [ 275 ] {b5d7f4ca-0f24-4d44-b3be-6eaaa1d2bd87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4635 2025.02.21 21:29:32.166448 [ 275 ] {b5d7f4ca-0f24-4d44-b3be-6eaaa1d2bd87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4636 2025.02.21 21:29:32.166941 [ 275 ] {b5d7f4ca-0f24-4d44-b3be-6eaaa1d2bd87} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4637 2025.02.21 21:29:32.166983 [ 275 ] {b5d7f4ca-0f24-4d44-b3be-6eaaa1d2bd87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4638 2025.02.21 21:29:32.167319 [ 275 ] {b5d7f4ca-0f24-4d44-b3be-6eaaa1d2bd87} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4639 2025.02.21 21:29:32.167552 [ 275 ] {b5d7f4ca-0f24-4d44-b3be-6eaaa1d2bd87} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4640 2025.02.21 21:29:32.167666 [ 78 ] {} <Debug> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0
4641 2025.02.21 21:29:32.167709 [ 78 ] {} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4642 2025.02.21 21:29:32.167728 [ 275 ] {b5d7f4ca-0f24-4d44-b3be-6eaaa1d2bd87} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001359 sec., 735.8351729212657 rows/sec., 49.58 KiB/sec.
4643 2025.02.21 21:29:32.167734 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4644 2025.02.21 21:29:32.167806 [ 275 ] {b5d7f4ca-0f24-4d44-b3be-6eaaa1d2bd87} <Debug> TCPHandler: Processed in 0.001597234 sec.
4645 2025.02.21 21:29:32.168063 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4646 2025.02.21 21:29:32.168208 [ 194 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full
4647 2025.02.21 21:29:32.168440 [ 278 ] {f4ef1eb5-d23a-4417-8a51-324d8bb05f92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4648 2025.02.21 21:29:32.168564 [ 194 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4649 2025.02.21 21:29:32.168596 [ 278 ] {f4ef1eb5-d23a-4417-8a51-324d8bb05f92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4650 2025.02.21 21:29:32.168612 [ 194 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 10 rows starting from the beginning of the part
4651 2025.02.21 21:29:32.168865 [ 194 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
4652 2025.02.21 21:29:32.169355 [ 194 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
4653 2025.02.21 21:29:32.169562 [ 194 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
4654 2025.02.21 21:29:32.169756 [ 194 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
4655 2025.02.21 21:29:32.169977 [ 194 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
4656 2025.02.21 21:29:32.171927 [ 199 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.004101693 sec., 3657.026501008242 rows/sec., 245.47 KiB/sec.
4657 2025.02.21 21:29:32.172100 [ 278 ] {f4ef1eb5-d23a-4417-8a51-324d8bb05f92} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4658 2025.02.21 21:29:32.172159 [ 278 ] {f4ef1eb5-d23a-4417-8a51-324d8bb05f92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4659 2025.02.21 21:29:32.172225 [ 199 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
4660 2025.02.21 21:29:32.172973 [ 199 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_14_3} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4661 2025.02.21 21:29:32.173262 [ 199 ] {2c69fe32-b8fe-47a2-81b4-8faaf4514307::all_1_14_3} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3
4662 2025.02.21 21:29:32.173478 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
4663 2025.02.21 21:29:32.173662 [ 278 ] {f4ef1eb5-d23a-4417-8a51-324d8bb05f92} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4664 2025.02.21 21:29:32.173938 [ 278 ] {f4ef1eb5-d23a-4417-8a51-324d8bb05f92} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4665 2025.02.21 21:29:32.174190 [ 278 ] {f4ef1eb5-d23a-4417-8a51-324d8bb05f92} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005867 sec., 6647.349582410091 rows/sec., 11.91 MiB/sec.
4666 2025.02.21 21:29:32.174306 [ 278 ] {f4ef1eb5-d23a-4417-8a51-324d8bb05f92} <Debug> TCPHandler: Processed in 0.006413826 sec.
4667 2025.02.21 21:29:32.174466 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4668 2025.02.21 21:29:32.174595 [ 275 ] {486d6798-cc7c-496b-9d44-7962224b7e36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4669 2025.02.21 21:29:32.174660 [ 275 ] {486d6798-cc7c-496b-9d44-7962224b7e36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4670 2025.02.21 21:29:32.175158 [ 275 ] {486d6798-cc7c-496b-9d44-7962224b7e36} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4671 2025.02.21 21:29:32.175197 [ 275 ] {486d6798-cc7c-496b-9d44-7962224b7e36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4672 2025.02.21 21:29:32.175554 [ 275 ] {486d6798-cc7c-496b-9d44-7962224b7e36} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4673 2025.02.21 21:29:32.175790 [ 275 ] {486d6798-cc7c-496b-9d44-7962224b7e36} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4674 2025.02.21 21:29:32.176001 [ 275 ] {486d6798-cc7c-496b-9d44-7962224b7e36} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001434 sec., 57182.705718270576 rows/sec., 3.63 MiB/sec.
4675 2025.02.21 21:29:32.176051 [ 275 ] {486d6798-cc7c-496b-9d44-7962224b7e36} <Debug> TCPHandler: Processed in 0.001648636 sec.
4676 2025.02.21 21:29:34.400481 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache
4677 2025.02.21 21:29:34.400531 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache
4678 2025.02.21 21:29:34.519541 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126
4679 2025.02.21 21:29:34.520215 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4680 2025.02.21 21:29:34.520252 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4681 2025.02.21 21:29:34.520775 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4682 2025.02.21 21:29:34.521026 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4683 2025.02.21 21:29:34.521304 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4684 2025.02.21 21:29:35.251125 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4685 2025.02.21 21:29:35.270340 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4686 2025.02.21 21:29:35.270394 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4687 2025.02.21 21:29:35.278804 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4688 2025.02.21 21:29:35.279556 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4689 2025.02.21 21:29:35.282617 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4690 2025.02.21 21:29:37.142214 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4691 2025.02.21 21:29:37.142455 [ 275 ] {21b588fa-1070-4a4b-8cf1-1839fcb1000e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4692 2025.02.21 21:29:37.142539 [ 275 ] {21b588fa-1070-4a4b-8cf1-1839fcb1000e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4693 2025.02.21 21:29:37.143412 [ 275 ] {21b588fa-1070-4a4b-8cf1-1839fcb1000e} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4694 2025.02.21 21:29:37.143468 [ 275 ] {21b588fa-1070-4a4b-8cf1-1839fcb1000e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4695 2025.02.21 21:29:37.143932 [ 275 ] {21b588fa-1070-4a4b-8cf1-1839fcb1000e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4696 2025.02.21 21:29:37.144188 [ 275 ] {21b588fa-1070-4a4b-8cf1-1839fcb1000e} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4697 2025.02.21 21:29:37.144438 [ 275 ] {21b588fa-1070-4a4b-8cf1-1839fcb1000e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002047 sec., 27357.107962872495 rows/sec., 2.10 MiB/sec.
4698 2025.02.21 21:29:37.144507 [ 275 ] {21b588fa-1070-4a4b-8cf1-1839fcb1000e} <Debug> TCPHandler: Processed in 0.002438047 sec.
4699 2025.02.21 21:29:37.144705 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4700 2025.02.21 21:29:37.144855 [ 278 ] {bb64515e-5420-4973-bb93-13b800bdc5fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4701 2025.02.21 21:29:37.144915 [ 278 ] {bb64515e-5420-4973-bb93-13b800bdc5fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4702 2025.02.21 21:29:37.145565 [ 278 ] {bb64515e-5420-4973-bb93-13b800bdc5fd} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4703 2025.02.21 21:29:37.145608 [ 278 ] {bb64515e-5420-4973-bb93-13b800bdc5fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4704 2025.02.21 21:29:37.145986 [ 278 ] {bb64515e-5420-4973-bb93-13b800bdc5fd} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4705 2025.02.21 21:29:37.146230 [ 278 ] {bb64515e-5420-4973-bb93-13b800bdc5fd} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4706 2025.02.21 21:29:37.146486 [ 278 ] {bb64515e-5420-4973-bb93-13b800bdc5fd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001661 sec., 38531.00541842264 rows/sec., 3.01 MiB/sec.
4707 2025.02.21 21:29:37.146637 [ 278 ] {bb64515e-5420-4973-bb93-13b800bdc5fd} <Debug> TCPHandler: Processed in 0.002000545 sec.
4708 2025.02.21 21:29:37.146860 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4709 2025.02.21 21:29:37.146994 [ 275 ] {e46ea273-10a6-44cc-b70c-343e011e34f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4710 2025.02.21 21:29:37.147057 [ 275 ] {e46ea273-10a6-44cc-b70c-343e011e34f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4711 2025.02.21 21:29:37.147625 [ 275 ] {e46ea273-10a6-44cc-b70c-343e011e34f8} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4712 2025.02.21 21:29:37.147666 [ 275 ] {e46ea273-10a6-44cc-b70c-343e011e34f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4713 2025.02.21 21:29:37.148084 [ 275 ] {e46ea273-10a6-44cc-b70c-343e011e34f8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4714 2025.02.21 21:29:37.148319 [ 275 ] {e46ea273-10a6-44cc-b70c-343e011e34f8} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4715 2025.02.21 21:29:37.148540 [ 275 ] {e46ea273-10a6-44cc-b70c-343e011e34f8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec.
4716 2025.02.21 21:29:37.148593 [ 275 ] {e46ea273-10a6-44cc-b70c-343e011e34f8} <Debug> TCPHandler: Processed in 0.00183098 sec.
4717 2025.02.21 21:29:37.148755 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4718 2025.02.21 21:29:37.148894 [ 278 ] {ff28f017-41f6-4b7b-9727-734607734228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4719 2025.02.21 21:29:37.148950 [ 278 ] {ff28f017-41f6-4b7b-9727-734607734228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4720 2025.02.21 21:29:37.149446 [ 278 ] {ff28f017-41f6-4b7b-9727-734607734228} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4721 2025.02.21 21:29:37.149485 [ 278 ] {ff28f017-41f6-4b7b-9727-734607734228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4722 2025.02.21 21:29:37.149858 [ 278 ] {ff28f017-41f6-4b7b-9727-734607734228} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4723 2025.02.21 21:29:37.150109 [ 278 ] {ff28f017-41f6-4b7b-9727-734607734228} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4724 2025.02.21 21:29:37.150329 [ 278 ] {ff28f017-41f6-4b7b-9727-734607734228} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec.
4725 2025.02.21 21:29:37.150379 [ 278 ] {ff28f017-41f6-4b7b-9727-734607734228} <Debug> TCPHandler: Processed in 0.001689197 sec.
4726 2025.02.21 21:29:37.650855 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4727 2025.02.21 21:29:37.651038 [ 275 ] {a5ba0919-f3af-4141-9bd2-72aa023f5754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4728 2025.02.21 21:29:37.651121 [ 275 ] {a5ba0919-f3af-4141-9bd2-72aa023f5754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4729 2025.02.21 21:29:37.651959 [ 275 ] {a5ba0919-f3af-4141-9bd2-72aa023f5754} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4730 2025.02.21 21:29:37.652014 [ 275 ] {a5ba0919-f3af-4141-9bd2-72aa023f5754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4731 2025.02.21 21:29:37.652468 [ 275 ] {a5ba0919-f3af-4141-9bd2-72aa023f5754} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4732 2025.02.21 21:29:37.652726 [ 275 ] {a5ba0919-f3af-4141-9bd2-72aa023f5754} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4733 2025.02.21 21:29:37.652980 [ 275 ] {a5ba0919-f3af-4141-9bd2-72aa023f5754} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001983 sec., 106908.72415532022 rows/sec., 6.80 MiB/sec.
4734 2025.02.21 21:29:37.653158 [ 275 ] {a5ba0919-f3af-4141-9bd2-72aa023f5754} <Debug> TCPHandler: Processed in 0.002418307 sec.
4735 2025.02.21 21:29:37.653371 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4736 2025.02.21 21:29:37.653498 [ 278 ] {3616f82e-0ba8-417a-a6a6-90f3e88b1f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4737 2025.02.21 21:29:37.653549 [ 278 ] {3616f82e-0ba8-417a-a6a6-90f3e88b1f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4738 2025.02.21 21:29:37.654142 [ 278 ] {3616f82e-0ba8-417a-a6a6-90f3e88b1f93} <Trace> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4739 2025.02.21 21:29:37.654183 [ 278 ] {3616f82e-0ba8-417a-a6a6-90f3e88b1f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4740 2025.02.21 21:29:37.654541 [ 278 ] {3616f82e-0ba8-417a-a6a6-90f3e88b1f93} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4741 2025.02.21 21:29:37.654791 [ 278 ] {3616f82e-0ba8-417a-a6a6-90f3e88b1f93} <Trace> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4742 2025.02.21 21:29:37.654966 [ 63 ] {} <Debug> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
4743 2025.02.21 21:29:37.655032 [ 278 ] {3616f82e-0ba8-417a-a6a6-90f3e88b1f93} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001557 sec., 1284.5215157353887 rows/sec., 104.74 KiB/sec.
4744 2025.02.21 21:29:37.655048 [ 63 ] {} <Trace> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4745 2025.02.21 21:29:37.655115 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4746 2025.02.21 21:29:37.655164 [ 278 ] {3616f82e-0ba8-417a-a6a6-90f3e88b1f93} <Debug> TCPHandler: Processed in 0.001847791 sec.
4747 2025.02.21 21:29:37.655289 [ 186 ] {f6ec034f-a5ad-4319-9270-25401a439e3b::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
4748 2025.02.21 21:29:37.655366 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4749 2025.02.21 21:29:37.655405 [ 186 ] {f6ec034f-a5ad-4319-9270-25401a439e3b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4750 2025.02.21 21:29:37.655437 [ 186 ] {f6ec034f-a5ad-4319-9270-25401a439e3b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part
4751 2025.02.21 21:29:37.655544 [ 186 ] {f6ec034f-a5ad-4319-9270-25401a439e3b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part
4752 2025.02.21 21:29:37.655564 [ 275 ] {59c6682e-7c8e-49f8-9f41-66e881f6068a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4753 2025.02.21 21:29:37.655774 [ 275 ] {59c6682e-7c8e-49f8-9f41-66e881f6068a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4754 2025.02.21 21:29:37.655933 [ 186 ] {f6ec034f-a5ad-4319-9270-25401a439e3b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part
4755 2025.02.21 21:29:37.656349 [ 186 ] {f6ec034f-a5ad-4319-9270-25401a439e3b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
4756 2025.02.21 21:29:37.656617 [ 186 ] {f6ec034f-a5ad-4319-9270-25401a439e3b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part
4757 2025.02.21 21:29:37.657006 [ 186 ] {f6ec034f-a5ad-4319-9270-25401a439e3b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part
4758 2025.02.21 21:29:37.658640 [ 191 ] {f6ec034f-a5ad-4319-9270-25401a439e3b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.003423465 sec., 9347.254901101662 rows/sec., 798.72 KiB/sec.
4759 2025.02.21 21:29:37.658860 [ 191 ] {f6ec034f-a5ad-4319-9270-25401a439e3b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
4760 2025.02.21 21:29:37.659113 [ 275 ] {59c6682e-7c8e-49f8-9f41-66e881f6068a} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4761 2025.02.21 21:29:37.659176 [ 275 ] {59c6682e-7c8e-49f8-9f41-66e881f6068a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4762 2025.02.21 21:29:37.659370 [ 191 ] {f6ec034f-a5ad-4319-9270-25401a439e3b::all_1_6_1} <Trace> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4763 2025.02.21 21:29:37.659560 [ 191 ] {f6ec034f-a5ad-4319-9270-25401a439e3b::all_1_6_1} <Trace> oximeter.fields_ipaddr (f6ec034f-a5ad-4319-9270-25401a439e3b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
4764 2025.02.21 21:29:37.659780 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4765 2025.02.21 21:29:37.660072 [ 275 ] {59c6682e-7c8e-49f8-9f41-66e881f6068a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4766 2025.02.21 21:29:37.660331 [ 275 ] {59c6682e-7c8e-49f8-9f41-66e881f6068a} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4767 2025.02.21 21:29:37.660571 [ 275 ] {59c6682e-7c8e-49f8-9f41-66e881f6068a} <Debug> executeQuery: Read 1834 rows, 153.31 KiB in 0.005082 sec., 360881.54269972455 rows/sec., 29.46 MiB/sec.
4768 2025.02.21 21:29:37.660637 [ 275 ] {59c6682e-7c8e-49f8-9f41-66e881f6068a} <Debug> TCPHandler: Processed in 0.005344767 sec.
4769 2025.02.21 21:29:37.660807 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4770 2025.02.21 21:29:37.660939 [ 278 ] {1c70858c-d152-48e9-957e-9f950488a937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4771 2025.02.21 21:29:37.660994 [ 278 ] {1c70858c-d152-48e9-957e-9f950488a937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4772 2025.02.21 21:29:37.661615 [ 278 ] {1c70858c-d152-48e9-957e-9f950488a937} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4773 2025.02.21 21:29:37.661656 [ 278 ] {1c70858c-d152-48e9-957e-9f950488a937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4774 2025.02.21 21:29:37.662008 [ 278 ] {1c70858c-d152-48e9-957e-9f950488a937} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4775 2025.02.21 21:29:37.662244 [ 278 ] {1c70858c-d152-48e9-957e-9f950488a937} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4776 2025.02.21 21:29:37.662453 [ 278 ] {1c70858c-d152-48e9-957e-9f950488a937} <Debug> executeQuery: Read 148 rows, 9.53 KiB in 0.001544 sec., 95854.92227979275 rows/sec., 6.03 MiB/sec.
4777 2025.02.21 21:29:37.662505 [ 278 ] {1c70858c-d152-48e9-957e-9f950488a937} <Debug> TCPHandler: Processed in 0.001760619 sec.
4778 2025.02.21 21:29:37.662665 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4779 2025.02.21 21:29:37.662795 [ 275 ] {db48639b-8f03-4984-a69e-be8b3e58826a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4780 2025.02.21 21:29:37.662848 [ 275 ] {db48639b-8f03-4984-a69e-be8b3e58826a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4781 2025.02.21 21:29:37.663610 [ 275 ] {db48639b-8f03-4984-a69e-be8b3e58826a} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4782 2025.02.21 21:29:37.663651 [ 275 ] {db48639b-8f03-4984-a69e-be8b3e58826a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4783 2025.02.21 21:29:37.664027 [ 275 ] {db48639b-8f03-4984-a69e-be8b3e58826a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4784 2025.02.21 21:29:37.664266 [ 275 ] {db48639b-8f03-4984-a69e-be8b3e58826a} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4785 2025.02.21 21:29:37.664496 [ 275 ] {db48639b-8f03-4984-a69e-be8b3e58826a} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.00173 sec., 197109.82658959538 rows/sec., 13.15 MiB/sec.
4786 2025.02.21 21:29:37.664611 [ 275 ] {db48639b-8f03-4984-a69e-be8b3e58826a} <Debug> TCPHandler: Processed in 0.002017086 sec.
4787 2025.02.21 21:29:37.664763 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4788 2025.02.21 21:29:37.664890 [ 278 ] {d8611ea5-9617-41b0-b293-0bf37e25036e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4789 2025.02.21 21:29:37.664942 [ 278 ] {d8611ea5-9617-41b0-b293-0bf37e25036e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4790 2025.02.21 21:29:37.665542 [ 278 ] {d8611ea5-9617-41b0-b293-0bf37e25036e} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4791 2025.02.21 21:29:37.665579 [ 278 ] {d8611ea5-9617-41b0-b293-0bf37e25036e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4792 2025.02.21 21:29:37.665928 [ 278 ] {d8611ea5-9617-41b0-b293-0bf37e25036e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4793 2025.02.21 21:29:37.666170 [ 278 ] {d8611ea5-9617-41b0-b293-0bf37e25036e} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4794 2025.02.21 21:29:37.666414 [ 278 ] {d8611ea5-9617-41b0-b293-0bf37e25036e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001544 sec., 72538.86010362694 rows/sec., 4.13 MiB/sec.
4795 2025.02.21 21:29:37.666606 [ 278 ] {d8611ea5-9617-41b0-b293-0bf37e25036e} <Debug> TCPHandler: Processed in 0.001902983 sec.
4796 2025.02.21 21:29:37.666774 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4797 2025.02.21 21:29:37.666887 [ 275 ] {42704405-1c0e-43cd-9ae6-59477f5aaa84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4798 2025.02.21 21:29:37.666933 [ 275 ] {42704405-1c0e-43cd-9ae6-59477f5aaa84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4799 2025.02.21 21:29:37.667870 [ 275 ] {42704405-1c0e-43cd-9ae6-59477f5aaa84} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4800 2025.02.21 21:29:37.667910 [ 275 ] {42704405-1c0e-43cd-9ae6-59477f5aaa84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4801 2025.02.21 21:29:37.668308 [ 275 ] {42704405-1c0e-43cd-9ae6-59477f5aaa84} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4802 2025.02.21 21:29:37.668549 [ 275 ] {42704405-1c0e-43cd-9ae6-59477f5aaa84} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4803 2025.02.21 21:29:37.668769 [ 275 ] {42704405-1c0e-43cd-9ae6-59477f5aaa84} <Debug> executeQuery: Read 872 rows, 64.60 KiB in 0.001907 sec., 457262.7163083377 rows/sec., 33.08 MiB/sec.
4804 2025.02.21 21:29:37.668824 [ 275 ] {42704405-1c0e-43cd-9ae6-59477f5aaa84} <Debug> TCPHandler: Processed in 0.002104188 sec.
4805 2025.02.21 21:29:37.668959 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4806 2025.02.21 21:29:37.669069 [ 278 ] {c76be563-8bcc-43ba-bb21-cd4258257396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4807 2025.02.21 21:29:37.669115 [ 278 ] {c76be563-8bcc-43ba-bb21-cd4258257396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4808 2025.02.21 21:29:37.669548 [ 278 ] {c76be563-8bcc-43ba-bb21-cd4258257396} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4809 2025.02.21 21:29:37.669588 [ 278 ] {c76be563-8bcc-43ba-bb21-cd4258257396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4810 2025.02.21 21:29:37.669944 [ 278 ] {c76be563-8bcc-43ba-bb21-cd4258257396} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4811 2025.02.21 21:29:37.670216 [ 278 ] {c76be563-8bcc-43ba-bb21-cd4258257396} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4812 2025.02.21 21:29:37.670431 [ 278 ] {c76be563-8bcc-43ba-bb21-cd4258257396} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001385 sec., 4332.129963898917 rows/sec., 226.34 KiB/sec.
4813 2025.02.21 21:29:37.670481 [ 278 ] {c76be563-8bcc-43ba-bb21-cd4258257396} <Debug> TCPHandler: Processed in 0.001573223 sec.
4814 2025.02.21 21:29:37.670623 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4815 2025.02.21 21:29:37.670732 [ 275 ] {0e0f0a0c-8a07-4b0c-92e8-2e48e015fb4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4816 2025.02.21 21:29:37.670780 [ 275 ] {0e0f0a0c-8a07-4b0c-92e8-2e48e015fb4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4817 2025.02.21 21:29:37.671539 [ 275 ] {0e0f0a0c-8a07-4b0c-92e8-2e48e015fb4f} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4818 2025.02.21 21:29:37.671579 [ 275 ] {0e0f0a0c-8a07-4b0c-92e8-2e48e015fb4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4819 2025.02.21 21:29:37.672046 [ 275 ] {0e0f0a0c-8a07-4b0c-92e8-2e48e015fb4f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4820 2025.02.21 21:29:37.672288 [ 275 ] {0e0f0a0c-8a07-4b0c-92e8-2e48e015fb4f} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4821 2025.02.21 21:29:37.672474 [ 275 ] {0e0f0a0c-8a07-4b0c-92e8-2e48e015fb4f} <Debug> executeQuery: Read 954 rows, 64.89 KiB in 0.001766 sec., 540203.8505096263 rows/sec., 35.88 MiB/sec.
4822 2025.02.21 21:29:37.672525 [ 275 ] {0e0f0a0c-8a07-4b0c-92e8-2e48e015fb4f} <Debug> TCPHandler: Processed in 0.001953423 sec.
4823 2025.02.21 21:29:37.672667 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4824 2025.02.21 21:29:37.672795 [ 278 ] {78879423-5a7c-4c8e-8eb4-156eb810b851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4825 2025.02.21 21:29:37.672851 [ 278 ] {78879423-5a7c-4c8e-8eb4-156eb810b851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4826 2025.02.21 21:29:37.673329 [ 278 ] {78879423-5a7c-4c8e-8eb4-156eb810b851} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4827 2025.02.21 21:29:37.673365 [ 278 ] {78879423-5a7c-4c8e-8eb4-156eb810b851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4828 2025.02.21 21:29:37.673708 [ 278 ] {78879423-5a7c-4c8e-8eb4-156eb810b851} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4829 2025.02.21 21:29:37.673940 [ 278 ] {78879423-5a7c-4c8e-8eb4-156eb810b851} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4830 2025.02.21 21:29:37.674110 [ 278 ] {78879423-5a7c-4c8e-8eb4-156eb810b851} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001343 sec., 744.6016381236038 rows/sec., 50.17 KiB/sec.
4831 2025.02.21 21:29:37.674158 [ 278 ] {78879423-5a7c-4c8e-8eb4-156eb810b851} <Debug> TCPHandler: Processed in 0.001552592 sec.
4832 2025.02.21 21:29:37.674302 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4833 2025.02.21 21:29:37.674431 [ 275 ] {fb9f0e99-52bd-4a79-aff9-3f02b2925017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4834 2025.02.21 21:29:37.674509 [ 275 ] {fb9f0e99-52bd-4a79-aff9-3f02b2925017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4835 2025.02.21 21:29:37.675705 [ 275 ] {fb9f0e99-52bd-4a79-aff9-3f02b2925017} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4836 2025.02.21 21:29:37.675741 [ 275 ] {fb9f0e99-52bd-4a79-aff9-3f02b2925017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4837 2025.02.21 21:29:37.676393 [ 275 ] {fb9f0e99-52bd-4a79-aff9-3f02b2925017} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4838 2025.02.21 21:29:37.676649 [ 275 ] {fb9f0e99-52bd-4a79-aff9-3f02b2925017} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4839 2025.02.21 21:29:37.676889 [ 275 ] {fb9f0e99-52bd-4a79-aff9-3f02b2925017} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002486 sec., 16090.104585679808 rows/sec., 28.83 MiB/sec.
4840 2025.02.21 21:29:37.677328 [ 275 ] {fb9f0e99-52bd-4a79-aff9-3f02b2925017} <Debug> TCPHandler: Processed in 0.003084925 sec.
4841 2025.02.21 21:29:37.677490 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4842 2025.02.21 21:29:37.677618 [ 278 ] {176cca17-eba3-4ef3-ac04-eb9162cc7756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4843 2025.02.21 21:29:37.677674 [ 278 ] {176cca17-eba3-4ef3-ac04-eb9162cc7756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4844 2025.02.21 21:29:37.678205 [ 278 ] {176cca17-eba3-4ef3-ac04-eb9162cc7756} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4845 2025.02.21 21:29:37.678243 [ 278 ] {176cca17-eba3-4ef3-ac04-eb9162cc7756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4846 2025.02.21 21:29:37.678592 [ 278 ] {176cca17-eba3-4ef3-ac04-eb9162cc7756} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4847 2025.02.21 21:29:37.678830 [ 278 ] {176cca17-eba3-4ef3-ac04-eb9162cc7756} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4848 2025.02.21 21:29:37.679003 [ 278 ] {176cca17-eba3-4ef3-ac04-eb9162cc7756} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001414 sec., 22630.834512022633 rows/sec., 1.31 MiB/sec.
4849 2025.02.21 21:29:37.679051 [ 278 ] {176cca17-eba3-4ef3-ac04-eb9162cc7756} <Debug> TCPHandler: Processed in 0.001631865 sec.
4850 2025.02.21 21:29:38.000146 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.32 MiB, peak 195.84 MiB, free memory in arenas 0.00 B, will set to 188.20 MiB (RSS), difference: -1.12 MiB
4851 2025.02.21 21:29:39.567430 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 696
4852 2025.02.21 21:29:39.570924 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4853 2025.02.21 21:29:39.570976 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4854 2025.02.21 21:29:39.572470 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4855 2025.02.21 21:29:39.572804 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4856 2025.02.21 21:29:39.573078 [ 57 ] {} <Debug> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4857 2025.02.21 21:29:39.573253 [ 57 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4858 2025.02.21 21:29:39.573363 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4859 2025.02.21 21:29:39.573751 [ 193 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
4860 2025.02.21 21:29:39.574311 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 696
4861 2025.02.21 21:29:39.574831 [ 193 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4862 2025.02.21 21:29:39.575016 [ 193 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 508 rows starting from the beginning of the part
4863 2025.02.21 21:29:39.575685 [ 193 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part
4864 2025.02.21 21:29:39.576309 [ 193 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 54 rows starting from the beginning of the part
4865 2025.02.21 21:29:39.576915 [ 193 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part
4866 2025.02.21 21:29:39.577534 [ 193 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part
4867 2025.02.21 21:29:39.578167 [ 193 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 54 rows starting from the beginning of the part
4868 2025.02.21 21:29:39.586322 [ 197 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 696 rows, containing 72 columns (72 merged, 0 gathered) in 0.012820294 sec., 54288.92660339927 rows/sec., 46.46 MiB/sec.
4869 2025.02.21 21:29:39.587703 [ 187 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4870 2025.02.21 21:29:39.588511 [ 187 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_16_3} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4871 2025.02.21 21:29:39.588596 [ 187 ] {ec4c90c0-e985-4376-b268-d41f90655a70::all_1_16_3} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4872 2025.02.21 21:29:39.588944 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB.
4873 2025.02.21 21:29:42.021418 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
4874 2025.02.21 21:29:42.022181 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4875 2025.02.21 21:29:42.022231 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4876 2025.02.21 21:29:42.022819 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4877 2025.02.21 21:29:42.023081 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4878 2025.02.21 21:29:42.023339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614
4879 2025.02.21 21:29:42.140774 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4880 2025.02.21 21:29:42.140975 [ 275 ] {867c231b-bdb0-4a92-bf8e-6b8dde221ef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4881 2025.02.21 21:29:42.141051 [ 275 ] {867c231b-bdb0-4a92-bf8e-6b8dde221ef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4882 2025.02.21 21:29:42.141858 [ 275 ] {867c231b-bdb0-4a92-bf8e-6b8dde221ef5} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4883 2025.02.21 21:29:42.141912 [ 275 ] {867c231b-bdb0-4a92-bf8e-6b8dde221ef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4884 2025.02.21 21:29:42.142424 [ 275 ] {867c231b-bdb0-4a92-bf8e-6b8dde221ef5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4885 2025.02.21 21:29:42.142710 [ 275 ] {867c231b-bdb0-4a92-bf8e-6b8dde221ef5} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4886 2025.02.21 21:29:42.142904 [ 55 ] {} <Debug> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4887 2025.02.21 21:29:42.142969 [ 55 ] {} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4888 2025.02.21 21:29:42.142983 [ 275 ] {867c231b-bdb0-4a92-bf8e-6b8dde221ef5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002052 sec., 27290.448343079923 rows/sec., 2.10 MiB/sec.
4889 2025.02.21 21:29:42.143003 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4890 2025.02.21 21:29:42.143145 [ 275 ] {867c231b-bdb0-4a92-bf8e-6b8dde221ef5} <Debug> TCPHandler: Processed in 0.00251004 sec.
4891 2025.02.21 21:29:42.143198 [ 190 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
4892 2025.02.21 21:29:42.143306 [ 190 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4893 2025.02.21 21:29:42.143340 [ 190 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1845 rows starting from the beginning of the part
4894 2025.02.21 21:29:42.143344 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4895 2025.02.21 21:29:42.143415 [ 190 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 57 rows starting from the beginning of the part
4896 2025.02.21 21:29:42.143702 [ 278 ] {8195a8f7-f0a4-493c-bd3b-8fe2cf567376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4897 2025.02.21 21:29:42.143920 [ 190 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 695 rows starting from the beginning of the part
4898 2025.02.21 21:29:42.143938 [ 278 ] {8195a8f7-f0a4-493c-bd3b-8fe2cf567376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4899 2025.02.21 21:29:42.144228 [ 190 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part
4900 2025.02.21 21:29:42.144491 [ 190 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1834 rows starting from the beginning of the part
4901 2025.02.21 21:29:42.144880 [ 190 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part
4902 2025.02.21 21:29:42.145852 [ 278 ] {8195a8f7-f0a4-493c-bd3b-8fe2cf567376} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4903 2025.02.21 21:29:42.145900 [ 278 ] {8195a8f7-f0a4-493c-bd3b-8fe2cf567376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4904 2025.02.21 21:29:42.146436 [ 278 ] {8195a8f7-f0a4-493c-bd3b-8fe2cf567376} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4905 2025.02.21 21:29:42.146704 [ 278 ] {8195a8f7-f0a4-493c-bd3b-8fe2cf567376} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4906 2025.02.21 21:29:42.146924 [ 55 ] {} <Debug> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4907 2025.02.21 21:29:42.146996 [ 55 ] {} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4908 2025.02.21 21:29:42.147028 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4909 2025.02.21 21:29:42.147045 [ 278 ] {8195a8f7-f0a4-493c-bd3b-8fe2cf567376} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003512 sec., 18223.234624145785 rows/sec., 1.42 MiB/sec.
4910 2025.02.21 21:29:42.147438 [ 278 ] {8195a8f7-f0a4-493c-bd3b-8fe2cf567376} <Debug> TCPHandler: Processed in 0.004153915 sec.
4911 2025.02.21 21:29:42.147659 [ 197 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
4912 2025.02.21 21:29:42.147722 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4913 2025.02.21 21:29:42.148022 [ 190 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.004900235 sec., 927098.3942606833 rows/sec., 78.78 MiB/sec.
4914 2025.02.21 21:29:42.148127 [ 275 ] {7b911df6-7e77-434a-a694-339312bf5cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4915 2025.02.21 21:29:42.148247 [ 197 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4916 2025.02.21 21:29:42.148271 [ 275 ] {7b911df6-7e77-434a-a694-339312bf5cab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4917 2025.02.21 21:29:42.148382 [ 197 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part
4918 2025.02.21 21:29:42.148401 [ 190 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4919 2025.02.21 21:29:42.148899 [ 197 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 66 rows starting from the beginning of the part
4920 2025.02.21 21:29:42.149320 [ 197 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 421 rows starting from the beginning of the part
4921 2025.02.21 21:29:42.150003 [ 196 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_36_7} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4922 2025.02.21 21:29:42.150050 [ 197 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part
4923 2025.02.21 21:29:42.150391 [ 196 ] {c05a47b6-fca6-45ed-a62b-8eea59aeff35::all_1_36_7} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4924 2025.02.21 21:29:42.150662 [ 197 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 872 rows starting from the beginning of the part
4925 2025.02.21 21:29:42.150762 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
4926 2025.02.21 21:29:42.150967 [ 197 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part
4927 2025.02.21 21:29:42.151959 [ 275 ] {7b911df6-7e77-434a-a694-339312bf5cab} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4928 2025.02.21 21:29:42.152016 [ 275 ] {7b911df6-7e77-434a-a694-339312bf5cab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4929 2025.02.21 21:29:42.153092 [ 275 ] {7b911df6-7e77-434a-a694-339312bf5cab} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4930 2025.02.21 21:29:42.153578 [ 275 ] {7b911df6-7e77-434a-a694-339312bf5cab} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4931 2025.02.21 21:29:42.153799 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4932 2025.02.21 21:29:42.153909 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4933 2025.02.21 21:29:42.153977 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4934 2025.02.21 21:29:42.154016 [ 275 ] {7b911df6-7e77-434a-a694-339312bf5cab} <Debug> executeQuery: Read 130 rows, 9.28 KiB in 0.00602 sec., 21594.684385382057 rows/sec., 1.51 MiB/sec.
4935 2025.02.21 21:29:42.154498 [ 275 ] {7b911df6-7e77-434a-a694-339312bf5cab} <Debug> TCPHandler: Processed in 0.006919971 sec.
4936 2025.02.21 21:29:42.154523 [ 198 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
4937 2025.02.21 21:29:42.154840 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4938 2025.02.21 21:29:42.154893 [ 189 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2400 rows, containing 5 columns (5 merged, 0 gathered) in 0.007730503 sec., 310458.45270353043 rows/sec., 23.76 MiB/sec.
4939 2025.02.21 21:29:42.155047 [ 198 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4940 2025.02.21 21:29:42.155106 [ 278 ] {e56f0c5d-60c3-45f0-b170-fe4626283ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4941 2025.02.21 21:29:42.155117 [ 198 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10061 rows starting from the beginning of the part
4942 2025.02.21 21:29:42.155250 [ 278 ] {e56f0c5d-60c3-45f0-b170-fe4626283ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4943 2025.02.21 21:29:42.155335 [ 189 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4944 2025.02.21 21:29:42.155498 [ 198 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 161 rows starting from the beginning of the part
4945 2025.02.21 21:29:42.156036 [ 198 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part
4946 2025.02.21 21:29:42.156468 [ 198 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part
4947 2025.02.21 21:29:42.156832 [ 198 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 954 rows starting from the beginning of the part
4948 2025.02.21 21:29:42.157253 [ 198 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 130 rows starting from the beginning of the part
4949 2025.02.21 21:29:42.157435 [ 189 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_36_7} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4950 2025.02.21 21:29:42.157963 [ 189 ] {11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea::all_1_36_7} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4951 2025.02.21 21:29:42.158269 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
4952 2025.02.21 21:29:42.158366 [ 278 ] {e56f0c5d-60c3-45f0-b170-fe4626283ce5} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4953 2025.02.21 21:29:42.158460 [ 278 ] {e56f0c5d-60c3-45f0-b170-fe4626283ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4954 2025.02.21 21:29:42.158931 [ 278 ] {e56f0c5d-60c3-45f0-b170-fe4626283ce5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4955 2025.02.21 21:29:42.159235 [ 278 ] {e56f0c5d-60c3-45f0-b170-fe4626283ce5} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4956 2025.02.21 21:29:42.159482 [ 55 ] {} <Debug> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4957 2025.02.21 21:29:42.159623 [ 55 ] {} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4958 2025.02.21 21:29:42.159646 [ 278 ] {e56f0c5d-60c3-45f0-b170-fe4626283ce5} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.004572 sec., 10936.132983377078 rows/sec., 752.07 KiB/sec.
4959 2025.02.21 21:29:42.159699 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4960 2025.02.21 21:29:42.159967 [ 278 ] {e56f0c5d-60c3-45f0-b170-fe4626283ce5} <Debug> TCPHandler: Processed in 0.005321167 sec.
4961 2025.02.21 21:29:42.160225 [ 200 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
4962 2025.02.21 21:29:42.160386 [ 200 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4963 2025.02.21 21:29:42.160424 [ 200 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1864 rows starting from the beginning of the part
4964 2025.02.21 21:29:42.160565 [ 200 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part
4965 2025.02.21 21:29:42.160657 [ 200 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part
4966 2025.02.21 21:29:42.160803 [ 200 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part
4967 2025.02.21 21:29:42.161262 [ 200 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part
4968 2025.02.21 21:29:42.161478 [ 200 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 50 rows starting from the beginning of the part
4969 2025.02.21 21:29:42.162979 [ 189 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11703 rows, containing 5 columns (5 merged, 0 gathered) in 0.008862324 sec., 1320533.9818314023 rows/sec., 89.07 MiB/sec.
4970 2025.02.21 21:29:42.163504 [ 189 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4971 2025.02.21 21:29:42.163951 [ 194 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2148 rows, containing 4 columns (4 merged, 0 gathered) in 0.004019731 sec., 534364.1154097127 rows/sec., 34.87 MiB/sec.
4972 2025.02.21 21:29:42.164056 [ 189 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4973 2025.02.21 21:29:42.164153 [ 189 ] {b5be8dce-7913-4d47-814b-1d741d66213f::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4974 2025.02.21 21:29:42.164314 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB.
4975 2025.02.21 21:29:42.164336 [ 194 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4976 2025.02.21 21:29:42.164673 [ 194 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_36_7} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4977 2025.02.21 21:29:42.164754 [ 194 ] {b907aea7-c200-4f29-bd2a-0c1706af6485::all_1_36_7} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4978 2025.02.21 21:29:42.164846 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
4979 2025.02.21 21:29:42.782674 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4980 2025.02.21 21:29:42.803525 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4981 2025.02.21 21:29:42.803585 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4982 2025.02.21 21:29:42.811259 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4983 2025.02.21 21:29:42.812059 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4984 2025.02.21 21:29:42.815126 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4985 2025.02.21 21:29:47.141755 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4986 2025.02.21 21:29:47.142089 [ 275 ] {aaf7c43f-2279-4f1e-a31d-294f757418a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4987 2025.02.21 21:29:47.142205 [ 275 ] {aaf7c43f-2279-4f1e-a31d-294f757418a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4988 2025.02.21 21:29:47.143126 [ 275 ] {aaf7c43f-2279-4f1e-a31d-294f757418a2} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4989 2025.02.21 21:29:47.143169 [ 275 ] {aaf7c43f-2279-4f1e-a31d-294f757418a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4990 2025.02.21 21:29:47.143627 [ 275 ] {aaf7c43f-2279-4f1e-a31d-294f757418a2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4991 2025.02.21 21:29:47.143882 [ 275 ] {aaf7c43f-2279-4f1e-a31d-294f757418a2} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4992 2025.02.21 21:29:47.144083 [ 275 ] {aaf7c43f-2279-4f1e-a31d-294f757418a2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002082 sec., 26897.214217098943 rows/sec., 2.07 MiB/sec.
4993 2025.02.21 21:29:47.144145 [ 275 ] {aaf7c43f-2279-4f1e-a31d-294f757418a2} <Debug> TCPHandler: Processed in 0.002586131 sec.
4994 2025.02.21 21:29:47.144303 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4995 2025.02.21 21:29:47.144430 [ 278 ] {e2052759-d72e-4945-8ef2-0f26cacaa66e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4996 2025.02.21 21:29:47.144479 [ 278 ] {e2052759-d72e-4945-8ef2-0f26cacaa66e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4997 2025.02.21 21:29:47.145149 [ 278 ] {e2052759-d72e-4945-8ef2-0f26cacaa66e} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4998 2025.02.21 21:29:47.145197 [ 278 ] {e2052759-d72e-4945-8ef2-0f26cacaa66e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4999 2025.02.21 21:29:47.145647 [ 278 ] {e2052759-d72e-4945-8ef2-0f26cacaa66e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5000 2025.02.21 21:29:47.145897 [ 278 ] {e2052759-d72e-4945-8ef2-0f26cacaa66e} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5001 2025.02.21 21:29:47.146100 [ 278 ] {e2052759-d72e-4945-8ef2-0f26cacaa66e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001698 sec., 37691.40164899882 rows/sec., 2.94 MiB/sec.
5002 2025.02.21 21:29:47.146181 [ 278 ] {e2052759-d72e-4945-8ef2-0f26cacaa66e} <Debug> TCPHandler: Processed in 0.001937394 sec.
5003 2025.02.21 21:29:47.146377 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5004 2025.02.21 21:29:47.146554 [ 275 ] {68678553-99d7-4b8f-a150-0f2f358be131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5005 2025.02.21 21:29:47.146616 [ 275 ] {68678553-99d7-4b8f-a150-0f2f358be131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5006 2025.02.21 21:29:47.147287 [ 275 ] {68678553-99d7-4b8f-a150-0f2f358be131} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5007 2025.02.21 21:29:47.147333 [ 275 ] {68678553-99d7-4b8f-a150-0f2f358be131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5008 2025.02.21 21:29:47.147765 [ 275 ] {68678553-99d7-4b8f-a150-0f2f358be131} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5009 2025.02.21 21:29:47.148007 [ 275 ] {68678553-99d7-4b8f-a150-0f2f358be131} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5010 2025.02.21 21:29:47.148192 [ 275 ] {68678553-99d7-4b8f-a150-0f2f358be131} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00167 sec., 95808.38323353294 rows/sec., 6.67 MiB/sec.
5011 2025.02.21 21:29:47.148243 [ 275 ] {68678553-99d7-4b8f-a150-0f2f358be131} <Debug> TCPHandler: Processed in 0.001982584 sec.
5012 2025.02.21 21:29:47.148420 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5013 2025.02.21 21:29:47.148527 [ 278 ] {a2bc3824-fb63-4b45-b049-c12e102dfa47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5014 2025.02.21 21:29:47.148574 [ 278 ] {a2bc3824-fb63-4b45-b049-c12e102dfa47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5015 2025.02.21 21:29:47.149017 [ 278 ] {a2bc3824-fb63-4b45-b049-c12e102dfa47} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5016 2025.02.21 21:29:47.149053 [ 278 ] {a2bc3824-fb63-4b45-b049-c12e102dfa47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5017 2025.02.21 21:29:47.149413 [ 278 ] {a2bc3824-fb63-4b45-b049-c12e102dfa47} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5018 2025.02.21 21:29:47.149656 [ 278 ] {a2bc3824-fb63-4b45-b049-c12e102dfa47} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5019 2025.02.21 21:29:47.149831 [ 278 ] {a2bc3824-fb63-4b45-b049-c12e102dfa47} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001328 sec., 45180.72289156626 rows/sec., 3.04 MiB/sec.
5020 2025.02.21 21:29:47.149878 [ 278 ] {a2bc3824-fb63-4b45-b049-c12e102dfa47} <Debug> TCPHandler: Processed in 0.001510552 sec.
5021 2025.02.21 21:29:48.397081 [ 49 ] {} <Debug> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
5022 2025.02.21 21:29:48.397149 [ 49 ] {} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5023 2025.02.21 21:29:48.397171 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5024 2025.02.21 21:29:48.397340 [ 200 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full
5025 2025.02.21 21:29:48.397515 [ 200 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5026 2025.02.21 21:29:48.397559 [ 200 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 342 rows starting from the beginning of the part
5027 2025.02.21 21:29:48.397646 [ 200 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 341 rows starting from the beginning of the part
5028 2025.02.21 21:29:48.397880 [ 200 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part
5029 2025.02.21 21:29:48.398070 [ 200 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part
5030 2025.02.21 21:29:48.398175 [ 200 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 341 rows starting from the beginning of the part
5031 2025.02.21 21:29:48.399275 [ 194 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.002021286 sec., 618418.1753596473 rows/sec., 43.40 MiB/sec.
5032 2025.02.21 21:29:48.399536 [ 189 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5033 2025.02.21 21:29:48.399897 [ 189 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_15_3} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5034 2025.02.21 21:29:48.399988 [ 189 ] {fbaae908-1c2c-4cf4-a118-03e6de17f97b::all_1_15_3} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
5035 2025.02.21 21:29:48.400093 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
5036 2025.02.21 21:29:49.002389 [ 47 ] {} <Debug> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
5037 2025.02.21 21:29:49.002487 [ 47 ] {} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5038 2025.02.21 21:29:49.002530 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5039 2025.02.21 21:29:49.002767 [ 188 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full
5040 2025.02.21 21:29:49.003006 [ 188 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5041 2025.02.21 21:29:49.003049 [ 188 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
5042 2025.02.21 21:29:49.003131 [ 188 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
5043 2025.02.21 21:29:49.003268 [ 188 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
5044 2025.02.21 21:29:49.003382 [ 188 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
5045 2025.02.21 21:29:49.003481 [ 188 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
5046 2025.02.21 21:29:49.004407 [ 189 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.001780229 sec., 50555.2937290652 rows/sec., 2.58 MiB/sec.
5047 2025.02.21 21:29:49.004638 [ 194 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5048 2025.02.21 21:29:49.005281 [ 194 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_15_3} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5049 2025.02.21 21:29:49.005443 [ 194 ] {d6a1c153-8490-4f98-a9e7-f76e399bba3f::all_1_15_3} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
5050 2025.02.21 21:29:49.005607 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5051 2025.02.21 21:29:49.400582 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache
5052 2025.02.21 21:29:49.400633 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache
5053 2025.02.21 21:29:49.523448 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041
5054 2025.02.21 21:29:49.524107 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5055 2025.02.21 21:29:49.524154 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5056 2025.02.21 21:29:49.524762 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5057 2025.02.21 21:29:49.525015 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5058 2025.02.21 21:29:49.525267 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
5059 2025.02.21 21:29:49.574618 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 712
5060 2025.02.21 21:29:49.577594 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5061 2025.02.21 21:29:49.577638 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5062 2025.02.21 21:29:49.579023 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5063 2025.02.21 21:29:49.579350 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5064 2025.02.21 21:29:49.579925 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 712
5065 2025.02.21 21:29:50.315187 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
5066 2025.02.21 21:29:50.336628 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5067 2025.02.21 21:29:50.336687 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5068 2025.02.21 21:29:50.344136 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5069 2025.02.21 21:29:50.344936 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5070 2025.02.21 21:29:50.348742 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
5071 2025.02.21 21:29:52.151171 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5072 2025.02.21 21:29:52.151380 [ 275 ] {f3edb0c8-6f07-447f-8ba2-9936ee78501f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5073 2025.02.21 21:29:52.151457 [ 275 ] {f3edb0c8-6f07-447f-8ba2-9936ee78501f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5074 2025.02.21 21:29:52.152343 [ 275 ] {f3edb0c8-6f07-447f-8ba2-9936ee78501f} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5075 2025.02.21 21:29:52.152388 [ 275 ] {f3edb0c8-6f07-447f-8ba2-9936ee78501f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5076 2025.02.21 21:29:52.152867 [ 275 ] {f3edb0c8-6f07-447f-8ba2-9936ee78501f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5077 2025.02.21 21:29:52.153169 [ 275 ] {f3edb0c8-6f07-447f-8ba2-9936ee78501f} <Trace> oximeter.fields_i16 (60615432-0db2-4d5e-a3af-caac74f4d12b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5078 2025.02.21 21:29:52.153379 [ 275 ] {f3edb0c8-6f07-447f-8ba2-9936ee78501f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002054 sec., 103213.2424537488 rows/sec., 6.56 MiB/sec.
5079 2025.02.21 21:29:52.153450 [ 275 ] {f3edb0c8-6f07-447f-8ba2-9936ee78501f} <Debug> TCPHandler: Processed in 0.002415957 sec.
5080 2025.02.21 21:29:52.153630 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5081 2025.02.21 21:29:52.153753 [ 278 ] {77f55846-e69c-43fd-b530-19243e9d859a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5082 2025.02.21 21:29:52.153803 [ 278 ] {77f55846-e69c-43fd-b530-19243e9d859a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5083 2025.02.21 21:29:52.154706 [ 278 ] {77f55846-e69c-43fd-b530-19243e9d859a} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5084 2025.02.21 21:29:52.154745 [ 278 ] {77f55846-e69c-43fd-b530-19243e9d859a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5085 2025.02.21 21:29:52.155171 [ 278 ] {77f55846-e69c-43fd-b530-19243e9d859a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5086 2025.02.21 21:29:52.155420 [ 278 ] {77f55846-e69c-43fd-b530-19243e9d859a} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5087 2025.02.21 21:29:52.155608 [ 278 ] {77f55846-e69c-43fd-b530-19243e9d859a} <Debug> executeQuery: Read 697 rows, 57.01 KiB in 0.001885 sec., 369761.2732095491 rows/sec., 29.54 MiB/sec.
5088 2025.02.21 21:29:52.155661 [ 278 ] {77f55846-e69c-43fd-b530-19243e9d859a} <Debug> TCPHandler: Processed in 0.002090647 sec.
5089 2025.02.21 21:29:52.155820 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5090 2025.02.21 21:29:52.155954 [ 275 ] {8ad1a2ee-bc0f-46ea-80df-8a8a3eae8b88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5091 2025.02.21 21:29:52.156008 [ 275 ] {8ad1a2ee-bc0f-46ea-80df-8a8a3eae8b88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5092 2025.02.21 21:29:52.156709 [ 275 ] {8ad1a2ee-bc0f-46ea-80df-8a8a3eae8b88} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5093 2025.02.21 21:29:52.156754 [ 275 ] {8ad1a2ee-bc0f-46ea-80df-8a8a3eae8b88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5094 2025.02.21 21:29:52.157121 [ 275 ] {8ad1a2ee-bc0f-46ea-80df-8a8a3eae8b88} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5095 2025.02.21 21:29:52.157361 [ 275 ] {8ad1a2ee-bc0f-46ea-80df-8a8a3eae8b88} <Trace> oximeter.fields_u16 (f2091dde-112d-45c8-9450-fa3ad60d02ce): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5096 2025.02.21 21:29:52.157551 [ 275 ] {8ad1a2ee-bc0f-46ea-80df-8a8a3eae8b88} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.00163 sec., 89570.55214723927 rows/sec., 5.63 MiB/sec.
5097 2025.02.21 21:29:52.157600 [ 275 ] {8ad1a2ee-bc0f-46ea-80df-8a8a3eae8b88} <Debug> TCPHandler: Processed in 0.001844051 sec.
5098 2025.02.21 21:29:52.157760 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5099 2025.02.21 21:29:52.157887 [ 278 ] {c04f5ab3-f315-49e5-a50e-664cd7027b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5100 2025.02.21 21:29:52.157940 [ 278 ] {c04f5ab3-f315-49e5-a50e-664cd7027b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5101 2025.02.21 21:29:52.158599 [ 278 ] {c04f5ab3-f315-49e5-a50e-664cd7027b2c} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5102 2025.02.21 21:29:52.158651 [ 278 ] {c04f5ab3-f315-49e5-a50e-664cd7027b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5103 2025.02.21 21:29:52.159027 [ 278 ] {c04f5ab3-f315-49e5-a50e-664cd7027b2c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5104 2025.02.21 21:29:52.159281 [ 278 ] {c04f5ab3-f315-49e5-a50e-664cd7027b2c} <Trace> oximeter.fields_u32 (fbaae908-1c2c-4cf4-a118-03e6de17f97b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5105 2025.02.21 21:29:52.159454 [ 278 ] {c04f5ab3-f315-49e5-a50e-664cd7027b2c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001596 sec., 70802.00501253133 rows/sec., 4.58 MiB/sec.
5106 2025.02.21 21:29:52.159503 [ 278 ] {c04f5ab3-f315-49e5-a50e-664cd7027b2c} <Debug> TCPHandler: Processed in 0.00180217 sec.
5107 2025.02.21 21:29:52.159637 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5108 2025.02.21 21:29:52.159747 [ 275 ] {a05f999d-2192-4a96-ab4b-32c09e89bf0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5109 2025.02.21 21:29:52.159800 [ 275 ] {a05f999d-2192-4a96-ab4b-32c09e89bf0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5110 2025.02.21 21:29:52.160451 [ 275 ] {a05f999d-2192-4a96-ab4b-32c09e89bf0b} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5111 2025.02.21 21:29:52.160495 [ 275 ] {a05f999d-2192-4a96-ab4b-32c09e89bf0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5112 2025.02.21 21:29:52.160882 [ 275 ] {a05f999d-2192-4a96-ab4b-32c09e89bf0b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5113 2025.02.21 21:29:52.161115 [ 275 ] {a05f999d-2192-4a96-ab4b-32c09e89bf0b} <Trace> oximeter.fields_u8 (ae43c8ed-aab2-43b0-a9c4-d236d9b39267): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5114 2025.02.21 21:29:52.161329 [ 275 ] {a05f999d-2192-4a96-ab4b-32c09e89bf0b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001595 sec., 70219.43573667711 rows/sec., 4.00 MiB/sec.
5115 2025.02.21 21:29:52.161514 [ 275 ] {a05f999d-2192-4a96-ab4b-32c09e89bf0b} <Debug> TCPHandler: Processed in 0.001924464 sec.
5116 2025.02.21 21:29:52.161678 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5117 2025.02.21 21:29:52.161797 [ 278 ] {78b7c742-e29a-4982-8c20-db8b78c80384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5118 2025.02.21 21:29:52.161852 [ 278 ] {78b7c742-e29a-4982-8c20-db8b78c80384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5119 2025.02.21 21:29:52.162748 [ 278 ] {78b7c742-e29a-4982-8c20-db8b78c80384} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5120 2025.02.21 21:29:52.162786 [ 278 ] {78b7c742-e29a-4982-8c20-db8b78c80384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5121 2025.02.21 21:29:52.163156 [ 278 ] {78b7c742-e29a-4982-8c20-db8b78c80384} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5122 2025.02.21 21:29:52.163392 [ 278 ] {78b7c742-e29a-4982-8c20-db8b78c80384} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5123 2025.02.21 21:29:52.163572 [ 278 ] {78b7c742-e29a-4982-8c20-db8b78c80384} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.001803 sec., 234054.35385468663 rows/sec., 16.68 MiB/sec.
5124 2025.02.21 21:29:52.163623 [ 278 ] {78b7c742-e29a-4982-8c20-db8b78c80384} <Debug> TCPHandler: Processed in 0.002007735 sec.
5125 2025.02.21 21:29:52.163770 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5126 2025.02.21 21:29:52.163899 [ 275 ] {1a8bc3eb-10f6-4e7b-aab5-398a18168577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5127 2025.02.21 21:29:52.163953 [ 275 ] {1a8bc3eb-10f6-4e7b-aab5-398a18168577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5128 2025.02.21 21:29:52.164471 [ 275 ] {1a8bc3eb-10f6-4e7b-aab5-398a18168577} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5129 2025.02.21 21:29:52.164515 [ 275 ] {1a8bc3eb-10f6-4e7b-aab5-398a18168577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5130 2025.02.21 21:29:52.164907 [ 275 ] {1a8bc3eb-10f6-4e7b-aab5-398a18168577} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5131 2025.02.21 21:29:52.165158 [ 275 ] {1a8bc3eb-10f6-4e7b-aab5-398a18168577} <Trace> oximeter.measurements_bool (d6a1c153-8490-4f98-a9e7-f76e399bba3f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5132 2025.02.21 21:29:52.165388 [ 275 ] {1a8bc3eb-10f6-4e7b-aab5-398a18168577} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 206.64 KiB/sec.
5133 2025.02.21 21:29:52.165583 [ 275 ] {1a8bc3eb-10f6-4e7b-aab5-398a18168577} <Debug> TCPHandler: Processed in 0.001868241 sec.
5134 2025.02.21 21:29:52.165722 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5135 2025.02.21 21:29:52.165849 [ 278 ] {f78ca60b-0d92-4363-8903-f948b2684c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5136 2025.02.21 21:29:52.165907 [ 278 ] {f78ca60b-0d92-4363-8903-f948b2684c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5137 2025.02.21 21:29:52.166575 [ 278 ] {f78ca60b-0d92-4363-8903-f948b2684c5b} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5138 2025.02.21 21:29:52.166620 [ 278 ] {f78ca60b-0d92-4363-8903-f948b2684c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5139 2025.02.21 21:29:52.167016 [ 278 ] {f78ca60b-0d92-4363-8903-f948b2684c5b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5140 2025.02.21 21:29:52.167256 [ 278 ] {f78ca60b-0d92-4363-8903-f948b2684c5b} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5141 2025.02.21 21:29:52.167439 [ 278 ] {f78ca60b-0d92-4363-8903-f948b2684c5b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00162 sec., 146296.2962962963 rows/sec., 9.81 MiB/sec.
5142 2025.02.21 21:29:52.167490 [ 278 ] {f78ca60b-0d92-4363-8903-f948b2684c5b} <Debug> TCPHandler: Processed in 0.00181847 sec.
5143 2025.02.21 21:29:52.167616 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5144 2025.02.21 21:29:52.167723 [ 275 ] {4e2b67fc-6bdd-4cc3-960e-730954d73b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5145 2025.02.21 21:29:52.167777 [ 275 ] {4e2b67fc-6bdd-4cc3-960e-730954d73b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5146 2025.02.21 21:29:52.168270 [ 275 ] {4e2b67fc-6bdd-4cc3-960e-730954d73b0f} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5147 2025.02.21 21:29:52.168315 [ 275 ] {4e2b67fc-6bdd-4cc3-960e-730954d73b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5148 2025.02.21 21:29:52.168732 [ 275 ] {4e2b67fc-6bdd-4cc3-960e-730954d73b0f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5149 2025.02.21 21:29:52.168966 [ 275 ] {4e2b67fc-6bdd-4cc3-960e-730954d73b0f} <Trace> oximeter.measurements_f64 (2c69fe32-b8fe-47a2-81b4-8faaf4514307): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5150 2025.02.21 21:29:52.169175 [ 275 ] {4e2b67fc-6bdd-4cc3-960e-730954d73b0f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001466 sec., 682.1282401091405 rows/sec., 45.96 KiB/sec.
5151 2025.02.21 21:29:52.169357 [ 275 ] {4e2b67fc-6bdd-4cc3-960e-730954d73b0f} <Debug> TCPHandler: Processed in 0.001787439 sec.
5152 2025.02.21 21:29:52.169548 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5153 2025.02.21 21:29:52.169659 [ 278 ] {0095bba1-9d65-4eb7-a027-c154be0ef36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5154 2025.02.21 21:29:52.169733 [ 278 ] {0095bba1-9d65-4eb7-a027-c154be0ef36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5155 2025.02.21 21:29:52.171058 [ 278 ] {0095bba1-9d65-4eb7-a027-c154be0ef36e} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5156 2025.02.21 21:29:52.171096 [ 278 ] {0095bba1-9d65-4eb7-a027-c154be0ef36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5157 2025.02.21 21:29:52.171756 [ 278 ] {0095bba1-9d65-4eb7-a027-c154be0ef36e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5158 2025.02.21 21:29:52.172017 [ 278 ] {0095bba1-9d65-4eb7-a027-c154be0ef36e} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5159 2025.02.21 21:29:52.172146 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5160 2025.02.21 21:29:52.172194 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5161 2025.02.21 21:29:52.172218 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5162 2025.02.21 21:29:52.172221 [ 278 ] {0095bba1-9d65-4eb7-a027-c154be0ef36e} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002586 sec., 15467.904098994584 rows/sec., 27.72 MiB/sec.
5163 2025.02.21 21:29:52.172644 [ 199 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
5164 2025.02.21 21:29:52.173000 [ 278 ] {0095bba1-9d65-4eb7-a027-c154be0ef36e} <Debug> TCPHandler: Processed in 0.003529748 sec.
5165 2025.02.21 21:29:52.173218 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5166 2025.02.21 21:29:52.173478 [ 275 ] {99cb3d02-e886-41fb-b1b3-69c56b87d71e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5167 2025.02.21 21:29:52.173567 [ 199 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5168 2025.02.21 21:29:52.173583 [ 275 ] {99cb3d02-e886-41fb-b1b3-69c56b87d71e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5169 2025.02.21 21:29:52.173809 [ 199 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 325 rows starting from the beginning of the part
5170 2025.02.21 21:29:52.174652 [ 199 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part
5171 2025.02.21 21:29:52.175312 [ 199 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part
5172 2025.02.21 21:29:52.176011 [ 199 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part
5173 2025.02.21 21:29:52.176073 [ 275 ] {99cb3d02-e886-41fb-b1b3-69c56b87d71e} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5174 2025.02.21 21:29:52.176137 [ 275 ] {99cb3d02-e886-41fb-b1b3-69c56b87d71e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5175 2025.02.21 21:29:52.176493 [ 199 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part
5176 2025.02.21 21:29:52.177140 [ 199 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part
5177 2025.02.21 21:29:52.178036 [ 275 ] {99cb3d02-e886-41fb-b1b3-69c56b87d71e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5178 2025.02.21 21:29:52.178571 [ 275 ] {99cb3d02-e886-41fb-b1b3-69c56b87d71e} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5179 2025.02.21 21:29:52.179123 [ 275 ] {99cb3d02-e886-41fb-b1b3-69c56b87d71e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005722 sec., 14330.653617616219 rows/sec., 932.02 KiB/sec.
5180 2025.02.21 21:29:52.179287 [ 275 ] {99cb3d02-e886-41fb-b1b3-69c56b87d71e} <Debug> TCPHandler: Processed in 0.006183381 sec.
5181 2025.02.21 21:29:52.182476 [ 194 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 522 rows, containing 19 columns (19 merged, 0 gathered) in 0.010157801 sec., 51389.07525359082 rows/sec., 92.09 MiB/sec.
5182 2025.02.21 21:29:52.183311 [ 191 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5183 2025.02.21 21:29:52.183715 [ 191 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5184 2025.02.21 21:29:52.183798 [ 191 ] {c2223443-95b1-4492-bfd1-70b14c2d7549::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (c2223443-95b1-4492-bfd1-70b14c2d7549) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5185 2025.02.21 21:29:52.183910 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB.
5186 2025.02.21 21:29:57.025376 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529
5187 2025.02.21 21:29:57.026124 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5188 2025.02.21 21:29:57.026170 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5189 2025.02.21 21:29:57.026678 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5190 2025.02.21 21:29:57.026934 [ 244 ] {} <Trace> system.asynchronous_metric_log (32627c02-2a30-40f2-a4f4-20d3bfe3df77): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5191 2025.02.21 21:29:57.027206 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529
5192 2025.02.21 21:29:57.142767 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5193 2025.02.21 21:29:57.142957 [ 275 ] {195535ca-876b-405d-885a-3e891af44f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5194 2025.02.21 21:29:57.143026 [ 275 ] {195535ca-876b-405d-885a-3e891af44f45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5195 2025.02.21 21:29:57.143783 [ 275 ] {195535ca-876b-405d-885a-3e891af44f45} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5196 2025.02.21 21:29:57.143826 [ 275 ] {195535ca-876b-405d-885a-3e891af44f45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5197 2025.02.21 21:29:57.144263 [ 275 ] {195535ca-876b-405d-885a-3e891af44f45} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5198 2025.02.21 21:29:57.144509 [ 275 ] {195535ca-876b-405d-885a-3e891af44f45} <Trace> oximeter.fields_string (c05a47b6-fca6-45ed-a62b-8eea59aeff35): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5199 2025.02.21 21:29:57.144743 [ 275 ] {195535ca-876b-405d-885a-3e891af44f45} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001839 sec., 30451.332245785754 rows/sec., 2.34 MiB/sec.
5200 2025.02.21 21:29:57.144827 [ 275 ] {195535ca-876b-405d-885a-3e891af44f45} <Debug> TCPHandler: Processed in 0.0021891 sec.
5201 2025.02.21 21:29:57.144994 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5202 2025.02.21 21:29:57.145111 [ 278 ] {ba1e395e-fa2a-492a-a42a-e9af23d99aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5203 2025.02.21 21:29:57.145157 [ 278 ] {ba1e395e-fa2a-492a-a42a-e9af23d99aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5204 2025.02.21 21:29:57.145723 [ 278 ] {ba1e395e-fa2a-492a-a42a-e9af23d99aed} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5205 2025.02.21 21:29:57.145763 [ 278 ] {ba1e395e-fa2a-492a-a42a-e9af23d99aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5206 2025.02.21 21:29:57.146130 [ 278 ] {ba1e395e-fa2a-492a-a42a-e9af23d99aed} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5207 2025.02.21 21:29:57.146374 [ 278 ] {ba1e395e-fa2a-492a-a42a-e9af23d99aed} <Trace> oximeter.fields_uuid (11002042-cdff-4ee5-8b9f-2a6dbdfcc5ea): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5208 2025.02.21 21:29:57.146578 [ 278 ] {ba1e395e-fa2a-492a-a42a-e9af23d99aed} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001491 sec., 42924.211938296445 rows/sec., 3.35 MiB/sec.
5209 2025.02.21 21:29:57.146631 [ 278 ] {ba1e395e-fa2a-492a-a42a-e9af23d99aed} <Debug> TCPHandler: Processed in 0.001698687 sec.
5210 2025.02.21 21:29:57.146773 [ 275 ] {} <Trace> TCP-Session: d2b66107-1d73-4ab1-accb-86caac337900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5211 2025.02.21 21:29:57.146886 [ 275 ] {fddef638-d851-4bbe-8782-18308590d310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5212 2025.02.21 21:29:57.146936 [ 275 ] {fddef638-d851-4bbe-8782-18308590d310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5213 2025.02.21 21:29:57.147472 [ 275 ] {fddef638-d851-4bbe-8782-18308590d310} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5214 2025.02.21 21:29:57.147512 [ 275 ] {fddef638-d851-4bbe-8782-18308590d310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5215 2025.02.21 21:29:57.147914 [ 275 ] {fddef638-d851-4bbe-8782-18308590d310} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5216 2025.02.21 21:29:57.148167 [ 275 ] {fddef638-d851-4bbe-8782-18308590d310} <Trace> oximeter.measurements_cumulativeu64 (b5be8dce-7913-4d47-814b-1d741d66213f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5217 2025.02.21 21:29:57.148389 [ 275 ] {fddef638-d851-4bbe-8782-18308590d310} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001525 sec., 104918.03278688523 rows/sec., 7.31 MiB/sec.
5218 2025.02.21 21:29:57.148442 [ 275 ] {fddef638-d851-4bbe-8782-18308590d310} <Debug> TCPHandler: Processed in 0.001721228 sec.
5219 2025.02.21 21:29:57.148572 [ 278 ] {} <Trace> TCP-Session: b6232e2d-55f5-4738-861a-8a8f4c39b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5220 2025.02.21 21:29:57.148680 [ 278 ] {c38de4f3-4ae2-4144-8147-de7acfddb98e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5221 2025.02.21 21:29:57.148725 [ 278 ] {c38de4f3-4ae2-4144-8147-de7acfddb98e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5222 2025.02.21 21:29:57.149169 [ 278 ] {c38de4f3-4ae2-4144-8147-de7acfddb98e} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5223 2025.02.21 21:29:57.149207 [ 278 ] {c38de4f3-4ae2-4144-8147-de7acfddb98e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5224 2025.02.21 21:29:57.149563 [ 278 ] {c38de4f3-4ae2-4144-8147-de7acfddb98e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5225 2025.02.21 21:29:57.149813 [ 278 ] {c38de4f3-4ae2-4144-8147-de7acfddb98e} <Trace> oximeter.measurements_u64 (b907aea7-c200-4f29-bd2a-0c1706af6485): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5226 2025.02.21 21:29:57.150024 [ 278 ] {c38de4f3-4ae2-4144-8147-de7acfddb98e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec.
5227 2025.02.21 21:29:57.150075 [ 278 ] {c38de4f3-4ae2-4144-8147-de7acfddb98e} <Debug> TCPHandler: Processed in 0.001553403 sec.
5228 2025.02.21 21:29:57.848793 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5229 2025.02.21 21:29:57.869444 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5230 2025.02.21 21:29:57.869505 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5231 2025.02.21 21:29:57.877014 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5232 2025.02.21 21:29:57.877760 [ 243 ] {} <Trace> system.metric_log (f2adcdff-4230-4bab-bc8b-6e4675d79cfc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5233 2025.02.21 21:29:57.881073 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5234 2025.02.21 21:29:59.580068 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 742
5235 2025.02.21 21:29:59.583341 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5236 2025.02.21 21:29:59.583386 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
5237 2025.02.21 21:29:59.584836 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5238 2025.02.21 21:29:59.585138 [ 242 ] {} <Trace> system.query_log (ec4c90c0-e985-4376-b268-d41f90655a70): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5239 2025.02.21 21:29:59.586039 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 742