Max level shown:
1 [ Apr 19 00:25:58 Enabled. ]
2 [ Apr 19 00:25:58 Rereading configuration. ]
3 [ Apr 19 00:25:59 Rereading configuration. ]
4 [ Apr 19 00:26:02 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 [ Apr 19 00:26:02 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.04.19 00:26:02.787283 [ 1 ] {} <Information> Application: Will watch for the process with pid 23060
29 2025.04.19 00:26:02.787755 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.04.19 00:26:03.005651 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23060
31 2025.04.19 00:26:03.006426 [ 1 ] {} <Information> Application: starting up
32 2025.04.19 00:26:03.007152 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.04.19 00:26:03.099261 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.04.19 00:26:03.149525 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.04.19 00:26:03.149601 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.04.19 00:26:03.149620 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.04.19 00:26:03.149730 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.04.19 00:26:03.150164 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.04.19 00:26:03.151506 [ 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.04.19 00:26:03.152284 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.04.19 00:26:03.152635 [ 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.04.19 00:26:03.152655 [ 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.04.19 00:26:03.152671 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.04.19 00:26:03.152873 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.04.19 00:26:03.153868 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.04.19 00:26:03.160047 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.04.19 00:26:03.160917 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.04.19 00:26:03.162395 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.04.19 00:26:03.162463 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.04.19 00:26:03.164090 [ 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.04.19 00:26:03.164563 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.04.19 00:26:03.168901 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.04.19 00:26:03.169421 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.04.19 00:26:03.171127 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.04.19 00:26:03.171632 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.04.19 00:26:03.172073 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.04.19 00:26:03.172519 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.04.19 00:26:03.173976 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.04.19 00:26:03.174004 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.04.19 00:26:03.174081 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.04.19 00:26:03.174271 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.04.19 00:26:03.196040 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.04.19 00:26:03.196069 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000162933 sec
68 2025.04.19 00:26:03.196120 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.04.19 00:26:03.196135 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.04.19 00:26:03.197331 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.04.19 00:26:03.198399 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.04.19 00:26:03.210260 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.04.19 00:26:03.210308 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.04.19 00:26:03.210329 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.04.19 00:26:03.210341 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.04.19 00:26:03.210374 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.04.19 00:26:03.210394 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.04.19 00:26:03.212902 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.04.19 00:26:03.212947 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.04.19 00:26:03.212968 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.04.19 00:26:03.213146 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.04.19 00:26:03.213166 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.04.19 00:26:03.213202 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.04.19 00:26:03.213222 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.04.19 00:26:03.213235 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.04.19 00:26:03.213268 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.04.19 00:26:03.213286 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.04.19 00:26:03.238905 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.04.19 00:26:03.243061 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.04.19 00:26:03.243093 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.9841e-05 sec
91 2025.04.19 00:26:03.243106 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.04.19 00:26:03.243117 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.04.19 00:26:03.243142 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.04.19 00:26:03.243349 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.04.19 00:26:03.243392 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.04.19 00:26:03.243406 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.04.19 00:26:03.243417 [ 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.04.19 00:26:03.243429 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.04.19 00:26:03.253198 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.04.19 00:26:03.253442 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.09 MiB (RSS), difference: 92.32 MiB
101 2025.04.19 00:26:03.253867 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.5841e-05 sec.
102 2025.04.19 00:26:03.254922 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.04.19 00:26:03.255022 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.04.19 00:26:03.255041 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.04.19 00:26:03.591366 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64117
106 2025.04.19 00:26:03.591686 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.04.19 00:26:03.591742 [ 3 ] {} <Debug> TCP-Session: 340e9b70-f83f-462e-8c7d-0094b8083ba1 Authenticating user 'default' from [fd00:1122:3344:101::a]:64117
108 2025.04.19 00:26:03.591774 [ 3 ] {} <Debug> TCP-Session: 340e9b70-f83f-462e-8c7d-0094b8083ba1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.04.19 00:26:03.591867 [ 3 ] {} <Debug> TCP-Session: 340e9b70-f83f-462e-8c7d-0094b8083ba1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.04.19 00:26:03.591952 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.04.19 00:26:03.591978 [ 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.04.19 00:26:03.592066 [ 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.04.19 00:26:03.593630 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64270
114 2025.04.19 00:26:03.593752 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2025.04.19 00:26:03.593781 [ 4 ] {} <Debug> TCP-Session: f599301f-3f98-40ed-88d2-83ade6d5de78 Authenticating user 'default' from [fd00:1122:3344:101::a]:64270
116 2025.04.19 00:26:03.593805 [ 4 ] {} <Debug> TCP-Session: f599301f-3f98-40ed-88d2-83ade6d5de78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2025.04.19 00:26:03.593909 [ 4 ] {} <Debug> TCP-Session: f599301f-3f98-40ed-88d2-83ade6d5de78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2025.04.19 00:26:03.594358 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38529
119 2025.04.19 00:26:03.594358 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63507
120 2025.04.19 00:26:03.594429 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42481
121 2025.04.19 00:26:03.594848 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43982
122 2025.04.19 00:26:03.595015 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
123 2025.04.19 00:26:03.595023 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60533
124 2025.04.19 00:26:03.595055 [ 256 ] {} <Debug> TCP-Session: 5af5871d-3483-42fc-9a46-07da95c1582c Authenticating user 'default' from [fd00:1122:3344:101::a]:43982
125 2025.04.19 00:26:03.595042 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57768
126 2025.04.19 00:26:03.595134 [ 256 ] {} <Debug> TCP-Session: 5af5871d-3483-42fc-9a46-07da95c1582c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
127 2025.04.19 00:26:03.595238 [ 256 ] {} <Debug> TCP-Session: 5af5871d-3483-42fc-9a46-07da95c1582c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
128 2025.04.19 00:26:03.596668 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
129 2025.04.19 00:26:03.596711 [ 253 ] {} <Debug> TCP-Session: d616642c-adae-4ecc-adb6-899dbd42621c Authenticating user 'default' from [fd00:1122:3344:101::a]:63507
130 2025.04.19 00:26:03.596736 [ 253 ] {} <Debug> TCP-Session: d616642c-adae-4ecc-adb6-899dbd42621c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
131 2025.04.19 00:26:03.596822 [ 253 ] {} <Debug> TCP-Session: d616642c-adae-4ecc-adb6-899dbd42621c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
132 2025.04.19 00:26:03.597240 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
133 2025.04.19 00:26:03.597273 [ 257 ] {} <Debug> TCP-Session: e47900a2-db2b-4bbe-90dd-ec57c1b9c124 Authenticating user 'default' from [fd00:1122:3344:101::a]:60533
134 2025.04.19 00:26:03.597358 [ 257 ] {} <Debug> TCP-Session: e47900a2-db2b-4bbe-90dd-ec57c1b9c124 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
135 2025.04.19 00:26:03.597373 [ 257 ] {} <Debug> TCP-Session: e47900a2-db2b-4bbe-90dd-ec57c1b9c124 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
136 2025.04.19 00:26:03.597795 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
137 2025.04.19 00:26:03.597918 [ 255 ] {} <Debug> TCP-Session: f1f71820-320a-4ec7-9392-52196c6a5299 Authenticating user 'default' from [fd00:1122:3344:101::a]:57768
138 2025.04.19 00:26:03.597948 [ 255 ] {} <Debug> TCP-Session: f1f71820-320a-4ec7-9392-52196c6a5299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
139 2025.04.19 00:26:03.597971 [ 255 ] {} <Debug> TCP-Session: f1f71820-320a-4ec7-9392-52196c6a5299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
140 2025.04.19 00:26:03.603733 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
141 2025.04.19 00:26:03.603771 [ 5 ] {} <Debug> TCP-Session: 462f5af4-bd6d-4fb9-b11f-05649edff8bc Authenticating user 'default' from [fd00:1122:3344:101::a]:38529
142 2025.04.19 00:26:03.603789 [ 5 ] {} <Debug> TCP-Session: 462f5af4-bd6d-4fb9-b11f-05649edff8bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
143 2025.04.19 00:26:03.603855 [ 5 ] {} <Debug> TCP-Session: 462f5af4-bd6d-4fb9-b11f-05649edff8bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
144 2025.04.19 00:26:03.605991 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
145 2025.04.19 00:26:03.606041 [ 254 ] {} <Debug> TCP-Session: 456602da-1324-4608-bb61-d9ad99a977df Authenticating user 'default' from [fd00:1122:3344:101::a]:42481
146 2025.04.19 00:26:03.606065 [ 254 ] {} <Debug> TCP-Session: 456602da-1324-4608-bb61-d9ad99a977df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2025.04.19 00:26:03.606164 [ 254 ] {} <Debug> TCP-Session: 456602da-1324-4608-bb61-d9ad99a977df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.04.19 00:26:03.980611 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43659
149 2025.04.19 00:26:03.981165 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2025.04.19 00:26:03.981276 [ 258 ] {} <Debug> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Authenticating user 'default' from [fd00:1122:3344:101::d]:43659
151 2025.04.19 00:26:03.981301 [ 258 ] {} <Debug> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2025.04.19 00:26:03.981315 [ 258 ] {} <Debug> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2025.04.19 00:26:03.981443 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
154 2025.04.19 00:26:03.981470 [ 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
155 2025.04.19 00:26:03.981550 [ 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
156 2025.04.19 00:26:03.982560 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54871
157 2025.04.19 00:26:03.982659 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42517
158 2025.04.19 00:26:03.982978 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
159 2025.04.19 00:26:03.982996 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
160 2025.04.19 00:26:03.983029 [ 259 ] {} <Debug> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54871
161 2025.04.19 00:26:03.983063 [ 260 ] {} <Debug> TCP-Session: 1b9d01dd-aadc-4236-a985-2d1f431056f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42517
162 2025.04.19 00:26:03.982991 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33297
163 2025.04.19 00:26:03.983163 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62965
164 2025.04.19 00:26:03.983178 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51725
165 2025.04.19 00:26:03.983294 [ 259 ] {} <Debug> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
166 2025.04.19 00:26:03.983600 [ 259 ] {} <Debug> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
167 2025.04.19 00:26:03.983626 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
168 2025.04.19 00:26:03.983625 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
169 2025.04.19 00:26:03.983752 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39285
170 2025.04.19 00:26:03.983820 [ 262 ] {} <Debug> TCP-Session: f661a506-7e35-4dbf-bed6-052d0dea63c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:62965
171 2025.04.19 00:26:03.983883 [ 261 ] {} <Debug> TCP-Session: 2d6aae59-8b30-4dbf-822c-d2286e90868c Authenticating user 'default' from [fd00:1122:3344:101::d]:33297
172 2025.04.19 00:26:03.983890 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58148
173 2025.04.19 00:26:03.983799 [ 260 ] {} <Debug> TCP-Session: 1b9d01dd-aadc-4236-a985-2d1f431056f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
174 2025.04.19 00:26:03.983789 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36912
175 2025.04.19 00:26:03.984012 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
176 2025.04.19 00:26:03.984016 [ 262 ] {} <Debug> TCP-Session: f661a506-7e35-4dbf-bed6-052d0dea63c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
177 2025.04.19 00:26:03.984301 [ 262 ] {} <Debug> TCP-Session: f661a506-7e35-4dbf-bed6-052d0dea63c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
178 2025.04.19 00:26:03.984335 [ 260 ] {} <Debug> TCP-Session: 1b9d01dd-aadc-4236-a985-2d1f431056f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
179 2025.04.19 00:26:03.984368 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
180 2025.04.19 00:26:03.984390 [ 261 ] {} <Debug> TCP-Session: 2d6aae59-8b30-4dbf-822c-d2286e90868c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
181 2025.04.19 00:26:03.984334 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
182 2025.04.19 00:26:03.984673 [ 261 ] {} <Debug> TCP-Session: 2d6aae59-8b30-4dbf-822c-d2286e90868c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
183 2025.04.19 00:26:03.984699 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
184 2025.04.19 00:26:03.984711 [ 266 ] {} <Debug> TCP-Session: 202078c6-46fb-41ce-ade5-c851ade83c46 Authenticating user 'default' from [fd00:1122:3344:101::d]:58148
185 2025.04.19 00:26:03.984526 [ 264 ] {} <Debug> TCP-Session: 6cf20b16-b1eb-4199-9244-303a18a3c2c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39285
186 2025.04.19 00:26:03.984738 [ 263 ] {} <Debug> TCP-Session: 8f2fac71-e94d-4c37-a196-525363383881 Authenticating user 'default' from [fd00:1122:3344:101::d]:51725
187 2025.04.19 00:26:03.984824 [ 265 ] {} <Debug> TCP-Session: e770e25d-0a2f-4c1f-a0b2-4e84b8aa7e9f Authenticating user 'default' from [fd00:1122:3344:101::d]:36912
188 2025.04.19 00:26:03.984886 [ 266 ] {} <Debug> TCP-Session: 202078c6-46fb-41ce-ade5-c851ade83c46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
189 2025.04.19 00:26:03.984922 [ 263 ] {} <Debug> TCP-Session: 8f2fac71-e94d-4c37-a196-525363383881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
190 2025.04.19 00:26:03.984938 [ 264 ] {} <Debug> TCP-Session: 6cf20b16-b1eb-4199-9244-303a18a3c2c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
191 2025.04.19 00:26:03.985020 [ 266 ] {} <Debug> TCP-Session: 202078c6-46fb-41ce-ade5-c851ade83c46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
192 2025.04.19 00:26:03.985002 [ 263 ] {} <Debug> TCP-Session: 8f2fac71-e94d-4c37-a196-525363383881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
193 2025.04.19 00:26:03.984990 [ 265 ] {} <Debug> TCP-Session: e770e25d-0a2f-4c1f-a0b2-4e84b8aa7e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
194 2025.04.19 00:26:03.985136 [ 264 ] {} <Debug> TCP-Session: 6cf20b16-b1eb-4199-9244-303a18a3c2c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
195 2025.04.19 00:26:03.985273 [ 265 ] {} <Debug> TCP-Session: e770e25d-0a2f-4c1f-a0b2-4e84b8aa7e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
196 2025.04.19 00:26:03.987601 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
197 2025.04.19 00:26:03.990935 [ 258 ] {af4bb1da-ac2b-4337-a51a-4a6fdf81d3a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
198 2025.04.19 00:26:04.000198 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.21 MiB, peak 117.21 MiB, free memory in arenas 0.00 B, will set to 122.23 MiB (RSS), difference: 5.02 MiB
199 2025.04.19 00:26:04.031212 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36718
200 2025.04.19 00:26:04.032012 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
201 2025.04.19 00:26:04.032051 [ 267 ] {} <Debug> TCP-Session: b54e9cc6-4a3c-4476-be84-2dacb19255fc Authenticating user 'default' from [fd00:1122:3344:101::c]:36718
202 2025.04.19 00:26:04.032082 [ 267 ] {} <Debug> TCP-Session: b54e9cc6-4a3c-4476-be84-2dacb19255fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
203 2025.04.19 00:26:04.032177 [ 267 ] {} <Debug> TCP-Session: b54e9cc6-4a3c-4476-be84-2dacb19255fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
204 2025.04.19 00:26:04.032230 [ 267 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
205 2025.04.19 00:26:04.032254 [ 267 ] {} <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
206 2025.04.19 00:26:04.032310 [ 267 ] {} <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
207 2025.04.19 00:26:04.034262 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34127
208 2025.04.19 00:26:04.035137 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44965
209 2025.04.19 00:26:04.035162 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52112
210 2025.04.19 00:26:04.035147 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
211 2025.04.19 00:26:04.036601 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
212 2025.04.19 00:26:04.036696 [ 268 ] {} <Debug> TCP-Session: b1635a6e-08e6-4ec7-b0c0-72ee237242de Authenticating user 'default' from [fd00:1122:3344:101::c]:34127
213 2025.04.19 00:26:04.036815 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
214 2025.04.19 00:26:04.036845 [ 269 ] {} <Debug> TCP-Session: 9921a257-1615-4ef9-83c5-6136fec4b191 Authenticating user 'default' from [fd00:1122:3344:101::c]:44965
215 2025.04.19 00:26:04.036880 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55243
216 2025.04.19 00:26:04.036861 [ 268 ] {} <Debug> TCP-Session: b1635a6e-08e6-4ec7-b0c0-72ee237242de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
217 2025.04.19 00:26:04.036957 [ 269 ] {} <Debug> TCP-Session: 9921a257-1615-4ef9-83c5-6136fec4b191 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
218 2025.04.19 00:26:04.036932 [ 270 ] {} <Debug> TCP-Session: 8dc6948a-ab5e-460a-9924-7a77c4320315 Authenticating user 'default' from [fd00:1122:3344:101::c]:52112
219 2025.04.19 00:26:04.036820 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46747
220 2025.04.19 00:26:04.037134 [ 269 ] {} <Debug> TCP-Session: 9921a257-1615-4ef9-83c5-6136fec4b191 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
221 2025.04.19 00:26:04.037124 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42072
222 2025.04.19 00:26:04.037114 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
223 2025.04.19 00:26:04.037181 [ 270 ] {} <Debug> TCP-Session: 8dc6948a-ab5e-460a-9924-7a77c4320315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
224 2025.04.19 00:26:04.037232 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38826
225 2025.04.19 00:26:04.037194 [ 268 ] {} <Debug> TCP-Session: b1635a6e-08e6-4ec7-b0c0-72ee237242de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
226 2025.04.19 00:26:04.037413 [ 272 ] {} <Debug> TCP-Session: 69538885-a12d-4494-b231-88bc8214f0a7 Authenticating user 'default' from [fd00:1122:3344:101::c]:55243
227 2025.04.19 00:26:04.037855 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
228 2025.04.19 00:26:04.037870 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
229 2025.04.19 00:26:04.037887 [ 272 ] {} <Debug> TCP-Session: 69538885-a12d-4494-b231-88bc8214f0a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
230 2025.04.19 00:26:04.037905 [ 270 ] {} <Debug> TCP-Session: 8dc6948a-ab5e-460a-9924-7a77c4320315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
231 2025.04.19 00:26:04.037916 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
232 2025.04.19 00:26:04.037959 [ 273 ] {} <Debug> TCP-Session: 32a6db2e-9bfe-45a0-9325-1fb042809929 Authenticating user 'default' from [fd00:1122:3344:101::c]:42072
233 2025.04.19 00:26:04.037976 [ 272 ] {} <Debug> TCP-Session: 69538885-a12d-4494-b231-88bc8214f0a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
234 2025.04.19 00:26:04.037994 [ 274 ] {} <Debug> TCP-Session: cfac9c51-cb3d-4559-959d-1f2236a0132e Authenticating user 'default' from [fd00:1122:3344:101::c]:38826
235 2025.04.19 00:26:04.038086 [ 273 ] {} <Debug> TCP-Session: 32a6db2e-9bfe-45a0-9325-1fb042809929 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
236 2025.04.19 00:26:04.038114 [ 271 ] {} <Debug> TCP-Session: 2cf794ba-8804-4540-80b2-c10cb5321fce Authenticating user 'default' from [fd00:1122:3344:101::c]:46747
237 2025.04.19 00:26:04.038199 [ 273 ] {} <Debug> TCP-Session: 32a6db2e-9bfe-45a0-9325-1fb042809929 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
238 2025.04.19 00:26:04.038175 [ 274 ] {} <Debug> TCP-Session: cfac9c51-cb3d-4559-959d-1f2236a0132e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
239 2025.04.19 00:26:04.038264 [ 271 ] {} <Debug> TCP-Session: 2cf794ba-8804-4540-80b2-c10cb5321fce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
240 2025.04.19 00:26:04.038270 [ 274 ] {} <Debug> TCP-Session: cfac9c51-cb3d-4559-959d-1f2236a0132e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
241 2025.04.19 00:26:04.038356 [ 271 ] {} <Debug> TCP-Session: 2cf794ba-8804-4540-80b2-c10cb5321fce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
242 2025.04.19 00:26:04.053226 [ 258 ] {af4bb1da-ac2b-4337-a51a-4a6fdf81d3a5} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43659) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
243 
244 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
245 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
246 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
247 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
248 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
249 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
250 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
251 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
252 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
253 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
254 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
255 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
256 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
257 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
258 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
259 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
260 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
261 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
262 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
263 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
264 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1
265 
266 2025.04.19 00:26:04.054845 [ 258 ] {af4bb1da-ac2b-4337-a51a-4a6fdf81d3a5} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
267 
268 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
269 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
270 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
271 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
272 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
273 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
274 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
275 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
276 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
277 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
278 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
279 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
280 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
281 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
282 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
283 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
284 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
285 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
286 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
287 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
288 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1
289 
290 2025.04.19 00:26:04.055142 [ 258 ] {af4bb1da-ac2b-4337-a51a-4a6fdf81d3a5} <Debug> TCPHandler: Processed in 0.069449516 sec.
291 2025.04.19 00:26:04.055515 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
292 2025.04.19 00:26:04.055731 [ 259 ] {aeec211f-8d51-4168-a153-65cc08efaaae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
293 2025.04.19 00:26:04.056231 [ 259 ] {aeec211f-8d51-4168-a153-65cc08efaaae} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54871) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
294 
295 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
296 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
297 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
298 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
299 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
300 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
301 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
302 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
303 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
304 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
305 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
306 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
307 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
308 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
309 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
310 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
311 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
312 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
313 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
314 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
315 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1
316 
317 2025.04.19 00:26:04.056547 [ 259 ] {aeec211f-8d51-4168-a153-65cc08efaaae} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
318 
319 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
320 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
321 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
322 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
323 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
324 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
325 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
326 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
327 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
328 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
329 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
330 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
331 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
332 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
333 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
334 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
335 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
336 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
337 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
338 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
339 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1
340 
341 2025.04.19 00:26:04.056767 [ 259 ] {aeec211f-8d51-4168-a153-65cc08efaaae} <Debug> TCPHandler: Processed in 0.001387927 sec.
342 2025.04.19 00:26:04.057074 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
343 2025.04.19 00:26:04.058428 [ 258 ] {1c12a617-f7c4-450b-b38b-e10884d5b74a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
344 2025.04.19 00:26:04.058529 [ 258 ] {1c12a617-f7c4-450b-b38b-e10884d5b74a} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
345 2025.04.19 00:26:04.062991 [ 258 ] {1c12a617-f7c4-450b-b38b-e10884d5b74a} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
346 2025.04.19 00:26:04.063012 [ 258 ] {1c12a617-f7c4-450b-b38b-e10884d5b74a} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3221e-05 sec
347 2025.04.19 00:26:04.063027 [ 258 ] {1c12a617-f7c4-450b-b38b-e10884d5b74a} <Trace> ReferentialDeps: No tables
348 2025.04.19 00:26:04.063090 [ 258 ] {1c12a617-f7c4-450b-b38b-e10884d5b74a} <Trace> LoadingDeps: No tables
349 2025.04.19 00:26:04.063147 [ 258 ] {1c12a617-f7c4-450b-b38b-e10884d5b74a} <Information> DatabaseAtomic (oximeter): Starting up tables.
350 2025.04.19 00:26:04.063807 [ 258 ] {1c12a617-f7c4-450b-b38b-e10884d5b74a} <Debug> TCPHandler: Processed in 0.006851411 sec.
351 2025.04.19 00:26:04.063964 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
352 2025.04.19 00:26:04.064198 [ 258 ] {2aa7fba7-6495-4d28-8b12-7059400400ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) /* The version table contains metadata about the `oximeter` database */
353 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
354 2025.04.19 00:26:04.064243 [ 258 ] {2aa7fba7-6495-4d28-8b12-7059400400ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
355 2025.04.19 00:26:04.072146 [ 258 ] {2aa7fba7-6495-4d28-8b12-7059400400ea} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
356 2025.04.19 00:26:04.075297 [ 258 ] {2aa7fba7-6495-4d28-8b12-7059400400ea} <Debug> oximeter.version (0ae633df-dccb-4f8d-b14e-28dc7cae5ca4): Loading data parts
357 2025.04.19 00:26:04.075770 [ 258 ] {2aa7fba7-6495-4d28-8b12-7059400400ea} <Debug> oximeter.version (0ae633df-dccb-4f8d-b14e-28dc7cae5ca4): There are no data parts
358 2025.04.19 00:26:04.085055 [ 258 ] {2aa7fba7-6495-4d28-8b12-7059400400ea} <Debug> TCPHandler: Processed in 0.021141377 sec.
359 2025.04.19 00:26:04.085223 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
360 2025.04.19 00:26:04.085419 [ 258 ] {7f311ea3-4a35-4716-9fad-0e5807ecd5e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) /* The measurement tables contain all individual samples from each timeseries.
361 *
362 * Each table stores a single datum type, and otherwise contains nearly the same
363 * structure. The primary sorting key is on the timeseries name, key, and then
364 * timestamp, so that all timeseries from the same schema are grouped, followed
365 * by all samples from the same timeseries.
366 *
367 * This reflects that one usually looks up the _key_ in one or more field table,
368 * and then uses that to index quickly into the measurements tables.
369 */
370 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)
371 2025.04.19 00:26:04.085558 [ 258 ] {7f311ea3-4a35-4716-9fad-0e5807ecd5e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
372 2025.04.19 00:26:04.099343 [ 258 ] {7f311ea3-4a35-4716-9fad-0e5807ecd5e7} <Debug> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Loading data parts
373 2025.04.19 00:26:04.099689 [ 258 ] {7f311ea3-4a35-4716-9fad-0e5807ecd5e7} <Debug> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): There are no data parts
374 2025.04.19 00:26:04.102664 [ 258 ] {7f311ea3-4a35-4716-9fad-0e5807ecd5e7} <Debug> TCPHandler: Processed in 0.017493606 sec.
375 2025.04.19 00:26:04.102837 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
376 2025.04.19 00:26:04.103145 [ 258 ] {64c09bb7-8fa2-49d4-86fe-5c9cca76594b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
377 2025.04.19 00:26:04.103267 [ 258 ] {64c09bb7-8fa2-49d4-86fe-5c9cca76594b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
378 2025.04.19 00:26:04.110801 [ 258 ] {64c09bb7-8fa2-49d4-86fe-5c9cca76594b} <Debug> oximeter.measurements_i8 (ddf3560f-d0d4-467f-bf95-f2f9eac65666): Loading data parts
379 2025.04.19 00:26:04.110972 [ 258 ] {64c09bb7-8fa2-49d4-86fe-5c9cca76594b} <Debug> oximeter.measurements_i8 (ddf3560f-d0d4-467f-bf95-f2f9eac65666): There are no data parts
380 2025.04.19 00:26:04.117646 [ 258 ] {64c09bb7-8fa2-49d4-86fe-5c9cca76594b} <Debug> TCPHandler: Processed in 0.014872146 sec.
381 2025.04.19 00:26:04.117814 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
382 2025.04.19 00:26:04.118039 [ 258 ] {378cc4f2-8ab1-49f9-be59-a781e174eadd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
383 2025.04.19 00:26:04.118178 [ 258 ] {378cc4f2-8ab1-49f9-be59-a781e174eadd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
384 2025.04.19 00:26:04.123480 [ 258 ] {378cc4f2-8ab1-49f9-be59-a781e174eadd} <Debug> oximeter.measurements_u8 (5a74cbe6-b124-4412-9aca-32ff64bedfc1): Loading data parts
385 2025.04.19 00:26:04.124216 [ 258 ] {378cc4f2-8ab1-49f9-be59-a781e174eadd} <Debug> oximeter.measurements_u8 (5a74cbe6-b124-4412-9aca-32ff64bedfc1): There are no data parts
386 2025.04.19 00:26:04.128372 [ 258 ] {378cc4f2-8ab1-49f9-be59-a781e174eadd} <Debug> TCPHandler: Processed in 0.010619634 sec.
387 2025.04.19 00:26:04.128537 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
388 2025.04.19 00:26:04.128773 [ 258 ] {362fc610-fa00-4476-9153-24269382bd96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
389 2025.04.19 00:26:04.128889 [ 258 ] {362fc610-fa00-4476-9153-24269382bd96} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
390 2025.04.19 00:26:04.135172 [ 258 ] {362fc610-fa00-4476-9153-24269382bd96} <Debug> oximeter.measurements_i16 (95785a60-85e5-465e-8885-ec9ea604d208): Loading data parts
391 2025.04.19 00:26:04.135372 [ 258 ] {362fc610-fa00-4476-9153-24269382bd96} <Debug> oximeter.measurements_i16 (95785a60-85e5-465e-8885-ec9ea604d208): There are no data parts
392 2025.04.19 00:26:04.139289 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61466
393 2025.04.19 00:26:04.139405 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
394 2025.04.19 00:26:04.139431 [ 277 ] {} <Debug> TCP-Session: 6bafa2ca-2976-45c8-afaf-88f53aa2249f Authenticating user 'default' from [fd00:1122:3344:101::b]:61466
395 2025.04.19 00:26:04.139453 [ 277 ] {} <Debug> TCP-Session: 6bafa2ca-2976-45c8-afaf-88f53aa2249f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
396 2025.04.19 00:26:04.139531 [ 277 ] {} <Debug> TCP-Session: 6bafa2ca-2976-45c8-afaf-88f53aa2249f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
397 2025.04.19 00:26:04.139593 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
398 2025.04.19 00:26:04.139617 [ 277 ] {} <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
399 2025.04.19 00:26:04.139702 [ 277 ] {} <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
400 2025.04.19 00:26:04.141338 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65100
401 2025.04.19 00:26:04.141360 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36371
402 2025.04.19 00:26:04.141659 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
403 2025.04.19 00:26:04.141711 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58869
404 2025.04.19 00:26:04.141733 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
405 2025.04.19 00:26:04.141761 [ 258 ] {362fc610-fa00-4476-9153-24269382bd96} <Debug> TCPHandler: Processed in 0.013284766 sec.
406 2025.04.19 00:26:04.141659 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38769
407 2025.04.19 00:26:04.141808 [ 279 ] {} <Debug> TCP-Session: 2ede8102-62ce-463d-98c5-de4efe07b264 Authenticating user 'default' from [fd00:1122:3344:101::b]:65100
408 2025.04.19 00:26:04.141906 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53262
409 2025.04.19 00:26:04.141906 [ 278 ] {} <Debug> TCP-Session: 52bbefbc-6585-42f8-a62f-d14c4dd1c1b7 Authenticating user 'default' from [fd00:1122:3344:101::b]:36371
410 2025.04.19 00:26:04.142049 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
411 2025.04.19 00:26:04.142073 [ 279 ] {} <Debug> TCP-Session: 2ede8102-62ce-463d-98c5-de4efe07b264 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
412 2025.04.19 00:26:04.142075 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56055
413 2025.04.19 00:26:04.142056 [ 278 ] {} <Debug> TCP-Session: 52bbefbc-6585-42f8-a62f-d14c4dd1c1b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
414 2025.04.19 00:26:04.142437 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
415 2025.04.19 00:26:04.142476 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58027
416 2025.04.19 00:26:04.142539 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
417 2025.04.19 00:26:04.142558 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
418 2025.04.19 00:26:04.142600 [ 280 ] {} <Debug> TCP-Session: b8e94379-f7b8-458a-b11b-06266fee8c27 Authenticating user 'default' from [fd00:1122:3344:101::b]:38769
419 2025.04.19 00:26:04.142695 [ 279 ] {} <Debug> TCP-Session: 2ede8102-62ce-463d-98c5-de4efe07b264 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
420 2025.04.19 00:26:04.142742 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
421 2025.04.19 00:26:04.142786 [ 280 ] {} <Debug> TCP-Session: b8e94379-f7b8-458a-b11b-06266fee8c27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
422 2025.04.19 00:26:04.142771 [ 283 ] {} <Debug> TCP-Session: 0a9b24d2-a741-4008-8e4c-3b27cbe058fd Authenticating user 'default' from [fd00:1122:3344:101::b]:56055
423 2025.04.19 00:26:04.142995 [ 283 ] {} <Debug> TCP-Session: 0a9b24d2-a741-4008-8e4c-3b27cbe058fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
424 2025.04.19 00:26:04.143051 [ 284 ] {} <Debug> TCP-Session: dc52e9cd-d992-410a-bb83-630534907ba6 Authenticating user 'default' from [fd00:1122:3344:101::b]:58027
425 2025.04.19 00:26:04.142941 [ 278 ] {} <Debug> TCP-Session: 52bbefbc-6585-42f8-a62f-d14c4dd1c1b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
426 2025.04.19 00:26:04.143089 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
427 2025.04.19 00:26:04.142802 [ 281 ] {} <Debug> TCP-Session: e39ec50a-a382-4dc6-88ec-969789cb023c Authenticating user 'default' from [fd00:1122:3344:101::b]:58869
428 2025.04.19 00:26:04.143185 [ 284 ] {} <Debug> TCP-Session: dc52e9cd-d992-410a-bb83-630534907ba6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
429 2025.04.19 00:26:04.143017 [ 282 ] {} <Debug> TCP-Session: 582af9a5-aa9e-4b56-ac7c-037a8dd6fd86 Authenticating user 'default' from [fd00:1122:3344:101::b]:53262
430 2025.04.19 00:26:04.143256 [ 281 ] {} <Debug> TCP-Session: e39ec50a-a382-4dc6-88ec-969789cb023c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
431 2025.04.19 00:26:04.143234 [ 284 ] {} <Debug> TCP-Session: dc52e9cd-d992-410a-bb83-630534907ba6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
432 2025.04.19 00:26:04.143018 [ 280 ] {} <Debug> TCP-Session: b8e94379-f7b8-458a-b11b-06266fee8c27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
433 2025.04.19 00:26:04.143122 [ 283 ] {} <Debug> TCP-Session: 0a9b24d2-a741-4008-8e4c-3b27cbe058fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
434 2025.04.19 00:26:04.143373 [ 282 ] {} <Debug> TCP-Session: 582af9a5-aa9e-4b56-ac7c-037a8dd6fd86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
435 2025.04.19 00:26:04.143466 [ 281 ] {} <Debug> TCP-Session: e39ec50a-a382-4dc6-88ec-969789cb023c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
436 2025.04.19 00:26:04.143565 [ 282 ] {} <Debug> TCP-Session: 582af9a5-aa9e-4b56-ac7c-037a8dd6fd86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
437 2025.04.19 00:26:04.143820 [ 258 ] {6b1c4a07-ef9e-4e3b-b417-8ef4595f1b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
438 2025.04.19 00:26:04.143949 [ 258 ] {6b1c4a07-ef9e-4e3b-b417-8ef4595f1b83} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
439 2025.04.19 00:26:04.149389 [ 258 ] {6b1c4a07-ef9e-4e3b-b417-8ef4595f1b83} <Debug> oximeter.measurements_u16 (b3da9d9d-d256-4993-84cd-012e5deb8a81): Loading data parts
440 2025.04.19 00:26:04.149637 [ 258 ] {6b1c4a07-ef9e-4e3b-b417-8ef4595f1b83} <Debug> oximeter.measurements_u16 (b3da9d9d-d256-4993-84cd-012e5deb8a81): There are no data parts
441 2025.04.19 00:26:04.156072 [ 258 ] {6b1c4a07-ef9e-4e3b-b417-8ef4595f1b83} <Debug> TCPHandler: Processed in 0.013100092 sec.
442 2025.04.19 00:26:04.156232 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
443 2025.04.19 00:26:04.156471 [ 258 ] {e36069b6-f969-421c-8c3c-b6f52faacba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
444 2025.04.19 00:26:04.156553 [ 258 ] {e36069b6-f969-421c-8c3c-b6f52faacba6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
445 2025.04.19 00:26:04.161346 [ 258 ] {e36069b6-f969-421c-8c3c-b6f52faacba6} <Debug> oximeter.measurements_i32 (2403a4fe-ab15-412f-be24-4d7045cefe8e): Loading data parts
446 2025.04.19 00:26:04.161613 [ 258 ] {e36069b6-f969-421c-8c3c-b6f52faacba6} <Debug> oximeter.measurements_i32 (2403a4fe-ab15-412f-be24-4d7045cefe8e): There are no data parts
447 2025.04.19 00:26:04.170331 [ 258 ] {e36069b6-f969-421c-8c3c-b6f52faacba6} <Debug> TCPHandler: Processed in 0.014149722 sec.
448 2025.04.19 00:26:04.170574 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
449 2025.04.19 00:26:04.170761 [ 258 ] {f3d63a0f-63bb-4282-963f-699db1a8d9a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
450 2025.04.19 00:26:04.170874 [ 258 ] {f3d63a0f-63bb-4282-963f-699db1a8d9a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
451 2025.04.19 00:26:04.175121 [ 258 ] {f3d63a0f-63bb-4282-963f-699db1a8d9a6} <Debug> oximeter.measurements_u32 (b9ffd6ab-50b5-4c66-b278-d330a5e93e85): Loading data parts
452 2025.04.19 00:26:04.175363 [ 258 ] {f3d63a0f-63bb-4282-963f-699db1a8d9a6} <Debug> oximeter.measurements_u32 (b9ffd6ab-50b5-4c66-b278-d330a5e93e85): There are no data parts
453 2025.04.19 00:26:04.179484 [ 258 ] {f3d63a0f-63bb-4282-963f-699db1a8d9a6} <Debug> TCPHandler: Processed in 0.008967502 sec.
454 2025.04.19 00:26:04.179647 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
455 2025.04.19 00:26:04.179919 [ 258 ] {62a620bd-a3d7-4c09-8dbf-73a83aabc490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
456 2025.04.19 00:26:04.180011 [ 258 ] {62a620bd-a3d7-4c09-8dbf-73a83aabc490} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
457 2025.04.19 00:26:04.185079 [ 258 ] {62a620bd-a3d7-4c09-8dbf-73a83aabc490} <Debug> oximeter.measurements_i64 (237599ff-5a6a-4b4a-a8be-5b75ceb5075e): Loading data parts
458 2025.04.19 00:26:04.185258 [ 258 ] {62a620bd-a3d7-4c09-8dbf-73a83aabc490} <Debug> oximeter.measurements_i64 (237599ff-5a6a-4b4a-a8be-5b75ceb5075e): There are no data parts
459 2025.04.19 00:26:04.189079 [ 258 ] {62a620bd-a3d7-4c09-8dbf-73a83aabc490} <Debug> TCPHandler: Processed in 0.009493983 sec.
460 2025.04.19 00:26:04.189329 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
461 2025.04.19 00:26:04.189561 [ 258 ] {f6c8e370-c396-4915-8ca9-f8fa2f39d04e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
462 2025.04.19 00:26:04.189674 [ 258 ] {f6c8e370-c396-4915-8ca9-f8fa2f39d04e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
463 2025.04.19 00:26:04.194449 [ 258 ] {f6c8e370-c396-4915-8ca9-f8fa2f39d04e} <Debug> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Loading data parts
464 2025.04.19 00:26:04.194664 [ 258 ] {f6c8e370-c396-4915-8ca9-f8fa2f39d04e} <Debug> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): There are no data parts
465 2025.04.19 00:26:04.200074 [ 258 ] {f6c8e370-c396-4915-8ca9-f8fa2f39d04e} <Debug> TCPHandler: Processed in 0.010806058 sec.
466 2025.04.19 00:26:04.200231 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
467 2025.04.19 00:26:04.200417 [ 258 ] {c0e28af4-20b8-4e81-92fd-58d20a89d668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
468 2025.04.19 00:26:04.200532 [ 258 ] {c0e28af4-20b8-4e81-92fd-58d20a89d668} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
469 2025.04.19 00:26:04.208218 [ 258 ] {c0e28af4-20b8-4e81-92fd-58d20a89d668} <Debug> oximeter.measurements_f32 (ea477607-4349-4451-a6ad-faf5de249f82): Loading data parts
470 2025.04.19 00:26:04.208400 [ 258 ] {c0e28af4-20b8-4e81-92fd-58d20a89d668} <Debug> oximeter.measurements_f32 (ea477607-4349-4451-a6ad-faf5de249f82): There are no data parts
471 2025.04.19 00:26:04.216553 [ 258 ] {c0e28af4-20b8-4e81-92fd-58d20a89d668} <Debug> TCPHandler: Processed in 0.016371125 sec.
472 2025.04.19 00:26:04.216868 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
473 2025.04.19 00:26:04.217115 [ 258 ] {c703a7f8-30fb-48e2-8cc6-db3b9f709475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
474 2025.04.19 00:26:04.218290 [ 258 ] {c703a7f8-30fb-48e2-8cc6-db3b9f709475} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
475 2025.04.19 00:26:04.233572 [ 258 ] {c703a7f8-30fb-48e2-8cc6-db3b9f709475} <Debug> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Loading data parts
476 2025.04.19 00:26:04.233809 [ 258 ] {c703a7f8-30fb-48e2-8cc6-db3b9f709475} <Debug> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): There are no data parts
477 2025.04.19 00:26:04.245551 [ 258 ] {c703a7f8-30fb-48e2-8cc6-db3b9f709475} <Debug> TCPHandler: Processed in 0.028746943 sec.
478 2025.04.19 00:26:04.245821 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
479 2025.04.19 00:26:04.246057 [ 258 ] {86f48e83-0360-4827-866f-f4a5c286be31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
480 2025.04.19 00:26:04.246171 [ 258 ] {86f48e83-0360-4827-866f-f4a5c286be31} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
481 2025.04.19 00:26:04.274346 [ 258 ] {86f48e83-0360-4827-866f-f4a5c286be31} <Debug> oximeter.measurements_string (464308f0-9367-499a-b422-40c75bf3beb4): Loading data parts
482 2025.04.19 00:26:04.274582 [ 258 ] {86f48e83-0360-4827-866f-f4a5c286be31} <Debug> oximeter.measurements_string (464308f0-9367-499a-b422-40c75bf3beb4): There are no data parts
483 2025.04.19 00:26:04.287636 [ 258 ] {86f48e83-0360-4827-866f-f4a5c286be31} <Debug> TCPHandler: Processed in 0.041921356 sec.
484 2025.04.19 00:26:04.288011 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
485 2025.04.19 00:26:04.288264 [ 258 ] {bf9d63bb-abde-42b4-9eb8-c0a6a1a83bc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
486 * NOTE: Right now we can't unambiguously record a nullable byte array.
487 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
488 * a string isn't palatable for a few reasons.
489 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
490 * details.
491 */
492 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
493 2025.04.19 00:26:04.288420 [ 258 ] {bf9d63bb-abde-42b4-9eb8-c0a6a1a83bc5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
494 2025.04.19 00:26:04.295638 [ 258 ] {bf9d63bb-abde-42b4-9eb8-c0a6a1a83bc5} <Debug> oximeter.measurements_bytes (16652927-c920-48f8-857c-5e8ae88e306d): Loading data parts
495 2025.04.19 00:26:04.295854 [ 258 ] {bf9d63bb-abde-42b4-9eb8-c0a6a1a83bc5} <Debug> oximeter.measurements_bytes (16652927-c920-48f8-857c-5e8ae88e306d): There are no data parts
496 2025.04.19 00:26:04.301128 [ 258 ] {bf9d63bb-abde-42b4-9eb8-c0a6a1a83bc5} <Debug> TCPHandler: Processed in 0.013255205 sec.
497 2025.04.19 00:26:04.301437 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
498 2025.04.19 00:26:04.301644 [ 258 ] {b7837202-672a-4899-8ec8-be40874cd09a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
499 2025.04.19 00:26:04.301781 [ 258 ] {b7837202-672a-4899-8ec8-be40874cd09a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
500 2025.04.19 00:26:04.306321 [ 258 ] {b7837202-672a-4899-8ec8-be40874cd09a} <Debug> oximeter.measurements_cumulativei64 (a3af4a52-9624-44c6-a476-8a09b3b3ba8e): Loading data parts
501 2025.04.19 00:26:04.306591 [ 258 ] {b7837202-672a-4899-8ec8-be40874cd09a} <Debug> oximeter.measurements_cumulativei64 (a3af4a52-9624-44c6-a476-8a09b3b3ba8e): There are no data parts
502 2025.04.19 00:26:04.313483 [ 258 ] {b7837202-672a-4899-8ec8-be40874cd09a} <Debug> TCPHandler: Processed in 0.012097782 sec.
503 2025.04.19 00:26:04.313638 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
504 2025.04.19 00:26:04.313917 [ 258 ] {8c4b6954-6010-41fb-a47a-1581ff641879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
505 2025.04.19 00:26:04.314036 [ 258 ] {8c4b6954-6010-41fb-a47a-1581ff641879} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
506 2025.04.19 00:26:04.320318 [ 258 ] {8c4b6954-6010-41fb-a47a-1581ff641879} <Debug> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Loading data parts
507 2025.04.19 00:26:04.320494 [ 258 ] {8c4b6954-6010-41fb-a47a-1581ff641879} <Debug> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): There are no data parts
508 2025.04.19 00:26:04.324801 [ 258 ] {8c4b6954-6010-41fb-a47a-1581ff641879} <Debug> TCPHandler: Processed in 0.011214865 sec.
509 2025.04.19 00:26:04.324959 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
510 2025.04.19 00:26:04.325163 [ 258 ] {1dd7f471-76e1-4c4d-8a23-307381179ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
511 2025.04.19 00:26:04.325297 [ 258 ] {1dd7f471-76e1-4c4d-8a23-307381179ce6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
512 2025.04.19 00:26:04.330478 [ 258 ] {1dd7f471-76e1-4c4d-8a23-307381179ce6} <Debug> oximeter.measurements_cumulativef32 (f7b28d52-d18e-4e04-82ac-e8b24099f152): Loading data parts
513 2025.04.19 00:26:04.330642 [ 258 ] {1dd7f471-76e1-4c4d-8a23-307381179ce6} <Debug> oximeter.measurements_cumulativef32 (f7b28d52-d18e-4e04-82ac-e8b24099f152): There are no data parts
514 2025.04.19 00:26:04.334462 [ 258 ] {1dd7f471-76e1-4c4d-8a23-307381179ce6} <Debug> TCPHandler: Processed in 0.009555793 sec.
515 2025.04.19 00:26:04.334704 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
516 2025.04.19 00:26:04.334901 [ 258 ] {222aa58d-b4f4-4a05-b7a1-f4a0e9bfb4fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
517 2025.04.19 00:26:04.335114 [ 258 ] {222aa58d-b4f4-4a05-b7a1-f4a0e9bfb4fb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
518 2025.04.19 00:26:04.341772 [ 258 ] {222aa58d-b4f4-4a05-b7a1-f4a0e9bfb4fb} <Debug> oximeter.measurements_cumulativef64 (94456ca4-4daa-4c66-9cd5-c3c22b71b36b): Loading data parts
519 2025.04.19 00:26:04.342376 [ 258 ] {222aa58d-b4f4-4a05-b7a1-f4a0e9bfb4fb} <Debug> oximeter.measurements_cumulativef64 (94456ca4-4daa-4c66-9cd5-c3c22b71b36b): There are no data parts
520 2025.04.19 00:26:04.350105 [ 258 ] {222aa58d-b4f4-4a05-b7a1-f4a0e9bfb4fb} <Debug> TCPHandler: Processed in 0.015452197 sec.
521 2025.04.19 00:26:04.350295 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
522 2025.04.19 00:26:04.350670 [ 258 ] {884fd1ac-e8f5-401e-b17f-8ad17f07768e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
523 * NOTE: Array types cannot be Nullable, see
524 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
525 * for more details.
526 *
527 * This means we need to use empty arrays to indicate a missing value. This
528 * is unfortunate, and at this point relies on the fact that an
529 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
530 * to figure out another way to represent missing samples here.
531 */
532 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)
533 2025.04.19 00:26:04.350809 [ 258 ] {884fd1ac-e8f5-401e-b17f-8ad17f07768e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
534 2025.04.19 00:26:04.355706 [ 258 ] {884fd1ac-e8f5-401e-b17f-8ad17f07768e} <Debug> oximeter.measurements_histogrami8 (8b7bbebf-96c2-4565-bb7e-e2c33893c6c8): Loading data parts
535 2025.04.19 00:26:04.355918 [ 258 ] {884fd1ac-e8f5-401e-b17f-8ad17f07768e} <Debug> oximeter.measurements_histogrami8 (8b7bbebf-96c2-4565-bb7e-e2c33893c6c8): There are no data parts
536 2025.04.19 00:26:04.361286 [ 258 ] {884fd1ac-e8f5-401e-b17f-8ad17f07768e} <Debug> TCPHandler: Processed in 0.011061193 sec.
537 2025.04.19 00:26:04.361513 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
538 2025.04.19 00:26:04.361781 [ 258 ] {14006528-b12b-4726-a56a-39fdbfdf3dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
539 2025.04.19 00:26:04.361912 [ 258 ] {14006528-b12b-4726-a56a-39fdbfdf3dcd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
540 2025.04.19 00:26:04.364957 [ 258 ] {14006528-b12b-4726-a56a-39fdbfdf3dcd} <Debug> oximeter.measurements_histogramu8 (bcc1d404-21f4-4c24-8318-9a348636dadb): Loading data parts
541 2025.04.19 00:26:04.365221 [ 258 ] {14006528-b12b-4726-a56a-39fdbfdf3dcd} <Debug> oximeter.measurements_histogramu8 (bcc1d404-21f4-4c24-8318-9a348636dadb): There are no data parts
542 2025.04.19 00:26:04.367767 [ 258 ] {14006528-b12b-4726-a56a-39fdbfdf3dcd} <Debug> TCPHandler: Processed in 0.006304652 sec.
543 2025.04.19 00:26:04.367914 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
544 2025.04.19 00:26:04.368253 [ 258 ] {562c9fb7-148a-4d8b-8bf4-a6fab43b35a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
545 2025.04.19 00:26:04.368376 [ 258 ] {562c9fb7-148a-4d8b-8bf4-a6fab43b35a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
546 2025.04.19 00:26:04.376129 [ 258 ] {562c9fb7-148a-4d8b-8bf4-a6fab43b35a9} <Debug> oximeter.measurements_histogrami16 (e63702bf-3cc6-401c-8de9-241f6922f17f): Loading data parts
547 2025.04.19 00:26:04.376311 [ 258 ] {562c9fb7-148a-4d8b-8bf4-a6fab43b35a9} <Debug> oximeter.measurements_histogrami16 (e63702bf-3cc6-401c-8de9-241f6922f17f): There are no data parts
548 2025.04.19 00:26:04.380893 [ 258 ] {562c9fb7-148a-4d8b-8bf4-a6fab43b35a9} <Debug> TCPHandler: Processed in 0.01302941 sec.
549 2025.04.19 00:26:04.381150 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
550 2025.04.19 00:26:04.381482 [ 258 ] {fa5b95f4-102c-4f95-a4d4-24c7630245a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
551 2025.04.19 00:26:04.381620 [ 258 ] {fa5b95f4-102c-4f95-a4d4-24c7630245a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
552 2025.04.19 00:26:04.388063 [ 258 ] {fa5b95f4-102c-4f95-a4d4-24c7630245a4} <Debug> oximeter.measurements_histogramu16 (16083cb1-b8e3-41ab-8fe8-1e4940fd1740): Loading data parts
553 2025.04.19 00:26:04.388318 [ 258 ] {fa5b95f4-102c-4f95-a4d4-24c7630245a4} <Debug> oximeter.measurements_histogramu16 (16083cb1-b8e3-41ab-8fe8-1e4940fd1740): There are no data parts
554 2025.04.19 00:26:04.393751 [ 258 ] {fa5b95f4-102c-4f95-a4d4-24c7630245a4} <Debug> TCPHandler: Processed in 0.012662763 sec.
555 2025.04.19 00:26:04.393915 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
556 2025.04.19 00:26:04.394269 [ 258 ] {d73a8ba4-a266-45a1-8143-088a09e02ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
557 2025.04.19 00:26:04.394408 [ 258 ] {d73a8ba4-a266-45a1-8143-088a09e02ace} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
558 2025.04.19 00:26:04.398844 [ 258 ] {d73a8ba4-a266-45a1-8143-088a09e02ace} <Debug> oximeter.measurements_histogrami32 (6321ef89-854d-4cea-8fa7-a49165293ff9): Loading data parts
559 2025.04.19 00:26:04.399019 [ 258 ] {d73a8ba4-a266-45a1-8143-088a09e02ace} <Debug> oximeter.measurements_histogrami32 (6321ef89-854d-4cea-8fa7-a49165293ff9): There are no data parts
560 2025.04.19 00:26:04.406246 [ 258 ] {d73a8ba4-a266-45a1-8143-088a09e02ace} <Debug> TCPHandler: Processed in 0.012384408 sec.
561 2025.04.19 00:26:04.406481 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
562 2025.04.19 00:26:04.406745 [ 258 ] {1fa60f8c-0a7a-4bb7-9e1f-d51eafdcbed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
563 2025.04.19 00:26:04.406874 [ 258 ] {1fa60f8c-0a7a-4bb7-9e1f-d51eafdcbed8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
564 2025.04.19 00:26:04.411273 [ 258 ] {1fa60f8c-0a7a-4bb7-9e1f-d51eafdcbed8} <Debug> oximeter.measurements_histogramu32 (326ea789-4bb7-476d-9b4b-bf50f3e917e3): Loading data parts
565 2025.04.19 00:26:04.411502 [ 258 ] {1fa60f8c-0a7a-4bb7-9e1f-d51eafdcbed8} <Debug> oximeter.measurements_histogramu32 (326ea789-4bb7-476d-9b4b-bf50f3e917e3): There are no data parts
566 2025.04.19 00:26:04.417350 [ 258 ] {1fa60f8c-0a7a-4bb7-9e1f-d51eafdcbed8} <Debug> TCPHandler: Processed in 0.01091958 sec.
567 2025.04.19 00:26:04.417505 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
568 2025.04.19 00:26:04.417808 [ 258 ] {7dff4536-65e2-4847-b683-25acaf9197c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
569 2025.04.19 00:26:04.417942 [ 258 ] {7dff4536-65e2-4847-b683-25acaf9197c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
570 2025.04.19 00:26:04.422471 [ 258 ] {7dff4536-65e2-4847-b683-25acaf9197c7} <Debug> oximeter.measurements_histogrami64 (d44de265-4a95-4797-ad37-8f3535698f00): Loading data parts
571 2025.04.19 00:26:04.422642 [ 258 ] {7dff4536-65e2-4847-b683-25acaf9197c7} <Debug> oximeter.measurements_histogrami64 (d44de265-4a95-4797-ad37-8f3535698f00): There are no data parts
572 2025.04.19 00:26:04.428089 [ 258 ] {7dff4536-65e2-4847-b683-25acaf9197c7} <Debug> TCPHandler: Processed in 0.010639624 sec.
573 2025.04.19 00:26:04.428326 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
574 2025.04.19 00:26:04.428584 [ 258 ] {e6bf9029-acba-41aa-bd5a-1f4801d3e47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
575 2025.04.19 00:26:04.428707 [ 258 ] {e6bf9029-acba-41aa-bd5a-1f4801d3e47d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
576 2025.04.19 00:26:04.433158 [ 258 ] {e6bf9029-acba-41aa-bd5a-1f4801d3e47d} <Debug> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Loading data parts
577 2025.04.19 00:26:04.433384 [ 258 ] {e6bf9029-acba-41aa-bd5a-1f4801d3e47d} <Debug> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): There are no data parts
578 2025.04.19 00:26:04.437573 [ 258 ] {e6bf9029-acba-41aa-bd5a-1f4801d3e47d} <Debug> TCPHandler: Processed in 0.009297629 sec.
579 2025.04.19 00:26:04.437724 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
580 2025.04.19 00:26:04.438017 [ 258 ] {63d5c964-0f27-492f-b8d4-4c7d44eaab53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
581 2025.04.19 00:26:04.438135 [ 258 ] {63d5c964-0f27-492f-b8d4-4c7d44eaab53} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
582 2025.04.19 00:26:04.441651 [ 258 ] {63d5c964-0f27-492f-b8d4-4c7d44eaab53} <Debug> oximeter.measurements_histogramf32 (ff59c386-d655-4358-ba10-5df62c620add): Loading data parts
583 2025.04.19 00:26:04.441812 [ 258 ] {63d5c964-0f27-492f-b8d4-4c7d44eaab53} <Debug> oximeter.measurements_histogramf32 (ff59c386-d655-4358-ba10-5df62c620add): There are no data parts
584 2025.04.19 00:26:04.447115 [ 258 ] {63d5c964-0f27-492f-b8d4-4c7d44eaab53} <Debug> TCPHandler: Processed in 0.009442192 sec.
585 2025.04.19 00:26:04.447339 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
586 2025.04.19 00:26:04.447631 [ 258 ] {f4284744-8ec3-49c8-8c1d-a10695be5e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
587 2025.04.19 00:26:04.447737 [ 258 ] {f4284744-8ec3-49c8-8c1d-a10695be5e4e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
588 2025.04.19 00:26:04.452315 [ 258 ] {f4284744-8ec3-49c8-8c1d-a10695be5e4e} <Debug> oximeter.measurements_histogramf64 (a64a9a1c-393c-4737-aeed-2a4b823f03b5): Loading data parts
589 2025.04.19 00:26:04.452529 [ 258 ] {f4284744-8ec3-49c8-8c1d-a10695be5e4e} <Debug> oximeter.measurements_histogramf64 (a64a9a1c-393c-4737-aeed-2a4b823f03b5): There are no data parts
590 2025.04.19 00:26:04.456701 [ 258 ] {f4284744-8ec3-49c8-8c1d-a10695be5e4e} <Debug> TCPHandler: Processed in 0.009425481 sec.
591 2025.04.19 00:26:04.456847 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
592 2025.04.19 00:26:04.457073 [ 258 ] {8c9e9cd8-21fd-4870-ad96-572b9e674acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) /* The field tables store named dimensions of each timeseries.
593 *
594 * As with the measurement tables, there is one field table for each field data
595 * type. Fields are deduplicated by using the "replacing merge tree", though
596 * this behavior **must not** be relied upon for query correctness.
597 *
598 * The index for the fields differs from the measurements, however. Rows are
599 * sorted by timeseries name, then field name, field value, and finally
600 * timeseries key. This reflects the most common pattern for looking them up:
601 * by field name and possibly value, within a timeseries. The resulting keys are
602 * usually then used to look up measurements.
603 *
604 * NOTE: We may want to consider a secondary index on these tables, sorting by
605 * timeseries name and then key, since it would improve lookups where one
606 * already has the key. Realistically though, these tables are quite small and
607 * so performance benefits will be low in absolute terms.
608 *
609 * TTL: We use a materialized column to expire old field table records. This
610 * column is generated automatically by the database whenever a new row is
611 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
612 * query. Since these tables are `ReplacingMergeTree`s, that means the last
613 * record will remain during a deduplication, which will have the last
614 * timestamp. ClickHouse will then expire old data for us, similar to the
615 * measurement tables.
616 */
617 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)
618 2025.04.19 00:26:04.457211 [ 258 ] {8c9e9cd8-21fd-4870-ad96-572b9e674acb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
619 2025.04.19 00:26:04.461904 [ 258 ] {8c9e9cd8-21fd-4870-ad96-572b9e674acb} <Debug> oximeter.fields_bool (5dc1860e-d06a-4fa1-a68c-636067ec8ee0): Loading data parts
620 2025.04.19 00:26:04.462139 [ 258 ] {8c9e9cd8-21fd-4870-ad96-572b9e674acb} <Debug> oximeter.fields_bool (5dc1860e-d06a-4fa1-a68c-636067ec8ee0): There are no data parts
621 2025.04.19 00:26:04.471349 [ 258 ] {8c9e9cd8-21fd-4870-ad96-572b9e674acb} <Debug> TCPHandler: Processed in 0.0145546 sec.
622 2025.04.19 00:26:04.471498 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
623 2025.04.19 00:26:04.471801 [ 258 ] {6d6d520b-d246-4ee0-97f7-31d4eb901c39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
624 2025.04.19 00:26:04.471937 [ 258 ] {6d6d520b-d246-4ee0-97f7-31d4eb901c39} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
625 2025.04.19 00:26:04.477705 [ 258 ] {6d6d520b-d246-4ee0-97f7-31d4eb901c39} <Debug> oximeter.fields_i8 (9dd92a2c-1fe2-4abf-b094-9434ae4c0698): Loading data parts
626 2025.04.19 00:26:04.477899 [ 258 ] {6d6d520b-d246-4ee0-97f7-31d4eb901c39} <Debug> oximeter.fields_i8 (9dd92a2c-1fe2-4abf-b094-9434ae4c0698): There are no data parts
627 2025.04.19 00:26:04.483084 [ 258 ] {6d6d520b-d246-4ee0-97f7-31d4eb901c39} <Debug> TCPHandler: Processed in 0.011637203 sec.
628 2025.04.19 00:26:04.483239 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
629 2025.04.19 00:26:04.483432 [ 258 ] {c81d6c27-e1af-4ad3-91fd-38aacd403f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
630 2025.04.19 00:26:04.483575 [ 258 ] {c81d6c27-e1af-4ad3-91fd-38aacd403f43} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
631 2025.04.19 00:26:04.492685 [ 258 ] {c81d6c27-e1af-4ad3-91fd-38aacd403f43} <Debug> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Loading data parts
632 2025.04.19 00:26:04.492908 [ 258 ] {c81d6c27-e1af-4ad3-91fd-38aacd403f43} <Debug> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): There are no data parts
633 2025.04.19 00:26:04.499899 [ 258 ] {c81d6c27-e1af-4ad3-91fd-38aacd403f43} <Debug> TCPHandler: Processed in 0.016710211 sec.
634 2025.04.19 00:26:04.500054 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
635 2025.04.19 00:26:04.500319 [ 258 ] {a73bbb8e-8018-4ab6-9086-c53f5f217f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
636 2025.04.19 00:26:04.500435 [ 258 ] {a73bbb8e-8018-4ab6-9086-c53f5f217f03} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
637 2025.04.19 00:26:04.505461 [ 258 ] {a73bbb8e-8018-4ab6-9086-c53f5f217f03} <Debug> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Loading data parts
638 2025.04.19 00:26:04.505740 [ 258 ] {a73bbb8e-8018-4ab6-9086-c53f5f217f03} <Debug> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): There are no data parts
639 2025.04.19 00:26:04.509760 [ 258 ] {a73bbb8e-8018-4ab6-9086-c53f5f217f03} <Debug> TCPHandler: Processed in 0.009758788 sec.
640 2025.04.19 00:26:04.509934 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
641 2025.04.19 00:26:04.510184 [ 258 ] {3745d20e-ad16-414f-b874-c08e9b35c263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
642 2025.04.19 00:26:04.510344 [ 258 ] {3745d20e-ad16-414f-b874-c08e9b35c263} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
643 2025.04.19 00:26:04.519516 [ 258 ] {3745d20e-ad16-414f-b874-c08e9b35c263} <Debug> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Loading data parts
644 2025.04.19 00:26:04.519731 [ 258 ] {3745d20e-ad16-414f-b874-c08e9b35c263} <Debug> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): There are no data parts
645 2025.04.19 00:26:04.522401 [ 258 ] {3745d20e-ad16-414f-b874-c08e9b35c263} <Debug> TCPHandler: Processed in 0.012531092 sec.
646 2025.04.19 00:26:04.522588 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
647 2025.04.19 00:26:04.522810 [ 258 ] {ef1f7739-4818-49c3-b8f1-1f017dd5557b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
648 2025.04.19 00:26:04.522923 [ 258 ] {ef1f7739-4818-49c3-b8f1-1f017dd5557b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
649 2025.04.19 00:26:04.527679 [ 258 ] {ef1f7739-4818-49c3-b8f1-1f017dd5557b} <Debug> oximeter.fields_i32 (05a8a9fe-453f-4d9a-a41d-cd1e4f403a5f): Loading data parts
650 2025.04.19 00:26:04.527870 [ 258 ] {ef1f7739-4818-49c3-b8f1-1f017dd5557b} <Debug> oximeter.fields_i32 (05a8a9fe-453f-4d9a-a41d-cd1e4f403a5f): There are no data parts
651 2025.04.19 00:26:04.533270 [ 258 ] {ef1f7739-4818-49c3-b8f1-1f017dd5557b} <Debug> TCPHandler: Processed in 0.010733676 sec.
652 2025.04.19 00:26:04.533416 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
653 2025.04.19 00:26:04.533603 [ 258 ] {fbc86cee-d9eb-4026-b685-5787cf31f410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
654 2025.04.19 00:26:04.533717 [ 258 ] {fbc86cee-d9eb-4026-b685-5787cf31f410} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
655 2025.04.19 00:26:04.542190 [ 258 ] {fbc86cee-d9eb-4026-b685-5787cf31f410} <Debug> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Loading data parts
656 2025.04.19 00:26:04.542379 [ 258 ] {fbc86cee-d9eb-4026-b685-5787cf31f410} <Debug> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): There are no data parts
657 2025.04.19 00:26:04.547597 [ 258 ] {fbc86cee-d9eb-4026-b685-5787cf31f410} <Debug> TCPHandler: Processed in 0.014232334 sec.
658 2025.04.19 00:26:04.547821 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
659 2025.04.19 00:26:04.548006 [ 258 ] {9e752495-07a7-4151-9f2d-6cfab697430f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
660 2025.04.19 00:26:04.548132 [ 258 ] {9e752495-07a7-4151-9f2d-6cfab697430f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
661 2025.04.19 00:26:04.554328 [ 258 ] {9e752495-07a7-4151-9f2d-6cfab697430f} <Debug> oximeter.fields_i64 (be095575-c8e2-48df-af8c-b8fb707ff339): Loading data parts
662 2025.04.19 00:26:04.554565 [ 258 ] {9e752495-07a7-4151-9f2d-6cfab697430f} <Debug> oximeter.fields_i64 (be095575-c8e2-48df-af8c-b8fb707ff339): There are no data parts
663 2025.04.19 00:26:04.560229 [ 258 ] {9e752495-07a7-4151-9f2d-6cfab697430f} <Debug> TCPHandler: Processed in 0.01245915 sec.
664 2025.04.19 00:26:04.560373 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
665 2025.04.19 00:26:04.560596 [ 258 ] {2644d94a-653c-49db-b88b-612e14d681d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
666 2025.04.19 00:26:04.560676 [ 258 ] {2644d94a-653c-49db-b88b-612e14d681d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
667 2025.04.19 00:26:04.564689 [ 258 ] {2644d94a-653c-49db-b88b-612e14d681d8} <Debug> oximeter.fields_u64 (6a0366a4-d33c-458b-929f-06363f588749): Loading data parts
668 2025.04.19 00:26:04.564864 [ 258 ] {2644d94a-653c-49db-b88b-612e14d681d8} <Debug> oximeter.fields_u64 (6a0366a4-d33c-458b-929f-06363f588749): There are no data parts
669 2025.04.19 00:26:04.569115 [ 258 ] {2644d94a-653c-49db-b88b-612e14d681d8} <Debug> TCPHandler: Processed in 0.008847861 sec.
670 2025.04.19 00:26:04.569396 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
671 2025.04.19 00:26:04.569586 [ 258 ] {36bcc10e-b66f-4ca9-81a5-cfa257b7ee03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
672 2025.04.19 00:26:04.569699 [ 258 ] {36bcc10e-b66f-4ca9-81a5-cfa257b7ee03} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
673 2025.04.19 00:26:04.573520 [ 258 ] {36bcc10e-b66f-4ca9-81a5-cfa257b7ee03} <Debug> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Loading data parts
674 2025.04.19 00:26:04.573779 [ 258 ] {36bcc10e-b66f-4ca9-81a5-cfa257b7ee03} <Debug> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): There are no data parts
675 2025.04.19 00:26:04.578510 [ 258 ] {36bcc10e-b66f-4ca9-81a5-cfa257b7ee03} <Debug> TCPHandler: Processed in 0.009164236 sec.
676 2025.04.19 00:26:04.578672 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
677 2025.04.19 00:26:04.578942 [ 258 ] {a9a16452-a8eb-478d-9a39-b70d06c55481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
678 2025.04.19 00:26:04.579024 [ 258 ] {a9a16452-a8eb-478d-9a39-b70d06c55481} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
679 2025.04.19 00:26:04.584314 [ 258 ] {a9a16452-a8eb-478d-9a39-b70d06c55481} <Debug> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Loading data parts
680 2025.04.19 00:26:04.584603 [ 258 ] {a9a16452-a8eb-478d-9a39-b70d06c55481} <Debug> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): There are no data parts
681 2025.04.19 00:26:04.589843 [ 258 ] {a9a16452-a8eb-478d-9a39-b70d06c55481} <Debug> TCPHandler: Processed in 0.011227376 sec.
682 2025.04.19 00:26:04.590054 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
683 2025.04.19 00:26:04.590287 [ 258 ] {b00d3b68-2388-47cc-956b-79d22eacc238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
684 2025.04.19 00:26:04.590427 [ 258 ] {b00d3b68-2388-47cc-956b-79d22eacc238} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
685 2025.04.19 00:26:04.598483 [ 258 ] {b00d3b68-2388-47cc-956b-79d22eacc238} <Debug> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Loading data parts
686 2025.04.19 00:26:04.598790 [ 258 ] {b00d3b68-2388-47cc-956b-79d22eacc238} <Debug> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): There are no data parts
687 2025.04.19 00:26:04.604298 [ 258 ] {b00d3b68-2388-47cc-956b-79d22eacc238} <Debug> TCPHandler: Processed in 0.014306445 sec.
688 2025.04.19 00:26:04.604473 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
689 2025.04.19 00:26:04.604820 [ 258 ] {87243ded-bb6d-4344-ae91-85b65813282a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) /* The timeseries schema table stores the extracted schema for the samples
690 * oximeter collects.
691 */
692 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)
693 2025.04.19 00:26:04.604957 [ 258 ] {87243ded-bb6d-4344-ae91-85b65813282a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
694 2025.04.19 00:26:04.609438 [ 258 ] {87243ded-bb6d-4344-ae91-85b65813282a} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b): Loading data parts
695 2025.04.19 00:26:04.609716 [ 258 ] {87243ded-bb6d-4344-ae91-85b65813282a} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b): There are no data parts
696 2025.04.19 00:26:04.614280 [ 258 ] {87243ded-bb6d-4344-ae91-85b65813282a} <Debug> TCPHandler: Processed in 0.00985863 sec.
697 2025.04.19 00:26:04.616618 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
698 2025.04.19 00:26:04.617200 [ 259 ] {e2a315e6-626c-4783-b72d-61c38cf51ae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
699 2025.04.19 00:26:04.618559 [ 259 ] {e2a315e6-626c-4783-b72d-61c38cf51ae0} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
700 2025.04.19 00:26:04.627014 [ 275 ] {e2a315e6-626c-4783-b72d-61c38cf51ae0} <Trace> oximeter.version (0ae633df-dccb-4f8d-b14e-28dc7cae5ca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
701 2025.04.19 00:26:04.627211 [ 275 ] {e2a315e6-626c-4783-b72d-61c38cf51ae0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
702 2025.04.19 00:26:04.632900 [ 275 ] {e2a315e6-626c-4783-b72d-61c38cf51ae0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
703 2025.04.19 00:26:04.633656 [ 275 ] {e2a315e6-626c-4783-b72d-61c38cf51ae0} <Trace> oximeter.version (0ae633df-dccb-4f8d-b14e-28dc7cae5ca4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
704 2025.04.19 00:26:04.634132 [ 259 ] {e2a315e6-626c-4783-b72d-61c38cf51ae0} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.017134 sec., 58.36348780203105 rows/sec., 933.82 B/sec.
705 2025.04.19 00:26:04.634405 [ 259 ] {e2a315e6-626c-4783-b72d-61c38cf51ae0} <Debug> TCPHandler: Processed in 0.017949465 sec.
706 2025.04.19 00:26:05.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 129.62 MiB, peak 129.62 MiB, free memory in arenas 0.00 B, will set to 140.90 MiB (RSS), difference: 11.27 MiB
707 2025.04.19 00:26:10.713689 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
708 2025.04.19 00:26:10.713731 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
709 2025.04.19 00:26:10.713808 [ 242 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
710 2025.04.19 00:26:10.713836 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
711 2025.04.19 00:26:10.720645 [ 244 ] {} <Debug> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Loading data parts
712 2025.04.19 00:26:10.721065 [ 244 ] {} <Debug> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): There are no data parts
713 2025.04.19 00:26:10.729010 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
714 2025.04.19 00:26:10.729263 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
715 2025.04.19 00:26:10.732962 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
716 2025.04.19 00:26:10.734117 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
717 2025.04.19 00:26:10.734825 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
718 2025.04.19 00:26:10.739053 [ 242 ] {} <Debug> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Loading data parts
719 2025.04.19 00:26:10.739240 [ 242 ] {} <Debug> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): There are no data parts
720 2025.04.19 00:26:10.762443 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
721 2025.04.19 00:26:10.762647 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
722 2025.04.19 00:26:10.769777 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
723 2025.04.19 00:26:10.771094 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
724 2025.04.19 00:26:10.773627 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
725 2025.04.19 00:26:11.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.93 MiB, peak 149.93 MiB, free memory in arenas 0.00 B, will set to 150.42 MiB (RSS), difference: 4.49 MiB
726 2025.04.19 00:26:13.213733 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88
727 2025.04.19 00:26:13.213919 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
728 2025.04.19 00:26:13.218763 [ 243 ] {} <Debug> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Loading data parts
729 2025.04.19 00:26:13.218919 [ 243 ] {} <Debug> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): There are no data parts
730 2025.04.19 00:26:13.226508 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
731 2025.04.19 00:26:13.226629 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
732 2025.04.19 00:26:13.228362 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
733 2025.04.19 00:26:13.228897 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
734 2025.04.19 00:26:13.229453 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88
735 2025.04.19 00:26:14.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.61 MiB, peak 154.61 MiB, free memory in arenas 0.00 B, will set to 150.80 MiB (RSS), difference: -3.80 MiB
736 2025.04.19 00:26:18.174325 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache
737 2025.04.19 00:26:18.174380 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache
738 2025.04.19 00:26:18.234999 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
739 2025.04.19 00:26:18.235933 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
740 2025.04.19 00:26:18.235977 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
741 2025.04.19 00:26:18.236574 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
742 2025.04.19 00:26:18.236880 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
743 2025.04.19 00:26:18.239047 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
744 2025.04.19 00:26:18.273765 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
745 2025.04.19 00:26:18.294857 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
746 2025.04.19 00:26:18.294950 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
747 2025.04.19 00:26:18.301264 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
748 2025.04.19 00:26:18.302011 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
749 2025.04.19 00:26:18.304570 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
750 2025.04.19 00:26:19.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.48 MiB, peak 155.48 MiB, free memory in arenas 0.00 B, will set to 152.52 MiB (RSS), difference: 1.04 MiB
751 2025.04.19 00:26:24.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.54 MiB, peak 155.48 MiB, free memory in arenas 0.00 B, will set to 152.55 MiB (RSS), difference: 4.02 MiB
752 2025.04.19 00:26:24.641411 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
753 2025.04.19 00:26:24.641622 [ 258 ] {d0193cf3-cf70-48d2-a8b3-2ba90332b52c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
754 2025.04.19 00:26:24.646165 [ 258 ] {d0193cf3-cf70-48d2-a8b3-2ba90332b52c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
755 2025.04.19 00:26:24.654679 [ 258 ] {d0193cf3-cf70-48d2-a8b3-2ba90332b52c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
756 2025.04.19 00:26:24.662352 [ 258 ] {d0193cf3-cf70-48d2-a8b3-2ba90332b52c} <Debug> TCPHandler: Processed in 0.021089486 sec.
757 2025.04.19 00:26:24.663550 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
758 2025.04.19 00:26:24.663717 [ 258 ] {941dd3bf-bd2f-4ddf-86ca-5a4afaa97f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
759 2025.04.19 00:26:24.667416 [ 258 ] {941dd3bf-bd2f-4ddf-86ca-5a4afaa97f4a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
760 2025.04.19 00:26:24.667474 [ 258 ] {941dd3bf-bd2f-4ddf-86ca-5a4afaa97f4a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
761 2025.04.19 00:26:24.668001 [ 258 ] {941dd3bf-bd2f-4ddf-86ca-5a4afaa97f4a} <Debug> TCPHandler: Processed in 0.004521817 sec.
762 2025.04.19 00:26:24.670217 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
763 2025.04.19 00:26:24.670356 [ 258 ] {8c608a92-6ed8-4883-bdd3-2e3cd461a147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
764 2025.04.19 00:26:24.670707 [ 258 ] {8c608a92-6ed8-4883-bdd3-2e3cd461a147} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
765 2025.04.19 00:26:24.670762 [ 258 ] {8c608a92-6ed8-4883-bdd3-2e3cd461a147} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
766 2025.04.19 00:26:24.671251 [ 258 ] {8c608a92-6ed8-4883-bdd3-2e3cd461a147} <Debug> TCPHandler: Processed in 0.001087111 sec.
767 2025.04.19 00:26:24.671526 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
768 2025.04.19 00:26:24.671660 [ 258 ] {1dd72d9e-baa2-4f41-a370-4f5432f985c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
769 2025.04.19 00:26:24.671967 [ 258 ] {1dd72d9e-baa2-4f41-a370-4f5432f985c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
770 2025.04.19 00:26:24.672020 [ 258 ] {1dd72d9e-baa2-4f41-a370-4f5432f985c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
771 2025.04.19 00:26:24.672471 [ 258 ] {1dd72d9e-baa2-4f41-a370-4f5432f985c2} <Debug> TCPHandler: Processed in 0.0009979 sec.
772 2025.04.19 00:26:24.672722 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
773 2025.04.19 00:26:24.672856 [ 258 ] {e8c7ffe3-779a-4d4e-b59c-a9e30bc2d6a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
774 2025.04.19 00:26:24.673166 [ 258 ] {e8c7ffe3-779a-4d4e-b59c-a9e30bc2d6a5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
775 2025.04.19 00:26:24.673219 [ 258 ] {e8c7ffe3-779a-4d4e-b59c-a9e30bc2d6a5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
776 2025.04.19 00:26:24.673659 [ 258 ] {e8c7ffe3-779a-4d4e-b59c-a9e30bc2d6a5} <Debug> TCPHandler: Processed in 0.000988568 sec.
777 2025.04.19 00:26:24.673885 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
778 2025.04.19 00:26:24.674023 [ 258 ] {a457a20a-32ab-4eb7-9270-80d0d4da48c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
779 2025.04.19 00:26:24.674337 [ 258 ] {a457a20a-32ab-4eb7-9270-80d0d4da48c1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
780 2025.04.19 00:26:24.674388 [ 258 ] {a457a20a-32ab-4eb7-9270-80d0d4da48c1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
781 2025.04.19 00:26:24.674838 [ 258 ] {a457a20a-32ab-4eb7-9270-80d0d4da48c1} <Debug> TCPHandler: Processed in 0.001004959 sec.
782 2025.04.19 00:26:24.675066 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
783 2025.04.19 00:26:24.675202 [ 258 ] {0ee97dd3-19a3-4b46-af22-771e339bb043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
784 2025.04.19 00:26:24.675522 [ 258 ] {0ee97dd3-19a3-4b46-af22-771e339bb043} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
785 2025.04.19 00:26:24.675575 [ 258 ] {0ee97dd3-19a3-4b46-af22-771e339bb043} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
786 2025.04.19 00:26:24.676041 [ 258 ] {0ee97dd3-19a3-4b46-af22-771e339bb043} <Debug> TCPHandler: Processed in 0.001027999 sec.
787 2025.04.19 00:26:24.676255 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
788 2025.04.19 00:26:24.676392 [ 258 ] {e6565349-76db-4510-9fb6-3ff4550323ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
789 2025.04.19 00:26:24.676717 [ 258 ] {e6565349-76db-4510-9fb6-3ff4550323ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
790 2025.04.19 00:26:24.676768 [ 258 ] {e6565349-76db-4510-9fb6-3ff4550323ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
791 2025.04.19 00:26:24.677218 [ 258 ] {e6565349-76db-4510-9fb6-3ff4550323ae} <Debug> TCPHandler: Processed in 0.00101426 sec.
792 2025.04.19 00:26:24.677444 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
793 2025.04.19 00:26:24.677581 [ 258 ] {1623f8e9-916b-4388-a4b6-9742f09347d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
794 2025.04.19 00:26:24.677905 [ 258 ] {1623f8e9-916b-4388-a4b6-9742f09347d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
795 2025.04.19 00:26:24.677955 [ 258 ] {1623f8e9-916b-4388-a4b6-9742f09347d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
796 2025.04.19 00:26:24.678397 [ 258 ] {1623f8e9-916b-4388-a4b6-9742f09347d4} <Debug> TCPHandler: Processed in 0.00100458 sec.
797 2025.04.19 00:26:24.678619 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
798 2025.04.19 00:26:24.678758 [ 258 ] {00f2352b-7895-4669-913d-04a1fdae8d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
799 2025.04.19 00:26:24.679082 [ 258 ] {00f2352b-7895-4669-913d-04a1fdae8d86} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
800 2025.04.19 00:26:24.679135 [ 258 ] {00f2352b-7895-4669-913d-04a1fdae8d86} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
801 2025.04.19 00:26:24.679576 [ 258 ] {00f2352b-7895-4669-913d-04a1fdae8d86} <Debug> TCPHandler: Processed in 0.001009099 sec.
802 2025.04.19 00:26:24.679803 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
803 2025.04.19 00:26:24.679943 [ 258 ] {44c13b1b-dbde-4d17-a44a-d4e6fe1f36ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
804 2025.04.19 00:26:24.680275 [ 258 ] {44c13b1b-dbde-4d17-a44a-d4e6fe1f36ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
805 2025.04.19 00:26:24.680328 [ 258 ] {44c13b1b-dbde-4d17-a44a-d4e6fe1f36ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
806 2025.04.19 00:26:24.680775 [ 258 ] {44c13b1b-dbde-4d17-a44a-d4e6fe1f36ad} <Debug> TCPHandler: Processed in 0.00102463 sec.
807 2025.04.19 00:26:24.681007 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
808 2025.04.19 00:26:24.681147 [ 258 ] {da8edef6-5841-40c0-82e2-cdd7125043b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
809 2025.04.19 00:26:24.681481 [ 258 ] {da8edef6-5841-40c0-82e2-cdd7125043b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
810 2025.04.19 00:26:24.681534 [ 258 ] {da8edef6-5841-40c0-82e2-cdd7125043b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
811 2025.04.19 00:26:24.681977 [ 258 ] {da8edef6-5841-40c0-82e2-cdd7125043b2} <Debug> TCPHandler: Processed in 0.001022499 sec.
812 2025.04.19 00:26:24.682210 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
813 2025.04.19 00:26:24.682352 [ 258 ] {4bc5c03a-4f40-4871-80a4-9d3e7f01ffad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
814 2025.04.19 00:26:24.682684 [ 258 ] {4bc5c03a-4f40-4871-80a4-9d3e7f01ffad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
815 2025.04.19 00:26:24.682736 [ 258 ] {4bc5c03a-4f40-4871-80a4-9d3e7f01ffad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
816 2025.04.19 00:26:24.683185 [ 258 ] {4bc5c03a-4f40-4871-80a4-9d3e7f01ffad} <Debug> TCPHandler: Processed in 0.001027679 sec.
817 2025.04.19 00:26:24.683414 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
818 2025.04.19 00:26:24.683557 [ 258 ] {ef3ba63b-5b4d-4a19-86f4-e9be6a30c49f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
819 2025.04.19 00:26:24.683894 [ 258 ] {ef3ba63b-5b4d-4a19-86f4-e9be6a30c49f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
820 2025.04.19 00:26:24.683951 [ 258 ] {ef3ba63b-5b4d-4a19-86f4-e9be6a30c49f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
821 2025.04.19 00:26:24.684404 [ 258 ] {ef3ba63b-5b4d-4a19-86f4-e9be6a30c49f} <Debug> TCPHandler: Processed in 0.00104124 sec.
822 2025.04.19 00:26:24.685172 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
823 2025.04.19 00:26:24.685316 [ 258 ] {abd530b5-4ec1-4990-9d57-cf765a466126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
824 2025.04.19 00:26:24.685658 [ 258 ] {abd530b5-4ec1-4990-9d57-cf765a466126} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
825 2025.04.19 00:26:24.685712 [ 258 ] {abd530b5-4ec1-4990-9d57-cf765a466126} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
826 2025.04.19 00:26:24.686168 [ 258 ] {abd530b5-4ec1-4990-9d57-cf765a466126} <Debug> TCPHandler: Processed in 0.00104802 sec.
827 2025.04.19 00:26:24.686414 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
828 2025.04.19 00:26:24.686561 [ 258 ] {f44a7214-4065-4315-9fbc-4a561a733198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
829 2025.04.19 00:26:24.686906 [ 258 ] {f44a7214-4065-4315-9fbc-4a561a733198} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
830 2025.04.19 00:26:24.686959 [ 258 ] {f44a7214-4065-4315-9fbc-4a561a733198} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
831 2025.04.19 00:26:24.687411 [ 258 ] {f44a7214-4065-4315-9fbc-4a561a733198} <Debug> TCPHandler: Processed in 0.00104924 sec.
832 2025.04.19 00:26:24.687636 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
833 2025.04.19 00:26:24.687785 [ 258 ] {1a322721-3155-4220-bb79-d6b96ba148f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
834 2025.04.19 00:26:24.688137 [ 258 ] {1a322721-3155-4220-bb79-d6b96ba148f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
835 2025.04.19 00:26:24.688190 [ 258 ] {1a322721-3155-4220-bb79-d6b96ba148f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
836 2025.04.19 00:26:24.688644 [ 258 ] {1a322721-3155-4220-bb79-d6b96ba148f4} <Debug> TCPHandler: Processed in 0.001060421 sec.
837 2025.04.19 00:26:24.688874 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
838 2025.04.19 00:26:24.689020 [ 258 ] {1949a75a-1666-4ea0-bcc8-d6e13f05e00f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
839 2025.04.19 00:26:24.689371 [ 258 ] {1949a75a-1666-4ea0-bcc8-d6e13f05e00f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
840 2025.04.19 00:26:24.689423 [ 258 ] {1949a75a-1666-4ea0-bcc8-d6e13f05e00f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
841 2025.04.19 00:26:24.689874 [ 258 ] {1949a75a-1666-4ea0-bcc8-d6e13f05e00f} <Debug> TCPHandler: Processed in 0.00105073 sec.
842 2025.04.19 00:26:24.695447 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
843 2025.04.19 00:26:24.695570 [ 258 ] {eea85d01-c71d-4fce-b165-d184cde41d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
844 2025.04.19 00:26:24.695619 [ 258 ] {eea85d01-c71d-4fce-b165-d184cde41d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
845 2025.04.19 00:26:24.696497 [ 258 ] {eea85d01-c71d-4fce-b165-d184cde41d8f} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
846 2025.04.19 00:26:24.696549 [ 258 ] {eea85d01-c71d-4fce-b165-d184cde41d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
847 2025.04.19 00:26:24.697639 [ 258 ] {eea85d01-c71d-4fce-b165-d184cde41d8f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
848 2025.04.19 00:26:24.697878 [ 258 ] {eea85d01-c71d-4fce-b165-d184cde41d8f} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
849 2025.04.19 00:26:24.698129 [ 258 ] {eea85d01-c71d-4fce-b165-d184cde41d8f} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.00259 sec., 6949.80694980695 rows/sec., 972.04 KiB/sec.
850 2025.04.19 00:26:24.698285 [ 258 ] {eea85d01-c71d-4fce-b165-d184cde41d8f} <Debug> TCPHandler: Processed in 0.002891216 sec.
851 2025.04.19 00:26:24.698427 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
852 2025.04.19 00:26:24.698535 [ 258 ] {9d157f58-59c6-461e-9663-2e80e7bb1f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
853 2025.04.19 00:26:24.698580 [ 258 ] {9d157f58-59c6-461e-9663-2e80e7bb1f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
854 2025.04.19 00:26:24.706158 [ 258 ] {9d157f58-59c6-461e-9663-2e80e7bb1f23} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
855 2025.04.19 00:26:24.706196 [ 258 ] {9d157f58-59c6-461e-9663-2e80e7bb1f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
856 2025.04.19 00:26:24.708352 [ 258 ] {9d157f58-59c6-461e-9663-2e80e7bb1f23} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
857 2025.04.19 00:26:24.708709 [ 258 ] {9d157f58-59c6-461e-9663-2e80e7bb1f23} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
858 2025.04.19 00:26:24.708969 [ 258 ] {9d157f58-59c6-461e-9663-2e80e7bb1f23} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.010447 sec., 5360.390542739543 rows/sec., 421.68 KiB/sec.
859 2025.04.19 00:26:24.709107 [ 258 ] {9d157f58-59c6-461e-9663-2e80e7bb1f23} <Debug> TCPHandler: Processed in 0.010732296 sec.
860 2025.04.19 00:26:24.709251 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
861 2025.04.19 00:26:24.709385 [ 258 ] {4c81e029-7a89-4fbd-ae54-d08760c6f009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
862 2025.04.19 00:26:24.709443 [ 258 ] {4c81e029-7a89-4fbd-ae54-d08760c6f009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
863 2025.04.19 00:26:24.710140 [ 258 ] {4c81e029-7a89-4fbd-ae54-d08760c6f009} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
864 2025.04.19 00:26:24.710187 [ 258 ] {4c81e029-7a89-4fbd-ae54-d08760c6f009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
865 2025.04.19 00:26:24.710597 [ 258 ] {4c81e029-7a89-4fbd-ae54-d08760c6f009} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
866 2025.04.19 00:26:24.710852 [ 258 ] {4c81e029-7a89-4fbd-ae54-d08760c6f009} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
867 2025.04.19 00:26:24.711112 [ 258 ] {4c81e029-7a89-4fbd-ae54-d08760c6f009} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001731 sec., 36972.848064702484 rows/sec., 2.89 MiB/sec.
868 2025.04.19 00:26:24.711217 [ 258 ] {4c81e029-7a89-4fbd-ae54-d08760c6f009} <Debug> TCPHandler: Processed in 0.002029619 sec.
869 2025.04.19 00:26:24.711343 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
870 2025.04.19 00:26:24.711450 [ 258 ] {0a6539a8-a7fd-41f0-b1f3-84d6fb604968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
871 2025.04.19 00:26:24.711500 [ 258 ] {0a6539a8-a7fd-41f0-b1f3-84d6fb604968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
872 2025.04.19 00:26:24.712135 [ 258 ] {0a6539a8-a7fd-41f0-b1f3-84d6fb604968} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
873 2025.04.19 00:26:24.712172 [ 258 ] {0a6539a8-a7fd-41f0-b1f3-84d6fb604968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
874 2025.04.19 00:26:24.712599 [ 258 ] {0a6539a8-a7fd-41f0-b1f3-84d6fb604968} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
875 2025.04.19 00:26:24.712844 [ 258 ] {0a6539a8-a7fd-41f0-b1f3-84d6fb604968} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
876 2025.04.19 00:26:24.713126 [ 258 ] {0a6539a8-a7fd-41f0-b1f3-84d6fb604968} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001675 sec., 76417.9104477612 rows/sec., 5.32 MiB/sec.
877 2025.04.19 00:26:24.713196 [ 258 ] {0a6539a8-a7fd-41f0-b1f3-84d6fb604968} <Debug> TCPHandler: Processed in 0.001903677 sec.
878 2025.04.19 00:26:24.713320 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
879 2025.04.19 00:26:24.713425 [ 258 ] {f4a1193d-df54-4344-afc5-730098cd39b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
880 2025.04.19 00:26:24.713472 [ 258 ] {f4a1193d-df54-4344-afc5-730098cd39b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
881 2025.04.19 00:26:24.713902 [ 258 ] {f4a1193d-df54-4344-afc5-730098cd39b7} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
882 2025.04.19 00:26:24.713941 [ 258 ] {f4a1193d-df54-4344-afc5-730098cd39b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
883 2025.04.19 00:26:24.714292 [ 258 ] {f4a1193d-df54-4344-afc5-730098cd39b7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
884 2025.04.19 00:26:24.714538 [ 258 ] {f4a1193d-df54-4344-afc5-730098cd39b7} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
885 2025.04.19 00:26:24.714733 [ 258 ] {f4a1193d-df54-4344-afc5-730098cd39b7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001331 sec., 36063.110443275735 rows/sec., 2.43 MiB/sec.
886 2025.04.19 00:26:24.714781 [ 258 ] {f4a1193d-df54-4344-afc5-730098cd39b7} <Debug> TCPHandler: Processed in 0.001512859 sec.
887 2025.04.19 00:26:25.739223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
888 2025.04.19 00:26:25.739857 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
889 2025.04.19 00:26:25.739909 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
890 2025.04.19 00:26:25.740508 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
891 2025.04.19 00:26:25.740806 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
892 2025.04.19 00:26:25.741060 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
893 2025.04.19 00:26:25.804701 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
894 2025.04.19 00:26:25.823793 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
895 2025.04.19 00:26:25.823862 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
896 2025.04.19 00:26:25.830410 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
897 2025.04.19 00:26:25.831208 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
898 2025.04.19 00:26:25.834108 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
899 2025.04.19 00:26:29.648692 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
900 2025.04.19 00:26:29.648901 [ 258 ] {2ba81431-e487-4c30-aca6-c1affc45ef78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
901 2025.04.19 00:26:29.648977 [ 258 ] {2ba81431-e487-4c30-aca6-c1affc45ef78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
902 2025.04.19 00:26:29.649732 [ 258 ] {2ba81431-e487-4c30-aca6-c1affc45ef78} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
903 2025.04.19 00:26:29.649782 [ 258 ] {2ba81431-e487-4c30-aca6-c1affc45ef78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
904 2025.04.19 00:26:29.650219 [ 258 ] {2ba81431-e487-4c30-aca6-c1affc45ef78} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
905 2025.04.19 00:26:29.650498 [ 258 ] {2ba81431-e487-4c30-aca6-c1affc45ef78} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): 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.04.19 00:26:29.650726 [ 258 ] {2ba81431-e487-4c30-aca6-c1affc45ef78} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001879 sec., 29803.086748270358 rows/sec., 2.29 MiB/sec.
907 2025.04.19 00:26:29.650845 [ 258 ] {2ba81431-e487-4c30-aca6-c1affc45ef78} <Debug> TCPHandler: Processed in 0.002295344 sec.
908 2025.04.19 00:26:29.650996 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
909 2025.04.19 00:26:29.651100 [ 258 ] {516edeb7-5179-45a9-a982-7ea0ba1a529a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
910 2025.04.19 00:26:29.651147 [ 258 ] {516edeb7-5179-45a9-a982-7ea0ba1a529a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
911 2025.04.19 00:26:29.651709 [ 258 ] {516edeb7-5179-45a9-a982-7ea0ba1a529a} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
912 2025.04.19 00:26:29.651749 [ 258 ] {516edeb7-5179-45a9-a982-7ea0ba1a529a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
913 2025.04.19 00:26:29.652107 [ 258 ] {516edeb7-5179-45a9-a982-7ea0ba1a529a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
914 2025.04.19 00:26:29.652354 [ 258 ] {516edeb7-5179-45a9-a982-7ea0ba1a529a} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): 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.04.19 00:26:29.652571 [ 258 ] {516edeb7-5179-45a9-a982-7ea0ba1a529a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001494 sec., 42838.0187416332 rows/sec., 3.34 MiB/sec.
916 2025.04.19 00:26:29.652728 [ 258 ] {516edeb7-5179-45a9-a982-7ea0ba1a529a} <Debug> TCPHandler: Processed in 0.001782604 sec.
917 2025.04.19 00:26:29.652864 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
918 2025.04.19 00:26:29.652971 [ 258 ] {e25887e9-3963-47fc-a932-7d2ed96841b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
919 2025.04.19 00:26:29.653023 [ 258 ] {e25887e9-3963-47fc-a932-7d2ed96841b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
920 2025.04.19 00:26:29.653579 [ 258 ] {e25887e9-3963-47fc-a932-7d2ed96841b5} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
921 2025.04.19 00:26:29.653617 [ 258 ] {e25887e9-3963-47fc-a932-7d2ed96841b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
922 2025.04.19 00:26:29.654013 [ 258 ] {e25887e9-3963-47fc-a932-7d2ed96841b5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
923 2025.04.19 00:26:29.654262 [ 258 ] {e25887e9-3963-47fc-a932-7d2ed96841b5} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
924 2025.04.19 00:26:29.654462 [ 258 ] {e25887e9-3963-47fc-a932-7d2ed96841b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001514 sec., 105680.31704095112 rows/sec., 7.36 MiB/sec.
925 2025.04.19 00:26:29.654512 [ 258 ] {e25887e9-3963-47fc-a932-7d2ed96841b5} <Debug> TCPHandler: Processed in 0.001699982 sec.
926 2025.04.19 00:26:29.654626 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
927 2025.04.19 00:26:29.654729 [ 258 ] {e6e13903-f5c1-4d36-8290-c3322d9bcecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
928 2025.04.19 00:26:29.654782 [ 258 ] {e6e13903-f5c1-4d36-8290-c3322d9bcecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
929 2025.04.19 00:26:29.655206 [ 258 ] {e6e13903-f5c1-4d36-8290-c3322d9bcecb} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
930 2025.04.19 00:26:29.655244 [ 258 ] {e6e13903-f5c1-4d36-8290-c3322d9bcecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
931 2025.04.19 00:26:29.655598 [ 258 ] {e6e13903-f5c1-4d36-8290-c3322d9bcecb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
932 2025.04.19 00:26:29.655836 [ 258 ] {e6e13903-f5c1-4d36-8290-c3322d9bcecb} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
933 2025.04.19 00:26:29.656036 [ 258 ] {e6e13903-f5c1-4d36-8290-c3322d9bcecb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001329 sec., 45146.72686230248 rows/sec., 3.04 MiB/sec.
934 2025.04.19 00:26:29.656084 [ 258 ] {e6e13903-f5c1-4d36-8290-c3322d9bcecb} <Debug> TCPHandler: Processed in 0.001507469 sec.
935 2025.04.19 00:26:33.174428 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache
936 2025.04.19 00:26:33.174489 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache
937 2025.04.19 00:26:33.230035 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142
938 2025.04.19 00:26:33.234172 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
939 2025.04.19 00:26:33.234213 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
940 2025.04.19 00:26:33.235749 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
941 2025.04.19 00:26:33.236048 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
942 2025.04.19 00:26:33.236491 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142
943 2025.04.19 00:26:33.241224 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
944 2025.04.19 00:26:33.241908 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
945 2025.04.19 00:26:33.241955 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
946 2025.04.19 00:26:33.242512 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
947 2025.04.19 00:26:33.242777 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
948 2025.04.19 00:26:33.243009 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
949 2025.04.19 00:26:33.334262 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
950 2025.04.19 00:26:33.354510 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
951 2025.04.19 00:26:33.354576 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
952 2025.04.19 00:26:33.361027 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
953 2025.04.19 00:26:33.361762 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
954 2025.04.19 00:26:33.364351 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
955 2025.04.19 00:26:34.642525 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
956 2025.04.19 00:26:34.642887 [ 258 ] {a05cecad-4b4f-4b1d-b80b-939dd58de8b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
957 2025.04.19 00:26:34.645255 [ 258 ] {a05cecad-4b4f-4b1d-b80b-939dd58de8b7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
958 2025.04.19 00:26:34.649134 [ 258 ] {a05cecad-4b4f-4b1d-b80b-939dd58de8b7} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
959 2025.04.19 00:26:34.649516 [ 258 ] {a05cecad-4b4f-4b1d-b80b-939dd58de8b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
960 2025.04.19 00:26:34.650797 [ 258 ] {a05cecad-4b4f-4b1d-b80b-939dd58de8b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
961 2025.04.19 00:26:34.653150 [ 258 ] {a05cecad-4b4f-4b1d-b80b-939dd58de8b7} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
962 2025.04.19 00:26:34.658453 [ 258 ] {a05cecad-4b4f-4b1d-b80b-939dd58de8b7} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
963 2025.04.19 00:26:34.660374 [ 258 ] {a05cecad-4b4f-4b1d-b80b-939dd58de8b7} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (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
964 2025.04.19 00:26:34.660410 [ 258 ] {a05cecad-4b4f-4b1d-b80b-939dd58de8b7} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
965 2025.04.19 00:26:34.660586 [ 258 ] {a05cecad-4b4f-4b1d-b80b-939dd58de8b7} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
966 2025.04.19 00:26:34.660619 [ 258 ] {a05cecad-4b4f-4b1d-b80b-939dd58de8b7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
967 2025.04.19 00:26:34.683523 [ 258 ] {a05cecad-4b4f-4b1d-b80b-939dd58de8b7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.040756 sec., 441.6527627833938 rows/sec., 18.07 KiB/sec.
968 2025.04.19 00:26:34.683739 [ 258 ] {a05cecad-4b4f-4b1d-b80b-939dd58de8b7} <Debug> TCPHandler: Processed in 0.041405116 sec.
969 2025.04.19 00:26:34.687107 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
970 2025.04.19 00:26:34.687308 [ 258 ] {f6c061c7-830c-4d58-93f4-fee32b6d9179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
971 2025.04.19 00:26:34.687642 [ 258 ] {f6c061c7-830c-4d58-93f4-fee32b6d9179} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
972 2025.04.19 00:26:34.687692 [ 258 ] {f6c061c7-830c-4d58-93f4-fee32b6d9179} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
973 2025.04.19 00:26:34.687965 [ 258 ] {f6c061c7-830c-4d58-93f4-fee32b6d9179} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
974 2025.04.19 00:26:34.688032 [ 258 ] {f6c061c7-830c-4d58-93f4-fee32b6d9179} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
975 2025.04.19 00:26:34.688173 [ 258 ] {f6c061c7-830c-4d58-93f4-fee32b6d9179} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
976 2025.04.19 00:26:34.688206 [ 258 ] {f6c061c7-830c-4d58-93f4-fee32b6d9179} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
977 2025.04.19 00:26:34.688229 [ 258 ] {f6c061c7-830c-4d58-93f4-fee32b6d9179} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (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
978 2025.04.19 00:26:34.688246 [ 258 ] {f6c061c7-830c-4d58-93f4-fee32b6d9179} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
979 2025.04.19 00:26:34.688289 [ 258 ] {f6c061c7-830c-4d58-93f4-fee32b6d9179} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
980 2025.04.19 00:26:34.688312 [ 258 ] {f6c061c7-830c-4d58-93f4-fee32b6d9179} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
981 2025.04.19 00:26:34.688901 [ 258 ] {f6c061c7-830c-4d58-93f4-fee32b6d9179} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00169 sec., 10650.887573964497 rows/sec., 435.70 KiB/sec.
982 2025.04.19 00:26:34.689016 [ 258 ] {f6c061c7-830c-4d58-93f4-fee32b6d9179} <Debug> TCPHandler: Processed in 0.001980868 sec.
983 2025.04.19 00:26:34.689677 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
984 2025.04.19 00:26:34.689829 [ 258 ] {a8a29a39-c342-492e-b2a4-40f577616185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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', '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') FORMAT Native; (stage: Complete)
985 2025.04.19 00:26:34.690089 [ 258 ] {a8a29a39-c342-492e-b2a4-40f577616185} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
986 2025.04.19 00:26:34.690130 [ 258 ] {a8a29a39-c342-492e-b2a4-40f577616185} <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', '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')" moved to PREWHERE
987 2025.04.19 00:26:34.690382 [ 258 ] {a8a29a39-c342-492e-b2a4-40f577616185} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
988 2025.04.19 00:26:34.690445 [ 258 ] {a8a29a39-c342-492e-b2a4-40f577616185} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
989 2025.04.19 00:26:34.690582 [ 258 ] {a8a29a39-c342-492e-b2a4-40f577616185} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
990 2025.04.19 00:26:34.690615 [ 258 ] {a8a29a39-c342-492e-b2a4-40f577616185} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
991 2025.04.19 00:26:34.690637 [ 258 ] {a8a29a39-c342-492e-b2a4-40f577616185} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (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
992 2025.04.19 00:26:34.690653 [ 258 ] {a8a29a39-c342-492e-b2a4-40f577616185} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
993 2025.04.19 00:26:34.690694 [ 258 ] {a8a29a39-c342-492e-b2a4-40f577616185} <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', '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'))"
994 2025.04.19 00:26:34.690716 [ 258 ] {a8a29a39-c342-492e-b2a4-40f577616185} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
995 2025.04.19 00:26:34.691277 [ 258 ] {a8a29a39-c342-492e-b2a4-40f577616185} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001515 sec., 11881.18811881188 rows/sec., 486.03 KiB/sec.
996 2025.04.19 00:26:34.691390 [ 258 ] {a8a29a39-c342-492e-b2a4-40f577616185} <Debug> TCPHandler: Processed in 0.001765345 sec.
997 2025.04.19 00:26:34.691622 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
998 2025.04.19 00:26:34.691773 [ 258 ] {a92efc2c-ba9d-403c-8966-d67f7434b472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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', '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') FORMAT Native; (stage: Complete)
999 2025.04.19 00:26:34.692029 [ 258 ] {a92efc2c-ba9d-403c-8966-d67f7434b472} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1000 2025.04.19 00:26:34.692069 [ 258 ] {a92efc2c-ba9d-403c-8966-d67f7434b472} <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', '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')" moved to PREWHERE
1001 2025.04.19 00:26:34.692324 [ 258 ] {a92efc2c-ba9d-403c-8966-d67f7434b472} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1002 2025.04.19 00:26:34.692387 [ 258 ] {a92efc2c-ba9d-403c-8966-d67f7434b472} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1003 2025.04.19 00:26:34.692521 [ 258 ] {a92efc2c-ba9d-403c-8966-d67f7434b472} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1004 2025.04.19 00:26:34.692551 [ 258 ] {a92efc2c-ba9d-403c-8966-d67f7434b472} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1005 2025.04.19 00:26:34.692573 [ 258 ] {a92efc2c-ba9d-403c-8966-d67f7434b472} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (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
1006 2025.04.19 00:26:34.692591 [ 258 ] {a92efc2c-ba9d-403c-8966-d67f7434b472} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1007 2025.04.19 00:26:34.692632 [ 258 ] {a92efc2c-ba9d-403c-8966-d67f7434b472} <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', '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'))"
1008 2025.04.19 00:26:34.692655 [ 258 ] {a92efc2c-ba9d-403c-8966-d67f7434b472} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1009 2025.04.19 00:26:34.693188 [ 258 ] {a92efc2c-ba9d-403c-8966-d67f7434b472} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001481 sec., 12153.950033760973 rows/sec., 497.18 KiB/sec.
1010 2025.04.19 00:26:34.693300 [ 258 ] {a92efc2c-ba9d-403c-8966-d67f7434b472} <Debug> TCPHandler: Processed in 0.001729213 sec.
1011 2025.04.19 00:26:34.693529 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1012 2025.04.19 00:26:34.693677 [ 258 ] {deb173ad-098d-44df-bb2e-6d00c6f90457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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', '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:occupancy') FORMAT Native; (stage: Complete)
1013 2025.04.19 00:26:34.693932 [ 258 ] {deb173ad-098d-44df-bb2e-6d00c6f90457} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1014 2025.04.19 00:26:34.693974 [ 258 ] {deb173ad-098d-44df-bb2e-6d00c6f90457} <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', '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:occupancy')" moved to PREWHERE
1015 2025.04.19 00:26:34.694230 [ 258 ] {deb173ad-098d-44df-bb2e-6d00c6f90457} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1016 2025.04.19 00:26:34.694294 [ 258 ] {deb173ad-098d-44df-bb2e-6d00c6f90457} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1017 2025.04.19 00:26:34.694426 [ 258 ] {deb173ad-098d-44df-bb2e-6d00c6f90457} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1018 2025.04.19 00:26:34.694458 [ 258 ] {deb173ad-098d-44df-bb2e-6d00c6f90457} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1019 2025.04.19 00:26:34.694480 [ 258 ] {deb173ad-098d-44df-bb2e-6d00c6f90457} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (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
1020 2025.04.19 00:26:34.694496 [ 258 ] {deb173ad-098d-44df-bb2e-6d00c6f90457} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1021 2025.04.19 00:26:34.694538 [ 258 ] {deb173ad-098d-44df-bb2e-6d00c6f90457} <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', '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:occupancy'))"
1022 2025.04.19 00:26:34.694559 [ 258 ] {deb173ad-098d-44df-bb2e-6d00c6f90457} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1023 2025.04.19 00:26:34.695115 [ 258 ] {deb173ad-098d-44df-bb2e-6d00c6f90457} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001503 sec., 11976.047904191617 rows/sec., 489.91 KiB/sec.
1024 2025.04.19 00:26:34.695229 [ 258 ] {deb173ad-098d-44df-bb2e-6d00c6f90457} <Debug> TCPHandler: Processed in 0.001750174 sec.
1025 2025.04.19 00:26:34.695477 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1026 2025.04.19 00:26:34.695627 [ 258 ] {32f121b3-b368-47a6-9fbe-b09c7fc26d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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', '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:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1027 2025.04.19 00:26:34.695883 [ 258 ] {32f121b3-b368-47a6-9fbe-b09c7fc26d7f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1028 2025.04.19 00:26:34.695923 [ 258 ] {32f121b3-b368-47a6-9fbe-b09c7fc26d7f} <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', '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:inserts', 'switch_table:occupancy')" moved to PREWHERE
1029 2025.04.19 00:26:34.696179 [ 258 ] {32f121b3-b368-47a6-9fbe-b09c7fc26d7f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1030 2025.04.19 00:26:34.696240 [ 258 ] {32f121b3-b368-47a6-9fbe-b09c7fc26d7f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1031 2025.04.19 00:26:34.696375 [ 258 ] {32f121b3-b368-47a6-9fbe-b09c7fc26d7f} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1032 2025.04.19 00:26:34.696406 [ 258 ] {32f121b3-b368-47a6-9fbe-b09c7fc26d7f} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1033 2025.04.19 00:26:34.696427 [ 258 ] {32f121b3-b368-47a6-9fbe-b09c7fc26d7f} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (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
1034 2025.04.19 00:26:34.696443 [ 258 ] {32f121b3-b368-47a6-9fbe-b09c7fc26d7f} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1035 2025.04.19 00:26:34.696484 [ 258 ] {32f121b3-b368-47a6-9fbe-b09c7fc26d7f} <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', '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:inserts', 'switch_table:occupancy'))"
1036 2025.04.19 00:26:34.696506 [ 258 ] {32f121b3-b368-47a6-9fbe-b09c7fc26d7f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1037 2025.04.19 00:26:34.697068 [ 258 ] {32f121b3-b368-47a6-9fbe-b09c7fc26d7f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001508 sec., 11936.33952254642 rows/sec., 488.28 KiB/sec.
1038 2025.04.19 00:26:34.697179 [ 258 ] {32f121b3-b368-47a6-9fbe-b09c7fc26d7f} <Debug> TCPHandler: Processed in 0.001753634 sec.
1039 2025.04.19 00:26:34.697423 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1040 2025.04.19 00:26:34.697574 [ 258 ] {a988d0e5-652d-4390-a044-c170b14a5f17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1041 2025.04.19 00:26:34.697836 [ 258 ] {a988d0e5-652d-4390-a044-c170b14a5f17} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1042 2025.04.19 00:26:34.697876 [ 258 ] {a988d0e5-652d-4390-a044-c170b14a5f17} <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', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1043 2025.04.19 00:26:34.698132 [ 258 ] {a988d0e5-652d-4390-a044-c170b14a5f17} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1044 2025.04.19 00:26:34.698194 [ 258 ] {a988d0e5-652d-4390-a044-c170b14a5f17} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1045 2025.04.19 00:26:34.698333 [ 258 ] {a988d0e5-652d-4390-a044-c170b14a5f17} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1046 2025.04.19 00:26:34.698366 [ 258 ] {a988d0e5-652d-4390-a044-c170b14a5f17} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1047 2025.04.19 00:26:34.698387 [ 258 ] {a988d0e5-652d-4390-a044-c170b14a5f17} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (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
1048 2025.04.19 00:26:34.698404 [ 258 ] {a988d0e5-652d-4390-a044-c170b14a5f17} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1049 2025.04.19 00:26:34.698446 [ 258 ] {a988d0e5-652d-4390-a044-c170b14a5f17} <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', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1050 2025.04.19 00:26:34.698468 [ 258 ] {a988d0e5-652d-4390-a044-c170b14a5f17} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1051 2025.04.19 00:26:34.698990 [ 258 ] {a988d0e5-652d-4390-a044-c170b14a5f17} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001483 sec., 12137.559002022927 rows/sec., 496.51 KiB/sec.
1052 2025.04.19 00:26:34.699104 [ 258 ] {a988d0e5-652d-4390-a044-c170b14a5f17} <Debug> TCPHandler: Processed in 0.001731523 sec.
1053 2025.04.19 00:26:34.699355 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1054 2025.04.19 00:26:34.699508 [ 258 ] {96746c87-c726-4e99-ba13-e931cadee477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1055 2025.04.19 00:26:34.699769 [ 258 ] {96746c87-c726-4e99-ba13-e931cadee477} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1056 2025.04.19 00:26:34.699811 [ 258 ] {96746c87-c726-4e99-ba13-e931cadee477} <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', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1057 2025.04.19 00:26:34.700073 [ 258 ] {96746c87-c726-4e99-ba13-e931cadee477} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1058 2025.04.19 00:26:34.700135 [ 258 ] {96746c87-c726-4e99-ba13-e931cadee477} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1059 2025.04.19 00:26:34.700271 [ 258 ] {96746c87-c726-4e99-ba13-e931cadee477} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1060 2025.04.19 00:26:34.700303 [ 258 ] {96746c87-c726-4e99-ba13-e931cadee477} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1061 2025.04.19 00:26:34.700324 [ 258 ] {96746c87-c726-4e99-ba13-e931cadee477} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (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
1062 2025.04.19 00:26:34.700340 [ 258 ] {96746c87-c726-4e99-ba13-e931cadee477} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1063 2025.04.19 00:26:34.700381 [ 258 ] {96746c87-c726-4e99-ba13-e931cadee477} <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', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1064 2025.04.19 00:26:34.700403 [ 258 ] {96746c87-c726-4e99-ba13-e931cadee477} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1065 2025.04.19 00:26:34.700904 [ 258 ] {96746c87-c726-4e99-ba13-e931cadee477} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001464 sec., 12295.081967213115 rows/sec., 502.96 KiB/sec.
1066 2025.04.19 00:26:34.701014 [ 258 ] {96746c87-c726-4e99-ba13-e931cadee477} <Debug> TCPHandler: Processed in 0.001712642 sec.
1067 2025.04.19 00:26:34.701251 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1068 2025.04.19 00:26:34.701403 [ 258 ] {ea2aa5be-a9fb-4bb6-90ef-4501ca7d934d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1069 2025.04.19 00:26:34.701671 [ 258 ] {ea2aa5be-a9fb-4bb6-90ef-4501ca7d934d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1070 2025.04.19 00:26:34.701713 [ 258 ] {ea2aa5be-a9fb-4bb6-90ef-4501ca7d934d} <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', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1071 2025.04.19 00:26:34.701977 [ 258 ] {ea2aa5be-a9fb-4bb6-90ef-4501ca7d934d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1072 2025.04.19 00:26:34.702040 [ 258 ] {ea2aa5be-a9fb-4bb6-90ef-4501ca7d934d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1073 2025.04.19 00:26:34.702175 [ 258 ] {ea2aa5be-a9fb-4bb6-90ef-4501ca7d934d} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1074 2025.04.19 00:26:34.702205 [ 258 ] {ea2aa5be-a9fb-4bb6-90ef-4501ca7d934d} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1075 2025.04.19 00:26:34.702228 [ 258 ] {ea2aa5be-a9fb-4bb6-90ef-4501ca7d934d} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (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
1076 2025.04.19 00:26:34.702244 [ 258 ] {ea2aa5be-a9fb-4bb6-90ef-4501ca7d934d} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1077 2025.04.19 00:26:34.702285 [ 258 ] {ea2aa5be-a9fb-4bb6-90ef-4501ca7d934d} <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', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1078 2025.04.19 00:26:34.702308 [ 258 ] {ea2aa5be-a9fb-4bb6-90ef-4501ca7d934d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1079 2025.04.19 00:26:34.702885 [ 258 ] {ea2aa5be-a9fb-4bb6-90ef-4501ca7d934d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001551 sec., 11605.41586073501 rows/sec., 474.74 KiB/sec.
1080 2025.04.19 00:26:34.702995 [ 258 ] {ea2aa5be-a9fb-4bb6-90ef-4501ca7d934d} <Debug> TCPHandler: Processed in 0.001794515 sec.
1081 2025.04.19 00:26:34.703255 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1082 2025.04.19 00:26:34.703539 [ 258 ] {f6796bcc-2f8b-4c01-a66f-ff3bcb756c74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1083 2025.04.19 00:26:34.703807 [ 258 ] {f6796bcc-2f8b-4c01-a66f-ff3bcb756c74} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1084 2025.04.19 00:26:34.703850 [ 258 ] {f6796bcc-2f8b-4c01-a66f-ff3bcb756c74} <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', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1085 2025.04.19 00:26:34.704120 [ 258 ] {f6796bcc-2f8b-4c01-a66f-ff3bcb756c74} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1086 2025.04.19 00:26:34.704183 [ 258 ] {f6796bcc-2f8b-4c01-a66f-ff3bcb756c74} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1087 2025.04.19 00:26:34.704318 [ 258 ] {f6796bcc-2f8b-4c01-a66f-ff3bcb756c74} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1088 2025.04.19 00:26:34.704349 [ 258 ] {f6796bcc-2f8b-4c01-a66f-ff3bcb756c74} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1089 2025.04.19 00:26:34.704371 [ 258 ] {f6796bcc-2f8b-4c01-a66f-ff3bcb756c74} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (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
1090 2025.04.19 00:26:34.704387 [ 258 ] {f6796bcc-2f8b-4c01-a66f-ff3bcb756c74} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1091 2025.04.19 00:26:34.704429 [ 258 ] {f6796bcc-2f8b-4c01-a66f-ff3bcb756c74} <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', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1092 2025.04.19 00:26:34.704451 [ 258 ] {f6796bcc-2f8b-4c01-a66f-ff3bcb756c74} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1093 2025.04.19 00:26:34.704973 [ 258 ] {f6796bcc-2f8b-4c01-a66f-ff3bcb756c74} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001567 sec., 11486.917677089981 rows/sec., 469.90 KiB/sec.
1094 2025.04.19 00:26:34.705084 [ 258 ] {f6796bcc-2f8b-4c01-a66f-ff3bcb756c74} <Debug> TCPHandler: Processed in 0.001886407 sec.
1095 2025.04.19 00:26:34.705343 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1096 2025.04.19 00:26:34.705498 [ 258 ] {19c2b7ef-90e5-4f0d-8211-538c8f3f1317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1097 2025.04.19 00:26:34.705762 [ 258 ] {19c2b7ef-90e5-4f0d-8211-538c8f3f1317} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1098 2025.04.19 00:26:34.705804 [ 258 ] {19c2b7ef-90e5-4f0d-8211-538c8f3f1317} <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', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1099 2025.04.19 00:26:34.706074 [ 258 ] {19c2b7ef-90e5-4f0d-8211-538c8f3f1317} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1100 2025.04.19 00:26:34.706137 [ 258 ] {19c2b7ef-90e5-4f0d-8211-538c8f3f1317} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1101 2025.04.19 00:26:34.706272 [ 258 ] {19c2b7ef-90e5-4f0d-8211-538c8f3f1317} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1102 2025.04.19 00:26:34.706304 [ 258 ] {19c2b7ef-90e5-4f0d-8211-538c8f3f1317} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1103 2025.04.19 00:26:34.706326 [ 258 ] {19c2b7ef-90e5-4f0d-8211-538c8f3f1317} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (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
1104 2025.04.19 00:26:34.706342 [ 258 ] {19c2b7ef-90e5-4f0d-8211-538c8f3f1317} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1105 2025.04.19 00:26:34.706383 [ 258 ] {19c2b7ef-90e5-4f0d-8211-538c8f3f1317} <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', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1106 2025.04.19 00:26:34.706405 [ 258 ] {19c2b7ef-90e5-4f0d-8211-538c8f3f1317} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1107 2025.04.19 00:26:34.706902 [ 258 ] {19c2b7ef-90e5-4f0d-8211-538c8f3f1317} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001474 sec., 12211.668928086838 rows/sec., 499.54 KiB/sec.
1108 2025.04.19 00:26:34.707013 [ 258 ] {19c2b7ef-90e5-4f0d-8211-538c8f3f1317} <Debug> TCPHandler: Processed in 0.001720663 sec.
1109 2025.04.19 00:26:34.712768 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1110 2025.04.19 00:26:34.712925 [ 258 ] {6a422d8c-728d-4cd4-87e7-225ff6035e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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', '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)
1111 2025.04.19 00:26:34.713191 [ 258 ] {6a422d8c-728d-4cd4-87e7-225ff6035e17} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1112 2025.04.19 00:26:34.713233 [ 258 ] {6a422d8c-728d-4cd4-87e7-225ff6035e17} <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', '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
1113 2025.04.19 00:26:34.713504 [ 258 ] {6a422d8c-728d-4cd4-87e7-225ff6035e17} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1114 2025.04.19 00:26:34.713566 [ 258 ] {6a422d8c-728d-4cd4-87e7-225ff6035e17} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1115 2025.04.19 00:26:34.713701 [ 258 ] {6a422d8c-728d-4cd4-87e7-225ff6035e17} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1116 2025.04.19 00:26:34.713733 [ 258 ] {6a422d8c-728d-4cd4-87e7-225ff6035e17} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1117 2025.04.19 00:26:34.713755 [ 258 ] {6a422d8c-728d-4cd4-87e7-225ff6035e17} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (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
1118 2025.04.19 00:26:34.713771 [ 258 ] {6a422d8c-728d-4cd4-87e7-225ff6035e17} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1119 2025.04.19 00:26:34.713812 [ 258 ] {6a422d8c-728d-4cd4-87e7-225ff6035e17} <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', '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'))"
1120 2025.04.19 00:26:34.713834 [ 258 ] {6a422d8c-728d-4cd4-87e7-225ff6035e17} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1121 2025.04.19 00:26:34.714334 [ 258 ] {6a422d8c-728d-4cd4-87e7-225ff6035e17} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001482 sec., 12145.748987854251 rows/sec., 496.85 KiB/sec.
1122 2025.04.19 00:26:34.714445 [ 258 ] {6a422d8c-728d-4cd4-87e7-225ff6035e17} <Debug> TCPHandler: Processed in 0.001738344 sec.
1123 2025.04.19 00:26:34.721826 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1124 2025.04.19 00:26:34.721946 [ 258 ] {64950066-10e9-4bd9-887a-5388270da0fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1125 2025.04.19 00:26:34.721995 [ 258 ] {64950066-10e9-4bd9-887a-5388270da0fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1126 2025.04.19 00:26:34.722665 [ 258 ] {64950066-10e9-4bd9-887a-5388270da0fb} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1127 2025.04.19 00:26:34.722713 [ 258 ] {64950066-10e9-4bd9-887a-5388270da0fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
1128 2025.04.19 00:26:34.723251 [ 258 ] {64950066-10e9-4bd9-887a-5388270da0fb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1129 2025.04.19 00:26:34.723482 [ 258 ] {64950066-10e9-4bd9-887a-5388270da0fb} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1130 2025.04.19 00:26:34.723700 [ 258 ] {64950066-10e9-4bd9-887a-5388270da0fb} <Debug> executeQuery: Read 12 rows, 4.37 KiB in 0.00179 sec., 6703.91061452514 rows/sec., 2.38 MiB/sec.
1131 2025.04.19 00:26:34.723753 [ 258 ] {64950066-10e9-4bd9-887a-5388270da0fb} <Debug> TCPHandler: Processed in 0.001979659 sec.
1132 2025.04.19 00:26:34.723875 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1133 2025.04.19 00:26:34.723980 [ 258 ] {966c4613-d852-4b11-b388-800eb3cda996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1134 2025.04.19 00:26:34.724025 [ 258 ] {966c4613-d852-4b11-b388-800eb3cda996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1135 2025.04.19 00:26:34.725200 [ 258 ] {966c4613-d852-4b11-b388-800eb3cda996} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1136 2025.04.19 00:26:34.725235 [ 258 ] {966c4613-d852-4b11-b388-800eb3cda996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
1137 2025.04.19 00:26:34.725600 [ 258 ] {966c4613-d852-4b11-b388-800eb3cda996} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1138 2025.04.19 00:26:34.725833 [ 258 ] {966c4613-d852-4b11-b388-800eb3cda996} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1139 2025.04.19 00:26:34.726012 [ 258 ] {966c4613-d852-4b11-b388-800eb3cda996} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002056 sec., 103112.84046692606 rows/sec., 6.56 MiB/sec.
1140 2025.04.19 00:26:34.726061 [ 258 ] {966c4613-d852-4b11-b388-800eb3cda996} <Debug> TCPHandler: Processed in 0.002237293 sec.
1141 2025.04.19 00:26:34.726179 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1142 2025.04.19 00:26:34.726282 [ 258 ] {b3f80cab-de97-42cc-ae68-439a26a5343d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1143 2025.04.19 00:26:34.726326 [ 258 ] {b3f80cab-de97-42cc-ae68-439a26a5343d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1144 2025.04.19 00:26:34.727113 [ 258 ] {b3f80cab-de97-42cc-ae68-439a26a5343d} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1145 2025.04.19 00:26:34.727151 [ 258 ] {b3f80cab-de97-42cc-ae68-439a26a5343d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
1146 2025.04.19 00:26:34.727524 [ 258 ] {b3f80cab-de97-42cc-ae68-439a26a5343d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1147 2025.04.19 00:26:34.727761 [ 258 ] {b3f80cab-de97-42cc-ae68-439a26a5343d} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1148 2025.04.19 00:26:34.727955 [ 258 ] {b3f80cab-de97-42cc-ae68-439a26a5343d} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.001695 sec., 364011.79941002955 rows/sec., 28.46 MiB/sec.
1149 2025.04.19 00:26:34.728003 [ 258 ] {b3f80cab-de97-42cc-ae68-439a26a5343d} <Debug> TCPHandler: Processed in 0.001875096 sec.
1150 2025.04.19 00:26:34.728133 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1151 2025.04.19 00:26:34.728264 [ 258 ] {0e321c84-ce3b-4aba-b5b9-93b6eaa41f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1152 2025.04.19 00:26:34.728317 [ 258 ] {0e321c84-ce3b-4aba-b5b9-93b6eaa41f4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1153 2025.04.19 00:26:34.728963 [ 258 ] {0e321c84-ce3b-4aba-b5b9-93b6eaa41f4d} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1154 2025.04.19 00:26:34.728999 [ 258 ] {0e321c84-ce3b-4aba-b5b9-93b6eaa41f4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
1155 2025.04.19 00:26:34.729344 [ 258 ] {0e321c84-ce3b-4aba-b5b9-93b6eaa41f4d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1156 2025.04.19 00:26:34.729580 [ 258 ] {0e321c84-ce3b-4aba-b5b9-93b6eaa41f4d} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1157 2025.04.19 00:26:34.729767 [ 258 ] {0e321c84-ce3b-4aba-b5b9-93b6eaa41f4d} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001532 sec., 69190.60052219321 rows/sec., 4.07 MiB/sec.
1158 2025.04.19 00:26:34.729816 [ 258 ] {0e321c84-ce3b-4aba-b5b9-93b6eaa41f4d} <Debug> TCPHandler: Processed in 0.001745463 sec.
1159 2025.04.19 00:26:34.729933 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1160 2025.04.19 00:26:34.730035 [ 258 ] {04837931-ab0d-4d87-9864-5b12b96d7c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1161 2025.04.19 00:26:34.730078 [ 258 ] {04837931-ab0d-4d87-9864-5b12b96d7c88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1162 2025.04.19 00:26:34.730731 [ 258 ] {04837931-ab0d-4d87-9864-5b12b96d7c88} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1163 2025.04.19 00:26:34.730770 [ 258 ] {04837931-ab0d-4d87-9864-5b12b96d7c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
1164 2025.04.19 00:26:34.731124 [ 258 ] {04837931-ab0d-4d87-9864-5b12b96d7c88} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1165 2025.04.19 00:26:34.731370 [ 258 ] {04837931-ab0d-4d87-9864-5b12b96d7c88} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1166 2025.04.19 00:26:34.731546 [ 258 ] {04837931-ab0d-4d87-9864-5b12b96d7c88} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00153 sec., 73856.2091503268 rows/sec., 4.78 MiB/sec.
1167 2025.04.19 00:26:34.731666 [ 258 ] {04837931-ab0d-4d87-9864-5b12b96d7c88} <Debug> TCPHandler: Processed in 0.001778295 sec.
1168 2025.04.19 00:26:34.731815 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1169 2025.04.19 00:26:34.731917 [ 258 ] {05820159-b3cf-417b-a053-5323d21aae9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1170 2025.04.19 00:26:34.731962 [ 258 ] {05820159-b3cf-417b-a053-5323d21aae9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1171 2025.04.19 00:26:34.732496 [ 258 ] {05820159-b3cf-417b-a053-5323d21aae9f} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1172 2025.04.19 00:26:34.732534 [ 258 ] {05820159-b3cf-417b-a053-5323d21aae9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
1173 2025.04.19 00:26:34.732878 [ 258 ] {05820159-b3cf-417b-a053-5323d21aae9f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1174 2025.04.19 00:26:34.733108 [ 258 ] {05820159-b3cf-417b-a053-5323d21aae9f} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1175 2025.04.19 00:26:34.733338 [ 258 ] {05820159-b3cf-417b-a053-5323d21aae9f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001435 sec., 78048.78048780488 rows/sec., 4.45 MiB/sec.
1176 2025.04.19 00:26:34.733459 [ 258 ] {05820159-b3cf-417b-a053-5323d21aae9f} <Debug> TCPHandler: Processed in 0.001694702 sec.
1177 2025.04.19 00:26:34.733577 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1178 2025.04.19 00:26:34.733685 [ 258 ] {35abe0e4-363e-4030-b15d-e1ac51acce26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1179 2025.04.19 00:26:34.733728 [ 258 ] {35abe0e4-363e-4030-b15d-e1ac51acce26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1180 2025.04.19 00:26:34.734387 [ 258 ] {35abe0e4-363e-4030-b15d-e1ac51acce26} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1181 2025.04.19 00:26:34.734425 [ 258 ] {35abe0e4-363e-4030-b15d-e1ac51acce26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
1182 2025.04.19 00:26:34.734778 [ 258 ] {35abe0e4-363e-4030-b15d-e1ac51acce26} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1183 2025.04.19 00:26:34.735009 [ 258 ] {35abe0e4-363e-4030-b15d-e1ac51acce26} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1184 2025.04.19 00:26:34.735266 [ 258 ] {35abe0e4-363e-4030-b15d-e1ac51acce26} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001578 sec., 242078.5804816223 rows/sec., 17.07 MiB/sec.
1185 2025.04.19 00:26:34.735365 [ 258 ] {35abe0e4-363e-4030-b15d-e1ac51acce26} <Debug> TCPHandler: Processed in 0.001837796 sec.
1186 2025.04.19 00:26:34.735483 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1187 2025.04.19 00:26:34.735587 [ 258 ] {e90e63a9-a79e-4bb5-a1b6-4ce5d28263cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1188 2025.04.19 00:26:34.735631 [ 258 ] {e90e63a9-a79e-4bb5-a1b6-4ce5d28263cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1189 2025.04.19 00:26:34.736027 [ 258 ] {e90e63a9-a79e-4bb5-a1b6-4ce5d28263cc} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1190 2025.04.19 00:26:34.736065 [ 258 ] {e90e63a9-a79e-4bb5-a1b6-4ce5d28263cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
1191 2025.04.19 00:26:34.736414 [ 258 ] {e90e63a9-a79e-4bb5-a1b6-4ce5d28263cc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1192 2025.04.19 00:26:34.736660 [ 258 ] {e90e63a9-a79e-4bb5-a1b6-4ce5d28263cc} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1193 2025.04.19 00:26:34.736897 [ 258 ] {e90e63a9-a79e-4bb5-a1b6-4ce5d28263cc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00131 sec., 4580.152671755725 rows/sec., 239.30 KiB/sec.
1194 2025.04.19 00:26:34.736982 [ 258 ] {e90e63a9-a79e-4bb5-a1b6-4ce5d28263cc} <Debug> TCPHandler: Processed in 0.00154874 sec.
1195 2025.04.19 00:26:34.737100 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1196 2025.04.19 00:26:34.737203 [ 258 ] {c254865d-2463-43ad-b951-3a88e23fc53d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1197 2025.04.19 00:26:34.737250 [ 258 ] {c254865d-2463-43ad-b951-3a88e23fc53d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1198 2025.04.19 00:26:34.737761 [ 258 ] {c254865d-2463-43ad-b951-3a88e23fc53d} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1199 2025.04.19 00:26:34.737798 [ 258 ] {c254865d-2463-43ad-b951-3a88e23fc53d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
1200 2025.04.19 00:26:34.738159 [ 258 ] {c254865d-2463-43ad-b951-3a88e23fc53d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1201 2025.04.19 00:26:34.738395 [ 258 ] {c254865d-2463-43ad-b951-3a88e23fc53d} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1202 2025.04.19 00:26:34.738630 [ 258 ] {c254865d-2463-43ad-b951-3a88e23fc53d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001443 sec., 164241.16424116422 rows/sec., 11.01 MiB/sec.
1203 2025.04.19 00:26:34.738772 [ 258 ] {c254865d-2463-43ad-b951-3a88e23fc53d} <Debug> TCPHandler: Processed in 0.001721133 sec.
1204 2025.04.19 00:26:34.738893 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1205 2025.04.19 00:26:34.738996 [ 258 ] {5fbad6e0-6a81-4ea8-bcf7-6d18b8641bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1206 2025.04.19 00:26:34.739042 [ 258 ] {5fbad6e0-6a81-4ea8-bcf7-6d18b8641bc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1207 2025.04.19 00:26:34.739444 [ 258 ] {5fbad6e0-6a81-4ea8-bcf7-6d18b8641bc1} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1208 2025.04.19 00:26:34.739481 [ 258 ] {5fbad6e0-6a81-4ea8-bcf7-6d18b8641bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
1209 2025.04.19 00:26:34.739826 [ 258 ] {5fbad6e0-6a81-4ea8-bcf7-6d18b8641bc1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1210 2025.04.19 00:26:34.740053 [ 258 ] {5fbad6e0-6a81-4ea8-bcf7-6d18b8641bc1} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1211 2025.04.19 00:26:34.740285 [ 258 ] {5fbad6e0-6a81-4ea8-bcf7-6d18b8641bc1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001305 sec., 766.2835249042146 rows/sec., 51.63 KiB/sec.
1212 2025.04.19 00:26:34.740417 [ 258 ] {5fbad6e0-6a81-4ea8-bcf7-6d18b8641bc1} <Debug> TCPHandler: Processed in 0.00157428 sec.
1213 2025.04.19 00:26:34.740536 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1214 2025.04.19 00:26:34.740640 [ 258 ] {20abdf75-3917-42fb-b274-0c9db2625b6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1215 2025.04.19 00:26:34.740685 [ 258 ] {20abdf75-3917-42fb-b274-0c9db2625b6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1216 2025.04.19 00:26:34.741356 [ 258 ] {20abdf75-3917-42fb-b274-0c9db2625b6a} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1217 2025.04.19 00:26:34.741393 [ 258 ] {20abdf75-3917-42fb-b274-0c9db2625b6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
1218 2025.04.19 00:26:34.741736 [ 258 ] {20abdf75-3917-42fb-b274-0c9db2625b6a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1219 2025.04.19 00:26:34.741973 [ 258 ] {20abdf75-3917-42fb-b274-0c9db2625b6a} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1220 2025.04.19 00:26:34.742184 [ 258 ] {20abdf75-3917-42fb-b274-0c9db2625b6a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001566 sec., 52362.70753512133 rows/sec., 3.33 MiB/sec.
1221 2025.04.19 00:26:34.742231 [ 258 ] {20abdf75-3917-42fb-b274-0c9db2625b6a} <Debug> TCPHandler: Processed in 0.001744894 sec.
1222 2025.04.19 00:26:39.648495 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1223 2025.04.19 00:26:39.648724 [ 258 ] {7c98f6d6-0c85-4f59-9ecb-726d967b840c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1224 2025.04.19 00:26:39.648804 [ 258 ] {7c98f6d6-0c85-4f59-9ecb-726d967b840c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1225 2025.04.19 00:26:39.649580 [ 258 ] {7c98f6d6-0c85-4f59-9ecb-726d967b840c} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1226 2025.04.19 00:26:39.649626 [ 258 ] {7c98f6d6-0c85-4f59-9ecb-726d967b840c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1227 2025.04.19 00:26:39.650077 [ 258 ] {7c98f6d6-0c85-4f59-9ecb-726d967b840c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1228 2025.04.19 00:26:39.650330 [ 258 ] {7c98f6d6-0c85-4f59-9ecb-726d967b840c} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1229 2025.04.19 00:26:39.650563 [ 258 ] {7c98f6d6-0c85-4f59-9ecb-726d967b840c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001898 sec., 29504.741833508957 rows/sec., 2.27 MiB/sec.
1230 2025.04.19 00:26:39.650626 [ 258 ] {7c98f6d6-0c85-4f59-9ecb-726d967b840c} <Debug> TCPHandler: Processed in 0.002278464 sec.
1231 2025.04.19 00:26:39.650760 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1232 2025.04.19 00:26:39.650871 [ 258 ] {e4ef9e55-8dd3-4e39-9ad5-b31f6a435fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1233 2025.04.19 00:26:39.650918 [ 258 ] {e4ef9e55-8dd3-4e39-9ad5-b31f6a435fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1234 2025.04.19 00:26:39.651455 [ 258 ] {e4ef9e55-8dd3-4e39-9ad5-b31f6a435fda} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1235 2025.04.19 00:26:39.651495 [ 258 ] {e4ef9e55-8dd3-4e39-9ad5-b31f6a435fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1236 2025.04.19 00:26:39.651854 [ 258 ] {e4ef9e55-8dd3-4e39-9ad5-b31f6a435fda} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1237 2025.04.19 00:26:39.652098 [ 258 ] {e4ef9e55-8dd3-4e39-9ad5-b31f6a435fda} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1238 2025.04.19 00:26:39.652296 [ 258 ] {e4ef9e55-8dd3-4e39-9ad5-b31f6a435fda} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00145 sec., 44137.93103448276 rows/sec., 3.45 MiB/sec.
1239 2025.04.19 00:26:39.652346 [ 258 ] {e4ef9e55-8dd3-4e39-9ad5-b31f6a435fda} <Debug> TCPHandler: Processed in 0.001641342 sec.
1240 2025.04.19 00:26:39.652465 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1241 2025.04.19 00:26:39.652567 [ 258 ] {d01aac70-cee6-4bc1-9e87-cbea083f0674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1242 2025.04.19 00:26:39.652615 [ 258 ] {d01aac70-cee6-4bc1-9e87-cbea083f0674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1243 2025.04.19 00:26:39.653125 [ 258 ] {d01aac70-cee6-4bc1-9e87-cbea083f0674} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1244 2025.04.19 00:26:39.653163 [ 258 ] {d01aac70-cee6-4bc1-9e87-cbea083f0674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1245 2025.04.19 00:26:39.653536 [ 258 ] {d01aac70-cee6-4bc1-9e87-cbea083f0674} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1246 2025.04.19 00:26:39.653775 [ 258 ] {d01aac70-cee6-4bc1-9e87-cbea083f0674} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1247 2025.04.19 00:26:39.654005 [ 258 ] {d01aac70-cee6-4bc1-9e87-cbea083f0674} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001458 sec., 109739.36899862826 rows/sec., 7.64 MiB/sec.
1248 2025.04.19 00:26:39.654080 [ 258 ] {d01aac70-cee6-4bc1-9e87-cbea083f0674} <Debug> TCPHandler: Processed in 0.001666772 sec.
1249 2025.04.19 00:26:39.654193 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1250 2025.04.19 00:26:39.654301 [ 258 ] {3bf7db32-b01e-4cc3-bc1a-82d651528e61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1251 2025.04.19 00:26:39.654348 [ 258 ] {3bf7db32-b01e-4cc3-bc1a-82d651528e61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1252 2025.04.19 00:26:39.654782 [ 258 ] {3bf7db32-b01e-4cc3-bc1a-82d651528e61} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1253 2025.04.19 00:26:39.654819 [ 258 ] {3bf7db32-b01e-4cc3-bc1a-82d651528e61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1254 2025.04.19 00:26:39.655172 [ 258 ] {3bf7db32-b01e-4cc3-bc1a-82d651528e61} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1255 2025.04.19 00:26:39.655405 [ 258 ] {3bf7db32-b01e-4cc3-bc1a-82d651528e61} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1256 2025.04.19 00:26:39.655623 [ 258 ] {3bf7db32-b01e-4cc3-bc1a-82d651528e61} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec.
1257 2025.04.19 00:26:39.655673 [ 258 ] {3bf7db32-b01e-4cc3-bc1a-82d651528e61} <Debug> TCPHandler: Processed in 0.001529909 sec.
1258 2025.04.19 00:26:40.743188 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1259 2025.04.19 00:26:40.743783 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1260 2025.04.19 00:26:40.743830 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1261 2025.04.19 00:26:40.744381 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1262 2025.04.19 00:26:40.744644 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1263 2025.04.19 00:26:40.744905 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1264 2025.04.19 00:26:40.864484 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1265 2025.04.19 00:26:40.884888 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1266 2025.04.19 00:26:40.884954 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1267 2025.04.19 00:26:40.891781 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1268 2025.04.19 00:26:40.892574 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1269 2025.04.19 00:26:40.895462 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1270 2025.04.19 00:26:41.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.22 MiB, peak 161.22 MiB, free memory in arenas 0.00 B, will set to 158.44 MiB (RSS), difference: 1.22 MiB
1271 2025.04.19 00:26:43.236896 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 196
1272 2025.04.19 00:26:43.240279 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1273 2025.04.19 00:26:43.240330 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1274 2025.04.19 00:26:43.242045 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1275 2025.04.19 00:26:43.242344 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1276 2025.04.19 00:26:43.243156 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 196
1277 2025.04.19 00:26:44.656393 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1278 2025.04.19 00:26:44.656616 [ 258 ] {eef8efc0-697a-490d-a7dd-ceacfd107a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1279 2025.04.19 00:26:44.656692 [ 258 ] {eef8efc0-697a-490d-a7dd-ceacfd107a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1280 2025.04.19 00:26:44.657578 [ 258 ] {eef8efc0-697a-490d-a7dd-ceacfd107a54} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1281 2025.04.19 00:26:44.657631 [ 258 ] {eef8efc0-697a-490d-a7dd-ceacfd107a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1282 2025.04.19 00:26:44.658087 [ 258 ] {eef8efc0-697a-490d-a7dd-ceacfd107a54} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1283 2025.04.19 00:26:44.658345 [ 258 ] {eef8efc0-697a-490d-a7dd-ceacfd107a54} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1284 2025.04.19 00:26:44.658574 [ 258 ] {eef8efc0-697a-490d-a7dd-ceacfd107a54} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002008 sec., 105577.6892430279 rows/sec., 6.71 MiB/sec.
1285 2025.04.19 00:26:44.658670 [ 258 ] {eef8efc0-697a-490d-a7dd-ceacfd107a54} <Debug> TCPHandler: Processed in 0.002421686 sec.
1286 2025.04.19 00:26:44.658851 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1287 2025.04.19 00:26:44.658960 [ 258 ] {d287df8b-cc50-408f-b3b9-587e141ca9b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1288 2025.04.19 00:26:44.659009 [ 258 ] {d287df8b-cc50-408f-b3b9-587e141ca9b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1289 2025.04.19 00:26:44.659857 [ 258 ] {d287df8b-cc50-408f-b3b9-587e141ca9b9} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1290 2025.04.19 00:26:44.659897 [ 258 ] {d287df8b-cc50-408f-b3b9-587e141ca9b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1291 2025.04.19 00:26:44.660293 [ 258 ] {d287df8b-cc50-408f-b3b9-587e141ca9b9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1292 2025.04.19 00:26:44.660536 [ 258 ] {d287df8b-cc50-408f-b3b9-587e141ca9b9} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1293 2025.04.19 00:26:44.660800 [ 258 ] {d287df8b-cc50-408f-b3b9-587e141ca9b9} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.001856 sec., 332435.3448275862 rows/sec., 25.99 MiB/sec.
1294 2025.04.19 00:26:44.660924 [ 258 ] {d287df8b-cc50-408f-b3b9-587e141ca9b9} <Debug> TCPHandler: Processed in 0.002130751 sec.
1295 2025.04.19 00:26:44.661082 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1296 2025.04.19 00:26:44.661187 [ 258 ] {c491e304-6899-45c2-b2da-1268ca8c72b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1297 2025.04.19 00:26:44.661235 [ 258 ] {c491e304-6899-45c2-b2da-1268ca8c72b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1298 2025.04.19 00:26:44.661796 [ 258 ] {c491e304-6899-45c2-b2da-1268ca8c72b1} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1299 2025.04.19 00:26:44.661837 [ 258 ] {c491e304-6899-45c2-b2da-1268ca8c72b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1300 2025.04.19 00:26:44.662191 [ 258 ] {c491e304-6899-45c2-b2da-1268ca8c72b1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1301 2025.04.19 00:26:44.662434 [ 258 ] {c491e304-6899-45c2-b2da-1268ca8c72b1} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1302 2025.04.19 00:26:44.662632 [ 258 ] {c491e304-6899-45c2-b2da-1268ca8c72b1} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001468 sec., 72207.08446866485 rows/sec., 4.25 MiB/sec.
1303 2025.04.19 00:26:44.662685 [ 258 ] {c491e304-6899-45c2-b2da-1268ca8c72b1} <Debug> TCPHandler: Processed in 0.001655402 sec.
1304 2025.04.19 00:26:44.662813 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1305 2025.04.19 00:26:44.662917 [ 258 ] {fc03988d-75e0-4fb8-911e-d8f1158a0235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1306 2025.04.19 00:26:44.662962 [ 258 ] {fc03988d-75e0-4fb8-911e-d8f1158a0235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1307 2025.04.19 00:26:44.663509 [ 258 ] {fc03988d-75e0-4fb8-911e-d8f1158a0235} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1308 2025.04.19 00:26:44.663548 [ 258 ] {fc03988d-75e0-4fb8-911e-d8f1158a0235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1309 2025.04.19 00:26:44.663908 [ 258 ] {fc03988d-75e0-4fb8-911e-d8f1158a0235} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1310 2025.04.19 00:26:44.664146 [ 258 ] {fc03988d-75e0-4fb8-911e-d8f1158a0235} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1311 2025.04.19 00:26:44.664343 [ 258 ] {fc03988d-75e0-4fb8-911e-d8f1158a0235} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001447 sec., 78092.60539046302 rows/sec., 5.06 MiB/sec.
1312 2025.04.19 00:26:44.664392 [ 258 ] {fc03988d-75e0-4fb8-911e-d8f1158a0235} <Debug> TCPHandler: Processed in 0.001632312 sec.
1313 2025.04.19 00:26:44.664519 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1314 2025.04.19 00:26:44.664625 [ 258 ] {78818a40-20d3-44d1-9ffe-dd14a6f7ac17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1315 2025.04.19 00:26:44.664671 [ 258 ] {78818a40-20d3-44d1-9ffe-dd14a6f7ac17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1316 2025.04.19 00:26:44.665248 [ 258 ] {78818a40-20d3-44d1-9ffe-dd14a6f7ac17} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1317 2025.04.19 00:26:44.665286 [ 258 ] {78818a40-20d3-44d1-9ffe-dd14a6f7ac17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1318 2025.04.19 00:26:44.665648 [ 258 ] {78818a40-20d3-44d1-9ffe-dd14a6f7ac17} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1319 2025.04.19 00:26:44.665887 [ 258 ] {78818a40-20d3-44d1-9ffe-dd14a6f7ac17} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1320 2025.04.19 00:26:44.666107 [ 258 ] {78818a40-20d3-44d1-9ffe-dd14a6f7ac17} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001499 sec., 74716.47765176785 rows/sec., 4.26 MiB/sec.
1321 2025.04.19 00:26:44.666254 [ 258 ] {78818a40-20d3-44d1-9ffe-dd14a6f7ac17} <Debug> TCPHandler: Processed in 0.001784354 sec.
1322 2025.04.19 00:26:44.666394 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1323 2025.04.19 00:26:44.666506 [ 258 ] {e299d9bd-1129-46cc-910a-9915d6d6283f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1324 2025.04.19 00:26:44.666553 [ 258 ] {e299d9bd-1129-46cc-910a-9915d6d6283f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1325 2025.04.19 00:26:44.667252 [ 258 ] {e299d9bd-1129-46cc-910a-9915d6d6283f} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1326 2025.04.19 00:26:44.667292 [ 258 ] {e299d9bd-1129-46cc-910a-9915d6d6283f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1327 2025.04.19 00:26:44.667655 [ 258 ] {e299d9bd-1129-46cc-910a-9915d6d6283f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1328 2025.04.19 00:26:44.667892 [ 258 ] {e299d9bd-1129-46cc-910a-9915d6d6283f} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1329 2025.04.19 00:26:44.668149 [ 258 ] {e299d9bd-1129-46cc-910a-9915d6d6283f} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001664 sec., 229567.30769230772 rows/sec., 16.19 MiB/sec.
1330 2025.04.19 00:26:44.668312 [ 258 ] {e299d9bd-1129-46cc-910a-9915d6d6283f} <Debug> TCPHandler: Processed in 0.001966498 sec.
1331 2025.04.19 00:26:44.668454 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1332 2025.04.19 00:26:44.668559 [ 258 ] {079d60d3-09c8-4d97-ab01-811a60f50eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1333 2025.04.19 00:26:44.668605 [ 258 ] {079d60d3-09c8-4d97-ab01-811a60f50eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1334 2025.04.19 00:26:44.669074 [ 258 ] {079d60d3-09c8-4d97-ab01-811a60f50eae} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1335 2025.04.19 00:26:44.669112 [ 258 ] {079d60d3-09c8-4d97-ab01-811a60f50eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1336 2025.04.19 00:26:44.669458 [ 258 ] {079d60d3-09c8-4d97-ab01-811a60f50eae} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1337 2025.04.19 00:26:44.669709 [ 258 ] {079d60d3-09c8-4d97-ab01-811a60f50eae} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1338 2025.04.19 00:26:44.669969 [ 258 ] {079d60d3-09c8-4d97-ab01-811a60f50eae} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001407 sec., 4264.392324093817 rows/sec., 222.80 KiB/sec.
1339 2025.04.19 00:26:44.670072 [ 258 ] {079d60d3-09c8-4d97-ab01-811a60f50eae} <Debug> TCPHandler: Processed in 0.001670742 sec.
1340 2025.04.19 00:26:44.670203 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1341 2025.04.19 00:26:44.670306 [ 258 ] {17cf3180-2adb-4f2d-ae7c-6df583cbac99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1342 2025.04.19 00:26:44.670356 [ 258 ] {17cf3180-2adb-4f2d-ae7c-6df583cbac99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1343 2025.04.19 00:26:44.670921 [ 258 ] {17cf3180-2adb-4f2d-ae7c-6df583cbac99} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1344 2025.04.19 00:26:44.670961 [ 258 ] {17cf3180-2adb-4f2d-ae7c-6df583cbac99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1345 2025.04.19 00:26:44.671340 [ 258 ] {17cf3180-2adb-4f2d-ae7c-6df583cbac99} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1346 2025.04.19 00:26:44.671584 [ 258 ] {17cf3180-2adb-4f2d-ae7c-6df583cbac99} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1347 2025.04.19 00:26:44.671772 [ 258 ] {17cf3180-2adb-4f2d-ae7c-6df583cbac99} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001487 sec., 159381.30464021518 rows/sec., 10.68 MiB/sec.
1348 2025.04.19 00:26:44.671822 [ 258 ] {17cf3180-2adb-4f2d-ae7c-6df583cbac99} <Debug> TCPHandler: Processed in 0.001671362 sec.
1349 2025.04.19 00:26:44.671947 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1350 2025.04.19 00:26:44.672050 [ 258 ] {cbaf863e-4735-4093-8016-e2e0375a3165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1351 2025.04.19 00:26:44.672097 [ 258 ] {cbaf863e-4735-4093-8016-e2e0375a3165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1352 2025.04.19 00:26:44.672507 [ 258 ] {cbaf863e-4735-4093-8016-e2e0375a3165} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1353 2025.04.19 00:26:44.672545 [ 258 ] {cbaf863e-4735-4093-8016-e2e0375a3165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1354 2025.04.19 00:26:44.672878 [ 258 ] {cbaf863e-4735-4093-8016-e2e0375a3165} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1355 2025.04.19 00:26:44.673110 [ 258 ] {cbaf863e-4735-4093-8016-e2e0375a3165} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1356 2025.04.19 00:26:44.673301 [ 258 ] {cbaf863e-4735-4093-8016-e2e0375a3165} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001272 sec., 786.1635220125787 rows/sec., 52.97 KiB/sec.
1357 2025.04.19 00:26:44.673356 [ 258 ] {cbaf863e-4735-4093-8016-e2e0375a3165} <Debug> TCPHandler: Processed in 0.001458928 sec.
1358 2025.04.19 00:26:44.673484 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1359 2025.04.19 00:26:44.673588 [ 258 ] {8e687a9e-99f5-4db6-9aff-4a9e0c4bef4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1360 2025.04.19 00:26:44.673635 [ 258 ] {8e687a9e-99f5-4db6-9aff-4a9e0c4bef4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1361 2025.04.19 00:26:44.674067 [ 258 ] {8e687a9e-99f5-4db6-9aff-4a9e0c4bef4c} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1362 2025.04.19 00:26:44.674106 [ 258 ] {8e687a9e-99f5-4db6-9aff-4a9e0c4bef4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1363 2025.04.19 00:26:44.674474 [ 258 ] {8e687a9e-99f5-4db6-9aff-4a9e0c4bef4c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1364 2025.04.19 00:26:44.674736 [ 258 ] {8e687a9e-99f5-4db6-9aff-4a9e0c4bef4c} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1365 2025.04.19 00:26:44.674941 [ 258 ] {8e687a9e-99f5-4db6-9aff-4a9e0c4bef4c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001374 sec., 59679.76710334789 rows/sec., 3.79 MiB/sec.
1366 2025.04.19 00:26:44.674991 [ 258 ] {8e687a9e-99f5-4db6-9aff-4a9e0c4bef4c} <Debug> TCPHandler: Processed in 0.00155761 sec.
1367 2025.04.19 00:26:48.174558 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache
1368 2025.04.19 00:26:48.174611 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache
1369 2025.04.19 00:26:48.245082 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1370 2025.04.19 00:26:48.245725 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1371 2025.04.19 00:26:48.245777 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1372 2025.04.19 00:26:48.246366 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1373 2025.04.19 00:26:48.246644 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1374 2025.04.19 00:26:48.246875 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1375 2025.04.19 00:26:48.246877 [ 70 ] {} <Debug> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1376 2025.04.19 00:26:48.246969 [ 70 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1377 2025.04.19 00:26:48.246992 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1378 2025.04.19 00:26:48.250984 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
1379 2025.04.19 00:26:48.251148 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1380 2025.04.19 00:26:48.251262 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
1381 2025.04.19 00:26:48.251415 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
1382 2025.04.19 00:26:48.251545 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
1383 2025.04.19 00:26:48.251826 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
1384 2025.04.19 00:26:48.252054 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
1385 2025.04.19 00:26:48.252210 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
1386 2025.04.19 00:26:48.277043 [ 188 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.029974456 sec., 93613.04171792141 rows/sec., 1.34 MiB/sec.
1387 2025.04.19 00:26:48.277898 [ 191 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1388 2025.04.19 00:26:48.278287 [ 191 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_6_1} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1389 2025.04.19 00:26:48.278383 [ 191 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_6_1} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1390 2025.04.19 00:26:48.278546 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1391 2025.04.19 00:26:48.395601 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1392 2025.04.19 00:26:48.416601 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1393 2025.04.19 00:26:48.416673 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1394 2025.04.19 00:26:48.423297 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1395 2025.04.19 00:26:48.424092 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1396 2025.04.19 00:26:48.424521 [ 69 ] {} <Debug> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1397 2025.04.19 00:26:48.424639 [ 69 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1398 2025.04.19 00:26:48.424716 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1399 2025.04.19 00:26:48.425011 [ 191 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
1400 2025.04.19 00:26:48.432477 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1401 2025.04.19 00:26:48.434250 [ 191 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1402 2025.04.19 00:26:48.435099 [ 191 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
1403 2025.04.19 00:26:48.439562 [ 191 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
1404 2025.04.19 00:26:48.444325 [ 191 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
1405 2025.04.19 00:26:48.449140 [ 191 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
1406 2025.04.19 00:26:48.458718 [ 191 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
1407 2025.04.19 00:26:48.463119 [ 191 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
1408 2025.04.19 00:26:48.524397 [ 188 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.099528003 sec., 462.18148273305553 rows/sec., 2.39 MiB/sec.
1409 2025.04.19 00:26:48.526964 [ 188 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1410 2025.04.19 00:26:48.529772 [ 188 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_6_1} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1411 2025.04.19 00:26:48.529893 [ 188 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_6_1} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1412 2025.04.19 00:26:48.532243 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1413 2025.04.19 00:26:49.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.64 MiB, peak 169.17 MiB, free memory in arenas 0.00 B, will set to 163.04 MiB (RSS), difference: 3.41 MiB
1414 2025.04.19 00:26:49.640818 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1415 2025.04.19 00:26:49.641100 [ 258 ] {6fe56271-14d2-4b50-9f37-76f331019cf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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', '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)
1416 2025.04.19 00:26:49.641523 [ 258 ] {6fe56271-14d2-4b50-9f37-76f331019cf7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1417 2025.04.19 00:26:49.641571 [ 258 ] {6fe56271-14d2-4b50-9f37-76f331019cf7} <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', '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
1418 2025.04.19 00:26:49.641907 [ 258 ] {6fe56271-14d2-4b50-9f37-76f331019cf7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1419 2025.04.19 00:26:49.641985 [ 258 ] {6fe56271-14d2-4b50-9f37-76f331019cf7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1420 2025.04.19 00:26:49.642160 [ 258 ] {6fe56271-14d2-4b50-9f37-76f331019cf7} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1421 2025.04.19 00:26:49.642439 [ 288 ] {6fe56271-14d2-4b50-9f37-76f331019cf7} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1422 2025.04.19 00:26:49.642441 [ 287 ] {6fe56271-14d2-4b50-9f37-76f331019cf7} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1423 2025.04.19 00:26:49.642588 [ 258 ] {6fe56271-14d2-4b50-9f37-76f331019cf7} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (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
1424 2025.04.19 00:26:49.642617 [ 258 ] {6fe56271-14d2-4b50-9f37-76f331019cf7} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1425 2025.04.19 00:26:49.646827 [ 258 ] {6fe56271-14d2-4b50-9f37-76f331019cf7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1426 2025.04.19 00:26:49.646870 [ 258 ] {6fe56271-14d2-4b50-9f37-76f331019cf7} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Reading approx. 30 rows with 2 streams
1427 2025.04.19 00:26:49.646953 [ 258 ] {6fe56271-14d2-4b50-9f37-76f331019cf7} <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', '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'))"
1428 2025.04.19 00:26:49.647021 [ 258 ] {6fe56271-14d2-4b50-9f37-76f331019cf7} <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', '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'))"
1429 2025.04.19 00:26:49.648417 [ 258 ] {6fe56271-14d2-4b50-9f37-76f331019cf7} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.007442 sec., 4031.1744154797098 rows/sec., 151.04 KiB/sec.
1430 2025.04.19 00:26:49.648548 [ 258 ] {6fe56271-14d2-4b50-9f37-76f331019cf7} <Debug> TCPHandler: Processed in 0.007868161 sec.
1431 2025.04.19 00:26:49.659423 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1432 2025.04.19 00:26:49.659565 [ 258 ] {0c0a31b3-c311-43c5-a094-e3a96e7f831c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1433 2025.04.19 00:26:49.659624 [ 258 ] {0c0a31b3-c311-43c5-a094-e3a96e7f831c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1434 2025.04.19 00:26:49.660427 [ 258 ] {0c0a31b3-c311-43c5-a094-e3a96e7f831c} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1435 2025.04.19 00:26:49.660471 [ 258 ] {0c0a31b3-c311-43c5-a094-e3a96e7f831c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1436 2025.04.19 00:26:49.660978 [ 258 ] {0c0a31b3-c311-43c5-a094-e3a96e7f831c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1437 2025.04.19 00:26:49.661207 [ 258 ] {0c0a31b3-c311-43c5-a094-e3a96e7f831c} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1438 2025.04.19 00:26:49.661430 [ 258 ] {0c0a31b3-c311-43c5-a094-e3a96e7f831c} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.001906 sec., 524.6589716684156 rows/sec., 78.39 KiB/sec.
1439 2025.04.19 00:26:49.661483 [ 258 ] {0c0a31b3-c311-43c5-a094-e3a96e7f831c} <Debug> TCPHandler: Processed in 0.002124661 sec.
1440 2025.04.19 00:26:49.661605 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1441 2025.04.19 00:26:49.661708 [ 258 ] {0b1dcc15-a27b-45e0-850f-9d9e2430e14c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1442 2025.04.19 00:26:49.661753 [ 258 ] {0b1dcc15-a27b-45e0-850f-9d9e2430e14c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1443 2025.04.19 00:26:49.662298 [ 258 ] {0b1dcc15-a27b-45e0-850f-9d9e2430e14c} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1444 2025.04.19 00:26:49.662338 [ 258 ] {0b1dcc15-a27b-45e0-850f-9d9e2430e14c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1445 2025.04.19 00:26:49.662699 [ 258 ] {0b1dcc15-a27b-45e0-850f-9d9e2430e14c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1446 2025.04.19 00:26:49.662936 [ 258 ] {0b1dcc15-a27b-45e0-850f-9d9e2430e14c} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1447 2025.04.19 00:26:49.663098 [ 68 ] {} <Debug> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1448 2025.04.19 00:26:49.663160 [ 258 ] {0b1dcc15-a27b-45e0-850f-9d9e2430e14c} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001467 sec., 49079.754601226996 rows/sec., 3.99 MiB/sec.
1449 2025.04.19 00:26:49.663172 [ 68 ] {} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1450 2025.04.19 00:26:49.663246 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1451 2025.04.19 00:26:49.663291 [ 258 ] {0b1dcc15-a27b-45e0-850f-9d9e2430e14c} <Debug> TCPHandler: Processed in 0.001734383 sec.
1452 2025.04.19 00:26:49.663494 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1453 2025.04.19 00:26:49.663496 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::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
1454 2025.04.19 00:26:49.663665 [ 258 ] {c73f9bdd-6f2f-40ae-9db2-cfcc04f89229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1455 2025.04.19 00:26:49.663764 [ 258 ] {c73f9bdd-6f2f-40ae-9db2-cfcc04f89229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1456 2025.04.19 00:26:49.663849 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1457 2025.04.19 00:26:49.663959 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::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
1458 2025.04.19 00:26:49.664295 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::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
1459 2025.04.19 00:26:49.664629 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 617 rows starting from the beginning of the part
1460 2025.04.19 00:26:49.664991 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::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
1461 2025.04.19 00:26:49.665320 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 617 rows starting from the beginning of the part
1462 2025.04.19 00:26:49.665552 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part
1463 2025.04.19 00:26:49.666549 [ 258 ] {c73f9bdd-6f2f-40ae-9db2-cfcc04f89229} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1464 2025.04.19 00:26:49.666631 [ 258 ] {c73f9bdd-6f2f-40ae-9db2-cfcc04f89229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1465 2025.04.19 00:26:49.667621 [ 258 ] {c73f9bdd-6f2f-40ae-9db2-cfcc04f89229} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1466 2025.04.19 00:26:49.668119 [ 258 ] {c73f9bdd-6f2f-40ae-9db2-cfcc04f89229} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1467 2025.04.19 00:26:49.668722 [ 258 ] {c73f9bdd-6f2f-40ae-9db2-cfcc04f89229} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005062 sec., 1580.4030027657054 rows/sec., 118.84 KiB/sec.
1468 2025.04.19 00:26:49.669041 [ 258 ] {c73f9bdd-6f2f-40ae-9db2-cfcc04f89229} <Debug> TCPHandler: Processed in 0.005618558 sec.
1469 2025.04.19 00:26:49.669041 [ 201 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1474 rows, containing 5 columns (5 merged, 0 gathered) in 0.005649079 sec., 260927.48924205164 rows/sec., 21.39 MiB/sec.
1470 2025.04.19 00:26:49.669289 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1471 2025.04.19 00:26:49.669358 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1472 2025.04.19 00:26:49.669505 [ 258 ] {20f70f32-5f3b-4b7f-92ca-26223fe063e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1473 2025.04.19 00:26:49.669578 [ 258 ] {20f70f32-5f3b-4b7f-92ca-26223fe063e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1474 2025.04.19 00:26:49.669974 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_6_1} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1475 2025.04.19 00:26:49.670229 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_6_1} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1476 2025.04.19 00:26:49.670383 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
1477 2025.04.19 00:26:49.670650 [ 258 ] {20f70f32-5f3b-4b7f-92ca-26223fe063e5} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1478 2025.04.19 00:26:49.670696 [ 258 ] {20f70f32-5f3b-4b7f-92ca-26223fe063e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1479 2025.04.19 00:26:49.671066 [ 258 ] {20f70f32-5f3b-4b7f-92ca-26223fe063e5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1480 2025.04.19 00:26:49.671315 [ 258 ] {20f70f32-5f3b-4b7f-92ca-26223fe063e5} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1481 2025.04.19 00:26:49.671471 [ 68 ] {} <Debug> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1482 2025.04.19 00:26:49.671546 [ 68 ] {} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1483 2025.04.19 00:26:49.671565 [ 258 ] {20f70f32-5f3b-4b7f-92ca-26223fe063e5} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002147 sec., 33535.16534699581 rows/sec., 2.62 MiB/sec.
1484 2025.04.19 00:26:49.671588 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1485 2025.04.19 00:26:49.671753 [ 258 ] {20f70f32-5f3b-4b7f-92ca-26223fe063e5} <Debug> TCPHandler: Processed in 0.002524088 sec.
1486 2025.04.19 00:26:49.671818 [ 201 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::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
1487 2025.04.19 00:26:49.671923 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1488 2025.04.19 00:26:49.671988 [ 201 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1489 2025.04.19 00:26:49.672059 [ 201 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part
1490 2025.04.19 00:26:49.672109 [ 258 ] {6c5c0f2f-188c-45a3-a6d3-1a386d0129fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1491 2025.04.19 00:26:49.672306 [ 201 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part
1492 2025.04.19 00:26:49.672333 [ 258 ] {6c5c0f2f-188c-45a3-a6d3-1a386d0129fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1493 2025.04.19 00:26:49.672633 [ 201 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::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
1494 2025.04.19 00:26:49.673044 [ 201 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::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
1495 2025.04.19 00:26:49.673439 [ 201 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 382 rows starting from the beginning of the part
1496 2025.04.19 00:26:49.673737 [ 201 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part
1497 2025.04.19 00:26:49.674865 [ 258 ] {6c5c0f2f-188c-45a3-a6d3-1a386d0129fc} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1498 2025.04.19 00:26:49.674927 [ 258 ] {6c5c0f2f-188c-45a3-a6d3-1a386d0129fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1499 2025.04.19 00:26:49.676062 [ 258 ] {6c5c0f2f-188c-45a3-a6d3-1a386d0129fc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1500 2025.04.19 00:26:49.676633 [ 258 ] {6c5c0f2f-188c-45a3-a6d3-1a386d0129fc} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1501 2025.04.19 00:26:49.676800 [ 192 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1028 rows, containing 5 columns (5 merged, 0 gathered) in 0.005095378 sec., 201751.46966525348 rows/sec., 15.39 MiB/sec.
1502 2025.04.19 00:26:49.676925 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1503 2025.04.19 00:26:49.677023 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1504 2025.04.19 00:26:49.677093 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1505 2025.04.19 00:26:49.677101 [ 258 ] {6c5c0f2f-188c-45a3-a6d3-1a386d0129fc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005022 sec., 31859.81680605336 rows/sec., 2.22 MiB/sec.
1506 2025.04.19 00:26:49.677239 [ 192 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1507 2025.04.19 00:26:49.677518 [ 258 ] {6c5c0f2f-188c-45a3-a6d3-1a386d0129fc} <Debug> TCPHandler: Processed in 0.005655839 sec.
1508 2025.04.19 00:26:49.677709 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
1509 2025.04.19 00:26:49.678111 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1510 2025.04.19 00:26:49.678424 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1511 2025.04.19 00:26:49.678584 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part
1512 2025.04.19 00:26:49.678586 [ 192 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_6_1} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1513 2025.04.19 00:26:49.678692 [ 258 ] {f9948ef4-5334-4e07-873f-f87a1f66df41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1514 2025.04.19 00:26:49.678984 [ 192 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_6_1} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1515 2025.04.19 00:26:49.679075 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part
1516 2025.04.19 00:26:49.679230 [ 258 ] {f9948ef4-5334-4e07-873f-f87a1f66df41} <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
1517 2025.04.19 00:26:49.679368 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
1518 2025.04.19 00:26:49.679612 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part
1519 2025.04.19 00:26:49.680022 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part
1520 2025.04.19 00:26:49.680470 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
1521 2025.04.19 00:26:49.680862 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
1522 2025.04.19 00:26:49.684599 [ 258 ] {f9948ef4-5334-4e07-873f-f87a1f66df41} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1523 2025.04.19 00:26:49.684697 [ 258 ] {f9948ef4-5334-4e07-873f-f87a1f66df41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1524 2025.04.19 00:26:49.684935 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.007720318 sec., 140149.667410073 rows/sec., 9.60 MiB/sec.
1525 2025.04.19 00:26:49.685206 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1526 2025.04.19 00:26:49.685901 [ 192 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1527 2025.04.19 00:26:49.685988 [ 192 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1528 2025.04.19 00:26:49.686056 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
1529 2025.04.19 00:26:49.688128 [ 258 ] {f9948ef4-5334-4e07-873f-f87a1f66df41} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1530 2025.04.19 00:26:49.688482 [ 258 ] {f9948ef4-5334-4e07-873f-f87a1f66df41} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1531 2025.04.19 00:26:49.688811 [ 258 ] {f9948ef4-5334-4e07-873f-f87a1f66df41} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.010333 sec., 774.2185231781671 rows/sec., 1.39 MiB/sec.
1532 2025.04.19 00:26:49.688945 [ 258 ] {f9948ef4-5334-4e07-873f-f87a1f66df41} <Debug> TCPHandler: Processed in 0.011038333 sec.
1533 2025.04.19 00:26:49.689081 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1534 2025.04.19 00:26:49.689187 [ 258 ] {2e346dda-2b0e-4a76-92e2-e18aa6b5c031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1535 2025.04.19 00:26:49.689234 [ 258 ] {2e346dda-2b0e-4a76-92e2-e18aa6b5c031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1536 2025.04.19 00:26:49.689677 [ 258 ] {2e346dda-2b0e-4a76-92e2-e18aa6b5c031} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1537 2025.04.19 00:26:49.689715 [ 258 ] {2e346dda-2b0e-4a76-92e2-e18aa6b5c031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1538 2025.04.19 00:26:49.690078 [ 258 ] {2e346dda-2b0e-4a76-92e2-e18aa6b5c031} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1539 2025.04.19 00:26:49.690311 [ 258 ] {2e346dda-2b0e-4a76-92e2-e18aa6b5c031} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1540 2025.04.19 00:26:49.690483 [ 68 ] {} <Debug> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1541 2025.04.19 00:26:49.690551 [ 68 ] {} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1542 2025.04.19 00:26:49.690551 [ 258 ] {2e346dda-2b0e-4a76-92e2-e18aa6b5c031} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec.
1543 2025.04.19 00:26:49.690593 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1544 2025.04.19 00:26:49.690693 [ 258 ] {2e346dda-2b0e-4a76-92e2-e18aa6b5c031} <Debug> TCPHandler: Processed in 0.001665112 sec.
1545 2025.04.19 00:26:49.690845 [ 196 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
1546 2025.04.19 00:26:49.690974 [ 196 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1547 2025.04.19 00:26:49.691008 [ 196 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part
1548 2025.04.19 00:26:49.691126 [ 196 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part
1549 2025.04.19 00:26:49.691253 [ 196 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part
1550 2025.04.19 00:26:49.691393 [ 196 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part
1551 2025.04.19 00:26:49.691501 [ 196 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
1552 2025.04.19 00:26:49.691597 [ 196 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
1553 2025.04.19 00:26:49.692658 [ 192 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.001948188 sec., 201212.61397770647 rows/sec., 13.23 MiB/sec.
1554 2025.04.19 00:26:49.692781 [ 196 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1555 2025.04.19 00:26:49.693045 [ 196 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_6_1} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1556 2025.04.19 00:26:49.693115 [ 196 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_6_1} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1557 2025.04.19 00:26:49.693178 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1558 2025.04.19 00:26:50.010094 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1559 2025.04.19 00:26:50.010378 [ 258 ] {9c9fd65d-bbd7-48f1-a1d2-82a0bc57f0c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
1560 2025.04.19 00:26:50.010839 [ 258 ] {9c9fd65d-bbd7-48f1-a1d2-82a0bc57f0c3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1561 2025.04.19 00:26:50.010900 [ 258 ] {9c9fd65d-bbd7-48f1-a1d2-82a0bc57f0c3} <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
1562 2025.04.19 00:26:50.011277 [ 258 ] {9c9fd65d-bbd7-48f1-a1d2-82a0bc57f0c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1563 2025.04.19 00:26:50.011378 [ 258 ] {9c9fd65d-bbd7-48f1-a1d2-82a0bc57f0c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1564 2025.04.19 00:26:50.011572 [ 258 ] {9c9fd65d-bbd7-48f1-a1d2-82a0bc57f0c3} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1565 2025.04.19 00:26:50.011797 [ 288 ] {9c9fd65d-bbd7-48f1-a1d2-82a0bc57f0c3} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1566 2025.04.19 00:26:50.011813 [ 289 ] {9c9fd65d-bbd7-48f1-a1d2-82a0bc57f0c3} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1567 2025.04.19 00:26:50.011830 [ 287 ] {9c9fd65d-bbd7-48f1-a1d2-82a0bc57f0c3} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1568 2025.04.19 00:26:50.011992 [ 258 ] {9c9fd65d-bbd7-48f1-a1d2-82a0bc57f0c3} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1569 2025.04.19 00:26:50.012028 [ 258 ] {9c9fd65d-bbd7-48f1-a1d2-82a0bc57f0c3} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1570 2025.04.19 00:26:50.012133 [ 258 ] {9c9fd65d-bbd7-48f1-a1d2-82a0bc57f0c3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1571 2025.04.19 00:26:50.012159 [ 258 ] {9c9fd65d-bbd7-48f1-a1d2-82a0bc57f0c3} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Reading approx. 30 rows with 2 streams
1572 2025.04.19 00:26:50.012208 [ 258 ] {9c9fd65d-bbd7-48f1-a1d2-82a0bc57f0c3} <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'))"
1573 2025.04.19 00:26:50.012260 [ 258 ] {9c9fd65d-bbd7-48f1-a1d2-82a0bc57f0c3} <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'))"
1574 2025.04.19 00:26:50.013536 [ 258 ] {9c9fd65d-bbd7-48f1-a1d2-82a0bc57f0c3} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003283 sec., 9137.983551629608 rows/sec., 342.38 KiB/sec.
1575 2025.04.19 00:26:50.013737 [ 258 ] {9c9fd65d-bbd7-48f1-a1d2-82a0bc57f0c3} <Debug> TCPHandler: Processed in 0.003787193 sec.
1576 2025.04.19 00:26:50.014162 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1577 2025.04.19 00:26:50.014344 [ 258 ] {a7287883-6f1a-4edc-8e49-360e5fc49f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
1578 2025.04.19 00:26:50.014659 [ 258 ] {a7287883-6f1a-4edc-8e49-360e5fc49f2c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1579 2025.04.19 00:26:50.014708 [ 258 ] {a7287883-6f1a-4edc-8e49-360e5fc49f2c} <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
1580 2025.04.19 00:26:50.015012 [ 258 ] {a7287883-6f1a-4edc-8e49-360e5fc49f2c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1581 2025.04.19 00:26:50.015080 [ 258 ] {a7287883-6f1a-4edc-8e49-360e5fc49f2c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1582 2025.04.19 00:26:50.015227 [ 258 ] {a7287883-6f1a-4edc-8e49-360e5fc49f2c} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1583 2025.04.19 00:26:50.015385 [ 289 ] {a7287883-6f1a-4edc-8e49-360e5fc49f2c} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1584 2025.04.19 00:26:50.015389 [ 288 ] {a7287883-6f1a-4edc-8e49-360e5fc49f2c} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1585 2025.04.19 00:26:50.015413 [ 287 ] {a7287883-6f1a-4edc-8e49-360e5fc49f2c} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1586 2025.04.19 00:26:50.015530 [ 258 ] {a7287883-6f1a-4edc-8e49-360e5fc49f2c} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1587 2025.04.19 00:26:50.015556 [ 258 ] {a7287883-6f1a-4edc-8e49-360e5fc49f2c} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1588 2025.04.19 00:26:50.015639 [ 258 ] {a7287883-6f1a-4edc-8e49-360e5fc49f2c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1589 2025.04.19 00:26:50.015662 [ 258 ] {a7287883-6f1a-4edc-8e49-360e5fc49f2c} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Reading approx. 30 rows with 2 streams
1590 2025.04.19 00:26:50.015704 [ 258 ] {a7287883-6f1a-4edc-8e49-360e5fc49f2c} <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'))"
1591 2025.04.19 00:26:50.015746 [ 258 ] {a7287883-6f1a-4edc-8e49-360e5fc49f2c} <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'))"
1592 2025.04.19 00:26:50.016706 [ 258 ] {a7287883-6f1a-4edc-8e49-360e5fc49f2c} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002451 sec., 12239.902080783353 rows/sec., 458.60 KiB/sec.
1593 2025.04.19 00:26:50.016836 [ 258 ] {a7287883-6f1a-4edc-8e49-360e5fc49f2c} <Debug> TCPHandler: Processed in 0.002734992 sec.
1594 2025.04.19 00:26:50.017127 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1595 2025.04.19 00:26:50.017288 [ 258 ] {6e2ee914-aabd-4fbd-9a32-870fe350f2c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
1596 2025.04.19 00:26:50.017571 [ 258 ] {6e2ee914-aabd-4fbd-9a32-870fe350f2c4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1597 2025.04.19 00:26:50.017617 [ 258 ] {6e2ee914-aabd-4fbd-9a32-870fe350f2c4} <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
1598 2025.04.19 00:26:50.017911 [ 258 ] {6e2ee914-aabd-4fbd-9a32-870fe350f2c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1599 2025.04.19 00:26:50.017975 [ 258 ] {6e2ee914-aabd-4fbd-9a32-870fe350f2c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1600 2025.04.19 00:26:50.018114 [ 258 ] {6e2ee914-aabd-4fbd-9a32-870fe350f2c4} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1601 2025.04.19 00:26:50.018246 [ 288 ] {6e2ee914-aabd-4fbd-9a32-870fe350f2c4} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1602 2025.04.19 00:26:50.018265 [ 289 ] {6e2ee914-aabd-4fbd-9a32-870fe350f2c4} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1603 2025.04.19 00:26:50.018286 [ 287 ] {6e2ee914-aabd-4fbd-9a32-870fe350f2c4} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1604 2025.04.19 00:26:50.018399 [ 258 ] {6e2ee914-aabd-4fbd-9a32-870fe350f2c4} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1605 2025.04.19 00:26:50.018423 [ 258 ] {6e2ee914-aabd-4fbd-9a32-870fe350f2c4} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1606 2025.04.19 00:26:50.018500 [ 258 ] {6e2ee914-aabd-4fbd-9a32-870fe350f2c4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1607 2025.04.19 00:26:50.018519 [ 258 ] {6e2ee914-aabd-4fbd-9a32-870fe350f2c4} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Reading approx. 30 rows with 2 streams
1608 2025.04.19 00:26:50.018558 [ 258 ] {6e2ee914-aabd-4fbd-9a32-870fe350f2c4} <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'))"
1609 2025.04.19 00:26:50.018597 [ 258 ] {6e2ee914-aabd-4fbd-9a32-870fe350f2c4} <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'))"
1610 2025.04.19 00:26:50.019578 [ 258 ] {6e2ee914-aabd-4fbd-9a32-870fe350f2c4} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002366 sec., 12679.628064243449 rows/sec., 475.07 KiB/sec.
1611 2025.04.19 00:26:50.019711 [ 258 ] {6e2ee914-aabd-4fbd-9a32-870fe350f2c4} <Debug> TCPHandler: Processed in 0.002632621 sec.
1612 2025.04.19 00:26:50.019950 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1613 2025.04.19 00:26:50.020110 [ 258 ] {57a6e205-c870-4cbb-b0c5-be4fa4f78665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
1614 2025.04.19 00:26:50.020398 [ 258 ] {57a6e205-c870-4cbb-b0c5-be4fa4f78665} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1615 2025.04.19 00:26:50.020447 [ 258 ] {57a6e205-c870-4cbb-b0c5-be4fa4f78665} <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
1616 2025.04.19 00:26:50.020747 [ 258 ] {57a6e205-c870-4cbb-b0c5-be4fa4f78665} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1617 2025.04.19 00:26:50.020811 [ 258 ] {57a6e205-c870-4cbb-b0c5-be4fa4f78665} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1618 2025.04.19 00:26:50.020954 [ 258 ] {57a6e205-c870-4cbb-b0c5-be4fa4f78665} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1619 2025.04.19 00:26:50.021096 [ 289 ] {57a6e205-c870-4cbb-b0c5-be4fa4f78665} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1620 2025.04.19 00:26:50.021151 [ 288 ] {57a6e205-c870-4cbb-b0c5-be4fa4f78665} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1621 2025.04.19 00:26:50.021151 [ 287 ] {57a6e205-c870-4cbb-b0c5-be4fa4f78665} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1622 2025.04.19 00:26:50.021284 [ 258 ] {57a6e205-c870-4cbb-b0c5-be4fa4f78665} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1623 2025.04.19 00:26:50.021310 [ 258 ] {57a6e205-c870-4cbb-b0c5-be4fa4f78665} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1624 2025.04.19 00:26:50.021395 [ 258 ] {57a6e205-c870-4cbb-b0c5-be4fa4f78665} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1625 2025.04.19 00:26:50.021420 [ 258 ] {57a6e205-c870-4cbb-b0c5-be4fa4f78665} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Reading approx. 30 rows with 2 streams
1626 2025.04.19 00:26:50.021462 [ 258 ] {57a6e205-c870-4cbb-b0c5-be4fa4f78665} <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'))"
1627 2025.04.19 00:26:50.021505 [ 258 ] {57a6e205-c870-4cbb-b0c5-be4fa4f78665} <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'))"
1628 2025.04.19 00:26:50.022555 [ 258 ] {57a6e205-c870-4cbb-b0c5-be4fa4f78665} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.00252 sec., 11904.761904761905 rows/sec., 446.04 KiB/sec.
1629 2025.04.19 00:26:50.022705 [ 258 ] {57a6e205-c870-4cbb-b0c5-be4fa4f78665} <Debug> TCPHandler: Processed in 0.002803884 sec.
1630 2025.04.19 00:26:50.023006 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1631 2025.04.19 00:26:50.023176 [ 258 ] {9be56bd6-ceb8-4c11-a8ce-df593cac6fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
1632 2025.04.19 00:26:50.023540 [ 258 ] {9be56bd6-ceb8-4c11-a8ce-df593cac6fa8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1633 2025.04.19 00:26:50.023593 [ 258 ] {9be56bd6-ceb8-4c11-a8ce-df593cac6fa8} <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
1634 2025.04.19 00:26:50.023906 [ 258 ] {9be56bd6-ceb8-4c11-a8ce-df593cac6fa8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1635 2025.04.19 00:26:50.023975 [ 258 ] {9be56bd6-ceb8-4c11-a8ce-df593cac6fa8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1636 2025.04.19 00:26:50.024117 [ 258 ] {9be56bd6-ceb8-4c11-a8ce-df593cac6fa8} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1637 2025.04.19 00:26:50.024266 [ 289 ] {9be56bd6-ceb8-4c11-a8ce-df593cac6fa8} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1638 2025.04.19 00:26:50.024279 [ 288 ] {9be56bd6-ceb8-4c11-a8ce-df593cac6fa8} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1639 2025.04.19 00:26:50.024301 [ 287 ] {9be56bd6-ceb8-4c11-a8ce-df593cac6fa8} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1640 2025.04.19 00:26:50.024411 [ 258 ] {9be56bd6-ceb8-4c11-a8ce-df593cac6fa8} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1641 2025.04.19 00:26:50.024435 [ 258 ] {9be56bd6-ceb8-4c11-a8ce-df593cac6fa8} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1642 2025.04.19 00:26:50.024514 [ 258 ] {9be56bd6-ceb8-4c11-a8ce-df593cac6fa8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1643 2025.04.19 00:26:50.024534 [ 258 ] {9be56bd6-ceb8-4c11-a8ce-df593cac6fa8} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Reading approx. 30 rows with 2 streams
1644 2025.04.19 00:26:50.024573 [ 258 ] {9be56bd6-ceb8-4c11-a8ce-df593cac6fa8} <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'))"
1645 2025.04.19 00:26:50.024616 [ 258 ] {9be56bd6-ceb8-4c11-a8ce-df593cac6fa8} <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'))"
1646 2025.04.19 00:26:50.025592 [ 258 ] {9be56bd6-ceb8-4c11-a8ce-df593cac6fa8} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002494 sec., 12028.869286287088 rows/sec., 450.69 KiB/sec.
1647 2025.04.19 00:26:50.025727 [ 258 ] {9be56bd6-ceb8-4c11-a8ce-df593cac6fa8} <Debug> TCPHandler: Processed in 0.002774293 sec.
1648 2025.04.19 00:26:50.025979 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1649 2025.04.19 00:26:50.026143 [ 258 ] {15f488b9-f63a-48df-9b8d-9cd40e1f707e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) 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)
1650 2025.04.19 00:26:50.026438 [ 258 ] {15f488b9-f63a-48df-9b8d-9cd40e1f707e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1651 2025.04.19 00:26:50.026487 [ 258 ] {15f488b9-f63a-48df-9b8d-9cd40e1f707e} <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
1652 2025.04.19 00:26:50.026874 [ 258 ] {15f488b9-f63a-48df-9b8d-9cd40e1f707e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1653 2025.04.19 00:26:50.026966 [ 258 ] {15f488b9-f63a-48df-9b8d-9cd40e1f707e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1654 2025.04.19 00:26:50.027156 [ 258 ] {15f488b9-f63a-48df-9b8d-9cd40e1f707e} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1655 2025.04.19 00:26:50.027267 [ 287 ] {15f488b9-f63a-48df-9b8d-9cd40e1f707e} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1656 2025.04.19 00:26:50.027312 [ 288 ] {15f488b9-f63a-48df-9b8d-9cd40e1f707e} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1657 2025.04.19 00:26:50.027322 [ 289 ] {15f488b9-f63a-48df-9b8d-9cd40e1f707e} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1658 2025.04.19 00:26:50.027454 [ 258 ] {15f488b9-f63a-48df-9b8d-9cd40e1f707e} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1659 2025.04.19 00:26:50.027492 [ 258 ] {15f488b9-f63a-48df-9b8d-9cd40e1f707e} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1660 2025.04.19 00:26:50.027598 [ 258 ] {15f488b9-f63a-48df-9b8d-9cd40e1f707e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1661 2025.04.19 00:26:50.027624 [ 258 ] {15f488b9-f63a-48df-9b8d-9cd40e1f707e} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Reading approx. 30 rows with 2 streams
1662 2025.04.19 00:26:50.027675 [ 258 ] {15f488b9-f63a-48df-9b8d-9cd40e1f707e} <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'))"
1663 2025.04.19 00:26:50.027730 [ 258 ] {15f488b9-f63a-48df-9b8d-9cd40e1f707e} <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'))"
1664 2025.04.19 00:26:50.028817 [ 258 ] {15f488b9-f63a-48df-9b8d-9cd40e1f707e} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002752 sec., 10901.162790697674 rows/sec., 408.44 KiB/sec.
1665 2025.04.19 00:26:50.028965 [ 258 ] {15f488b9-f63a-48df-9b8d-9cd40e1f707e} <Debug> TCPHandler: Processed in 0.003036918 sec.
1666 2025.04.19 00:26:50.117648 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1667 2025.04.19 00:26:50.117816 [ 258 ] {be6364f2-5ef8-4b52-91d9-35faf681bee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1668 2025.04.19 00:26:50.117895 [ 258 ] {be6364f2-5ef8-4b52-91d9-35faf681bee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1669 2025.04.19 00:26:50.118712 [ 258 ] {be6364f2-5ef8-4b52-91d9-35faf681bee9} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1670 2025.04.19 00:26:50.118764 [ 258 ] {be6364f2-5ef8-4b52-91d9-35faf681bee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1671 2025.04.19 00:26:50.119302 [ 258 ] {be6364f2-5ef8-4b52-91d9-35faf681bee9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1672 2025.04.19 00:26:50.119542 [ 258 ] {be6364f2-5ef8-4b52-91d9-35faf681bee9} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1673 2025.04.19 00:26:50.119778 [ 258 ] {be6364f2-5ef8-4b52-91d9-35faf681bee9} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002017 sec., 2974.7149231531976 rows/sec., 662.34 KiB/sec.
1674 2025.04.19 00:26:50.119848 [ 258 ] {be6364f2-5ef8-4b52-91d9-35faf681bee9} <Debug> TCPHandler: Processed in 0.002289634 sec.
1675 2025.04.19 00:26:50.119980 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1676 2025.04.19 00:26:50.120093 [ 258 ] {aaea7fb1-10e7-4f89-a5cd-846322692231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1677 2025.04.19 00:26:50.120143 [ 258 ] {aaea7fb1-10e7-4f89-a5cd-846322692231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1678 2025.04.19 00:26:50.120808 [ 258 ] {aaea7fb1-10e7-4f89-a5cd-846322692231} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1679 2025.04.19 00:26:50.120857 [ 258 ] {aaea7fb1-10e7-4f89-a5cd-846322692231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1680 2025.04.19 00:26:50.121239 [ 258 ] {aaea7fb1-10e7-4f89-a5cd-846322692231} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1681 2025.04.19 00:26:50.121481 [ 258 ] {aaea7fb1-10e7-4f89-a5cd-846322692231} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1682 2025.04.19 00:26:50.121693 [ 258 ] {aaea7fb1-10e7-4f89-a5cd-846322692231} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001626 sec., 130381.30381303813 rows/sec., 8.29 MiB/sec.
1683 2025.04.19 00:26:50.121745 [ 258 ] {aaea7fb1-10e7-4f89-a5cd-846322692231} <Debug> TCPHandler: Processed in 0.001817075 sec.
1684 2025.04.19 00:26:50.121898 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1685 2025.04.19 00:26:50.122009 [ 258 ] {5eb5ba35-ec43-4dde-9a34-6a9a88f00808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1686 2025.04.19 00:26:50.122056 [ 258 ] {5eb5ba35-ec43-4dde-9a34-6a9a88f00808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1687 2025.04.19 00:26:50.123437 [ 258 ] {5eb5ba35-ec43-4dde-9a34-6a9a88f00808} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1688 2025.04.19 00:26:50.123478 [ 258 ] {5eb5ba35-ec43-4dde-9a34-6a9a88f00808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1689 2025.04.19 00:26:50.124035 [ 258 ] {5eb5ba35-ec43-4dde-9a34-6a9a88f00808} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1690 2025.04.19 00:26:50.124305 [ 258 ] {5eb5ba35-ec43-4dde-9a34-6a9a88f00808} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1691 2025.04.19 00:26:50.125045 [ 258 ] {5eb5ba35-ec43-4dde-9a34-6a9a88f00808} <Debug> executeQuery: Read 1757 rows, 145.95 KiB in 0.003057 sec., 574746.4834805365 rows/sec., 46.63 MiB/sec.
1692 2025.04.19 00:26:50.125109 [ 258 ] {5eb5ba35-ec43-4dde-9a34-6a9a88f00808} <Debug> TCPHandler: Processed in 0.003261103 sec.
1693 2025.04.19 00:26:50.125249 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1694 2025.04.19 00:26:50.125368 [ 258 ] {7acb2d75-7ec9-4b84-96a9-1f143f011810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1695 2025.04.19 00:26:50.125421 [ 258 ] {7acb2d75-7ec9-4b84-96a9-1f143f011810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1696 2025.04.19 00:26:50.126085 [ 258 ] {7acb2d75-7ec9-4b84-96a9-1f143f011810} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1697 2025.04.19 00:26:50.126136 [ 258 ] {7acb2d75-7ec9-4b84-96a9-1f143f011810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1698 2025.04.19 00:26:50.126575 [ 258 ] {7acb2d75-7ec9-4b84-96a9-1f143f011810} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1699 2025.04.19 00:26:50.126854 [ 258 ] {7acb2d75-7ec9-4b84-96a9-1f143f011810} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1700 2025.04.19 00:26:50.127057 [ 258 ] {7acb2d75-7ec9-4b84-96a9-1f143f011810} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001719 sec., 61663.75799883653 rows/sec., 3.63 MiB/sec.
1701 2025.04.19 00:26:50.127110 [ 258 ] {7acb2d75-7ec9-4b84-96a9-1f143f011810} <Debug> TCPHandler: Processed in 0.001919948 sec.
1702 2025.04.19 00:26:50.127246 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1703 2025.04.19 00:26:50.127351 [ 258 ] {3cbe8985-074a-4e92-b497-ea9b686567be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1704 2025.04.19 00:26:50.127398 [ 258 ] {3cbe8985-074a-4e92-b497-ea9b686567be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1705 2025.04.19 00:26:50.128065 [ 258 ] {3cbe8985-074a-4e92-b497-ea9b686567be} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1706 2025.04.19 00:26:50.128106 [ 258 ] {3cbe8985-074a-4e92-b497-ea9b686567be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1707 2025.04.19 00:26:50.128463 [ 258 ] {3cbe8985-074a-4e92-b497-ea9b686567be} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1708 2025.04.19 00:26:50.128703 [ 258 ] {3cbe8985-074a-4e92-b497-ea9b686567be} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1709 2025.04.19 00:26:50.128894 [ 258 ] {3cbe8985-074a-4e92-b497-ea9b686567be} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001555 sec., 219292.6045016077 rows/sec., 14.63 MiB/sec.
1710 2025.04.19 00:26:50.128947 [ 258 ] {3cbe8985-074a-4e92-b497-ea9b686567be} <Debug> TCPHandler: Processed in 0.001752084 sec.
1711 2025.04.19 00:26:50.129062 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1712 2025.04.19 00:26:50.129171 [ 258 ] {ed6fa5ea-b32c-440a-b4cf-371d1bc122a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1713 2025.04.19 00:26:50.129218 [ 258 ] {ed6fa5ea-b32c-440a-b4cf-371d1bc122a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1714 2025.04.19 00:26:50.129768 [ 258 ] {ed6fa5ea-b32c-440a-b4cf-371d1bc122a3} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1715 2025.04.19 00:26:50.129809 [ 258 ] {ed6fa5ea-b32c-440a-b4cf-371d1bc122a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1716 2025.04.19 00:26:50.130153 [ 258 ] {ed6fa5ea-b32c-440a-b4cf-371d1bc122a3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1717 2025.04.19 00:26:50.130406 [ 258 ] {ed6fa5ea-b32c-440a-b4cf-371d1bc122a3} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1718 2025.04.19 00:26:50.130666 [ 258 ] {ed6fa5ea-b32c-440a-b4cf-371d1bc122a3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001505 sec., 74418.6046511628 rows/sec., 4.24 MiB/sec.
1719 2025.04.19 00:26:50.130779 [ 258 ] {ed6fa5ea-b32c-440a-b4cf-371d1bc122a3} <Debug> TCPHandler: Processed in 0.001766754 sec.
1720 2025.04.19 00:26:50.130916 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1721 2025.04.19 00:26:50.131032 [ 258 ] {be6d273c-aaa3-42c8-8fd5-ca3aa32c27a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1722 2025.04.19 00:26:50.131084 [ 258 ] {be6d273c-aaa3-42c8-8fd5-ca3aa32c27a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1723 2025.04.19 00:26:50.132048 [ 258 ] {be6d273c-aaa3-42c8-8fd5-ca3aa32c27a2} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1724 2025.04.19 00:26:50.132093 [ 258 ] {be6d273c-aaa3-42c8-8fd5-ca3aa32c27a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1725 2025.04.19 00:26:50.132585 [ 258 ] {be6d273c-aaa3-42c8-8fd5-ca3aa32c27a2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1726 2025.04.19 00:26:50.132868 [ 258 ] {be6d273c-aaa3-42c8-8fd5-ca3aa32c27a2} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1727 2025.04.19 00:26:50.133084 [ 258 ] {be6d273c-aaa3-42c8-8fd5-ca3aa32c27a2} <Debug> executeQuery: Read 838 rows, 61.87 KiB in 0.002076 sec., 403660.8863198458 rows/sec., 29.11 MiB/sec.
1728 2025.04.19 00:26:50.133184 [ 258 ] {be6d273c-aaa3-42c8-8fd5-ca3aa32c27a2} <Debug> TCPHandler: Processed in 0.002324934 sec.
1729 2025.04.19 00:26:50.133333 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1730 2025.04.19 00:26:50.133464 [ 258 ] {a8557591-7f6b-4ebf-a7d7-9d6fa1159387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1731 2025.04.19 00:26:50.133520 [ 258 ] {a8557591-7f6b-4ebf-a7d7-9d6fa1159387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1732 2025.04.19 00:26:50.134016 [ 258 ] {a8557591-7f6b-4ebf-a7d7-9d6fa1159387} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1733 2025.04.19 00:26:50.134054 [ 258 ] {a8557591-7f6b-4ebf-a7d7-9d6fa1159387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1734 2025.04.19 00:26:50.134411 [ 258 ] {a8557591-7f6b-4ebf-a7d7-9d6fa1159387} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1735 2025.04.19 00:26:50.134656 [ 258 ] {a8557591-7f6b-4ebf-a7d7-9d6fa1159387} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1736 2025.04.19 00:26:50.134861 [ 258 ] {a8557591-7f6b-4ebf-a7d7-9d6fa1159387} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001426 sec., 4207.57363253857 rows/sec., 219.83 KiB/sec.
1737 2025.04.19 00:26:50.134918 [ 258 ] {a8557591-7f6b-4ebf-a7d7-9d6fa1159387} <Debug> TCPHandler: Processed in 0.001650642 sec.
1738 2025.04.19 00:26:50.135044 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1739 2025.04.19 00:26:50.135148 [ 258 ] {ee7d903e-a72b-45b0-9642-aded0ad22c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1740 2025.04.19 00:26:50.135196 [ 258 ] {ee7d903e-a72b-45b0-9642-aded0ad22c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1741 2025.04.19 00:26:50.138293 [ 258 ] {ee7d903e-a72b-45b0-9642-aded0ad22c21} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1742 2025.04.19 00:26:50.138333 [ 258 ] {ee7d903e-a72b-45b0-9642-aded0ad22c21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1743 2025.04.19 00:26:50.138886 [ 258 ] {ee7d903e-a72b-45b0-9642-aded0ad22c21} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1744 2025.04.19 00:26:50.139150 [ 258 ] {ee7d903e-a72b-45b0-9642-aded0ad22c21} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1745 2025.04.19 00:26:50.139355 [ 258 ] {ee7d903e-a72b-45b0-9642-aded0ad22c21} <Debug> executeQuery: Read 2401 rows, 163.82 KiB in 0.004228 sec., 567880.7947019867 rows/sec., 37.84 MiB/sec.
1746 2025.04.19 00:26:50.139406 [ 258 ] {ee7d903e-a72b-45b0-9642-aded0ad22c21} <Debug> TCPHandler: Processed in 0.004410435 sec.
1747 2025.04.19 00:26:50.139533 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1748 2025.04.19 00:26:50.139636 [ 258 ] {74b7fddb-984e-4371-a0ae-0309f25ca767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1749 2025.04.19 00:26:50.139682 [ 258 ] {74b7fddb-984e-4371-a0ae-0309f25ca767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1750 2025.04.19 00:26:50.140085 [ 258 ] {74b7fddb-984e-4371-a0ae-0309f25ca767} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1751 2025.04.19 00:26:50.140123 [ 258 ] {74b7fddb-984e-4371-a0ae-0309f25ca767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1752 2025.04.19 00:26:50.140470 [ 258 ] {74b7fddb-984e-4371-a0ae-0309f25ca767} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1753 2025.04.19 00:26:50.140699 [ 258 ] {74b7fddb-984e-4371-a0ae-0309f25ca767} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1754 2025.04.19 00:26:50.140893 [ 258 ] {74b7fddb-984e-4371-a0ae-0309f25ca767} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001279 sec., 781.8608287724785 rows/sec., 52.68 KiB/sec.
1755 2025.04.19 00:26:50.140941 [ 258 ] {74b7fddb-984e-4371-a0ae-0309f25ca767} <Debug> TCPHandler: Processed in 0.001458758 sec.
1756 2025.04.19 00:26:50.141052 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1757 2025.04.19 00:26:50.141158 [ 258 ] {bc936c34-4ea3-4bb6-aa42-6439c45c8eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1758 2025.04.19 00:26:50.141215 [ 258 ] {bc936c34-4ea3-4bb6-aa42-6439c45c8eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1759 2025.04.19 00:26:50.141639 [ 258 ] {bc936c34-4ea3-4bb6-aa42-6439c45c8eac} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1760 2025.04.19 00:26:50.141676 [ 258 ] {bc936c34-4ea3-4bb6-aa42-6439c45c8eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1761 2025.04.19 00:26:50.142017 [ 258 ] {bc936c34-4ea3-4bb6-aa42-6439c45c8eac} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1762 2025.04.19 00:26:50.142246 [ 258 ] {bc936c34-4ea3-4bb6-aa42-6439c45c8eac} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1763 2025.04.19 00:26:50.142439 [ 258 ] {bc936c34-4ea3-4bb6-aa42-6439c45c8eac} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001303 sec., 26093.63008442057 rows/sec., 1.51 MiB/sec.
1764 2025.04.19 00:26:50.142507 [ 258 ] {bc936c34-4ea3-4bb6-aa42-6439c45c8eac} <Debug> TCPHandler: Processed in 0.001504729 sec.
1765 2025.04.19 00:26:53.243491 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 70 entries to flush up to offset 266
1766 2025.04.19 00:26:53.247134 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1767 2025.04.19 00:26:53.247191 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1768 2025.04.19 00:26:53.248744 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1769 2025.04.19 00:26:53.249082 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1770 2025.04.19 00:26:53.249646 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 266
1771 2025.04.19 00:26:54.646821 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1772 2025.04.19 00:26:54.647143 [ 258 ] {000c95df-bc82-430f-a66f-19e4064f29de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1773 2025.04.19 00:26:54.647258 [ 258 ] {000c95df-bc82-430f-a66f-19e4064f29de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1774 2025.04.19 00:26:54.648258 [ 258 ] {000c95df-bc82-430f-a66f-19e4064f29de} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1775 2025.04.19 00:26:54.648299 [ 258 ] {000c95df-bc82-430f-a66f-19e4064f29de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1776 2025.04.19 00:26:54.648702 [ 258 ] {000c95df-bc82-430f-a66f-19e4064f29de} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1777 2025.04.19 00:26:54.648967 [ 258 ] {000c95df-bc82-430f-a66f-19e4064f29de} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1778 2025.04.19 00:26:54.649162 [ 258 ] {000c95df-bc82-430f-a66f-19e4064f29de} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002104 sec., 26615.96958174905 rows/sec., 2.04 MiB/sec.
1779 2025.04.19 00:26:54.649240 [ 258 ] {000c95df-bc82-430f-a66f-19e4064f29de} <Debug> TCPHandler: Processed in 0.0026056 sec.
1780 2025.04.19 00:26:54.649389 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1781 2025.04.19 00:26:54.649492 [ 258 ] {f5bc9a3f-8727-425b-90fb-d0b5f75400cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1782 2025.04.19 00:26:54.649537 [ 258 ] {f5bc9a3f-8727-425b-90fb-d0b5f75400cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1783 2025.04.19 00:26:54.650080 [ 258 ] {f5bc9a3f-8727-425b-90fb-d0b5f75400cc} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1784 2025.04.19 00:26:54.650116 [ 258 ] {f5bc9a3f-8727-425b-90fb-d0b5f75400cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1785 2025.04.19 00:26:54.650458 [ 258 ] {f5bc9a3f-8727-425b-90fb-d0b5f75400cc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1786 2025.04.19 00:26:54.650682 [ 258 ] {f5bc9a3f-8727-425b-90fb-d0b5f75400cc} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1787 2025.04.19 00:26:54.650841 [ 258 ] {f5bc9a3f-8727-425b-90fb-d0b5f75400cc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00137 sec., 46715.32846715329 rows/sec., 3.65 MiB/sec.
1788 2025.04.19 00:26:54.650890 [ 258 ] {f5bc9a3f-8727-425b-90fb-d0b5f75400cc} <Debug> TCPHandler: Processed in 0.0015519 sec.
1789 2025.04.19 00:26:54.651012 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1790 2025.04.19 00:26:54.651114 [ 258 ] {180cf530-9365-4aa5-9ea2-0a11eac96387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1791 2025.04.19 00:26:54.651161 [ 258 ] {180cf530-9365-4aa5-9ea2-0a11eac96387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1792 2025.04.19 00:26:54.651635 [ 258 ] {180cf530-9365-4aa5-9ea2-0a11eac96387} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1793 2025.04.19 00:26:54.651670 [ 258 ] {180cf530-9365-4aa5-9ea2-0a11eac96387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1794 2025.04.19 00:26:54.652043 [ 258 ] {180cf530-9365-4aa5-9ea2-0a11eac96387} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1795 2025.04.19 00:26:54.652274 [ 258 ] {180cf530-9365-4aa5-9ea2-0a11eac96387} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1796 2025.04.19 00:26:54.652431 [ 258 ] {180cf530-9365-4aa5-9ea2-0a11eac96387} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001338 sec., 95665.17189835575 rows/sec., 6.66 MiB/sec.
1797 2025.04.19 00:26:54.652478 [ 258 ] {180cf530-9365-4aa5-9ea2-0a11eac96387} <Debug> TCPHandler: Processed in 0.001516709 sec.
1798 2025.04.19 00:26:54.652600 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1799 2025.04.19 00:26:54.652702 [ 258 ] {7b5181a1-bc10-4286-972a-3d31091a0822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1800 2025.04.19 00:26:54.652747 [ 258 ] {7b5181a1-bc10-4286-972a-3d31091a0822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1801 2025.04.19 00:26:54.653157 [ 258 ] {7b5181a1-bc10-4286-972a-3d31091a0822} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1802 2025.04.19 00:26:54.653193 [ 258 ] {7b5181a1-bc10-4286-972a-3d31091a0822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1803 2025.04.19 00:26:54.653537 [ 258 ] {7b5181a1-bc10-4286-972a-3d31091a0822} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1804 2025.04.19 00:26:54.653766 [ 258 ] {7b5181a1-bc10-4286-972a-3d31091a0822} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1805 2025.04.19 00:26:54.653967 [ 258 ] {7b5181a1-bc10-4286-972a-3d31091a0822} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001275 sec., 37647.05882352941 rows/sec., 2.54 MiB/sec.
1806 2025.04.19 00:26:54.654134 [ 258 ] {7b5181a1-bc10-4286-972a-3d31091a0822} <Debug> TCPHandler: Processed in 0.00158348 sec.
1807 2025.04.19 00:26:55.747046 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1808 2025.04.19 00:26:55.747649 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1809 2025.04.19 00:26:55.747691 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1810 2025.04.19 00:26:55.748198 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1811 2025.04.19 00:26:55.748449 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1812 2025.04.19 00:26:55.748713 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1813 2025.04.19 00:26:55.932554 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1814 2025.04.19 00:26:55.951156 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1815 2025.04.19 00:26:55.951212 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1816 2025.04.19 00:26:55.958010 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1817 2025.04.19 00:26:55.958742 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1818 2025.04.19 00:26:55.961099 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1819 2025.04.19 00:26:56.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.32 MiB, peak 169.17 MiB, free memory in arenas 0.00 B, will set to 165.91 MiB (RSS), difference: 1.60 MiB
1820 2025.04.19 00:26:59.649188 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1821 2025.04.19 00:26:59.649412 [ 258 ] {0324fcdc-5f8d-474d-a670-a72334a24ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1822 2025.04.19 00:26:59.649491 [ 258 ] {0324fcdc-5f8d-474d-a670-a72334a24ba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1823 2025.04.19 00:26:59.650350 [ 258 ] {0324fcdc-5f8d-474d-a670-a72334a24ba9} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1824 2025.04.19 00:26:59.650390 [ 258 ] {0324fcdc-5f8d-474d-a670-a72334a24ba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1825 2025.04.19 00:26:59.650844 [ 258 ] {0324fcdc-5f8d-474d-a670-a72334a24ba9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1826 2025.04.19 00:26:59.651091 [ 258 ] {0324fcdc-5f8d-474d-a670-a72334a24ba9} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1827 2025.04.19 00:26:59.651273 [ 258 ] {0324fcdc-5f8d-474d-a670-a72334a24ba9} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001919 sec., 37519.541427827 rows/sec., 3.05 MiB/sec.
1828 2025.04.19 00:26:59.651329 [ 258 ] {0324fcdc-5f8d-474d-a670-a72334a24ba9} <Debug> TCPHandler: Processed in 0.002282854 sec.
1829 2025.04.19 00:26:59.651479 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1830 2025.04.19 00:26:59.651580 [ 258 ] {911dfaaa-5643-40e0-8374-ae981244e48d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1831 2025.04.19 00:26:59.651625 [ 258 ] {911dfaaa-5643-40e0-8374-ae981244e48d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1832 2025.04.19 00:26:59.652243 [ 258 ] {911dfaaa-5643-40e0-8374-ae981244e48d} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1833 2025.04.19 00:26:59.652280 [ 258 ] {911dfaaa-5643-40e0-8374-ae981244e48d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1834 2025.04.19 00:26:59.652611 [ 258 ] {911dfaaa-5643-40e0-8374-ae981244e48d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1835 2025.04.19 00:26:59.652840 [ 258 ] {911dfaaa-5643-40e0-8374-ae981244e48d} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1836 2025.04.19 00:26:59.653003 [ 258 ] {911dfaaa-5643-40e0-8374-ae981244e48d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001444 sec., 5540.16620498615 rows/sec., 416.59 KiB/sec.
1837 2025.04.19 00:26:59.653054 [ 258 ] {911dfaaa-5643-40e0-8374-ae981244e48d} <Debug> TCPHandler: Processed in 0.001628012 sec.
1838 2025.04.19 00:26:59.653189 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1839 2025.04.19 00:26:59.653290 [ 258 ] {f1f9d7f4-dd3d-421c-8a9e-cff560cde0c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1840 2025.04.19 00:26:59.653334 [ 258 ] {f1f9d7f4-dd3d-421c-8a9e-cff560cde0c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1841 2025.04.19 00:26:59.653924 [ 258 ] {f1f9d7f4-dd3d-421c-8a9e-cff560cde0c2} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1842 2025.04.19 00:26:59.653963 [ 258 ] {f1f9d7f4-dd3d-421c-8a9e-cff560cde0c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1843 2025.04.19 00:26:59.654309 [ 258 ] {f1f9d7f4-dd3d-421c-8a9e-cff560cde0c2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1844 2025.04.19 00:26:59.654540 [ 258 ] {f1f9d7f4-dd3d-421c-8a9e-cff560cde0c2} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1845 2025.04.19 00:26:59.654702 [ 258 ] {f1f9d7f4-dd3d-421c-8a9e-cff560cde0c2} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001434 sec., 50209.205020920504 rows/sec., 3.92 MiB/sec.
1846 2025.04.19 00:26:59.654755 [ 258 ] {f1f9d7f4-dd3d-421c-8a9e-cff560cde0c2} <Debug> TCPHandler: Processed in 0.001622591 sec.
1847 2025.04.19 00:26:59.654884 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1848 2025.04.19 00:26:59.654991 [ 258 ] {bbda70da-d96f-4483-8dab-7e58ddd210e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1849 2025.04.19 00:26:59.655037 [ 258 ] {bbda70da-d96f-4483-8dab-7e58ddd210e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1850 2025.04.19 00:26:59.655543 [ 258 ] {bbda70da-d96f-4483-8dab-7e58ddd210e2} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1851 2025.04.19 00:26:59.655578 [ 258 ] {bbda70da-d96f-4483-8dab-7e58ddd210e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1852 2025.04.19 00:26:59.655963 [ 258 ] {bbda70da-d96f-4483-8dab-7e58ddd210e2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1853 2025.04.19 00:26:59.656191 [ 258 ] {bbda70da-d96f-4483-8dab-7e58ddd210e2} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1854 2025.04.19 00:26:59.656354 [ 258 ] {bbda70da-d96f-4483-8dab-7e58ddd210e2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001386 sec., 115440.11544011543 rows/sec., 8.04 MiB/sec.
1855 2025.04.19 00:26:59.656402 [ 258 ] {bbda70da-d96f-4483-8dab-7e58ddd210e2} <Debug> TCPHandler: Processed in 0.00156972 sec.
1856 2025.04.19 00:26:59.656520 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1857 2025.04.19 00:26:59.656621 [ 258 ] {4251eca5-61f9-41f6-91b1-13677181b52d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1858 2025.04.19 00:26:59.656685 [ 258 ] {4251eca5-61f9-41f6-91b1-13677181b52d} <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
1859 2025.04.19 00:26:59.657668 [ 258 ] {4251eca5-61f9-41f6-91b1-13677181b52d} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1860 2025.04.19 00:26:59.657704 [ 258 ] {4251eca5-61f9-41f6-91b1-13677181b52d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1861 2025.04.19 00:26:59.658274 [ 258 ] {4251eca5-61f9-41f6-91b1-13677181b52d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1862 2025.04.19 00:26:59.658516 [ 258 ] {4251eca5-61f9-41f6-91b1-13677181b52d} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1863 2025.04.19 00:26:59.658732 [ 258 ] {4251eca5-61f9-41f6-91b1-13677181b52d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00212 sec., 3773.5849056603774 rows/sec., 6.76 MiB/sec.
1864 2025.04.19 00:26:59.658906 [ 258 ] {4251eca5-61f9-41f6-91b1-13677181b52d} <Debug> TCPHandler: Processed in 0.002433567 sec.
1865 2025.04.19 00:26:59.659034 [ 258 ] {} <Trace> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1866 2025.04.19 00:26:59.659137 [ 258 ] {2bc6b6dd-b8cc-46fa-a587-fe8cbc187618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1867 2025.04.19 00:26:59.659183 [ 258 ] {2bc6b6dd-b8cc-46fa-a587-fe8cbc187618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1868 2025.04.19 00:26:59.659613 [ 258 ] {2bc6b6dd-b8cc-46fa-a587-fe8cbc187618} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1869 2025.04.19 00:26:59.659649 [ 258 ] {2bc6b6dd-b8cc-46fa-a587-fe8cbc187618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1870 2025.04.19 00:26:59.659986 [ 258 ] {2bc6b6dd-b8cc-46fa-a587-fe8cbc187618} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1871 2025.04.19 00:26:59.660220 [ 258 ] {2bc6b6dd-b8cc-46fa-a587-fe8cbc187618} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1872 2025.04.19 00:26:59.660402 [ 258 ] {2bc6b6dd-b8cc-46fa-a587-fe8cbc187618} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001275 sec., 47058.82352941176 rows/sec., 3.17 MiB/sec.
1873 2025.04.19 00:26:59.660547 [ 258 ] {2bc6b6dd-b8cc-46fa-a587-fe8cbc187618} <Debug> TCPHandler: Processed in 0.00155697 sec.
1874 2025.04.19 00:27:03.174669 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache
1875 2025.04.19 00:27:03.174749 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache
1876 2025.04.19 00:27:03.248892 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
1877 2025.04.19 00:27:03.249508 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1878 2025.04.19 00:27:03.249556 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1879 2025.04.19 00:27:03.250433 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 286
1880 2025.04.19 00:27:03.250525 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1881 2025.04.19 00:27:03.251089 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1882 2025.04.19 00:27:03.251676 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1883 2025.04.19 00:27:03.253879 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1884 2025.04.19 00:27:03.253937 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1885 2025.04.19 00:27:03.255382 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1886 2025.04.19 00:27:03.255688 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1887 2025.04.19 00:27:03.256201 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 286
1888 2025.04.19 00:27:03.461233 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1889 2025.04.19 00:27:03.480234 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1890 2025.04.19 00:27:03.480288 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1891 2025.04.19 00:27:03.487132 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1892 2025.04.19 00:27:03.487905 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1893 2025.04.19 00:27:03.490434 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1894 2025.04.19 00:27:03.985603 [ 258 ] {} <Debug> TCPHandler: Done processing connection.
1895 2025.04.19 00:27:03.985704 [ 258 ] {} <Debug> TCP-Session: fdda27a0-c9fb-410e-9164-76a96c16dfeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1896 2025.04.19 00:27:04.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.44 MiB, peak 170.48 MiB, free memory in arenas 0.00 B, will set to 166.20 MiB (RSS), difference: 1.75 MiB
1897 2025.04.19 00:27:04.642379 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1898 2025.04.19 00:27:04.642686 [ 259 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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)
1899 2025.04.19 00:27:04.643150 [ 259 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1900 2025.04.19 00:27:04.643201 [ 259 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <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
1901 2025.04.19 00:27:04.643563 [ 259 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1902 2025.04.19 00:27:04.643641 [ 259 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1903 2025.04.19 00:27:04.643813 [ 259 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
1904 2025.04.19 00:27:04.644108 [ 291 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1905 2025.04.19 00:27:04.644225 [ 287 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1906 2025.04.19 00:27:04.644253 [ 289 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1907 2025.04.19 00:27:04.644243 [ 288 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1908 2025.04.19 00:27:04.644450 [ 259 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1909 2025.04.19 00:27:04.644489 [ 259 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1910 2025.04.19 00:27:04.644613 [ 259 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1911 2025.04.19 00:27:04.644636 [ 259 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Reading approx. 36 rows with 3 streams
1912 2025.04.19 00:27:04.644681 [ 259 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <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'))"
1913 2025.04.19 00:27:04.644731 [ 259 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <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'))"
1914 2025.04.19 00:27:04.644775 [ 259 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <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'))"
1915 2025.04.19 00:27:04.646296 [ 259 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.003751 sec., 9597.44068248467 rows/sec., 357.46 KiB/sec.
1916 2025.04.19 00:27:04.646472 [ 259 ] {4f490531-b3a3-4145-a00e-3fb1b16aedba} <Debug> TCPHandler: Processed in 0.004227071 sec.
1917 2025.04.19 00:27:04.646778 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1918 2025.04.19 00:27:04.646953 [ 259 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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)
1919 2025.04.19 00:27:04.647247 [ 259 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1920 2025.04.19 00:27:04.647296 [ 259 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <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
1921 2025.04.19 00:27:04.647623 [ 259 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1922 2025.04.19 00:27:04.647692 [ 259 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1923 2025.04.19 00:27:04.647838 [ 259 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
1924 2025.04.19 00:27:04.648000 [ 289 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1925 2025.04.19 00:27:04.648013 [ 291 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1926 2025.04.19 00:27:04.648032 [ 288 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1927 2025.04.19 00:27:04.648095 [ 287 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1928 2025.04.19 00:27:04.648223 [ 259 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1929 2025.04.19 00:27:04.648253 [ 259 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1930 2025.04.19 00:27:04.648361 [ 259 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1931 2025.04.19 00:27:04.648382 [ 259 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Reading approx. 36 rows with 3 streams
1932 2025.04.19 00:27:04.648423 [ 259 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <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'))"
1933 2025.04.19 00:27:04.648465 [ 259 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <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'))"
1934 2025.04.19 00:27:04.648506 [ 259 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <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'))"
1935 2025.04.19 00:27:04.649780 [ 259 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.002916 sec., 12345.679012345678 rows/sec., 459.81 KiB/sec.
1936 2025.04.19 00:27:04.649938 [ 259 ] {1e4cb389-3d0d-41c2-b015-22a87309ad53} <Debug> TCPHandler: Processed in 0.003213352 sec.
1937 2025.04.19 00:27:04.650189 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1938 2025.04.19 00:27:04.650361 [ 259 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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)
1939 2025.04.19 00:27:04.650657 [ 259 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1940 2025.04.19 00:27:04.650706 [ 259 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <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
1941 2025.04.19 00:27:04.651021 [ 259 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1942 2025.04.19 00:27:04.651088 [ 259 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1943 2025.04.19 00:27:04.651228 [ 259 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
1944 2025.04.19 00:27:04.651384 [ 289 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1945 2025.04.19 00:27:04.651430 [ 291 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1946 2025.04.19 00:27:04.651429 [ 288 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1947 2025.04.19 00:27:04.651461 [ 287 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1948 2025.04.19 00:27:04.651584 [ 259 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1949 2025.04.19 00:27:04.651614 [ 259 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
1950 2025.04.19 00:27:04.651719 [ 259 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1951 2025.04.19 00:27:04.651741 [ 259 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Reading approx. 36 rows with 3 streams
1952 2025.04.19 00:27:04.651781 [ 259 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <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'))"
1953 2025.04.19 00:27:04.651825 [ 259 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <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'))"
1954 2025.04.19 00:27:04.651866 [ 259 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <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'))"
1955 2025.04.19 00:27:04.653112 [ 259 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.002832 sec., 12711.864406779661 rows/sec., 473.45 KiB/sec.
1956 2025.04.19 00:27:04.653270 [ 259 ] {5d4df2de-8be4-4a77-a918-260a83deb22c} <Debug> TCPHandler: Processed in 0.003139151 sec.
1957 2025.04.19 00:27:04.666872 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1958 2025.04.19 00:27:04.667018 [ 259 ] {b05a14a2-0722-4020-83f2-b3e93517ee91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1959 2025.04.19 00:27:04.667076 [ 259 ] {b05a14a2-0722-4020-83f2-b3e93517ee91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1960 2025.04.19 00:27:04.667903 [ 259 ] {b05a14a2-0722-4020-83f2-b3e93517ee91} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1961 2025.04.19 00:27:04.667953 [ 259 ] {b05a14a2-0722-4020-83f2-b3e93517ee91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1962 2025.04.19 00:27:04.668432 [ 259 ] {b05a14a2-0722-4020-83f2-b3e93517ee91} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1963 2025.04.19 00:27:04.668650 [ 259 ] {b05a14a2-0722-4020-83f2-b3e93517ee91} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1964 2025.04.19 00:27:04.668906 [ 259 ] {b05a14a2-0722-4020-83f2-b3e93517ee91} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001922 sec., 1560.8740894901143 rows/sec., 142.27 KiB/sec.
1965 2025.04.19 00:27:04.669060 [ 259 ] {b05a14a2-0722-4020-83f2-b3e93517ee91} <Debug> TCPHandler: Processed in 0.002251154 sec.
1966 2025.04.19 00:27:04.669180 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1967 2025.04.19 00:27:04.669284 [ 259 ] {168775d5-9a38-4c09-8adc-c3caceb1d0ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1968 2025.04.19 00:27:04.669329 [ 259 ] {168775d5-9a38-4c09-8adc-c3caceb1d0ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1969 2025.04.19 00:27:04.669982 [ 259 ] {168775d5-9a38-4c09-8adc-c3caceb1d0ff} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1970 2025.04.19 00:27:04.670021 [ 259 ] {168775d5-9a38-4c09-8adc-c3caceb1d0ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1971 2025.04.19 00:27:04.670382 [ 259 ] {168775d5-9a38-4c09-8adc-c3caceb1d0ff} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1972 2025.04.19 00:27:04.670616 [ 259 ] {168775d5-9a38-4c09-8adc-c3caceb1d0ff} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1973 2025.04.19 00:27:04.670853 [ 259 ] {168775d5-9a38-4c09-8adc-c3caceb1d0ff} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001573 sec., 134774.31659249842 rows/sec., 8.57 MiB/sec.
1974 2025.04.19 00:27:04.671136 [ 259 ] {168775d5-9a38-4c09-8adc-c3caceb1d0ff} <Debug> TCPHandler: Processed in 0.002003868 sec.
1975 2025.04.19 00:27:04.671269 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1976 2025.04.19 00:27:04.671373 [ 259 ] {cb63f5fd-84a1-48ad-93eb-31f60d783462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1977 2025.04.19 00:27:04.671418 [ 259 ] {cb63f5fd-84a1-48ad-93eb-31f60d783462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1978 2025.04.19 00:27:04.672253 [ 259 ] {cb63f5fd-84a1-48ad-93eb-31f60d783462} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1979 2025.04.19 00:27:04.672292 [ 259 ] {cb63f5fd-84a1-48ad-93eb-31f60d783462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1980 2025.04.19 00:27:04.672672 [ 259 ] {cb63f5fd-84a1-48ad-93eb-31f60d783462} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1981 2025.04.19 00:27:04.672907 [ 259 ] {cb63f5fd-84a1-48ad-93eb-31f60d783462} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1982 2025.04.19 00:27:04.673148 [ 259 ] {cb63f5fd-84a1-48ad-93eb-31f60d783462} <Debug> executeQuery: Read 673 rows, 54.64 KiB in 0.001794 sec., 375139.35340022296 rows/sec., 29.75 MiB/sec.
1983 2025.04.19 00:27:04.673320 [ 259 ] {cb63f5fd-84a1-48ad-93eb-31f60d783462} <Debug> TCPHandler: Processed in 0.00209788 sec.
1984 2025.04.19 00:27:04.673441 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1985 2025.04.19 00:27:04.673544 [ 259 ] {16271141-8805-452f-8585-f2ba0705309b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1986 2025.04.19 00:27:04.673589 [ 259 ] {16271141-8805-452f-8585-f2ba0705309b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1987 2025.04.19 00:27:04.674189 [ 259 ] {16271141-8805-452f-8585-f2ba0705309b} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1988 2025.04.19 00:27:04.674228 [ 259 ] {16271141-8805-452f-8585-f2ba0705309b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1989 2025.04.19 00:27:04.674579 [ 259 ] {16271141-8805-452f-8585-f2ba0705309b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1990 2025.04.19 00:27:04.674812 [ 259 ] {16271141-8805-452f-8585-f2ba0705309b} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1991 2025.04.19 00:27:04.674962 [ 47 ] {} <Debug> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1992 2025.04.19 00:27:04.675028 [ 47 ] {} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1993 2025.04.19 00:27:04.675036 [ 259 ] {16271141-8805-452f-8585-f2ba0705309b} <Debug> executeQuery: Read 134 rows, 8.49 KiB in 0.001508 sec., 88859.41644562334 rows/sec., 5.50 MiB/sec.
1994 2025.04.19 00:27:04.675064 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
1995 2025.04.19 00:27:04.675163 [ 259 ] {16271141-8805-452f-8585-f2ba0705309b} <Debug> TCPHandler: Processed in 0.001763604 sec.
1996 2025.04.19 00:27:04.675719 [ 195 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::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
1997 2025.04.19 00:27:04.675724 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1998 2025.04.19 00:27:04.675993 [ 195 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1999 2025.04.19 00:27:04.676002 [ 259 ] {2936aeae-567d-4ab3-a48c-9d87af6cd7ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2000 2025.04.19 00:27:04.676048 [ 195 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 106 rows starting from the beginning of the part
2001 2025.04.19 00:27:04.676091 [ 259 ] {2936aeae-567d-4ab3-a48c-9d87af6cd7ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2002 2025.04.19 00:27:04.676418 [ 195 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 106 rows starting from the beginning of the part
2003 2025.04.19 00:27:04.676766 [ 195 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::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
2004 2025.04.19 00:27:04.677084 [ 195 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 106 rows starting from the beginning of the part
2005 2025.04.19 00:27:04.677409 [ 195 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part
2006 2025.04.19 00:27:04.677714 [ 195 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 134 rows starting from the beginning of the part
2007 2025.04.19 00:27:04.679104 [ 259 ] {2936aeae-567d-4ab3-a48c-9d87af6cd7ae} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2008 2025.04.19 00:27:04.679174 [ 259 ] {2936aeae-567d-4ab3-a48c-9d87af6cd7ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2009 2025.04.19 00:27:04.680193 [ 259 ] {2936aeae-567d-4ab3-a48c-9d87af6cd7ae} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2010 2025.04.19 00:27:04.680469 [ 192 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 468 rows, containing 5 columns (5 merged, 0 gathered) in 0.005266942 sec., 88856.1142309902 rows/sec., 5.69 MiB/sec.
2011 2025.04.19 00:27:04.680642 [ 259 ] {2936aeae-567d-4ab3-a48c-9d87af6cd7ae} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2012 2025.04.19 00:27:04.680700 [ 197 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2013 2025.04.19 00:27:04.681252 [ 259 ] {2936aeae-567d-4ab3-a48c-9d87af6cd7ae} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005309 sec., 21284.611037860235 rows/sec., 1.38 MiB/sec.
2014 2025.04.19 00:27:04.681615 [ 259 ] {2936aeae-567d-4ab3-a48c-9d87af6cd7ae} <Debug> TCPHandler: Processed in 0.006067507 sec.
2015 2025.04.19 00:27:04.681702 [ 197 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_6_1} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2016 2025.04.19 00:27:04.681898 [ 197 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_6_1} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2017 2025.04.19 00:27:04.681908 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2018 2025.04.19 00:27:04.681989 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2019 2025.04.19 00:27:04.682036 [ 259 ] {a77a44df-f325-4229-9684-0f1329dcc18b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2020 2025.04.19 00:27:04.682081 [ 259 ] {a77a44df-f325-4229-9684-0f1329dcc18b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2021 2025.04.19 00:27:04.682642 [ 259 ] {a77a44df-f325-4229-9684-0f1329dcc18b} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2022 2025.04.19 00:27:04.682679 [ 259 ] {a77a44df-f325-4229-9684-0f1329dcc18b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2023 2025.04.19 00:27:04.683018 [ 259 ] {a77a44df-f325-4229-9684-0f1329dcc18b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2024 2025.04.19 00:27:04.683245 [ 259 ] {a77a44df-f325-4229-9684-0f1329dcc18b} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2025 2025.04.19 00:27:04.683603 [ 259 ] {a77a44df-f325-4229-9684-0f1329dcc18b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00156 sec., 71794.8717948718 rows/sec., 4.09 MiB/sec.
2026 2025.04.19 00:27:04.683789 [ 259 ] {a77a44df-f325-4229-9684-0f1329dcc18b} <Debug> TCPHandler: Processed in 0.001950587 sec.
2027 2025.04.19 00:27:04.683911 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2028 2025.04.19 00:27:04.684016 [ 259 ] {6ba6c1e5-b5d3-419b-83d7-4ee55186e5ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2029 2025.04.19 00:27:04.684059 [ 259 ] {6ba6c1e5-b5d3-419b-83d7-4ee55186e5ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2030 2025.04.19 00:27:04.684724 [ 259 ] {6ba6c1e5-b5d3-419b-83d7-4ee55186e5ef} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2031 2025.04.19 00:27:04.684763 [ 259 ] {6ba6c1e5-b5d3-419b-83d7-4ee55186e5ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2032 2025.04.19 00:27:04.685130 [ 259 ] {6ba6c1e5-b5d3-419b-83d7-4ee55186e5ef} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2033 2025.04.19 00:27:04.685376 [ 259 ] {6ba6c1e5-b5d3-419b-83d7-4ee55186e5ef} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2034 2025.04.19 00:27:04.685635 [ 259 ] {6ba6c1e5-b5d3-419b-83d7-4ee55186e5ef} <Debug> executeQuery: Read 423 rows, 30.88 KiB in 0.001621 sec., 260950.0308451573 rows/sec., 18.60 MiB/sec.
2035 2025.04.19 00:27:04.685721 [ 259 ] {6ba6c1e5-b5d3-419b-83d7-4ee55186e5ef} <Debug> TCPHandler: Processed in 0.001862746 sec.
2036 2025.04.19 00:27:04.685836 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2037 2025.04.19 00:27:04.685941 [ 259 ] {7fbbf214-11ca-4523-a2c6-a63a33baac99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2038 2025.04.19 00:27:04.685987 [ 259 ] {7fbbf214-11ca-4523-a2c6-a63a33baac99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2039 2025.04.19 00:27:04.686386 [ 259 ] {7fbbf214-11ca-4523-a2c6-a63a33baac99} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2040 2025.04.19 00:27:04.686424 [ 259 ] {7fbbf214-11ca-4523-a2c6-a63a33baac99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2041 2025.04.19 00:27:04.686761 [ 259 ] {7fbbf214-11ca-4523-a2c6-a63a33baac99} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2042 2025.04.19 00:27:04.686995 [ 259 ] {7fbbf214-11ca-4523-a2c6-a63a33baac99} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2043 2025.04.19 00:27:04.687193 [ 259 ] {7fbbf214-11ca-4523-a2c6-a63a33baac99} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001273 sec., 4713.275726630008 rows/sec., 246.25 KiB/sec.
2044 2025.04.19 00:27:04.687241 [ 259 ] {7fbbf214-11ca-4523-a2c6-a63a33baac99} <Debug> TCPHandler: Processed in 0.001457048 sec.
2045 2025.04.19 00:27:04.687355 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2046 2025.04.19 00:27:04.687459 [ 259 ] {5e2d4b40-f438-4f4e-ae75-77b54d71b5d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2047 2025.04.19 00:27:04.687515 [ 259 ] {5e2d4b40-f438-4f4e-ae75-77b54d71b5d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2048 2025.04.19 00:27:04.688031 [ 259 ] {5e2d4b40-f438-4f4e-ae75-77b54d71b5d7} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2049 2025.04.19 00:27:04.688069 [ 259 ] {5e2d4b40-f438-4f4e-ae75-77b54d71b5d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2050 2025.04.19 00:27:04.688438 [ 259 ] {5e2d4b40-f438-4f4e-ae75-77b54d71b5d7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2051 2025.04.19 00:27:04.688665 [ 259 ] {5e2d4b40-f438-4f4e-ae75-77b54d71b5d7} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2052 2025.04.19 00:27:04.688863 [ 259 ] {5e2d4b40-f438-4f4e-ae75-77b54d71b5d7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001424 sec., 166432.58426966294 rows/sec., 11.16 MiB/sec.
2053 2025.04.19 00:27:04.688915 [ 259 ] {5e2d4b40-f438-4f4e-ae75-77b54d71b5d7} <Debug> TCPHandler: Processed in 0.001612481 sec.
2054 2025.04.19 00:27:04.689029 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2055 2025.04.19 00:27:04.689132 [ 259 ] {ad8b046b-832e-4063-a84c-1820818e0164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2056 2025.04.19 00:27:04.689179 [ 259 ] {ad8b046b-832e-4063-a84c-1820818e0164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2057 2025.04.19 00:27:04.689572 [ 259 ] {ad8b046b-832e-4063-a84c-1820818e0164} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2058 2025.04.19 00:27:04.689611 [ 259 ] {ad8b046b-832e-4063-a84c-1820818e0164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2059 2025.04.19 00:27:04.689941 [ 259 ] {ad8b046b-832e-4063-a84c-1820818e0164} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2060 2025.04.19 00:27:04.690175 [ 259 ] {ad8b046b-832e-4063-a84c-1820818e0164} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2061 2025.04.19 00:27:04.690378 [ 259 ] {ad8b046b-832e-4063-a84c-1820818e0164} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001267 sec., 789.2659826361485 rows/sec., 53.18 KiB/sec.
2062 2025.04.19 00:27:04.690428 [ 259 ] {ad8b046b-832e-4063-a84c-1820818e0164} <Debug> TCPHandler: Processed in 0.001449877 sec.
2063 2025.04.19 00:27:04.690539 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2064 2025.04.19 00:27:04.690643 [ 259 ] {e0b0cbc8-d9b5-4b8f-a49c-eeb22401222e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2065 2025.04.19 00:27:04.690708 [ 259 ] {e0b0cbc8-d9b5-4b8f-a49c-eeb22401222e} <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
2066 2025.04.19 00:27:04.691744 [ 259 ] {e0b0cbc8-d9b5-4b8f-a49c-eeb22401222e} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2067 2025.04.19 00:27:04.691782 [ 259 ] {e0b0cbc8-d9b5-4b8f-a49c-eeb22401222e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2068 2025.04.19 00:27:04.692391 [ 259 ] {e0b0cbc8-d9b5-4b8f-a49c-eeb22401222e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2069 2025.04.19 00:27:04.692642 [ 259 ] {e0b0cbc8-d9b5-4b8f-a49c-eeb22401222e} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2070 2025.04.19 00:27:04.692972 [ 259 ] {e0b0cbc8-d9b5-4b8f-a49c-eeb22401222e} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002349 sec., 11919.965942954448 rows/sec., 21.36 MiB/sec.
2071 2025.04.19 00:27:04.693065 [ 259 ] {e0b0cbc8-d9b5-4b8f-a49c-eeb22401222e} <Debug> TCPHandler: Processed in 0.00257528 sec.
2072 2025.04.19 00:27:04.693191 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2073 2025.04.19 00:27:04.693294 [ 259 ] {223633d5-9f7d-4d70-ae9a-6184666dea70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2074 2025.04.19 00:27:04.693340 [ 259 ] {223633d5-9f7d-4d70-ae9a-6184666dea70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2075 2025.04.19 00:27:04.693749 [ 259 ] {223633d5-9f7d-4d70-ae9a-6184666dea70} <Trace> oximeter.measurements_i64 (237599ff-5a6a-4b4a-a8be-5b75ceb5075e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2076 2025.04.19 00:27:04.693788 [ 259 ] {223633d5-9f7d-4d70-ae9a-6184666dea70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2077 2025.04.19 00:27:04.694142 [ 259 ] {223633d5-9f7d-4d70-ae9a-6184666dea70} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2078 2025.04.19 00:27:04.694370 [ 259 ] {223633d5-9f7d-4d70-ae9a-6184666dea70} <Trace> oximeter.measurements_i64 (237599ff-5a6a-4b4a-a8be-5b75ceb5075e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2079 2025.04.19 00:27:04.694586 [ 259 ] {223633d5-9f7d-4d70-ae9a-6184666dea70} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001295 sec., 16216.216216216217 rows/sec., 1.18 MiB/sec.
2080 2025.04.19 00:27:04.694809 [ 259 ] {223633d5-9f7d-4d70-ae9a-6184666dea70} <Debug> TCPHandler: Processed in 0.001669441 sec.
2081 2025.04.19 00:27:04.694924 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2082 2025.04.19 00:27:04.695029 [ 259 ] {fe24de2e-71e0-407c-af9c-dd607952cf13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2083 2025.04.19 00:27:04.695075 [ 259 ] {fe24de2e-71e0-407c-af9c-dd607952cf13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2084 2025.04.19 00:27:04.695514 [ 259 ] {fe24de2e-71e0-407c-af9c-dd607952cf13} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2085 2025.04.19 00:27:04.695552 [ 259 ] {fe24de2e-71e0-407c-af9c-dd607952cf13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2086 2025.04.19 00:27:04.695893 [ 259 ] {fe24de2e-71e0-407c-af9c-dd607952cf13} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2087 2025.04.19 00:27:04.696127 [ 259 ] {fe24de2e-71e0-407c-af9c-dd607952cf13} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2088 2025.04.19 00:27:04.696326 [ 259 ] {fe24de2e-71e0-407c-af9c-dd607952cf13} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001318 sec., 62215.4779969651 rows/sec., 3.95 MiB/sec.
2089 2025.04.19 00:27:04.696375 [ 259 ] {fe24de2e-71e0-407c-af9c-dd607952cf13} <Debug> TCPHandler: Processed in 0.001502679 sec.
2090 2025.04.19 00:27:09.648784 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2091 2025.04.19 00:27:09.648986 [ 259 ] {8ab42675-8654-458a-a679-2d8d242a2b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2092 2025.04.19 00:27:09.649058 [ 259 ] {8ab42675-8654-458a-a679-2d8d242a2b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2093 2025.04.19 00:27:09.649816 [ 259 ] {8ab42675-8654-458a-a679-2d8d242a2b8a} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2094 2025.04.19 00:27:09.649862 [ 259 ] {8ab42675-8654-458a-a679-2d8d242a2b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2095 2025.04.19 00:27:09.650294 [ 259 ] {8ab42675-8654-458a-a679-2d8d242a2b8a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2096 2025.04.19 00:27:09.650542 [ 259 ] {8ab42675-8654-458a-a679-2d8d242a2b8a} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2097 2025.04.19 00:27:09.650723 [ 44 ] {} <Debug> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2098 2025.04.19 00:27:09.650775 [ 259 ] {8ab42675-8654-458a-a679-2d8d242a2b8a} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001835 sec., 39237.05722070845 rows/sec., 3.19 MiB/sec.
2099 2025.04.19 00:27:09.650802 [ 44 ] {} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2100 2025.04.19 00:27:09.650869 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2101 2025.04.19 00:27:09.650890 [ 259 ] {8ab42675-8654-458a-a679-2d8d242a2b8a} <Debug> TCPHandler: Processed in 0.002223363 sec.
2102 2025.04.19 00:27:09.651215 [ 195 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::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
2103 2025.04.19 00:27:09.651240 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2104 2025.04.19 00:27:09.651490 [ 259 ] {91d909a4-deb9-4264-8fdf-ef81e9326c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2105 2025.04.19 00:27:09.651492 [ 195 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2106 2025.04.19 00:27:09.651581 [ 259 ] {91d909a4-deb9-4264-8fdf-ef81e9326c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2107 2025.04.19 00:27:09.651585 [ 195 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::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
2108 2025.04.19 00:27:09.651946 [ 195 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1757 rows starting from the beginning of the part
2109 2025.04.19 00:27:09.652247 [ 195 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::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
2110 2025.04.19 00:27:09.652665 [ 195 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 72 rows starting from the beginning of the part
2111 2025.04.19 00:27:09.652975 [ 195 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 673 rows starting from the beginning of the part
2112 2025.04.19 00:27:09.653330 [ 195 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 72 rows starting from the beginning of the part
2113 2025.04.19 00:27:09.654539 [ 259 ] {91d909a4-deb9-4264-8fdf-ef81e9326c5d} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2114 2025.04.19 00:27:09.654606 [ 259 ] {91d909a4-deb9-4264-8fdf-ef81e9326c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2115 2025.04.19 00:27:09.655531 [ 259 ] {91d909a4-deb9-4264-8fdf-ef81e9326c5d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2116 2025.04.19 00:27:09.655998 [ 259 ] {91d909a4-deb9-4264-8fdf-ef81e9326c5d} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2117 2025.04.19 00:27:09.656320 [ 259 ] {91d909a4-deb9-4264-8fdf-ef81e9326c5d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004894 sec., 1634.6546791990193 rows/sec., 122.92 KiB/sec.
2118 2025.04.19 00:27:09.656768 [ 259 ] {91d909a4-deb9-4264-8fdf-ef81e9326c5d} <Debug> TCPHandler: Processed in 0.005668949 sec.
2119 2025.04.19 00:27:09.657070 [ 192 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3263 rows, containing 5 columns (5 merged, 0 gathered) in 0.006091557 sec., 535659.4381370805 rows/sec., 45.00 MiB/sec.
2120 2025.04.19 00:27:09.657084 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2121 2025.04.19 00:27:09.657229 [ 259 ] {95f3fd99-3cf9-46fd-9f15-1e02d7f1b627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2122 2025.04.19 00:27:09.657279 [ 259 ] {95f3fd99-3cf9-46fd-9f15-1e02d7f1b627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2123 2025.04.19 00:27:09.657437 [ 192 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2124 2025.04.19 00:27:09.658030 [ 192 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_11_2} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2125 2025.04.19 00:27:09.658254 [ 192 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_11_2} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2126 2025.04.19 00:27:09.658444 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
2127 2025.04.19 00:27:09.658531 [ 259 ] {95f3fd99-3cf9-46fd-9f15-1e02d7f1b627} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2128 2025.04.19 00:27:09.658575 [ 259 ] {95f3fd99-3cf9-46fd-9f15-1e02d7f1b627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2129 2025.04.19 00:27:09.658940 [ 259 ] {95f3fd99-3cf9-46fd-9f15-1e02d7f1b627} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2130 2025.04.19 00:27:09.659184 [ 259 ] {95f3fd99-3cf9-46fd-9f15-1e02d7f1b627} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2131 2025.04.19 00:27:09.659344 [ 44 ] {} <Debug> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2132 2025.04.19 00:27:09.659404 [ 44 ] {} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2133 2025.04.19 00:27:09.659410 [ 259 ] {95f3fd99-3cf9-46fd-9f15-1e02d7f1b627} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002197 sec., 32771.9617660446 rows/sec., 2.56 MiB/sec.
2134 2025.04.19 00:27:09.659435 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2135 2025.04.19 00:27:09.659589 [ 259 ] {95f3fd99-3cf9-46fd-9f15-1e02d7f1b627} <Debug> TCPHandler: Processed in 0.002561089 sec.
2136 2025.04.19 00:27:09.659861 [ 200 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::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
2137 2025.04.19 00:27:09.659915 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2138 2025.04.19 00:27:09.660174 [ 259 ] {ba9a40f6-211b-4bc7-bc7d-0a5bdb217a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2139 2025.04.19 00:27:09.660189 [ 200 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2140 2025.04.19 00:27:09.660267 [ 259 ] {ba9a40f6-211b-4bc7-bc7d-0a5bdb217a38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2141 2025.04.19 00:27:09.660270 [ 200 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::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
2142 2025.04.19 00:27:09.660610 [ 200 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 838 rows starting from the beginning of the part
2143 2025.04.19 00:27:09.660942 [ 200 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::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
2144 2025.04.19 00:27:09.661284 [ 200 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 72 rows starting from the beginning of the part
2145 2025.04.19 00:27:09.661576 [ 200 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 423 rows starting from the beginning of the part
2146 2025.04.19 00:27:09.661860 [ 200 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 72 rows starting from the beginning of the part
2147 2025.04.19 00:27:09.662723 [ 259 ] {ba9a40f6-211b-4bc7-bc7d-0a5bdb217a38} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2148 2025.04.19 00:27:09.662791 [ 259 ] {ba9a40f6-211b-4bc7-bc7d-0a5bdb217a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2149 2025.04.19 00:27:09.663839 [ 259 ] {ba9a40f6-211b-4bc7-bc7d-0a5bdb217a38} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2150 2025.04.19 00:27:09.664180 [ 259 ] {ba9a40f6-211b-4bc7-bc7d-0a5bdb217a38} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2151 2025.04.19 00:27:09.664477 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2152 2025.04.19 00:27:09.664590 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2153 2025.04.19 00:27:09.664677 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2154 2025.04.19 00:27:09.664846 [ 192 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1859 rows, containing 5 columns (5 merged, 0 gathered) in 0.005282542 sec., 351913.90811469173 rows/sec., 26.78 MiB/sec.
2155 2025.04.19 00:27:09.664999 [ 259 ] {ba9a40f6-211b-4bc7-bc7d-0a5bdb217a38} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004863 sec., 32901.5011309891 rows/sec., 2.29 MiB/sec.
2156 2025.04.19 00:27:09.665153 [ 200 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
2157 2025.04.19 00:27:09.665291 [ 192 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2158 2025.04.19 00:27:09.665719 [ 259 ] {ba9a40f6-211b-4bc7-bc7d-0a5bdb217a38} <Debug> TCPHandler: Processed in 0.005895123 sec.
2159 2025.04.19 00:27:09.665951 [ 200 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2160 2025.04.19 00:27:09.666034 [ 200 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1082 rows starting from the beginning of the part
2161 2025.04.19 00:27:09.666097 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2162 2025.04.19 00:27:09.666386 [ 200 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2401 rows starting from the beginning of the part
2163 2025.04.19 00:27:09.666455 [ 199 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_11_2} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2164 2025.04.19 00:27:09.666499 [ 259 ] {040aa53d-d88b-47d4-87e2-0a63a1dd8c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2165 2025.04.19 00:27:09.666863 [ 200 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
2166 2025.04.19 00:27:09.667076 [ 259 ] {040aa53d-d88b-47d4-87e2-0a63a1dd8c81} <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
2167 2025.04.19 00:27:09.667272 [ 200 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
2168 2025.04.19 00:27:09.667377 [ 199 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_11_2} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2169 2025.04.19 00:27:09.667723 [ 200 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
2170 2025.04.19 00:27:09.668169 [ 200 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
2171 2025.04.19 00:27:09.668637 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
2172 2025.04.19 00:27:09.671853 [ 259 ] {040aa53d-d88b-47d4-87e2-0a63a1dd8c81} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2173 2025.04.19 00:27:09.671897 [ 259 ] {040aa53d-d88b-47d4-87e2-0a63a1dd8c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2174 2025.04.19 00:27:09.672671 [ 259 ] {040aa53d-d88b-47d4-87e2-0a63a1dd8c81} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2175 2025.04.19 00:27:09.672952 [ 259 ] {040aa53d-d88b-47d4-87e2-0a63a1dd8c81} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2176 2025.04.19 00:27:09.673266 [ 192 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4168 rows, containing 5 columns (5 merged, 0 gathered) in 0.008458943 sec., 492732.9572973834 rows/sec., 33.24 MiB/sec.
2177 2025.04.19 00:27:09.673487 [ 259 ] {040aa53d-d88b-47d4-87e2-0a63a1dd8c81} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007122 sec., 1123.2799775344004 rows/sec., 2.01 MiB/sec.
2178 2025.04.19 00:27:09.673756 [ 259 ] {040aa53d-d88b-47d4-87e2-0a63a1dd8c81} <Debug> TCPHandler: Processed in 0.007827971 sec.
2179 2025.04.19 00:27:09.673993 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2180 2025.04.19 00:27:09.674002 [ 199 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2181 2025.04.19 00:27:09.674214 [ 259 ] {b13320ed-2856-4a81-acab-3e4038ecfa69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2182 2025.04.19 00:27:09.674300 [ 259 ] {b13320ed-2856-4a81-acab-3e4038ecfa69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2183 2025.04.19 00:27:09.674691 [ 199 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2184 2025.04.19 00:27:09.674838 [ 199 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2185 2025.04.19 00:27:09.674990 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB.
2186 2025.04.19 00:27:09.675236 [ 259 ] {b13320ed-2856-4a81-acab-3e4038ecfa69} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2187 2025.04.19 00:27:09.675291 [ 259 ] {b13320ed-2856-4a81-acab-3e4038ecfa69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2188 2025.04.19 00:27:09.675739 [ 259 ] {b13320ed-2856-4a81-acab-3e4038ecfa69} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2189 2025.04.19 00:27:09.676018 [ 259 ] {b13320ed-2856-4a81-acab-3e4038ecfa69} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2190 2025.04.19 00:27:09.676194 [ 44 ] {} <Debug> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2191 2025.04.19 00:27:09.676255 [ 259 ] {b13320ed-2856-4a81-acab-3e4038ecfa69} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002112 sec., 28409.090909090908 rows/sec., 1.91 MiB/sec.
2192 2025.04.19 00:27:09.676263 [ 44 ] {} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2193 2025.04.19 00:27:09.676336 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2194 2025.04.19 00:27:09.676379 [ 259 ] {b13320ed-2856-4a81-acab-3e4038ecfa69} <Debug> TCPHandler: Processed in 0.002440617 sec.
2195 2025.04.19 00:27:09.676690 [ 192 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
2196 2025.04.19 00:27:09.676834 [ 192 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2197 2025.04.19 00:27:09.676863 [ 192 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 392 rows starting from the beginning of the part
2198 2025.04.19 00:27:09.676949 [ 192 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
2199 2025.04.19 00:27:09.677026 [ 192 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
2200 2025.04.19 00:27:09.677155 [ 192 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
2201 2025.04.19 00:27:09.677223 [ 192 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
2202 2025.04.19 00:27:09.677315 [ 192 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
2203 2025.04.19 00:27:09.678257 [ 200 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 676 rows, containing 4 columns (4 merged, 0 gathered) in 0.001831575 sec., 369081.2552038546 rows/sec., 24.18 MiB/sec.
2204 2025.04.19 00:27:09.678399 [ 192 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2205 2025.04.19 00:27:09.678678 [ 192 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_11_2} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2206 2025.04.19 00:27:09.678756 [ 192 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_11_2} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2207 2025.04.19 00:27:09.678825 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
2208 2025.04.19 00:27:10.751865 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
2209 2025.04.19 00:27:10.752475 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2210 2025.04.19 00:27:10.752525 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2211 2025.04.19 00:27:10.753045 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2212 2025.04.19 00:27:10.753301 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2213 2025.04.19 00:27:10.753583 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
2214 2025.04.19 00:27:10.990564 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2215 2025.04.19 00:27:11.010935 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2216 2025.04.19 00:27:11.010997 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2217 2025.04.19 00:27:11.018318 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2218 2025.04.19 00:27:11.019052 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2219 2025.04.19 00:27:11.022128 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2220 2025.04.19 00:27:13.256414 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 330
2221 2025.04.19 00:27:13.259652 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2222 2025.04.19 00:27:13.259705 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2223 2025.04.19 00:27:13.261173 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2224 2025.04.19 00:27:13.261468 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2225 2025.04.19 00:27:13.261670 [ 39 ] {} <Debug> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2226 2025.04.19 00:27:13.261790 [ 39 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2227 2025.04.19 00:27:13.261854 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2228 2025.04.19 00:27:13.262494 [ 190 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::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
2229 2025.04.19 00:27:13.263088 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 330
2230 2025.04.19 00:27:13.263562 [ 190 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2231 2025.04.19 00:27:13.263742 [ 190 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::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
2232 2025.04.19 00:27:13.264434 [ 190 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part
2233 2025.04.19 00:27:13.265110 [ 190 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 54 rows starting from the beginning of the part
2234 2025.04.19 00:27:13.265734 [ 190 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 70 rows starting from the beginning of the part
2235 2025.04.19 00:27:13.266377 [ 190 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part
2236 2025.04.19 00:27:13.266964 [ 190 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 44 rows starting from the beginning of the part
2237 2025.04.19 00:27:13.274748 [ 200 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 330 rows, containing 72 columns (72 merged, 0 gathered) in 0.012717754 sec., 25947.97792125874 rows/sec., 26.01 MiB/sec.
2238 2025.04.19 00:27:13.275534 [ 190 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2239 2025.04.19 00:27:13.276218 [ 190 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_6_1} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2240 2025.04.19 00:27:13.276303 [ 190 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_6_1} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2241 2025.04.19 00:27:13.276495 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.71 MiB.
2242 2025.04.19 00:27:14.655828 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2243 2025.04.19 00:27:14.656016 [ 259 ] {2c0fd4d1-9a75-42b5-b624-b6a38faa7505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2244 2025.04.19 00:27:14.656083 [ 259 ] {2c0fd4d1-9a75-42b5-b624-b6a38faa7505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2245 2025.04.19 00:27:14.656981 [ 259 ] {2c0fd4d1-9a75-42b5-b624-b6a38faa7505} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2246 2025.04.19 00:27:14.657026 [ 259 ] {2c0fd4d1-9a75-42b5-b624-b6a38faa7505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2247 2025.04.19 00:27:14.657454 [ 259 ] {2c0fd4d1-9a75-42b5-b624-b6a38faa7505} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2248 2025.04.19 00:27:14.657712 [ 259 ] {2c0fd4d1-9a75-42b5-b624-b6a38faa7505} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2249 2025.04.19 00:27:14.657899 [ 32 ] {} <Debug> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2250 2025.04.19 00:27:14.657949 [ 259 ] {2c0fd4d1-9a75-42b5-b624-b6a38faa7505} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001977 sec., 107233.18158826504 rows/sec., 6.82 MiB/sec.
2251 2025.04.19 00:27:14.657979 [ 32 ] {} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2252 2025.04.19 00:27:14.658048 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2253 2025.04.19 00:27:14.658065 [ 259 ] {2c0fd4d1-9a75-42b5-b624-b6a38faa7505} <Debug> TCPHandler: Processed in 0.002358866 sec.
2254 2025.04.19 00:27:14.658197 [ 189 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
2255 2025.04.19 00:27:14.658248 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2256 2025.04.19 00:27:14.658306 [ 189 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2257 2025.04.19 00:27:14.658356 [ 189 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
2258 2025.04.19 00:27:14.658375 [ 259 ] {6dec0e3b-74ee-4409-b6ba-033bb7592dbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2259 2025.04.19 00:27:14.658430 [ 259 ] {6dec0e3b-74ee-4409-b6ba-033bb7592dbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2260 2025.04.19 00:27:14.658645 [ 189 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
2261 2025.04.19 00:27:14.658933 [ 189 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
2262 2025.04.19 00:27:14.659481 [ 189 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
2263 2025.04.19 00:27:14.659859 [ 189 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
2264 2025.04.19 00:27:14.661220 [ 259 ] {6dec0e3b-74ee-4409-b6ba-033bb7592dbd} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2265 2025.04.19 00:27:14.661270 [ 259 ] {6dec0e3b-74ee-4409-b6ba-033bb7592dbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2266 2025.04.19 00:27:14.661540 [ 189 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003388726 sec., 312801.92024967493 rows/sec., 21.09 MiB/sec.
2267 2025.04.19 00:27:14.661843 [ 186 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2268 2025.04.19 00:27:14.661926 [ 259 ] {6dec0e3b-74ee-4409-b6ba-033bb7592dbd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2269 2025.04.19 00:27:14.662420 [ 259 ] {6dec0e3b-74ee-4409-b6ba-033bb7592dbd} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2270 2025.04.19 00:27:14.662478 [ 186 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_5_1} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2271 2025.04.19 00:27:14.662702 [ 186 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_5_1} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2272 2025.04.19 00:27:14.662923 [ 259 ] {6dec0e3b-74ee-4409-b6ba-033bb7592dbd} <Debug> executeQuery: Read 673 rows, 54.64 KiB in 0.004552 sec., 147847.10017574695 rows/sec., 11.72 MiB/sec.
2273 2025.04.19 00:27:14.663215 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
2274 2025.04.19 00:27:14.663220 [ 259 ] {6dec0e3b-74ee-4409-b6ba-033bb7592dbd} <Debug> TCPHandler: Processed in 0.005026497 sec.
2275 2025.04.19 00:27:14.663410 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2276 2025.04.19 00:27:14.663513 [ 259 ] {ee2624bb-f913-4e34-982c-9d2b2ba027c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2277 2025.04.19 00:27:14.663558 [ 259 ] {ee2624bb-f913-4e34-982c-9d2b2ba027c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2278 2025.04.19 00:27:14.664181 [ 259 ] {ee2624bb-f913-4e34-982c-9d2b2ba027c9} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2279 2025.04.19 00:27:14.664220 [ 259 ] {ee2624bb-f913-4e34-982c-9d2b2ba027c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2280 2025.04.19 00:27:14.664573 [ 259 ] {ee2624bb-f913-4e34-982c-9d2b2ba027c9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2281 2025.04.19 00:27:14.664802 [ 259 ] {ee2624bb-f913-4e34-982c-9d2b2ba027c9} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2282 2025.04.19 00:27:14.665008 [ 259 ] {ee2624bb-f913-4e34-982c-9d2b2ba027c9} <Debug> executeQuery: Read 134 rows, 8.49 KiB in 0.001517 sec., 88332.2346736981 rows/sec., 5.47 MiB/sec.
2283 2025.04.19 00:27:14.665058 [ 259 ] {ee2624bb-f913-4e34-982c-9d2b2ba027c9} <Debug> TCPHandler: Processed in 0.001696422 sec.
2284 2025.04.19 00:27:14.665184 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2285 2025.04.19 00:27:14.665287 [ 259 ] {2abafc01-d1a5-4f72-8bc7-8effb3e78415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2286 2025.04.19 00:27:14.665330 [ 259 ] {2abafc01-d1a5-4f72-8bc7-8effb3e78415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2287 2025.04.19 00:27:14.665853 [ 259 ] {2abafc01-d1a5-4f72-8bc7-8effb3e78415} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2288 2025.04.19 00:27:14.665891 [ 259 ] {2abafc01-d1a5-4f72-8bc7-8effb3e78415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2289 2025.04.19 00:27:14.666235 [ 259 ] {2abafc01-d1a5-4f72-8bc7-8effb3e78415} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2290 2025.04.19 00:27:14.666460 [ 259 ] {2abafc01-d1a5-4f72-8bc7-8effb3e78415} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2291 2025.04.19 00:27:14.666675 [ 259 ] {2abafc01-d1a5-4f72-8bc7-8effb3e78415} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001399 sec., 80771.97998570406 rows/sec., 5.23 MiB/sec.
2292 2025.04.19 00:27:14.666840 [ 259 ] {2abafc01-d1a5-4f72-8bc7-8effb3e78415} <Debug> TCPHandler: Processed in 0.001703123 sec.
2293 2025.04.19 00:27:14.666972 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2294 2025.04.19 00:27:14.667072 [ 259 ] {7bfa55e6-7740-4708-83b1-f94f69b469c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2295 2025.04.19 00:27:14.667115 [ 259 ] {7bfa55e6-7740-4708-83b1-f94f69b469c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2296 2025.04.19 00:27:14.667662 [ 259 ] {7bfa55e6-7740-4708-83b1-f94f69b469c9} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2297 2025.04.19 00:27:14.667700 [ 259 ] {7bfa55e6-7740-4708-83b1-f94f69b469c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2298 2025.04.19 00:27:14.668031 [ 259 ] {7bfa55e6-7740-4708-83b1-f94f69b469c9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2299 2025.04.19 00:27:14.668260 [ 259 ] {7bfa55e6-7740-4708-83b1-f94f69b469c9} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2300 2025.04.19 00:27:14.668416 [ 32 ] {} <Debug> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2301 2025.04.19 00:27:14.668483 [ 32 ] {} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2302 2025.04.19 00:27:14.668500 [ 259 ] {7bfa55e6-7740-4708-83b1-f94f69b469c9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001441 sec., 77723.80291464261 rows/sec., 4.43 MiB/sec.
2303 2025.04.19 00:27:14.668523 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2304 2025.04.19 00:27:14.668629 [ 259 ] {7bfa55e6-7740-4708-83b1-f94f69b469c9} <Debug> TCPHandler: Processed in 0.001699783 sec.
2305 2025.04.19 00:27:14.668956 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2306 2025.04.19 00:27:14.669008 [ 187 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
2307 2025.04.19 00:27:14.669115 [ 259 ] {4c7ac010-4566-4536-9894-f0fa8e886b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2308 2025.04.19 00:27:14.669236 [ 259 ] {4c7ac010-4566-4536-9894-f0fa8e886b1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2309 2025.04.19 00:27:14.669355 [ 187 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2310 2025.04.19 00:27:14.669453 [ 187 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
2311 2025.04.19 00:27:14.669818 [ 187 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
2312 2025.04.19 00:27:14.670211 [ 187 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
2313 2025.04.19 00:27:14.670617 [ 187 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
2314 2025.04.19 00:27:14.670889 [ 187 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
2315 2025.04.19 00:27:14.671829 [ 259 ] {4c7ac010-4566-4536-9894-f0fa8e886b1a} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2316 2025.04.19 00:27:14.671911 [ 259 ] {4c7ac010-4566-4536-9894-f0fa8e886b1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2317 2025.04.19 00:27:14.672966 [ 259 ] {4c7ac010-4566-4536-9894-f0fa8e886b1a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2318 2025.04.19 00:27:14.673370 [ 186 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00467907 sec., 119681.90260030306 rows/sec., 7.27 MiB/sec.
2319 2025.04.19 00:27:14.673447 [ 259 ] {4c7ac010-4566-4536-9894-f0fa8e886b1a} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2320 2025.04.19 00:27:14.673697 [ 186 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2321 2025.04.19 00:27:14.673979 [ 259 ] {4c7ac010-4566-4536-9894-f0fa8e886b1a} <Debug> executeQuery: Read 410 rows, 29.83 KiB in 0.004894 sec., 83776.05230894973 rows/sec., 5.95 MiB/sec.
2322 2025.04.19 00:27:14.674325 [ 259 ] {4c7ac010-4566-4536-9894-f0fa8e886b1a} <Debug> TCPHandler: Processed in 0.005499546 sec.
2323 2025.04.19 00:27:14.674462 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2324 2025.04.19 00:27:14.674642 [ 259 ] {f80f3738-1007-45d3-b79d-9c2b39f2684d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2325 2025.04.19 00:27:14.674717 [ 186 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_5_1} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2326 2025.04.19 00:27:14.674737 [ 259 ] {f80f3738-1007-45d3-b79d-9c2b39f2684d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2327 2025.04.19 00:27:14.674916 [ 186 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_5_1} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2328 2025.04.19 00:27:14.675105 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2329 2025.04.19 00:27:14.675484 [ 259 ] {f80f3738-1007-45d3-b79d-9c2b39f2684d} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2330 2025.04.19 00:27:14.675526 [ 259 ] {f80f3738-1007-45d3-b79d-9c2b39f2684d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2331 2025.04.19 00:27:14.675874 [ 259 ] {f80f3738-1007-45d3-b79d-9c2b39f2684d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2332 2025.04.19 00:27:14.676110 [ 259 ] {f80f3738-1007-45d3-b79d-9c2b39f2684d} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2333 2025.04.19 00:27:14.676327 [ 259 ] {f80f3738-1007-45d3-b79d-9c2b39f2684d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001738 sec., 3452.2439585730726 rows/sec., 180.37 KiB/sec.
2334 2025.04.19 00:27:14.676410 [ 259 ] {f80f3738-1007-45d3-b79d-9c2b39f2684d} <Debug> TCPHandler: Processed in 0.002008389 sec.
2335 2025.04.19 00:27:14.676538 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2336 2025.04.19 00:27:14.676668 [ 259 ] {91400e8a-2cf5-4494-a311-e999c081c4bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2337 2025.04.19 00:27:14.676726 [ 259 ] {91400e8a-2cf5-4494-a311-e999c081c4bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2338 2025.04.19 00:27:14.677332 [ 259 ] {91400e8a-2cf5-4494-a311-e999c081c4bb} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2339 2025.04.19 00:27:14.677373 [ 259 ] {91400e8a-2cf5-4494-a311-e999c081c4bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2340 2025.04.19 00:27:14.677757 [ 259 ] {91400e8a-2cf5-4494-a311-e999c081c4bb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2341 2025.04.19 00:27:14.678007 [ 259 ] {91400e8a-2cf5-4494-a311-e999c081c4bb} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2342 2025.04.19 00:27:14.678194 [ 259 ] {91400e8a-2cf5-4494-a311-e999c081c4bb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001554 sec., 152509.65250965251 rows/sec., 10.22 MiB/sec.
2343 2025.04.19 00:27:14.678245 [ 259 ] {91400e8a-2cf5-4494-a311-e999c081c4bb} <Debug> TCPHandler: Processed in 0.001768864 sec.
2344 2025.04.19 00:27:14.678360 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2345 2025.04.19 00:27:14.678465 [ 259 ] {4454e909-356a-4fb6-b209-486107bc3126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2346 2025.04.19 00:27:14.678512 [ 259 ] {4454e909-356a-4fb6-b209-486107bc3126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2347 2025.04.19 00:27:14.678899 [ 259 ] {4454e909-356a-4fb6-b209-486107bc3126} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2348 2025.04.19 00:27:14.678965 [ 259 ] {4454e909-356a-4fb6-b209-486107bc3126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2349 2025.04.19 00:27:14.679302 [ 259 ] {4454e909-356a-4fb6-b209-486107bc3126} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2350 2025.04.19 00:27:14.679536 [ 259 ] {4454e909-356a-4fb6-b209-486107bc3126} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2351 2025.04.19 00:27:14.679678 [ 32 ] {} <Debug> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2352 2025.04.19 00:27:14.679738 [ 32 ] {} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2353 2025.04.19 00:27:14.679774 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2354 2025.04.19 00:27:14.679771 [ 259 ] {4454e909-356a-4fb6-b209-486107bc3126} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec.
2355 2025.04.19 00:27:14.679948 [ 259 ] {4454e909-356a-4fb6-b209-486107bc3126} <Debug> TCPHandler: Processed in 0.001636682 sec.
2356 2025.04.19 00:27:14.680032 [ 187 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::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
2357 2025.04.19 00:27:14.680104 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2358 2025.04.19 00:27:14.680314 [ 187 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2359 2025.04.19 00:27:14.680330 [ 259 ] {fd3519dd-ed5b-43cd-9b75-e2f269d699e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2360 2025.04.19 00:27:14.680368 [ 187 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::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
2361 2025.04.19 00:27:14.680595 [ 259 ] {fd3519dd-ed5b-43cd-9b75-e2f269d699e9} <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
2362 2025.04.19 00:27:14.680617 [ 187 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::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
2363 2025.04.19 00:27:14.681154 [ 187 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::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
2364 2025.04.19 00:27:14.681568 [ 187 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::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
2365 2025.04.19 00:27:14.682024 [ 187 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::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
2366 2025.04.19 00:27:14.684887 [ 187 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005003026 sec., 999.3951660455093 rows/sec., 67.34 KiB/sec.
2367 2025.04.19 00:27:14.685097 [ 187 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2368 2025.04.19 00:27:14.685459 [ 259 ] {fd3519dd-ed5b-43cd-9b75-e2f269d699e9} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2369 2025.04.19 00:27:14.685532 [ 259 ] {fd3519dd-ed5b-43cd-9b75-e2f269d699e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2370 2025.04.19 00:27:14.685695 [ 187 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_5_1} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2371 2025.04.19 00:27:14.685922 [ 187 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_5_1} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2372 2025.04.19 00:27:14.686047 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2373 2025.04.19 00:27:14.686515 [ 259 ] {fd3519dd-ed5b-43cd-9b75-e2f269d699e9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2374 2025.04.19 00:27:14.686783 [ 259 ] {fd3519dd-ed5b-43cd-9b75-e2f269d699e9} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2375 2025.04.19 00:27:14.687018 [ 259 ] {fd3519dd-ed5b-43cd-9b75-e2f269d699e9} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.006772 sec., 4134.6721795629055 rows/sec., 7.41 MiB/sec.
2376 2025.04.19 00:27:14.687125 [ 259 ] {fd3519dd-ed5b-43cd-9b75-e2f269d699e9} <Debug> TCPHandler: Processed in 0.007072206 sec.
2377 2025.04.19 00:27:14.687250 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2378 2025.04.19 00:27:14.687356 [ 259 ] {95543f11-ee17-42af-8937-e48c2b4b95c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2379 2025.04.19 00:27:14.687403 [ 259 ] {95543f11-ee17-42af-8937-e48c2b4b95c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2380 2025.04.19 00:27:14.687829 [ 259 ] {95543f11-ee17-42af-8937-e48c2b4b95c9} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2381 2025.04.19 00:27:14.687868 [ 259 ] {95543f11-ee17-42af-8937-e48c2b4b95c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2382 2025.04.19 00:27:14.688220 [ 259 ] {95543f11-ee17-42af-8937-e48c2b4b95c9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2383 2025.04.19 00:27:14.688467 [ 259 ] {95543f11-ee17-42af-8937-e48c2b4b95c9} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2384 2025.04.19 00:27:14.688631 [ 259 ] {95543f11-ee17-42af-8937-e48c2b4b95c9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001297 sec., 63222.82189668466 rows/sec., 4.02 MiB/sec.
2385 2025.04.19 00:27:14.688730 [ 259 ] {95543f11-ee17-42af-8937-e48c2b4b95c9} <Debug> TCPHandler: Processed in 0.001531749 sec.
2386 2025.04.19 00:27:16.949147 [ 31 ] {} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2387 2025.04.19 00:27:16.949222 [ 31 ] {} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2388 2025.04.19 00:27:16.949249 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2389 2025.04.19 00:27:16.949425 [ 200 ] {5e82142a-a100-464e-85b4-2a62f2a9d90b::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
2390 2025.04.19 00:27:16.949752 [ 200 ] {5e82142a-a100-464e-85b4-2a62f2a9d90b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2391 2025.04.19 00:27:16.949796 [ 200 ] {5e82142a-a100-464e-85b4-2a62f2a9d90b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part
2392 2025.04.19 00:27:16.949891 [ 200 ] {5e82142a-a100-464e-85b4-2a62f2a9d90b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part
2393 2025.04.19 00:27:16.949987 [ 200 ] {5e82142a-a100-464e-85b4-2a62f2a9d90b::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
2394 2025.04.19 00:27:16.950081 [ 200 ] {5e82142a-a100-464e-85b4-2a62f2a9d90b::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
2395 2025.04.19 00:27:16.950173 [ 200 ] {5e82142a-a100-464e-85b4-2a62f2a9d90b::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
2396 2025.04.19 00:27:16.952564 [ 187 ] {5e82142a-a100-464e-85b4-2a62f2a9d90b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 6 columns (6 merged, 0 gathered) in 0.003226112 sec., 12398.825583240754 rows/sec., 2.62 MiB/sec.
2397 2025.04.19 00:27:16.952852 [ 198 ] {5e82142a-a100-464e-85b4-2a62f2a9d90b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2398 2025.04.19 00:27:16.953434 [ 198 ] {5e82142a-a100-464e-85b4-2a62f2a9d90b::all_1_5_1} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2399 2025.04.19 00:27:16.953528 [ 198 ] {5e82142a-a100-464e-85b4-2a62f2a9d90b::all_1_5_1} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2400 2025.04.19 00:27:16.953636 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2401 2025.04.19 00:27:18.174822 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache
2402 2025.04.19 00:27:18.174907 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache
2403 2025.04.19 00:27:18.253815 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
2404 2025.04.19 00:27:18.254744 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2405 2025.04.19 00:27:18.254799 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2406 2025.04.19 00:27:18.255309 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2407 2025.04.19 00:27:18.255571 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2408 2025.04.19 00:27:18.255875 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2409 2025.04.19 00:27:18.522262 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2410 2025.04.19 00:27:18.542414 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2411 2025.04.19 00:27:18.542474 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2412 2025.04.19 00:27:18.550067 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2413 2025.04.19 00:27:18.550800 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2414 2025.04.19 00:27:18.554032 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2415 2025.04.19 00:27:19.649017 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2416 2025.04.19 00:27:19.649247 [ 259 ] {1bedc4de-77b8-4f8f-a6df-c335e3a12e30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2417 2025.04.19 00:27:19.649328 [ 259 ] {1bedc4de-77b8-4f8f-a6df-c335e3a12e30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2418 2025.04.19 00:27:19.650069 [ 259 ] {1bedc4de-77b8-4f8f-a6df-c335e3a12e30} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2419 2025.04.19 00:27:19.650119 [ 259 ] {1bedc4de-77b8-4f8f-a6df-c335e3a12e30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2420 2025.04.19 00:27:19.650567 [ 259 ] {1bedc4de-77b8-4f8f-a6df-c335e3a12e30} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2421 2025.04.19 00:27:19.650823 [ 259 ] {1bedc4de-77b8-4f8f-a6df-c335e3a12e30} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2422 2025.04.19 00:27:19.651053 [ 259 ] {1bedc4de-77b8-4f8f-a6df-c335e3a12e30} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001859 sec., 38730.500268961805 rows/sec., 3.15 MiB/sec.
2423 2025.04.19 00:27:19.651114 [ 259 ] {1bedc4de-77b8-4f8f-a6df-c335e3a12e30} <Debug> TCPHandler: Processed in 0.002228623 sec.
2424 2025.04.19 00:27:19.651242 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2425 2025.04.19 00:27:19.651361 [ 259 ] {f0a55596-4ad0-4893-b155-be7718248267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2426 2025.04.19 00:27:19.651414 [ 259 ] {f0a55596-4ad0-4893-b155-be7718248267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2427 2025.04.19 00:27:19.651934 [ 259 ] {f0a55596-4ad0-4893-b155-be7718248267} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2428 2025.04.19 00:27:19.651976 [ 259 ] {f0a55596-4ad0-4893-b155-be7718248267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2429 2025.04.19 00:27:19.652370 [ 259 ] {f0a55596-4ad0-4893-b155-be7718248267} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2430 2025.04.19 00:27:19.652634 [ 259 ] {f0a55596-4ad0-4893-b155-be7718248267} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2431 2025.04.19 00:27:19.652878 [ 259 ] {f0a55596-4ad0-4893-b155-be7718248267} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001543 sec., 5184.705119896305 rows/sec., 389.87 KiB/sec.
2432 2025.04.19 00:27:19.653066 [ 259 ] {f0a55596-4ad0-4893-b155-be7718248267} <Debug> TCPHandler: Processed in 0.001869336 sec.
2433 2025.04.19 00:27:19.653202 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2434 2025.04.19 00:27:19.653309 [ 259 ] {7dd1e42e-d473-4402-b2bb-e4ee58c56337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2435 2025.04.19 00:27:19.653358 [ 259 ] {7dd1e42e-d473-4402-b2bb-e4ee58c56337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2436 2025.04.19 00:27:19.653922 [ 259 ] {7dd1e42e-d473-4402-b2bb-e4ee58c56337} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2437 2025.04.19 00:27:19.653961 [ 259 ] {7dd1e42e-d473-4402-b2bb-e4ee58c56337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2438 2025.04.19 00:27:19.654323 [ 259 ] {7dd1e42e-d473-4402-b2bb-e4ee58c56337} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2439 2025.04.19 00:27:19.654563 [ 259 ] {7dd1e42e-d473-4402-b2bb-e4ee58c56337} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2440 2025.04.19 00:27:19.654797 [ 259 ] {7dd1e42e-d473-4402-b2bb-e4ee58c56337} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001502 sec., 47936.085219707056 rows/sec., 3.74 MiB/sec.
2441 2025.04.19 00:27:19.654973 [ 259 ] {7dd1e42e-d473-4402-b2bb-e4ee58c56337} <Debug> TCPHandler: Processed in 0.001817626 sec.
2442 2025.04.19 00:27:19.655127 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2443 2025.04.19 00:27:19.655231 [ 259 ] {91fec26a-74ce-42ed-a21f-8f30fdd0acd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2444 2025.04.19 00:27:19.655282 [ 259 ] {91fec26a-74ce-42ed-a21f-8f30fdd0acd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2445 2025.04.19 00:27:19.655820 [ 259 ] {91fec26a-74ce-42ed-a21f-8f30fdd0acd8} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2446 2025.04.19 00:27:19.655860 [ 259 ] {91fec26a-74ce-42ed-a21f-8f30fdd0acd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2447 2025.04.19 00:27:19.656257 [ 259 ] {91fec26a-74ce-42ed-a21f-8f30fdd0acd8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2448 2025.04.19 00:27:19.656505 [ 259 ] {91fec26a-74ce-42ed-a21f-8f30fdd0acd8} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2449 2025.04.19 00:27:19.656753 [ 259 ] {91fec26a-74ce-42ed-a21f-8f30fdd0acd8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001544 sec., 103626.94300518134 rows/sec., 7.22 MiB/sec.
2450 2025.04.19 00:27:19.656933 [ 259 ] {91fec26a-74ce-42ed-a21f-8f30fdd0acd8} <Debug> TCPHandler: Processed in 0.001856146 sec.
2451 2025.04.19 00:27:19.657087 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2452 2025.04.19 00:27:19.657203 [ 259 ] {f62f491a-348d-48a0-a6d2-2f9c7c2f729d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2453 2025.04.19 00:27:19.657275 [ 259 ] {f62f491a-348d-48a0-a6d2-2f9c7c2f729d} <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
2454 2025.04.19 00:27:19.658307 [ 259 ] {f62f491a-348d-48a0-a6d2-2f9c7c2f729d} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2455 2025.04.19 00:27:19.658347 [ 259 ] {f62f491a-348d-48a0-a6d2-2f9c7c2f729d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2456 2025.04.19 00:27:19.658944 [ 259 ] {f62f491a-348d-48a0-a6d2-2f9c7c2f729d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2457 2025.04.19 00:27:19.659238 [ 259 ] {f62f491a-348d-48a0-a6d2-2f9c7c2f729d} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2458 2025.04.19 00:27:19.659409 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2459 2025.04.19 00:27:19.659477 [ 259 ] {f62f491a-348d-48a0-a6d2-2f9c7c2f729d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002291 sec., 3491.9249236141422 rows/sec., 6.26 MiB/sec.
2460 2025.04.19 00:27:19.659487 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2461 2025.04.19 00:27:19.659552 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2462 2025.04.19 00:27:19.659812 [ 259 ] {f62f491a-348d-48a0-a6d2-2f9c7c2f729d} <Debug> TCPHandler: Processed in 0.002772984 sec.
2463 2025.04.19 00:27:19.659927 [ 187 ] {e8760166-362f-4d7d-b538-df02c885e1f5::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
2464 2025.04.19 00:27:19.660001 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2465 2025.04.19 00:27:19.660207 [ 259 ] {bf60a9ef-028a-49ba-94df-bca329aed74e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2466 2025.04.19 00:27:19.660341 [ 259 ] {bf60a9ef-028a-49ba-94df-bca329aed74e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2467 2025.04.19 00:27:19.660933 [ 187 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2468 2025.04.19 00:27:19.661149 [ 187 ] {e8760166-362f-4d7d-b538-df02c885e1f5::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
2469 2025.04.19 00:27:19.661855 [ 187 ] {e8760166-362f-4d7d-b538-df02c885e1f5::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
2470 2025.04.19 00:27:19.662592 [ 259 ] {bf60a9ef-028a-49ba-94df-bca329aed74e} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2471 2025.04.19 00:27:19.662626 [ 187 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part
2472 2025.04.19 00:27:19.662673 [ 259 ] {bf60a9ef-028a-49ba-94df-bca329aed74e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2473 2025.04.19 00:27:19.663219 [ 187 ] {e8760166-362f-4d7d-b538-df02c885e1f5::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
2474 2025.04.19 00:27:19.663877 [ 187 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part
2475 2025.04.19 00:27:19.664144 [ 259 ] {bf60a9ef-028a-49ba-94df-bca329aed74e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2476 2025.04.19 00:27:19.664460 [ 187 ] {e8760166-362f-4d7d-b538-df02c885e1f5::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
2477 2025.04.19 00:27:19.664932 [ 259 ] {bf60a9ef-028a-49ba-94df-bca329aed74e} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2478 2025.04.19 00:27:19.665672 [ 259 ] {bf60a9ef-028a-49ba-94df-bca329aed74e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005549 sec., 10812.759055685709 rows/sec., 746.19 KiB/sec.
2479 2025.04.19 00:27:19.665845 [ 259 ] {bf60a9ef-028a-49ba-94df-bca329aed74e} <Debug> TCPHandler: Processed in 0.005902243 sec.
2480 2025.04.19 00:27:19.667652 [ 198 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 88 rows, containing 19 columns (19 merged, 0 gathered) in 0.007934822 sec., 11090.355902123578 rows/sec., 19.87 MiB/sec.
2481 2025.04.19 00:27:19.668090 [ 194 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2482 2025.04.19 00:27:19.668639 [ 194 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2483 2025.04.19 00:27:19.668732 [ 194 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2484 2025.04.19 00:27:19.668900 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
2485 2025.04.19 00:27:19.893734 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2486 2025.04.19 00:27:19.894000 [ 259 ] {656a770a-d1b9-438c-966c-cfad6b1eb251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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)
2487 2025.04.19 00:27:19.894524 [ 259 ] {656a770a-d1b9-438c-966c-cfad6b1eb251} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2488 2025.04.19 00:27:19.894579 [ 259 ] {656a770a-d1b9-438c-966c-cfad6b1eb251} <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
2489 2025.04.19 00:27:19.894945 [ 259 ] {656a770a-d1b9-438c-966c-cfad6b1eb251} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2490 2025.04.19 00:27:19.895022 [ 259 ] {656a770a-d1b9-438c-966c-cfad6b1eb251} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2491 2025.04.19 00:27:19.895195 [ 259 ] {656a770a-d1b9-438c-966c-cfad6b1eb251} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
2492 2025.04.19 00:27:19.895234 [ 259 ] {656a770a-d1b9-438c-966c-cfad6b1eb251} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
2493 2025.04.19 00:27:19.895260 [ 259 ] {656a770a-d1b9-438c-966c-cfad6b1eb251} <Debug> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (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
2494 2025.04.19 00:27:19.895276 [ 259 ] {656a770a-d1b9-438c-966c-cfad6b1eb251} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b) (SelectExecutor): Spreading mark ranges among streams (default reading)
2495 2025.04.19 00:27:19.895324 [ 259 ] {656a770a-d1b9-438c-966c-cfad6b1eb251} <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'))"
2496 2025.04.19 00:27:19.895350 [ 259 ] {656a770a-d1b9-438c-966c-cfad6b1eb251} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0
2497 2025.04.19 00:27:19.896113 [ 259 ] {656a770a-d1b9-438c-966c-cfad6b1eb251} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.00224 sec., 17857.14285714286 rows/sec., 680.98 KiB/sec.
2498 2025.04.19 00:27:19.896203 [ 259 ] {656a770a-d1b9-438c-966c-cfad6b1eb251} <Debug> TCPHandler: Processed in 0.00259352 sec.
2499 2025.04.19 00:27:19.936902 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2500 2025.04.19 00:27:19.937043 [ 259 ] {6303ceff-41af-405d-85e9-42341760e1b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2501 2025.04.19 00:27:19.937103 [ 259 ] {6303ceff-41af-405d-85e9-42341760e1b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2502 2025.04.19 00:27:19.937788 [ 259 ] {6303ceff-41af-405d-85e9-42341760e1b9} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2503 2025.04.19 00:27:19.937828 [ 259 ] {6303ceff-41af-405d-85e9-42341760e1b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2504 2025.04.19 00:27:19.938310 [ 259 ] {6303ceff-41af-405d-85e9-42341760e1b9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2505 2025.04.19 00:27:19.938549 [ 259 ] {6303ceff-41af-405d-85e9-42341760e1b9} <Trace> oximeter.timeseries_schema (5e82142a-a100-464e-85b4-2a62f2a9d90b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2506 2025.04.19 00:27:19.938739 [ 259 ] {6303ceff-41af-405d-85e9-42341760e1b9} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001735 sec., 576.3688760806916 rows/sec., 130.58 KiB/sec.
2507 2025.04.19 00:27:19.938795 [ 259 ] {6303ceff-41af-405d-85e9-42341760e1b9} <Debug> TCPHandler: Processed in 0.001966788 sec.
2508 2025.04.19 00:27:19.938908 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2509 2025.04.19 00:27:19.939012 [ 259 ] {836d1837-6f28-4d0c-b9d0-a8e4183243aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2510 2025.04.19 00:27:19.939059 [ 259 ] {836d1837-6f28-4d0c-b9d0-a8e4183243aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2511 2025.04.19 00:27:19.939682 [ 259 ] {836d1837-6f28-4d0c-b9d0-a8e4183243aa} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2512 2025.04.19 00:27:19.939720 [ 259 ] {836d1837-6f28-4d0c-b9d0-a8e4183243aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2513 2025.04.19 00:27:19.940088 [ 259 ] {836d1837-6f28-4d0c-b9d0-a8e4183243aa} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2514 2025.04.19 00:27:19.940331 [ 259 ] {836d1837-6f28-4d0c-b9d0-a8e4183243aa} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2515 2025.04.19 00:27:19.940500 [ 259 ] {836d1837-6f28-4d0c-b9d0-a8e4183243aa} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00151 sec., 140397.35099337748 rows/sec., 8.93 MiB/sec.
2516 2025.04.19 00:27:19.940550 [ 259 ] {836d1837-6f28-4d0c-b9d0-a8e4183243aa} <Debug> TCPHandler: Processed in 0.001690953 sec.
2517 2025.04.19 00:27:19.940666 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2518 2025.04.19 00:27:19.940768 [ 259 ] {ae9f350d-bbe2-4350-8dce-7ca753ec70c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2519 2025.04.19 00:27:19.940813 [ 259 ] {ae9f350d-bbe2-4350-8dce-7ca753ec70c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2520 2025.04.19 00:27:19.941297 [ 259 ] {ae9f350d-bbe2-4350-8dce-7ca753ec70c5} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2521 2025.04.19 00:27:19.941335 [ 259 ] {ae9f350d-bbe2-4350-8dce-7ca753ec70c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2522 2025.04.19 00:27:19.941670 [ 259 ] {ae9f350d-bbe2-4350-8dce-7ca753ec70c5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2523 2025.04.19 00:27:19.941917 [ 259 ] {ae9f350d-bbe2-4350-8dce-7ca753ec70c5} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2524 2025.04.19 00:27:19.942076 [ 259 ] {ae9f350d-bbe2-4350-8dce-7ca753ec70c5} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001328 sec., 7530.120481927711 rows/sec., 614.03 KiB/sec.
2525 2025.04.19 00:27:19.942125 [ 259 ] {ae9f350d-bbe2-4350-8dce-7ca753ec70c5} <Debug> TCPHandler: Processed in 0.001510949 sec.
2526 2025.04.19 00:27:19.942237 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2527 2025.04.19 00:27:19.942339 [ 259 ] {b61e0ed1-73b8-4ce4-9d3b-ee39eee2920c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2528 2025.04.19 00:27:19.942383 [ 259 ] {b61e0ed1-73b8-4ce4-9d3b-ee39eee2920c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2529 2025.04.19 00:27:19.943726 [ 259 ] {b61e0ed1-73b8-4ce4-9d3b-ee39eee2920c} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2530 2025.04.19 00:27:19.943764 [ 259 ] {b61e0ed1-73b8-4ce4-9d3b-ee39eee2920c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2531 2025.04.19 00:27:19.944235 [ 259 ] {b61e0ed1-73b8-4ce4-9d3b-ee39eee2920c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2532 2025.04.19 00:27:19.944486 [ 259 ] {b61e0ed1-73b8-4ce4-9d3b-ee39eee2920c} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2533 2025.04.19 00:27:19.944654 [ 259 ] {b61e0ed1-73b8-4ce4-9d3b-ee39eee2920c} <Debug> executeQuery: Read 1818 rows, 151.57 KiB in 0.002336 sec., 778253.4246575342 rows/sec., 63.37 MiB/sec.
2534 2025.04.19 00:27:19.944704 [ 259 ] {b61e0ed1-73b8-4ce4-9d3b-ee39eee2920c} <Debug> TCPHandler: Processed in 0.002517219 sec.
2535 2025.04.19 00:27:19.944825 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2536 2025.04.19 00:27:19.944929 [ 259 ] {13b954af-1065-4d45-b8bd-5cf0d4161816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2537 2025.04.19 00:27:19.944974 [ 259 ] {13b954af-1065-4d45-b8bd-5cf0d4161816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2538 2025.04.19 00:27:19.945524 [ 259 ] {13b954af-1065-4d45-b8bd-5cf0d4161816} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2539 2025.04.19 00:27:19.945562 [ 259 ] {13b954af-1065-4d45-b8bd-5cf0d4161816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2540 2025.04.19 00:27:19.945904 [ 259 ] {13b954af-1065-4d45-b8bd-5cf0d4161816} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2541 2025.04.19 00:27:19.946146 [ 259 ] {13b954af-1065-4d45-b8bd-5cf0d4161816} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2542 2025.04.19 00:27:19.946307 [ 259 ] {13b954af-1065-4d45-b8bd-5cf0d4161816} <Debug> executeQuery: Read 144 rows, 9.19 KiB in 0.0014 sec., 102857.14285714286 rows/sec., 6.41 MiB/sec.
2543 2025.04.19 00:27:19.946357 [ 259 ] {13b954af-1065-4d45-b8bd-5cf0d4161816} <Debug> TCPHandler: Processed in 0.00158256 sec.
2544 2025.04.19 00:27:19.946473 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2545 2025.04.19 00:27:19.946576 [ 259 ] {860dd190-f39e-4576-b1cd-136062690354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2546 2025.04.19 00:27:19.946621 [ 259 ] {860dd190-f39e-4576-b1cd-136062690354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2547 2025.04.19 00:27:19.947214 [ 259 ] {860dd190-f39e-4576-b1cd-136062690354} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2548 2025.04.19 00:27:19.947251 [ 259 ] {860dd190-f39e-4576-b1cd-136062690354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2549 2025.04.19 00:27:19.947603 [ 259 ] {860dd190-f39e-4576-b1cd-136062690354} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2550 2025.04.19 00:27:19.947851 [ 259 ] {860dd190-f39e-4576-b1cd-136062690354} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2551 2025.04.19 00:27:19.947962 [ 81 ] {} <Debug> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2552 2025.04.19 00:27:19.948008 [ 81 ] {} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2553 2025.04.19 00:27:19.948024 [ 259 ] {860dd190-f39e-4576-b1cd-136062690354} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001467 sec., 232447.17109747784 rows/sec., 15.51 MiB/sec.
2554 2025.04.19 00:27:19.948034 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2555 2025.04.19 00:27:19.948114 [ 259 ] {860dd190-f39e-4576-b1cd-136062690354} <Debug> TCPHandler: Processed in 0.001690192 sec.
2556 2025.04.19 00:27:19.948466 [ 187 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
2557 2025.04.19 00:27:19.948483 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2558 2025.04.19 00:27:19.948755 [ 187 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2559 2025.04.19 00:27:19.948763 [ 259 ] {231db7cf-f7f2-43cf-8b63-68e788f9272f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2560 2025.04.19 00:27:19.948817 [ 187 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
2561 2025.04.19 00:27:19.948861 [ 259 ] {231db7cf-f7f2-43cf-8b63-68e788f9272f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2562 2025.04.19 00:27:19.949196 [ 187 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
2563 2025.04.19 00:27:19.949514 [ 187 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
2564 2025.04.19 00:27:19.949897 [ 187 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
2565 2025.04.19 00:27:19.950280 [ 187 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
2566 2025.04.19 00:27:19.950659 [ 187 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
2567 2025.04.19 00:27:19.951632 [ 259 ] {231db7cf-f7f2-43cf-8b63-68e788f9272f} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2568 2025.04.19 00:27:19.951702 [ 259 ] {231db7cf-f7f2-43cf-8b63-68e788f9272f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2569 2025.04.19 00:27:19.952751 [ 259 ] {231db7cf-f7f2-43cf-8b63-68e788f9272f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2570 2025.04.19 00:27:19.953230 [ 259 ] {231db7cf-f7f2-43cf-8b63-68e788f9272f} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2571 2025.04.19 00:27:19.953631 [ 187 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005467085 sec., 207423.15146005596 rows/sec., 14.47 MiB/sec.
2572 2025.04.19 00:27:19.953717 [ 259 ] {231db7cf-f7f2-43cf-8b63-68e788f9272f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005042 sec., 22213.407378024596 rows/sec., 1.27 MiB/sec.
2573 2025.04.19 00:27:19.953848 [ 259 ] {231db7cf-f7f2-43cf-8b63-68e788f9272f} <Debug> TCPHandler: Processed in 0.005476406 sec.
2574 2025.04.19 00:27:19.953989 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2575 2025.04.19 00:27:19.954083 [ 198 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2576 2025.04.19 00:27:19.954139 [ 259 ] {8b61561a-33ab-4987-a58a-c66066b2b3af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2577 2025.04.19 00:27:19.954247 [ 259 ] {8b61561a-33ab-4987-a58a-c66066b2b3af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2578 2025.04.19 00:27:19.954966 [ 198 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_6_1} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2579 2025.04.19 00:27:19.955079 [ 198 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_6_1} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2580 2025.04.19 00:27:19.955271 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
2581 2025.04.19 00:27:19.955650 [ 259 ] {8b61561a-33ab-4987-a58a-c66066b2b3af} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2582 2025.04.19 00:27:19.955696 [ 259 ] {8b61561a-33ab-4987-a58a-c66066b2b3af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2583 2025.04.19 00:27:19.956123 [ 259 ] {8b61561a-33ab-4987-a58a-c66066b2b3af} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2584 2025.04.19 00:27:19.956369 [ 259 ] {8b61561a-33ab-4987-a58a-c66066b2b3af} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2585 2025.04.19 00:27:19.956578 [ 259 ] {8b61561a-33ab-4987-a58a-c66066b2b3af} <Debug> executeQuery: Read 876 rows, 64.93 KiB in 0.002467 sec., 355087.1503850831 rows/sec., 25.70 MiB/sec.
2586 2025.04.19 00:27:19.956635 [ 259 ] {8b61561a-33ab-4987-a58a-c66066b2b3af} <Debug> TCPHandler: Processed in 0.002699272 sec.
2587 2025.04.19 00:27:19.956754 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2588 2025.04.19 00:27:19.956861 [ 259 ] {96e93f2e-843f-4d1e-a091-759dde09723a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2589 2025.04.19 00:27:19.956909 [ 259 ] {96e93f2e-843f-4d1e-a091-759dde09723a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2590 2025.04.19 00:27:19.957317 [ 259 ] {96e93f2e-843f-4d1e-a091-759dde09723a} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2591 2025.04.19 00:27:19.957357 [ 259 ] {96e93f2e-843f-4d1e-a091-759dde09723a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2592 2025.04.19 00:27:19.957713 [ 259 ] {96e93f2e-843f-4d1e-a091-759dde09723a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2593 2025.04.19 00:27:19.957971 [ 259 ] {96e93f2e-843f-4d1e-a091-759dde09723a} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2594 2025.04.19 00:27:19.958124 [ 99 ] {} <Debug> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2595 2025.04.19 00:27:19.958193 [ 99 ] {} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2596 2025.04.19 00:27:19.958203 [ 259 ] {96e93f2e-843f-4d1e-a091-759dde09723a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001355 sec., 4428.044280442804 rows/sec., 231.35 KiB/sec.
2597 2025.04.19 00:27:19.958231 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2598 2025.04.19 00:27:19.958347 [ 259 ] {96e93f2e-843f-4d1e-a091-759dde09723a} <Debug> TCPHandler: Processed in 0.001638261 sec.
2599 2025.04.19 00:27:19.958515 [ 188 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
2600 2025.04.19 00:27:19.958552 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2601 2025.04.19 00:27:19.958777 [ 259 ] {fb25bb94-b91d-41dc-b930-00053ed2deb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2602 2025.04.19 00:27:19.958794 [ 188 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2603 2025.04.19 00:27:19.958871 [ 188 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
2604 2025.04.19 00:27:19.958879 [ 259 ] {fb25bb94-b91d-41dc-b930-00053ed2deb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2605 2025.04.19 00:27:19.959200 [ 188 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
2606 2025.04.19 00:27:19.959533 [ 188 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
2607 2025.04.19 00:27:19.959857 [ 188 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
2608 2025.04.19 00:27:19.960122 [ 188 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
2609 2025.04.19 00:27:19.960504 [ 188 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
2610 2025.04.19 00:27:19.961612 [ 259 ] {fb25bb94-b91d-41dc-b930-00053ed2deb4} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2611 2025.04.19 00:27:19.961691 [ 259 ] {fb25bb94-b91d-41dc-b930-00053ed2deb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2612 2025.04.19 00:27:19.962716 [ 187 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004352884 sec., 8270.378902814778 rows/sec., 432.09 KiB/sec.
2613 2025.04.19 00:27:19.962860 [ 259 ] {fb25bb94-b91d-41dc-b930-00053ed2deb4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2614 2025.04.19 00:27:19.962905 [ 187 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2615 2025.04.19 00:27:19.963346 [ 259 ] {fb25bb94-b91d-41dc-b930-00053ed2deb4} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2616 2025.04.19 00:27:19.963536 [ 193 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_6_1} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2617 2025.04.19 00:27:19.963745 [ 259 ] {fb25bb94-b91d-41dc-b930-00053ed2deb4} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.005046 sec., 190249.70273483946 rows/sec., 12.64 MiB/sec.
2618 2025.04.19 00:27:19.963757 [ 193 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_6_1} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2619 2025.04.19 00:27:19.963837 [ 259 ] {fb25bb94-b91d-41dc-b930-00053ed2deb4} <Debug> TCPHandler: Processed in 0.005336852 sec.
2620 2025.04.19 00:27:19.963887 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2621 2025.04.19 00:27:19.963984 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2622 2025.04.19 00:27:19.964092 [ 259 ] {e328e5a3-4022-46ce-ab2c-32cd668c7cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2623 2025.04.19 00:27:19.964141 [ 259 ] {e328e5a3-4022-46ce-ab2c-32cd668c7cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2624 2025.04.19 00:27:19.964554 [ 259 ] {e328e5a3-4022-46ce-ab2c-32cd668c7cac} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2625 2025.04.19 00:27:19.964593 [ 259 ] {e328e5a3-4022-46ce-ab2c-32cd668c7cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2626 2025.04.19 00:27:19.964952 [ 259 ] {e328e5a3-4022-46ce-ab2c-32cd668c7cac} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2627 2025.04.19 00:27:19.965192 [ 259 ] {e328e5a3-4022-46ce-ab2c-32cd668c7cac} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2628 2025.04.19 00:27:19.965399 [ 259 ] {e328e5a3-4022-46ce-ab2c-32cd668c7cac} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001329 sec., 752.4454477050414 rows/sec., 50.70 KiB/sec.
2629 2025.04.19 00:27:19.965448 [ 259 ] {e328e5a3-4022-46ce-ab2c-32cd668c7cac} <Debug> TCPHandler: Processed in 0.00151532 sec.
2630 2025.04.19 00:27:19.965562 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2631 2025.04.19 00:27:19.965667 [ 259 ] {3721e1a2-a578-4d55-b01e-99b559d91a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2632 2025.04.19 00:27:19.965734 [ 259 ] {3721e1a2-a578-4d55-b01e-99b559d91a1d} <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
2633 2025.04.19 00:27:19.966794 [ 259 ] {3721e1a2-a578-4d55-b01e-99b559d91a1d} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2634 2025.04.19 00:27:19.966834 [ 259 ] {3721e1a2-a578-4d55-b01e-99b559d91a1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2635 2025.04.19 00:27:19.967449 [ 259 ] {3721e1a2-a578-4d55-b01e-99b559d91a1d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2636 2025.04.19 00:27:19.967710 [ 259 ] {3721e1a2-a578-4d55-b01e-99b559d91a1d} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2637 2025.04.19 00:27:19.968007 [ 259 ] {3721e1a2-a578-4d55-b01e-99b559d91a1d} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002347 sec., 11930.123561994034 rows/sec., 21.38 MiB/sec.
2638 2025.04.19 00:27:19.968175 [ 259 ] {3721e1a2-a578-4d55-b01e-99b559d91a1d} <Debug> TCPHandler: Processed in 0.002663421 sec.
2639 2025.04.19 00:27:19.968296 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2640 2025.04.19 00:27:19.968401 [ 259 ] {a3ce87df-6f80-467c-a1a2-26f429fa69c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2641 2025.04.19 00:27:19.968449 [ 259 ] {a3ce87df-6f80-467c-a1a2-26f429fa69c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2642 2025.04.19 00:27:19.968856 [ 259 ] {a3ce87df-6f80-467c-a1a2-26f429fa69c4} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2643 2025.04.19 00:27:19.968896 [ 259 ] {a3ce87df-6f80-467c-a1a2-26f429fa69c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2644 2025.04.19 00:27:19.969243 [ 259 ] {a3ce87df-6f80-467c-a1a2-26f429fa69c4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2645 2025.04.19 00:27:19.969481 [ 259 ] {a3ce87df-6f80-467c-a1a2-26f429fa69c4} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2646 2025.04.19 00:27:19.969684 [ 259 ] {a3ce87df-6f80-467c-a1a2-26f429fa69c4} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001306 sec., 26033.690658499232 rows/sec., 1.51 MiB/sec.
2647 2025.04.19 00:27:19.969733 [ 259 ] {a3ce87df-6f80-467c-a1a2-26f429fa69c4} <Debug> TCPHandler: Processed in 0.001489139 sec.
2648 2025.04.19 00:27:20.000195 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.26 MiB, peak 173.19 MiB, free memory in arenas 0.00 B, will set to 168.82 MiB (RSS), difference: -1.43 MiB
2649 2025.04.19 00:27:23.263404 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 392
2650 2025.04.19 00:27:23.266947 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2651 2025.04.19 00:27:23.267004 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
2652 2025.04.19 00:27:23.268506 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2653 2025.04.19 00:27:23.268821 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2654 2025.04.19 00:27:23.269536 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 392
2655 2025.04.19 00:27:24.647439 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2656 2025.04.19 00:27:24.647669 [ 259 ] {e67e3250-0b39-4255-a354-b3275045c684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2657 2025.04.19 00:27:24.647761 [ 259 ] {e67e3250-0b39-4255-a354-b3275045c684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2658 2025.04.19 00:27:24.648558 [ 259 ] {e67e3250-0b39-4255-a354-b3275045c684} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2659 2025.04.19 00:27:24.648613 [ 259 ] {e67e3250-0b39-4255-a354-b3275045c684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2660 2025.04.19 00:27:24.649091 [ 259 ] {e67e3250-0b39-4255-a354-b3275045c684} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2661 2025.04.19 00:27:24.649364 [ 259 ] {e67e3250-0b39-4255-a354-b3275045c684} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2662 2025.04.19 00:27:24.649609 [ 259 ] {e67e3250-0b39-4255-a354-b3275045c684} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001998 sec., 28028.028028028024 rows/sec., 2.15 MiB/sec.
2663 2025.04.19 00:27:24.649673 [ 259 ] {e67e3250-0b39-4255-a354-b3275045c684} <Debug> TCPHandler: Processed in 0.002372836 sec.
2664 2025.04.19 00:27:24.649801 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2665 2025.04.19 00:27:24.649913 [ 259 ] {a9948eca-9725-4ea3-a4cf-194c2c82fe72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2666 2025.04.19 00:27:24.649964 [ 259 ] {a9948eca-9725-4ea3-a4cf-194c2c82fe72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2667 2025.04.19 00:27:24.650510 [ 259 ] {a9948eca-9725-4ea3-a4cf-194c2c82fe72} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2668 2025.04.19 00:27:24.650552 [ 259 ] {a9948eca-9725-4ea3-a4cf-194c2c82fe72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2669 2025.04.19 00:27:24.650942 [ 259 ] {a9948eca-9725-4ea3-a4cf-194c2c82fe72} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2670 2025.04.19 00:27:24.651182 [ 259 ] {a9948eca-9725-4ea3-a4cf-194c2c82fe72} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2671 2025.04.19 00:27:24.651386 [ 259 ] {a9948eca-9725-4ea3-a4cf-194c2c82fe72} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0015 sec., 42666.666666666664 rows/sec., 3.33 MiB/sec.
2672 2025.04.19 00:27:24.651440 [ 259 ] {a9948eca-9725-4ea3-a4cf-194c2c82fe72} <Debug> TCPHandler: Processed in 0.001692123 sec.
2673 2025.04.19 00:27:24.651556 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2674 2025.04.19 00:27:24.651661 [ 259 ] {5087e877-bfb1-4ca8-8b1a-77e90249140e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2675 2025.04.19 00:27:24.651711 [ 259 ] {5087e877-bfb1-4ca8-8b1a-77e90249140e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2676 2025.04.19 00:27:24.652190 [ 259 ] {5087e877-bfb1-4ca8-8b1a-77e90249140e} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2677 2025.04.19 00:27:24.652229 [ 259 ] {5087e877-bfb1-4ca8-8b1a-77e90249140e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2678 2025.04.19 00:27:24.652587 [ 259 ] {5087e877-bfb1-4ca8-8b1a-77e90249140e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2679 2025.04.19 00:27:24.652815 [ 259 ] {5087e877-bfb1-4ca8-8b1a-77e90249140e} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2680 2025.04.19 00:27:24.653009 [ 259 ] {5087e877-bfb1-4ca8-8b1a-77e90249140e} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001432 sec., 89385.4748603352 rows/sec., 6.23 MiB/sec.
2681 2025.04.19 00:27:24.653125 [ 259 ] {5087e877-bfb1-4ca8-8b1a-77e90249140e} <Debug> TCPHandler: Processed in 0.001619221 sec.
2682 2025.04.19 00:27:24.653241 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2683 2025.04.19 00:27:24.653347 [ 259 ] {9a5b70f5-1fde-496c-90a3-46ac397732ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2684 2025.04.19 00:27:24.653394 [ 259 ] {9a5b70f5-1fde-496c-90a3-46ac397732ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2685 2025.04.19 00:27:24.653804 [ 259 ] {9a5b70f5-1fde-496c-90a3-46ac397732ab} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2686 2025.04.19 00:27:24.653843 [ 259 ] {9a5b70f5-1fde-496c-90a3-46ac397732ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2687 2025.04.19 00:27:24.654203 [ 259 ] {9a5b70f5-1fde-496c-90a3-46ac397732ab} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2688 2025.04.19 00:27:24.654457 [ 259 ] {9a5b70f5-1fde-496c-90a3-46ac397732ab} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2689 2025.04.19 00:27:24.654669 [ 259 ] {9a5b70f5-1fde-496c-90a3-46ac397732ab} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001343 sec., 35740.87862993299 rows/sec., 2.41 MiB/sec.
2690 2025.04.19 00:27:24.654788 [ 259 ] {9a5b70f5-1fde-496c-90a3-46ac397732ab} <Debug> TCPHandler: Processed in 0.001597381 sec.
2691 2025.04.19 00:27:25.756082 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
2692 2025.04.19 00:27:25.757111 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2693 2025.04.19 00:27:25.757195 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2694 2025.04.19 00:27:25.757970 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2695 2025.04.19 00:27:25.758391 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2696 2025.04.19 00:27:25.758747 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
2697 2025.04.19 00:27:25.758787 [ 146 ] {} <Debug> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2698 2025.04.19 00:27:25.758956 [ 146 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2699 2025.04.19 00:27:25.759026 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2700 2025.04.19 00:27:25.759338 [ 187 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
2701 2025.04.19 00:27:25.759595 [ 187 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2702 2025.04.19 00:27:25.759659 [ 187 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
2703 2025.04.19 00:27:25.759780 [ 187 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
2704 2025.04.19 00:27:25.759989 [ 187 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
2705 2025.04.19 00:27:25.760284 [ 187 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
2706 2025.04.19 00:27:25.760537 [ 187 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
2707 2025.04.19 00:27:25.760787 [ 187 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
2708 2025.04.19 00:27:25.763222 [ 193 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.004027097 sec., 1257233.1880756782 rows/sec., 17.98 MiB/sec.
2709 2025.04.19 00:27:25.764317 [ 188 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2710 2025.04.19 00:27:25.764808 [ 188 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_11_2} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2711 2025.04.19 00:27:25.764946 [ 188 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_11_2} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2712 2025.04.19 00:27:25.765107 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2713 2025.04.19 00:27:26.054168 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2714 2025.04.19 00:27:26.075567 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2715 2025.04.19 00:27:26.075611 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2716 2025.04.19 00:27:26.082872 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2717 2025.04.19 00:27:26.083677 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2718 2025.04.19 00:27:26.083977 [ 107 ] {} <Debug> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2719 2025.04.19 00:27:26.084050 [ 107 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2720 2025.04.19 00:27:26.084098 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2721 2025.04.19 00:27:26.084675 [ 201 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
2722 2025.04.19 00:27:26.098843 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2723 2025.04.19 00:27:26.100597 [ 201 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2724 2025.04.19 00:27:26.101820 [ 201 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
2725 2025.04.19 00:27:26.107008 [ 201 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
2726 2025.04.19 00:27:26.112326 [ 201 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
2727 2025.04.19 00:27:26.117875 [ 201 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
2728 2025.04.19 00:27:26.123485 [ 201 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
2729 2025.04.19 00:27:26.127850 [ 201 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
2730 2025.04.19 00:27:26.183130 [ 193 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.098889752 sec., 839.3185170491681 rows/sec., 4.34 MiB/sec.
2731 2025.04.19 00:27:26.185290 [ 196 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2732 2025.04.19 00:27:26.188281 [ 196 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_11_2} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2733 2025.04.19 00:27:26.188411 [ 196 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_11_2} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2734 2025.04.19 00:27:26.190789 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2735 2025.04.19 00:27:27.000221 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.35 MiB, peak 180.24 MiB, free memory in arenas 0.00 B, will set to 172.46 MiB (RSS), difference: 2.12 MiB
2736 2025.04.19 00:27:29.648881 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2737 2025.04.19 00:27:29.649072 [ 259 ] {bf475254-f103-48e2-a477-424e83cc8af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2738 2025.04.19 00:27:29.649140 [ 259 ] {bf475254-f103-48e2-a477-424e83cc8af6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2739 2025.04.19 00:27:29.649883 [ 259 ] {bf475254-f103-48e2-a477-424e83cc8af6} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2740 2025.04.19 00:27:29.649924 [ 259 ] {bf475254-f103-48e2-a477-424e83cc8af6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2741 2025.04.19 00:27:29.650364 [ 259 ] {bf475254-f103-48e2-a477-424e83cc8af6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2742 2025.04.19 00:27:29.650620 [ 259 ] {bf475254-f103-48e2-a477-424e83cc8af6} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2743 2025.04.19 00:27:29.650769 [ 57 ] {} <Debug> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2744 2025.04.19 00:27:29.650810 [ 57 ] {} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2745 2025.04.19 00:27:29.650814 [ 259 ] {bf475254-f103-48e2-a477-424e83cc8af6} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001789 sec., 40245.94745667971 rows/sec., 3.27 MiB/sec.
2746 2025.04.19 00:27:29.650833 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2747 2025.04.19 00:27:29.650921 [ 259 ] {bf475254-f103-48e2-a477-424e83cc8af6} <Debug> TCPHandler: Processed in 0.002160502 sec.
2748 2025.04.19 00:27:29.651123 [ 191 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::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
2749 2025.04.19 00:27:29.651137 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2750 2025.04.19 00:27:29.651421 [ 259 ] {dbda0d7c-3320-4816-8fb2-1ee2bbf44e6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2751 2025.04.19 00:27:29.651431 [ 191 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2752 2025.04.19 00:27:29.651516 [ 259 ] {dbda0d7c-3320-4816-8fb2-1ee2bbf44e6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2753 2025.04.19 00:27:29.651522 [ 191 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1829 rows starting from the beginning of the part
2754 2025.04.19 00:27:29.651918 [ 191 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 673 rows starting from the beginning of the part
2755 2025.04.19 00:27:29.652341 [ 191 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 72 rows starting from the beginning of the part
2756 2025.04.19 00:27:29.652767 [ 191 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1818 rows starting from the beginning of the part
2757 2025.04.19 00:27:29.653102 [ 191 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::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
2758 2025.04.19 00:27:29.653368 [ 191 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 72 rows starting from the beginning of the part
2759 2025.04.19 00:27:29.654086 [ 259 ] {dbda0d7c-3320-4816-8fb2-1ee2bbf44e6d} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2760 2025.04.19 00:27:29.654147 [ 259 ] {dbda0d7c-3320-4816-8fb2-1ee2bbf44e6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2761 2025.04.19 00:27:29.655026 [ 259 ] {dbda0d7c-3320-4816-8fb2-1ee2bbf44e6d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2762 2025.04.19 00:27:29.655598 [ 259 ] {dbda0d7c-3320-4816-8fb2-1ee2bbf44e6d} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2763 2025.04.19 00:27:29.655939 [ 57 ] {} <Debug> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2764 2025.04.19 00:27:29.656059 [ 57 ] {} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2765 2025.04.19 00:27:29.656159 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2766 2025.04.19 00:27:29.656312 [ 259 ] {dbda0d7c-3320-4816-8fb2-1ee2bbf44e6d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004964 sec., 1611.6035455278002 rows/sec., 121.19 KiB/sec.
2767 2025.04.19 00:27:29.656562 [ 259 ] {dbda0d7c-3320-4816-8fb2-1ee2bbf44e6d} <Debug> TCPHandler: Processed in 0.005495525 sec.
2768 2025.04.19 00:27:29.656588 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::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
2769 2025.04.19 00:27:29.656708 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2770 2025.04.19 00:27:29.656973 [ 259 ] {a0d23b15-0c32-47c9-9f53-a36a29faa92c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2771 2025.04.19 00:27:29.656986 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2772 2025.04.19 00:27:29.657116 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 142 rows starting from the beginning of the part
2773 2025.04.19 00:27:29.657122 [ 259 ] {a0d23b15-0c32-47c9-9f53-a36a29faa92c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2774 2025.04.19 00:27:29.657565 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part
2775 2025.04.19 00:27:29.657951 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 134 rows starting from the beginning of the part
2776 2025.04.19 00:27:29.658349 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part
2777 2025.04.19 00:27:29.658782 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 144 rows starting from the beginning of the part
2778 2025.04.19 00:27:29.659204 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part
2779 2025.04.19 00:27:29.659878 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4520 rows, containing 5 columns (5 merged, 0 gathered) in 0.008922762 sec., 506569.6025513176 rows/sec., 43.02 MiB/sec.
2780 2025.04.19 00:27:29.660235 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2781 2025.04.19 00:27:29.661136 [ 259 ] {a0d23b15-0c32-47c9-9f53-a36a29faa92c} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2782 2025.04.19 00:27:29.661159 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_16_3} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2783 2025.04.19 00:27:29.661231 [ 259 ] {a0d23b15-0c32-47c9-9f53-a36a29faa92c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2784 2025.04.19 00:27:29.661449 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_16_3} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2785 2025.04.19 00:27:29.661710 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
2786 2025.04.19 00:27:29.662465 [ 259 ] {a0d23b15-0c32-47c9-9f53-a36a29faa92c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2787 2025.04.19 00:27:29.662883 [ 197 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 444 rows, containing 5 columns (5 merged, 0 gathered) in 0.006571146 sec., 67568.12282058563 rows/sec., 4.50 MiB/sec.
2788 2025.04.19 00:27:29.662945 [ 259 ] {a0d23b15-0c32-47c9-9f53-a36a29faa92c} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2789 2025.04.19 00:27:29.663071 [ 197 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2790 2025.04.19 00:27:29.663109 [ 57 ] {} <Debug> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2791 2025.04.19 00:27:29.663190 [ 57 ] {} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2792 2025.04.19 00:27:29.663252 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2793 2025.04.19 00:27:29.663271 [ 259 ] {a0d23b15-0c32-47c9-9f53-a36a29faa92c} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.006378 sec., 11288.805268109125 rows/sec., 902.46 KiB/sec.
2794 2025.04.19 00:27:29.663739 [ 196 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::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
2795 2025.04.19 00:27:29.663752 [ 259 ] {a0d23b15-0c32-47c9-9f53-a36a29faa92c} <Debug> TCPHandler: Processed in 0.007104526 sec.
2796 2025.04.19 00:27:29.664106 [ 197 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_11_2} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2797 2025.04.19 00:27:29.664197 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2798 2025.04.19 00:27:29.664464 [ 196 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2799 2025.04.19 00:27:29.664472 [ 197 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_11_2} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2800 2025.04.19 00:27:29.664546 [ 259 ] {569d63c2-c6fa-4c2c-8976-db42744b05a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2801 2025.04.19 00:27:29.664603 [ 196 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 887 rows starting from the beginning of the part
2802 2025.04.19 00:27:29.664805 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
2803 2025.04.19 00:27:29.664827 [ 259 ] {569d63c2-c6fa-4c2c-8976-db42744b05a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2804 2025.04.19 00:27:29.665114 [ 196 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 410 rows starting from the beginning of the part
2805 2025.04.19 00:27:29.665647 [ 196 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 72 rows starting from the beginning of the part
2806 2025.04.19 00:27:29.666052 [ 196 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::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
2807 2025.04.19 00:27:29.666421 [ 196 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::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
2808 2025.04.19 00:27:29.666761 [ 196 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 72 rows starting from the beginning of the part
2809 2025.04.19 00:27:29.667943 [ 259 ] {569d63c2-c6fa-4c2c-8976-db42744b05a0} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2810 2025.04.19 00:27:29.668009 [ 259 ] {569d63c2-c6fa-4c2c-8976-db42744b05a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2811 2025.04.19 00:27:29.668991 [ 259 ] {569d63c2-c6fa-4c2c-8976-db42744b05a0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2812 2025.04.19 00:27:29.669431 [ 259 ] {569d63c2-c6fa-4c2c-8976-db42744b05a0} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2813 2025.04.19 00:27:29.669620 [ 195 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2381 rows, containing 5 columns (5 merged, 0 gathered) in 0.00626046 sec., 380323.4906061216 rows/sec., 29.09 MiB/sec.
2814 2025.04.19 00:27:29.669734 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2815 2025.04.19 00:27:29.669784 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2816 2025.04.19 00:27:29.669814 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2817 2025.04.19 00:27:29.669833 [ 259 ] {569d63c2-c6fa-4c2c-8976-db42744b05a0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005401 sec., 29624.143677096832 rows/sec., 2.06 MiB/sec.
2818 2025.04.19 00:27:29.669980 [ 197 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2819 2025.04.19 00:27:29.670278 [ 259 ] {569d63c2-c6fa-4c2c-8976-db42744b05a0} <Debug> TCPHandler: Processed in 0.00624012 sec.
2820 2025.04.19 00:27:29.670308 [ 195 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
2821 2025.04.19 00:27:29.670523 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2822 2025.04.19 00:27:29.670648 [ 195 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2823 2025.04.19 00:27:29.670778 [ 195 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4168 rows starting from the beginning of the part
2824 2025.04.19 00:27:29.670821 [ 259 ] {5efef7af-8b70-4ba1-b3ff-f84c21584b90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2825 2025.04.19 00:27:29.670902 [ 197 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_16_3} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2826 2025.04.19 00:27:29.671354 [ 259 ] {5efef7af-8b70-4ba1-b3ff-f84c21584b90} <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
2827 2025.04.19 00:27:29.671377 [ 197 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_16_3} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2828 2025.04.19 00:27:29.671386 [ 195 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
2829 2025.04.19 00:27:29.671719 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
2830 2025.04.19 00:27:29.672044 [ 195 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
2831 2025.04.19 00:27:29.672445 [ 195 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 960 rows starting from the beginning of the part
2832 2025.04.19 00:27:29.672797 [ 195 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 128 rows starting from the beginning of the part
2833 2025.04.19 00:27:29.673158 [ 195 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
2834 2025.04.19 00:27:29.676567 [ 259 ] {5efef7af-8b70-4ba1-b3ff-f84c21584b90} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2835 2025.04.19 00:27:29.676641 [ 259 ] {5efef7af-8b70-4ba1-b3ff-f84c21584b90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2836 2025.04.19 00:27:29.677647 [ 259 ] {5efef7af-8b70-4ba1-b3ff-f84c21584b90} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2837 2025.04.19 00:27:29.678228 [ 259 ] {5efef7af-8b70-4ba1-b3ff-f84c21584b90} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2838 2025.04.19 00:27:29.678332 [ 195 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5813 rows, containing 5 columns (5 merged, 0 gathered) in 0.008422582 sec., 690168.4067902218 rows/sec., 46.55 MiB/sec.
2839 2025.04.19 00:27:29.678562 [ 259 ] {5efef7af-8b70-4ba1-b3ff-f84c21584b90} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007844 sec., 1019.8878123406425 rows/sec., 1.83 MiB/sec.
2840 2025.04.19 00:27:29.678780 [ 259 ] {5efef7af-8b70-4ba1-b3ff-f84c21584b90} <Debug> TCPHandler: Processed in 0.008359921 sec.
2841 2025.04.19 00:27:29.678799 [ 195 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2842 2025.04.19 00:27:29.679063 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2843 2025.04.19 00:27:29.679246 [ 259 ] {cb09a39e-ebfa-421f-9c10-ad811e7abe24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2844 2025.04.19 00:27:29.679343 [ 259 ] {cb09a39e-ebfa-421f-9c10-ad811e7abe24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2845 2025.04.19 00:27:29.679364 [ 195 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2846 2025.04.19 00:27:29.679588 [ 195 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2847 2025.04.19 00:27:29.679770 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB.
2848 2025.04.19 00:27:29.680133 [ 259 ] {cb09a39e-ebfa-421f-9c10-ad811e7abe24} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2849 2025.04.19 00:27:29.680176 [ 259 ] {cb09a39e-ebfa-421f-9c10-ad811e7abe24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2850 2025.04.19 00:27:29.680552 [ 259 ] {cb09a39e-ebfa-421f-9c10-ad811e7abe24} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2851 2025.04.19 00:27:29.680795 [ 259 ] {cb09a39e-ebfa-421f-9c10-ad811e7abe24} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2852 2025.04.19 00:27:29.680921 [ 57 ] {} <Debug> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2853 2025.04.19 00:27:29.680966 [ 57 ] {} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2854 2025.04.19 00:27:29.680976 [ 259 ] {cb09a39e-ebfa-421f-9c10-ad811e7abe24} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001786 sec., 33594.6248600224 rows/sec., 2.26 MiB/sec.
2855 2025.04.19 00:27:29.680995 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2856 2025.04.19 00:27:29.681069 [ 259 ] {cb09a39e-ebfa-421f-9c10-ad811e7abe24} <Debug> TCPHandler: Processed in 0.00208538 sec.
2857 2025.04.19 00:27:29.681140 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
2858 2025.04.19 00:27:29.681230 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2859 2025.04.19 00:27:29.681259 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 676 rows starting from the beginning of the part
2860 2025.04.19 00:27:29.681366 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
2861 2025.04.19 00:27:29.681580 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
2862 2025.04.19 00:27:29.681780 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part
2863 2025.04.19 00:27:29.681951 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part
2864 2025.04.19 00:27:29.682108 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
2865 2025.04.19 00:27:29.683279 [ 195 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 960 rows, containing 4 columns (4 merged, 0 gathered) in 0.002207142 sec., 434951.6252239321 rows/sec., 28.45 MiB/sec.
2866 2025.04.19 00:27:29.683433 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2867 2025.04.19 00:27:29.683708 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_16_3} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2868 2025.04.19 00:27:29.683795 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_16_3} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2869 2025.04.19 00:27:29.683865 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
2870 2025.04.19 00:27:33.175007 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
2871 2025.04.19 00:27:33.175086 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
2872 2025.04.19 00:27:33.258943 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
2873 2025.04.19 00:27:33.259640 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2874 2025.04.19 00:27:33.259684 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2875 2025.04.19 00:27:33.260258 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2876 2025.04.19 00:27:33.260514 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2877 2025.04.19 00:27:33.260710 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2878 2025.04.19 00:27:33.269871 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 412
2879 2025.04.19 00:27:33.272565 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2880 2025.04.19 00:27:33.272616 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2881 2025.04.19 00:27:33.274058 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2882 2025.04.19 00:27:33.274419 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2883 2025.04.19 00:27:33.274986 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 412
2884 2025.04.19 00:27:33.599034 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2885 2025.04.19 00:27:33.618050 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2886 2025.04.19 00:27:33.618110 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2887 2025.04.19 00:27:33.627294 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2888 2025.04.19 00:27:33.628082 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2889 2025.04.19 00:27:33.631017 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2890 2025.04.19 00:27:34.656153 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2891 2025.04.19 00:27:34.656352 [ 259 ] {cdea4c9f-d479-470f-bbee-98385d8d46b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2892 2025.04.19 00:27:34.656423 [ 259 ] {cdea4c9f-d479-470f-bbee-98385d8d46b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2893 2025.04.19 00:27:34.657262 [ 259 ] {cdea4c9f-d479-470f-bbee-98385d8d46b6} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2894 2025.04.19 00:27:34.657304 [ 259 ] {cdea4c9f-d479-470f-bbee-98385d8d46b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2895 2025.04.19 00:27:34.657784 [ 259 ] {cdea4c9f-d479-470f-bbee-98385d8d46b6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2896 2025.04.19 00:27:34.658044 [ 259 ] {cdea4c9f-d479-470f-bbee-98385d8d46b6} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2897 2025.04.19 00:27:34.658277 [ 259 ] {cdea4c9f-d479-470f-bbee-98385d8d46b6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001973 sec., 107450.58286872783 rows/sec., 6.83 MiB/sec.
2898 2025.04.19 00:27:34.658378 [ 259 ] {cdea4c9f-d479-470f-bbee-98385d8d46b6} <Debug> TCPHandler: Processed in 0.002359385 sec.
2899 2025.04.19 00:27:34.658568 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2900 2025.04.19 00:27:34.658674 [ 259 ] {1c8917e8-99ef-4e02-9acf-54ca190480bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2901 2025.04.19 00:27:34.658722 [ 259 ] {1c8917e8-99ef-4e02-9acf-54ca190480bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2902 2025.04.19 00:27:34.659539 [ 259 ] {1c8917e8-99ef-4e02-9acf-54ca190480bf} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2903 2025.04.19 00:27:34.659580 [ 259 ] {1c8917e8-99ef-4e02-9acf-54ca190480bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2904 2025.04.19 00:27:34.659996 [ 259 ] {1c8917e8-99ef-4e02-9acf-54ca190480bf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2905 2025.04.19 00:27:34.660243 [ 259 ] {1c8917e8-99ef-4e02-9acf-54ca190480bf} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2906 2025.04.19 00:27:34.660488 [ 259 ] {1c8917e8-99ef-4e02-9acf-54ca190480bf} <Debug> executeQuery: Read 679 rows, 55.23 KiB in 0.001828 sec., 371444.2013129103 rows/sec., 29.50 MiB/sec.
2907 2025.04.19 00:27:34.660632 [ 259 ] {1c8917e8-99ef-4e02-9acf-54ca190480bf} <Debug> TCPHandler: Processed in 0.002124671 sec.
2908 2025.04.19 00:27:34.660869 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2909 2025.04.19 00:27:34.660976 [ 259 ] {b3987f5a-71da-450d-919e-7e1bce426251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2910 2025.04.19 00:27:34.661026 [ 259 ] {b3987f5a-71da-450d-919e-7e1bce426251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2911 2025.04.19 00:27:34.661595 [ 259 ] {b3987f5a-71da-450d-919e-7e1bce426251} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2912 2025.04.19 00:27:34.661637 [ 259 ] {b3987f5a-71da-450d-919e-7e1bce426251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2913 2025.04.19 00:27:34.662004 [ 259 ] {b3987f5a-71da-450d-919e-7e1bce426251} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2914 2025.04.19 00:27:34.662263 [ 259 ] {b3987f5a-71da-450d-919e-7e1bce426251} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2915 2025.04.19 00:27:34.662466 [ 259 ] {b3987f5a-71da-450d-919e-7e1bce426251} <Debug> executeQuery: Read 137 rows, 8.72 KiB in 0.001513 sec., 90548.57898215466 rows/sec., 5.63 MiB/sec.
2916 2025.04.19 00:27:34.662518 [ 259 ] {b3987f5a-71da-450d-919e-7e1bce426251} <Debug> TCPHandler: Processed in 0.001719343 sec.
2917 2025.04.19 00:27:34.662635 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2918 2025.04.19 00:27:34.662738 [ 259 ] {82f90963-046f-4365-8e85-71734bd2b15e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2919 2025.04.19 00:27:34.662783 [ 259 ] {82f90963-046f-4365-8e85-71734bd2b15e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2920 2025.04.19 00:27:34.663315 [ 259 ] {82f90963-046f-4365-8e85-71734bd2b15e} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2921 2025.04.19 00:27:34.663356 [ 259 ] {82f90963-046f-4365-8e85-71734bd2b15e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2922 2025.04.19 00:27:34.663724 [ 259 ] {82f90963-046f-4365-8e85-71734bd2b15e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2923 2025.04.19 00:27:34.663992 [ 259 ] {82f90963-046f-4365-8e85-71734bd2b15e} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2924 2025.04.19 00:27:34.664268 [ 259 ] {82f90963-046f-4365-8e85-71734bd2b15e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001539 sec., 73424.30149447694 rows/sec., 4.75 MiB/sec.
2925 2025.04.19 00:27:34.664406 [ 259 ] {82f90963-046f-4365-8e85-71734bd2b15e} <Debug> TCPHandler: Processed in 0.001821225 sec.
2926 2025.04.19 00:27:34.664526 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2927 2025.04.19 00:27:34.664630 [ 259 ] {56ecdbbd-3221-462f-b3d0-0fc936f4879f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2928 2025.04.19 00:27:34.664676 [ 259 ] {56ecdbbd-3221-462f-b3d0-0fc936f4879f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2929 2025.04.19 00:27:34.665220 [ 259 ] {56ecdbbd-3221-462f-b3d0-0fc936f4879f} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2930 2025.04.19 00:27:34.665261 [ 259 ] {56ecdbbd-3221-462f-b3d0-0fc936f4879f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2931 2025.04.19 00:27:34.665618 [ 259 ] {56ecdbbd-3221-462f-b3d0-0fc936f4879f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2932 2025.04.19 00:27:34.665868 [ 259 ] {56ecdbbd-3221-462f-b3d0-0fc936f4879f} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2933 2025.04.19 00:27:34.666072 [ 259 ] {56ecdbbd-3221-462f-b3d0-0fc936f4879f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001463 sec., 76555.02392344497 rows/sec., 4.36 MiB/sec.
2934 2025.04.19 00:27:34.666122 [ 259 ] {56ecdbbd-3221-462f-b3d0-0fc936f4879f} <Debug> TCPHandler: Processed in 0.001648522 sec.
2935 2025.04.19 00:27:34.666239 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2936 2025.04.19 00:27:34.666343 [ 259 ] {0647093f-7927-4a59-bcea-90fd501977cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2937 2025.04.19 00:27:34.666389 [ 259 ] {0647093f-7927-4a59-bcea-90fd501977cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2938 2025.04.19 00:27:34.667028 [ 259 ] {0647093f-7927-4a59-bcea-90fd501977cf} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2939 2025.04.19 00:27:34.667069 [ 259 ] {0647093f-7927-4a59-bcea-90fd501977cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2940 2025.04.19 00:27:34.667449 [ 259 ] {0647093f-7927-4a59-bcea-90fd501977cf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2941 2025.04.19 00:27:34.667694 [ 259 ] {0647093f-7927-4a59-bcea-90fd501977cf} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2942 2025.04.19 00:27:34.667900 [ 259 ] {0647093f-7927-4a59-bcea-90fd501977cf} <Debug> executeQuery: Read 419 rows, 30.55 KiB in 0.001578 sec., 265525.9822560203 rows/sec., 18.91 MiB/sec.
2943 2025.04.19 00:27:34.667951 [ 259 ] {0647093f-7927-4a59-bcea-90fd501977cf} <Debug> TCPHandler: Processed in 0.001765174 sec.
2944 2025.04.19 00:27:34.668064 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2945 2025.04.19 00:27:34.668168 [ 259 ] {b451c616-fe5b-4d6c-a60a-c714546876d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2946 2025.04.19 00:27:34.668216 [ 259 ] {b451c616-fe5b-4d6c-a60a-c714546876d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2947 2025.04.19 00:27:34.668633 [ 259 ] {b451c616-fe5b-4d6c-a60a-c714546876d5} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2948 2025.04.19 00:27:34.668673 [ 259 ] {b451c616-fe5b-4d6c-a60a-c714546876d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2949 2025.04.19 00:27:34.669027 [ 259 ] {b451c616-fe5b-4d6c-a60a-c714546876d5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2950 2025.04.19 00:27:34.669276 [ 259 ] {b451c616-fe5b-4d6c-a60a-c714546876d5} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2951 2025.04.19 00:27:34.669481 [ 259 ] {b451c616-fe5b-4d6c-a60a-c714546876d5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001334 sec., 4497.751124437781 rows/sec., 234.99 KiB/sec.
2952 2025.04.19 00:27:34.669531 [ 259 ] {b451c616-fe5b-4d6c-a60a-c714546876d5} <Debug> TCPHandler: Processed in 0.001517129 sec.
2953 2025.04.19 00:27:34.669642 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2954 2025.04.19 00:27:34.669746 [ 259 ] {cc6bbbdf-47df-4c31-875d-1fb0a2409191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2955 2025.04.19 00:27:34.669796 [ 259 ] {cc6bbbdf-47df-4c31-875d-1fb0a2409191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2956 2025.04.19 00:27:34.670306 [ 259 ] {cc6bbbdf-47df-4c31-875d-1fb0a2409191} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2957 2025.04.19 00:27:34.670346 [ 259 ] {cc6bbbdf-47df-4c31-875d-1fb0a2409191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2958 2025.04.19 00:27:34.670736 [ 259 ] {cc6bbbdf-47df-4c31-875d-1fb0a2409191} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2959 2025.04.19 00:27:34.670976 [ 259 ] {cc6bbbdf-47df-4c31-875d-1fb0a2409191} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2960 2025.04.19 00:27:34.671252 [ 259 ] {cc6bbbdf-47df-4c31-875d-1fb0a2409191} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001524 sec., 155511.81102362205 rows/sec., 10.42 MiB/sec.
2961 2025.04.19 00:27:34.671486 [ 259 ] {cc6bbbdf-47df-4c31-875d-1fb0a2409191} <Debug> TCPHandler: Processed in 0.001887766 sec.
2962 2025.04.19 00:27:34.671680 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2963 2025.04.19 00:27:34.671786 [ 259 ] {a4a3cf0c-39a9-47ff-9acf-1b254813f777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2964 2025.04.19 00:27:34.671837 [ 259 ] {a4a3cf0c-39a9-47ff-9acf-1b254813f777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2965 2025.04.19 00:27:34.672272 [ 259 ] {a4a3cf0c-39a9-47ff-9acf-1b254813f777} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2966 2025.04.19 00:27:34.672312 [ 259 ] {a4a3cf0c-39a9-47ff-9acf-1b254813f777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2967 2025.04.19 00:27:34.672665 [ 259 ] {a4a3cf0c-39a9-47ff-9acf-1b254813f777} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2968 2025.04.19 00:27:34.672911 [ 259 ] {a4a3cf0c-39a9-47ff-9acf-1b254813f777} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2969 2025.04.19 00:27:34.673160 [ 259 ] {a4a3cf0c-39a9-47ff-9acf-1b254813f777} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001389 sec., 719.9424046076314 rows/sec., 48.51 KiB/sec.
2970 2025.04.19 00:27:34.673288 [ 259 ] {a4a3cf0c-39a9-47ff-9acf-1b254813f777} <Debug> TCPHandler: Processed in 0.001670932 sec.
2971 2025.04.19 00:27:34.673402 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2972 2025.04.19 00:27:34.673505 [ 259 ] {06fb86d8-0f41-4774-a142-d60f1df3c00f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2973 2025.04.19 00:27:34.673574 [ 259 ] {06fb86d8-0f41-4774-a142-d60f1df3c00f} <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
2974 2025.04.19 00:27:34.674667 [ 259 ] {06fb86d8-0f41-4774-a142-d60f1df3c00f} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2975 2025.04.19 00:27:34.674707 [ 259 ] {06fb86d8-0f41-4774-a142-d60f1df3c00f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2976 2025.04.19 00:27:34.675333 [ 259 ] {06fb86d8-0f41-4774-a142-d60f1df3c00f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2977 2025.04.19 00:27:34.675578 [ 259 ] {06fb86d8-0f41-4774-a142-d60f1df3c00f} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2978 2025.04.19 00:27:34.675921 [ 259 ] {06fb86d8-0f41-4774-a142-d60f1df3c00f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002416 sec., 12831.125827814569 rows/sec., 22.99 MiB/sec.
2979 2025.04.19 00:27:34.676026 [ 259 ] {06fb86d8-0f41-4774-a142-d60f1df3c00f} <Debug> TCPHandler: Processed in 0.002675042 sec.
2980 2025.04.19 00:27:34.676151 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2981 2025.04.19 00:27:34.676261 [ 259 ] {bb9c3f97-bd86-4f14-9213-eccb5f31584c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2982 2025.04.19 00:27:34.676308 [ 259 ] {bb9c3f97-bd86-4f14-9213-eccb5f31584c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2983 2025.04.19 00:27:34.676715 [ 259 ] {bb9c3f97-bd86-4f14-9213-eccb5f31584c} <Trace> oximeter.measurements_i64 (237599ff-5a6a-4b4a-a8be-5b75ceb5075e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2984 2025.04.19 00:27:34.676754 [ 259 ] {bb9c3f97-bd86-4f14-9213-eccb5f31584c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2985 2025.04.19 00:27:34.677094 [ 259 ] {bb9c3f97-bd86-4f14-9213-eccb5f31584c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2986 2025.04.19 00:27:34.677324 [ 259 ] {bb9c3f97-bd86-4f14-9213-eccb5f31584c} <Trace> oximeter.measurements_i64 (237599ff-5a6a-4b4a-a8be-5b75ceb5075e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2987 2025.04.19 00:27:34.677596 [ 259 ] {bb9c3f97-bd86-4f14-9213-eccb5f31584c} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001337 sec., 4487.658937920718 rows/sec., 317.00 KiB/sec.
2988 2025.04.19 00:27:34.677683 [ 259 ] {bb9c3f97-bd86-4f14-9213-eccb5f31584c} <Debug> TCPHandler: Processed in 0.001583511 sec.
2989 2025.04.19 00:27:34.677809 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2990 2025.04.19 00:27:34.677912 [ 259 ] {d4d8a98d-ab9f-40fb-9068-b5feeb86f31e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2991 2025.04.19 00:27:34.677958 [ 259 ] {d4d8a98d-ab9f-40fb-9068-b5feeb86f31e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2992 2025.04.19 00:27:34.678371 [ 259 ] {d4d8a98d-ab9f-40fb-9068-b5feeb86f31e} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2993 2025.04.19 00:27:34.678409 [ 259 ] {d4d8a98d-ab9f-40fb-9068-b5feeb86f31e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
2994 2025.04.19 00:27:34.678756 [ 259 ] {d4d8a98d-ab9f-40fb-9068-b5feeb86f31e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2995 2025.04.19 00:27:34.678989 [ 259 ] {d4d8a98d-ab9f-40fb-9068-b5feeb86f31e} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2996 2025.04.19 00:27:34.679203 [ 259 ] {d4d8a98d-ab9f-40fb-9068-b5feeb86f31e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001297 sec., 63222.82189668466 rows/sec., 4.02 MiB/sec.
2997 2025.04.19 00:27:34.679256 [ 259 ] {d4d8a98d-ab9f-40fb-9068-b5feeb86f31e} <Debug> TCPHandler: Processed in 0.001498439 sec.
2998 2025.04.19 00:27:39.650030 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2999 2025.04.19 00:27:39.650231 [ 259 ] {3697f846-da44-4291-98b3-a1136116a4d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3000 2025.04.19 00:27:39.650304 [ 259 ] {3697f846-da44-4291-98b3-a1136116a4d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3001 2025.04.19 00:27:39.651020 [ 259 ] {3697f846-da44-4291-98b3-a1136116a4d1} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3002 2025.04.19 00:27:39.651066 [ 259 ] {3697f846-da44-4291-98b3-a1136116a4d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3003 2025.04.19 00:27:39.651488 [ 259 ] {3697f846-da44-4291-98b3-a1136116a4d1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3004 2025.04.19 00:27:39.651747 [ 259 ] {3697f846-da44-4291-98b3-a1136116a4d1} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3005 2025.04.19 00:27:39.651981 [ 259 ] {3697f846-da44-4291-98b3-a1136116a4d1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001796 sec., 1113.5857461024498 rows/sec., 90.81 KiB/sec.
3006 2025.04.19 00:27:39.652158 [ 259 ] {3697f846-da44-4291-98b3-a1136116a4d1} <Debug> TCPHandler: Processed in 0.002248634 sec.
3007 2025.04.19 00:27:39.652292 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3008 2025.04.19 00:27:39.652405 [ 259 ] {f4d6d8d3-2fa8-4c33-8f1a-ec745e6c89fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3009 2025.04.19 00:27:39.652453 [ 259 ] {f4d6d8d3-2fa8-4c33-8f1a-ec745e6c89fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3010 2025.04.19 00:27:39.653023 [ 259 ] {f4d6d8d3-2fa8-4c33-8f1a-ec745e6c89fb} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3011 2025.04.19 00:27:39.653061 [ 259 ] {f4d6d8d3-2fa8-4c33-8f1a-ec745e6c89fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3012 2025.04.19 00:27:39.653417 [ 259 ] {f4d6d8d3-2fa8-4c33-8f1a-ec745e6c89fb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3013 2025.04.19 00:27:39.653670 [ 259 ] {f4d6d8d3-2fa8-4c33-8f1a-ec745e6c89fb} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3014 2025.04.19 00:27:39.653838 [ 259 ] {f4d6d8d3-2fa8-4c33-8f1a-ec745e6c89fb} <Debug> executeQuery: Read 73 rows, 6.06 KiB in 0.001461 sec., 49965.77686516085 rows/sec., 4.05 MiB/sec.
3015 2025.04.19 00:27:39.653887 [ 259 ] {f4d6d8d3-2fa8-4c33-8f1a-ec745e6c89fb} <Debug> TCPHandler: Processed in 0.001649331 sec.
3016 2025.04.19 00:27:39.654001 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3017 2025.04.19 00:27:39.654104 [ 259 ] {2c3e1b5e-c3a3-4528-9805-1262b487ce3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3018 2025.04.19 00:27:39.654148 [ 259 ] {2c3e1b5e-c3a3-4528-9805-1262b487ce3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3019 2025.04.19 00:27:39.654631 [ 259 ] {2c3e1b5e-c3a3-4528-9805-1262b487ce3e} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3020 2025.04.19 00:27:39.654668 [ 259 ] {2c3e1b5e-c3a3-4528-9805-1262b487ce3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3021 2025.04.19 00:27:39.655011 [ 259 ] {2c3e1b5e-c3a3-4528-9805-1262b487ce3e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3022 2025.04.19 00:27:39.655237 [ 259 ] {2c3e1b5e-c3a3-4528-9805-1262b487ce3e} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3023 2025.04.19 00:27:39.655400 [ 259 ] {2c3e1b5e-c3a3-4528-9805-1262b487ce3e} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001317 sec., 7593.014426727411 rows/sec., 562.80 KiB/sec.
3024 2025.04.19 00:27:39.655449 [ 259 ] {2c3e1b5e-c3a3-4528-9805-1262b487ce3e} <Debug> TCPHandler: Processed in 0.001498389 sec.
3025 2025.04.19 00:27:39.655560 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3026 2025.04.19 00:27:39.655663 [ 259 ] {260e8dc6-cbed-4b22-8ccd-127d9bf26e8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3027 2025.04.19 00:27:39.655707 [ 259 ] {260e8dc6-cbed-4b22-8ccd-127d9bf26e8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3028 2025.04.19 00:27:39.656227 [ 259 ] {260e8dc6-cbed-4b22-8ccd-127d9bf26e8f} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3029 2025.04.19 00:27:39.656263 [ 259 ] {260e8dc6-cbed-4b22-8ccd-127d9bf26e8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3030 2025.04.19 00:27:39.656705 [ 259 ] {260e8dc6-cbed-4b22-8ccd-127d9bf26e8f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3031 2025.04.19 00:27:39.656937 [ 259 ] {260e8dc6-cbed-4b22-8ccd-127d9bf26e8f} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3032 2025.04.19 00:27:39.657102 [ 259 ] {260e8dc6-cbed-4b22-8ccd-127d9bf26e8f} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001461 sec., 50650.23956194387 rows/sec., 3.96 MiB/sec.
3033 2025.04.19 00:27:39.657152 [ 259 ] {260e8dc6-cbed-4b22-8ccd-127d9bf26e8f} <Debug> TCPHandler: Processed in 0.001643662 sec.
3034 2025.04.19 00:27:39.657264 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3035 2025.04.19 00:27:39.657368 [ 259 ] {88c61b7f-1dec-4f4a-877c-3f67d6e650cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3036 2025.04.19 00:27:39.657415 [ 259 ] {88c61b7f-1dec-4f4a-877c-3f67d6e650cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3037 2025.04.19 00:27:39.657903 [ 259 ] {88c61b7f-1dec-4f4a-877c-3f67d6e650cc} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3038 2025.04.19 00:27:39.657940 [ 259 ] {88c61b7f-1dec-4f4a-877c-3f67d6e650cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3039 2025.04.19 00:27:39.658303 [ 259 ] {88c61b7f-1dec-4f4a-877c-3f67d6e650cc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3040 2025.04.19 00:27:39.658533 [ 259 ] {88c61b7f-1dec-4f4a-877c-3f67d6e650cc} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): 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.04.19 00:27:39.658748 [ 259 ] {88c61b7f-1dec-4f4a-877c-3f67d6e650cc} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001401 sec., 114917.91577444682 rows/sec., 8.00 MiB/sec.
3042 2025.04.19 00:27:39.658957 [ 259 ] {88c61b7f-1dec-4f4a-877c-3f67d6e650cc} <Debug> TCPHandler: Processed in 0.001739133 sec.
3043 2025.04.19 00:27:39.659085 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3044 2025.04.19 00:27:39.659188 [ 259 ] {9b095d52-75dc-419f-a561-79cde75a0e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3045 2025.04.19 00:27:39.659264 [ 259 ] {9b095d52-75dc-419f-a561-79cde75a0e9c} <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
3046 2025.04.19 00:27:39.660276 [ 259 ] {9b095d52-75dc-419f-a561-79cde75a0e9c} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3047 2025.04.19 00:27:39.660313 [ 259 ] {9b095d52-75dc-419f-a561-79cde75a0e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3048 2025.04.19 00:27:39.660892 [ 259 ] {9b095d52-75dc-419f-a561-79cde75a0e9c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3049 2025.04.19 00:27:39.661144 [ 259 ] {9b095d52-75dc-419f-a561-79cde75a0e9c} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3050 2025.04.19 00:27:39.661325 [ 259 ] {9b095d52-75dc-419f-a561-79cde75a0e9c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002159 sec., 3705.4191755442334 rows/sec., 6.64 MiB/sec.
3051 2025.04.19 00:27:39.661412 [ 259 ] {9b095d52-75dc-419f-a561-79cde75a0e9c} <Debug> TCPHandler: Processed in 0.002377756 sec.
3052 2025.04.19 00:27:39.661528 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3053 2025.04.19 00:27:39.661633 [ 259 ] {516a461b-019b-4bcb-8745-26c5d881ac81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3054 2025.04.19 00:27:39.661678 [ 259 ] {516a461b-019b-4bcb-8745-26c5d881ac81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3055 2025.04.19 00:27:39.662083 [ 259 ] {516a461b-019b-4bcb-8745-26c5d881ac81} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3056 2025.04.19 00:27:39.662120 [ 259 ] {516a461b-019b-4bcb-8745-26c5d881ac81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3057 2025.04.19 00:27:39.662464 [ 259 ] {516a461b-019b-4bcb-8745-26c5d881ac81} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3058 2025.04.19 00:27:39.662691 [ 259 ] {516a461b-019b-4bcb-8745-26c5d881ac81} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): 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.04.19 00:27:39.662864 [ 259 ] {516a461b-019b-4bcb-8745-26c5d881ac81} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001253 sec., 47885.07581803671 rows/sec., 3.23 MiB/sec.
3060 2025.04.19 00:27:39.662911 [ 259 ] {516a461b-019b-4bcb-8745-26c5d881ac81} <Debug> TCPHandler: Processed in 0.001434188 sec.
3061 2025.04.19 00:27:40.760911 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978
3062 2025.04.19 00:27:40.761586 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3063 2025.04.19 00:27:40.761634 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3064 2025.04.19 00:27:40.762184 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3065 2025.04.19 00:27:40.762431 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): 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.04.19 00:27:40.762656 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978
3067 2025.04.19 00:27:41.131158 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
3068 2025.04.19 00:27:41.150141 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3069 2025.04.19 00:27:41.150182 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3070 2025.04.19 00:27:41.157336 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3071 2025.04.19 00:27:41.158127 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3072 2025.04.19 00:27:41.160502 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
3073 2025.04.19 00:27:43.275212 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 450
3074 2025.04.19 00:27:43.278296 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3075 2025.04.19 00:27:43.278346 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3076 2025.04.19 00:27:43.279780 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3077 2025.04.19 00:27:43.280093 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3078 2025.04.19 00:27:43.280669 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 450
3079 2025.04.19 00:27:44.655742 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3080 2025.04.19 00:27:44.655968 [ 259 ] {5a8ffd14-867c-4b25-aaba-e31bcd0baaa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3081 2025.04.19 00:27:44.656049 [ 259 ] {5a8ffd14-867c-4b25-aaba-e31bcd0baaa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3082 2025.04.19 00:27:44.656930 [ 259 ] {5a8ffd14-867c-4b25-aaba-e31bcd0baaa3} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3083 2025.04.19 00:27:44.656982 [ 259 ] {5a8ffd14-867c-4b25-aaba-e31bcd0baaa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3084 2025.04.19 00:27:44.657433 [ 259 ] {5a8ffd14-867c-4b25-aaba-e31bcd0baaa3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3085 2025.04.19 00:27:44.657688 [ 259 ] {5a8ffd14-867c-4b25-aaba-e31bcd0baaa3} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3086 2025.04.19 00:27:44.657971 [ 259 ] {5a8ffd14-867c-4b25-aaba-e31bcd0baaa3} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002053 sec., 103263.51680467608 rows/sec., 6.57 MiB/sec.
3087 2025.04.19 00:27:44.658172 [ 259 ] {5a8ffd14-867c-4b25-aaba-e31bcd0baaa3} <Debug> TCPHandler: Processed in 0.00257087 sec.
3088 2025.04.19 00:27:44.658310 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3089 2025.04.19 00:27:44.658415 [ 259 ] {5581afed-baf7-4f23-86f2-0f488be11cc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3090 2025.04.19 00:27:44.658461 [ 259 ] {5581afed-baf7-4f23-86f2-0f488be11cc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3091 2025.04.19 00:27:44.659259 [ 259 ] {5581afed-baf7-4f23-86f2-0f488be11cc0} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3092 2025.04.19 00:27:44.659300 [ 259 ] {5581afed-baf7-4f23-86f2-0f488be11cc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3093 2025.04.19 00:27:44.659695 [ 259 ] {5581afed-baf7-4f23-86f2-0f488be11cc0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3094 2025.04.19 00:27:44.659945 [ 259 ] {5581afed-baf7-4f23-86f2-0f488be11cc0} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3095 2025.04.19 00:27:44.660149 [ 259 ] {5581afed-baf7-4f23-86f2-0f488be11cc0} <Debug> executeQuery: Read 679 rows, 55.23 KiB in 0.001757 sec., 386454.18326693226 rows/sec., 30.70 MiB/sec.
3096 2025.04.19 00:27:44.660202 [ 259 ] {5581afed-baf7-4f23-86f2-0f488be11cc0} <Debug> TCPHandler: Processed in 0.001946348 sec.
3097 2025.04.19 00:27:44.660318 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3098 2025.04.19 00:27:44.660421 [ 259 ] {610ed0dc-870b-4745-80bc-8a1b9cfbad5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3099 2025.04.19 00:27:44.660467 [ 259 ] {610ed0dc-870b-4745-80bc-8a1b9cfbad5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3100 2025.04.19 00:27:44.661009 [ 259 ] {610ed0dc-870b-4745-80bc-8a1b9cfbad5f} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3101 2025.04.19 00:27:44.661048 [ 259 ] {610ed0dc-870b-4745-80bc-8a1b9cfbad5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3102 2025.04.19 00:27:44.661400 [ 259 ] {610ed0dc-870b-4745-80bc-8a1b9cfbad5f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3103 2025.04.19 00:27:44.661639 [ 259 ] {610ed0dc-870b-4745-80bc-8a1b9cfbad5f} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3104 2025.04.19 00:27:44.661879 [ 259 ] {610ed0dc-870b-4745-80bc-8a1b9cfbad5f} <Debug> executeQuery: Read 137 rows, 8.72 KiB in 0.00147 sec., 93197.27891156463 rows/sec., 5.79 MiB/sec.
3105 2025.04.19 00:27:44.662007 [ 259 ] {610ed0dc-870b-4745-80bc-8a1b9cfbad5f} <Debug> TCPHandler: Processed in 0.001737963 sec.
3106 2025.04.19 00:27:44.662185 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3107 2025.04.19 00:27:44.662287 [ 259 ] {0bcc3f21-2afb-45b4-9165-a4336b673987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3108 2025.04.19 00:27:44.662333 [ 259 ] {0bcc3f21-2afb-45b4-9165-a4336b673987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3109 2025.04.19 00:27:44.662884 [ 259 ] {0bcc3f21-2afb-45b4-9165-a4336b673987} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3110 2025.04.19 00:27:44.662922 [ 259 ] {0bcc3f21-2afb-45b4-9165-a4336b673987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3111 2025.04.19 00:27:44.663269 [ 259 ] {0bcc3f21-2afb-45b4-9165-a4336b673987} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3112 2025.04.19 00:27:44.663510 [ 259 ] {0bcc3f21-2afb-45b4-9165-a4336b673987} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3113 2025.04.19 00:27:44.663766 [ 259 ] {0bcc3f21-2afb-45b4-9165-a4336b673987} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.0015 sec., 75333.33333333333 rows/sec., 4.88 MiB/sec.
3114 2025.04.19 00:27:44.663950 [ 259 ] {0bcc3f21-2afb-45b4-9165-a4336b673987} <Debug> TCPHandler: Processed in 0.001820055 sec.
3115 2025.04.19 00:27:44.664072 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3116 2025.04.19 00:27:44.664176 [ 259 ] {841bcba7-76e4-4f0e-9622-1610a6afd6a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3117 2025.04.19 00:27:44.664221 [ 259 ] {841bcba7-76e4-4f0e-9622-1610a6afd6a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3118 2025.04.19 00:27:44.664777 [ 259 ] {841bcba7-76e4-4f0e-9622-1610a6afd6a9} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3119 2025.04.19 00:27:44.664817 [ 259 ] {841bcba7-76e4-4f0e-9622-1610a6afd6a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3120 2025.04.19 00:27:44.665163 [ 259 ] {841bcba7-76e4-4f0e-9622-1610a6afd6a9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3121 2025.04.19 00:27:44.665407 [ 259 ] {841bcba7-76e4-4f0e-9622-1610a6afd6a9} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3122 2025.04.19 00:27:44.665617 [ 259 ] {841bcba7-76e4-4f0e-9622-1610a6afd6a9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001462 sec., 76607.38714090288 rows/sec., 4.36 MiB/sec.
3123 2025.04.19 00:27:44.665668 [ 259 ] {841bcba7-76e4-4f0e-9622-1610a6afd6a9} <Debug> TCPHandler: Processed in 0.001647622 sec.
3124 2025.04.19 00:27:44.665786 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3125 2025.04.19 00:27:44.665889 [ 259 ] {2cdf37a1-aa80-4e0f-ad0c-707de3003325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3126 2025.04.19 00:27:44.665933 [ 259 ] {2cdf37a1-aa80-4e0f-ad0c-707de3003325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3127 2025.04.19 00:27:44.666551 [ 259 ] {2cdf37a1-aa80-4e0f-ad0c-707de3003325} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3128 2025.04.19 00:27:44.666589 [ 259 ] {2cdf37a1-aa80-4e0f-ad0c-707de3003325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3129 2025.04.19 00:27:44.666943 [ 259 ] {2cdf37a1-aa80-4e0f-ad0c-707de3003325} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3130 2025.04.19 00:27:44.667173 [ 259 ] {2cdf37a1-aa80-4e0f-ad0c-707de3003325} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3131 2025.04.19 00:27:44.667362 [ 259 ] {2cdf37a1-aa80-4e0f-ad0c-707de3003325} <Debug> executeQuery: Read 413 rows, 30.07 KiB in 0.001494 sec., 276439.0896921017 rows/sec., 19.65 MiB/sec.
3132 2025.04.19 00:27:44.667414 [ 259 ] {2cdf37a1-aa80-4e0f-ad0c-707de3003325} <Debug> TCPHandler: Processed in 0.001681252 sec.
3133 2025.04.19 00:27:44.667527 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3134 2025.04.19 00:27:44.667632 [ 259 ] {919fb4ba-1968-49d2-85d4-554aa0f222d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3135 2025.04.19 00:27:44.667678 [ 259 ] {919fb4ba-1968-49d2-85d4-554aa0f222d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3136 2025.04.19 00:27:44.668083 [ 259 ] {919fb4ba-1968-49d2-85d4-554aa0f222d4} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3137 2025.04.19 00:27:44.668122 [ 259 ] {919fb4ba-1968-49d2-85d4-554aa0f222d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3138 2025.04.19 00:27:44.668464 [ 259 ] {919fb4ba-1968-49d2-85d4-554aa0f222d4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3139 2025.04.19 00:27:44.668692 [ 259 ] {919fb4ba-1968-49d2-85d4-554aa0f222d4} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3140 2025.04.19 00:27:44.668890 [ 259 ] {919fb4ba-1968-49d2-85d4-554aa0f222d4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001279 sec., 4691.164972634871 rows/sec., 245.10 KiB/sec.
3141 2025.04.19 00:27:44.668939 [ 259 ] {919fb4ba-1968-49d2-85d4-554aa0f222d4} <Debug> TCPHandler: Processed in 0.001462809 sec.
3142 2025.04.19 00:27:44.669050 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3143 2025.04.19 00:27:44.669153 [ 259 ] {dac490b7-2599-41b1-a73e-326fd2f1f3f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3144 2025.04.19 00:27:44.669200 [ 259 ] {dac490b7-2599-41b1-a73e-326fd2f1f3f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3145 2025.04.19 00:27:44.669691 [ 259 ] {dac490b7-2599-41b1-a73e-326fd2f1f3f2} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3146 2025.04.19 00:27:44.669730 [ 259 ] {dac490b7-2599-41b1-a73e-326fd2f1f3f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3147 2025.04.19 00:27:44.670095 [ 259 ] {dac490b7-2599-41b1-a73e-326fd2f1f3f2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3148 2025.04.19 00:27:44.670327 [ 259 ] {dac490b7-2599-41b1-a73e-326fd2f1f3f2} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3149 2025.04.19 00:27:44.670516 [ 259 ] {dac490b7-2599-41b1-a73e-326fd2f1f3f2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001383 sec., 171366.59436008678 rows/sec., 11.49 MiB/sec.
3150 2025.04.19 00:27:44.670567 [ 259 ] {dac490b7-2599-41b1-a73e-326fd2f1f3f2} <Debug> TCPHandler: Processed in 0.0015672 sec.
3151 2025.04.19 00:27:44.670680 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3152 2025.04.19 00:27:44.670784 [ 259 ] {66cac3e5-f36f-4831-845a-a6309ab65368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3153 2025.04.19 00:27:44.670829 [ 259 ] {66cac3e5-f36f-4831-845a-a6309ab65368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3154 2025.04.19 00:27:44.671211 [ 259 ] {66cac3e5-f36f-4831-845a-a6309ab65368} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3155 2025.04.19 00:27:44.671249 [ 259 ] {66cac3e5-f36f-4831-845a-a6309ab65368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3156 2025.04.19 00:27:44.671589 [ 259 ] {66cac3e5-f36f-4831-845a-a6309ab65368} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3157 2025.04.19 00:27:44.671822 [ 259 ] {66cac3e5-f36f-4831-845a-a6309ab65368} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3158 2025.04.19 00:27:44.672003 [ 259 ] {66cac3e5-f36f-4831-845a-a6309ab65368} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001233 sec., 811.0300081103002 rows/sec., 54.65 KiB/sec.
3159 2025.04.19 00:27:44.672176 [ 259 ] {66cac3e5-f36f-4831-845a-a6309ab65368} <Debug> TCPHandler: Processed in 0.00154364 sec.
3160 2025.04.19 00:27:44.672311 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3161 2025.04.19 00:27:44.672412 [ 259 ] {20c82f2a-6681-41ee-8169-789df0b5a80b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3162 2025.04.19 00:27:44.672480 [ 259 ] {20c82f2a-6681-41ee-8169-789df0b5a80b} <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
3163 2025.04.19 00:27:44.673534 [ 259 ] {20c82f2a-6681-41ee-8169-789df0b5a80b} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3164 2025.04.19 00:27:44.673570 [ 259 ] {20c82f2a-6681-41ee-8169-789df0b5a80b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3165 2025.04.19 00:27:44.674178 [ 259 ] {20c82f2a-6681-41ee-8169-789df0b5a80b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3166 2025.04.19 00:27:44.674426 [ 259 ] {20c82f2a-6681-41ee-8169-789df0b5a80b} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3167 2025.04.19 00:27:44.674561 [ 145 ] {} <Debug> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3168 2025.04.19 00:27:44.674621 [ 259 ] {20c82f2a-6681-41ee-8169-789df0b5a80b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00223 sec., 13901.34529147982 rows/sec., 24.91 MiB/sec.
3169 2025.04.19 00:27:44.674629 [ 145 ] {} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3170 2025.04.19 00:27:44.674676 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3171 2025.04.19 00:27:44.674819 [ 259 ] {20c82f2a-6681-41ee-8169-789df0b5a80b} <Debug> TCPHandler: Processed in 0.00255383 sec.
3172 2025.04.19 00:27:44.675004 [ 190 ] {e8760166-362f-4d7d-b538-df02c885e1f5::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
3173 2025.04.19 00:27:44.675056 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3174 2025.04.19 00:27:44.675247 [ 259 ] {3979a888-319f-4a0b-b9d6-75fa1f366799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3175 2025.04.19 00:27:44.675374 [ 259 ] {3979a888-319f-4a0b-b9d6-75fa1f366799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3176 2025.04.19 00:27:44.676110 [ 190 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3177 2025.04.19 00:27:44.676327 [ 190 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 88 rows starting from the beginning of the part
3178 2025.04.19 00:27:44.677047 [ 190 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part
3179 2025.04.19 00:27:44.677773 [ 190 ] {e8760166-362f-4d7d-b538-df02c885e1f5::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
3180 2025.04.19 00:27:44.677852 [ 259 ] {3979a888-319f-4a0b-b9d6-75fa1f366799} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3181 2025.04.19 00:27:44.677932 [ 259 ] {3979a888-319f-4a0b-b9d6-75fa1f366799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3182 2025.04.19 00:27:44.678462 [ 190 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part
3183 2025.04.19 00:27:44.679185 [ 190 ] {e8760166-362f-4d7d-b538-df02c885e1f5::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
3184 2025.04.19 00:27:44.679560 [ 259 ] {3979a888-319f-4a0b-b9d6-75fa1f366799} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3185 2025.04.19 00:27:44.679846 [ 190 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part
3186 2025.04.19 00:27:44.680353 [ 259 ] {3979a888-319f-4a0b-b9d6-75fa1f366799} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3187 2025.04.19 00:27:44.681093 [ 259 ] {3979a888-319f-4a0b-b9d6-75fa1f366799} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005873 sec., 13962.199897837563 rows/sec., 908.06 KiB/sec.
3188 2025.04.19 00:27:44.681289 [ 259 ] {3979a888-319f-4a0b-b9d6-75fa1f366799} <Debug> TCPHandler: Processed in 0.006284041 sec.
3189 2025.04.19 00:27:44.683778 [ 197 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 19 columns (19 merged, 0 gathered) in 0.008974593 sec., 21616.57915852006 rows/sec., 38.74 MiB/sec.
3190 2025.04.19 00:27:44.684343 [ 195 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3191 2025.04.19 00:27:44.684868 [ 195 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3192 2025.04.19 00:27:44.684965 [ 195 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3193 2025.04.19 00:27:44.685130 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB.
3194 2025.04.19 00:27:48.175147 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache
3195 2025.04.19 00:27:48.175207 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache
3196 2025.04.19 00:27:48.262835 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466
3197 2025.04.19 00:27:48.263580 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3198 2025.04.19 00:27:48.263641 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3199 2025.04.19 00:27:48.264195 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3200 2025.04.19 00:27:48.264461 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3201 2025.04.19 00:27:48.264768 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3202 2025.04.19 00:27:48.660634 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3203 2025.04.19 00:27:48.681600 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3204 2025.04.19 00:27:48.681672 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3205 2025.04.19 00:27:48.689748 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3206 2025.04.19 00:27:48.690556 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3207 2025.04.19 00:27:48.693667 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3208 2025.04.19 00:27:49.649594 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3209 2025.04.19 00:27:49.649810 [ 259 ] {97d5f095-5330-464c-b082-80cdd796a498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3210 2025.04.19 00:27:49.649881 [ 259 ] {97d5f095-5330-464c-b082-80cdd796a498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3211 2025.04.19 00:27:49.650653 [ 259 ] {97d5f095-5330-464c-b082-80cdd796a498} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3212 2025.04.19 00:27:49.650704 [ 259 ] {97d5f095-5330-464c-b082-80cdd796a498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3213 2025.04.19 00:27:49.651166 [ 259 ] {97d5f095-5330-464c-b082-80cdd796a498} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3214 2025.04.19 00:27:49.651416 [ 259 ] {97d5f095-5330-464c-b082-80cdd796a498} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3215 2025.04.19 00:27:49.651604 [ 259 ] {97d5f095-5330-464c-b082-80cdd796a498} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001844 sec., 39045.55314533623 rows/sec., 3.17 MiB/sec.
3216 2025.04.19 00:27:49.651659 [ 259 ] {97d5f095-5330-464c-b082-80cdd796a498} <Debug> TCPHandler: Processed in 0.002216663 sec.
3217 2025.04.19 00:27:49.651796 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3218 2025.04.19 00:27:49.651900 [ 259 ] {4b67caae-0089-42d4-9bfd-438a7f7f4f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3219 2025.04.19 00:27:49.651946 [ 259 ] {4b67caae-0089-42d4-9bfd-438a7f7f4f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3220 2025.04.19 00:27:49.652446 [ 259 ] {4b67caae-0089-42d4-9bfd-438a7f7f4f72} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3221 2025.04.19 00:27:49.652484 [ 259 ] {4b67caae-0089-42d4-9bfd-438a7f7f4f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3222 2025.04.19 00:27:49.652825 [ 259 ] {4b67caae-0089-42d4-9bfd-438a7f7f4f72} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3223 2025.04.19 00:27:49.653064 [ 259 ] {4b67caae-0089-42d4-9bfd-438a7f7f4f72} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3224 2025.04.19 00:27:49.653239 [ 259 ] {4b67caae-0089-42d4-9bfd-438a7f7f4f72} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001359 sec., 5886.681383370125 rows/sec., 442.65 KiB/sec.
3225 2025.04.19 00:27:49.653300 [ 259 ] {4b67caae-0089-42d4-9bfd-438a7f7f4f72} <Debug> TCPHandler: Processed in 0.00155577 sec.
3226 2025.04.19 00:27:49.653423 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3227 2025.04.19 00:27:49.653532 [ 259 ] {b2e28ac9-026a-44e1-aa82-8e4bf6fb04a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3228 2025.04.19 00:27:49.653580 [ 259 ] {b2e28ac9-026a-44e1-aa82-8e4bf6fb04a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3229 2025.04.19 00:27:49.654126 [ 259 ] {b2e28ac9-026a-44e1-aa82-8e4bf6fb04a5} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3230 2025.04.19 00:27:49.654165 [ 259 ] {b2e28ac9-026a-44e1-aa82-8e4bf6fb04a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3231 2025.04.19 00:27:49.654538 [ 259 ] {b2e28ac9-026a-44e1-aa82-8e4bf6fb04a5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3232 2025.04.19 00:27:49.654782 [ 259 ] {b2e28ac9-026a-44e1-aa82-8e4bf6fb04a5} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3233 2025.04.19 00:27:49.654958 [ 259 ] {b2e28ac9-026a-44e1-aa82-8e4bf6fb04a5} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001448 sec., 49723.756906077346 rows/sec., 3.88 MiB/sec.
3234 2025.04.19 00:27:49.655010 [ 259 ] {b2e28ac9-026a-44e1-aa82-8e4bf6fb04a5} <Debug> TCPHandler: Processed in 0.001638712 sec.
3235 2025.04.19 00:27:49.655129 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3236 2025.04.19 00:27:49.655234 [ 259 ] {1eb9a170-7698-4b3a-8e4d-b1c04bf78937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3237 2025.04.19 00:27:49.655285 [ 259 ] {1eb9a170-7698-4b3a-8e4d-b1c04bf78937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3238 2025.04.19 00:27:49.655783 [ 259 ] {1eb9a170-7698-4b3a-8e4d-b1c04bf78937} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3239 2025.04.19 00:27:49.655820 [ 259 ] {1eb9a170-7698-4b3a-8e4d-b1c04bf78937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3240 2025.04.19 00:27:49.656200 [ 259 ] {1eb9a170-7698-4b3a-8e4d-b1c04bf78937} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3241 2025.04.19 00:27:49.656439 [ 259 ] {1eb9a170-7698-4b3a-8e4d-b1c04bf78937} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3242 2025.04.19 00:27:49.656609 [ 259 ] {1eb9a170-7698-4b3a-8e4d-b1c04bf78937} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001396 sec., 114613.1805157593 rows/sec., 7.98 MiB/sec.
3243 2025.04.19 00:27:49.656660 [ 259 ] {1eb9a170-7698-4b3a-8e4d-b1c04bf78937} <Debug> TCPHandler: Processed in 0.00158271 sec.
3244 2025.04.19 00:27:49.656783 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3245 2025.04.19 00:27:49.656887 [ 259 ] {c9fbc1f9-1591-4178-a903-9bf758152284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3246 2025.04.19 00:27:49.656954 [ 259 ] {c9fbc1f9-1591-4178-a903-9bf758152284} <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
3247 2025.04.19 00:27:49.657946 [ 259 ] {c9fbc1f9-1591-4178-a903-9bf758152284} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3248 2025.04.19 00:27:49.657984 [ 259 ] {c9fbc1f9-1591-4178-a903-9bf758152284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3249 2025.04.19 00:27:49.658745 [ 259 ] {c9fbc1f9-1591-4178-a903-9bf758152284} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3250 2025.04.19 00:27:49.659000 [ 259 ] {c9fbc1f9-1591-4178-a903-9bf758152284} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3251 2025.04.19 00:27:49.659178 [ 259 ] {c9fbc1f9-1591-4178-a903-9bf758152284} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002313 sec., 3458.7116299178556 rows/sec., 6.20 MiB/sec.
3252 2025.04.19 00:27:49.659266 [ 259 ] {c9fbc1f9-1591-4178-a903-9bf758152284} <Debug> TCPHandler: Processed in 0.002536688 sec.
3253 2025.04.19 00:27:49.659389 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3254 2025.04.19 00:27:49.659494 [ 259 ] {c9341ba7-c41d-4df1-9fdf-19e483382e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3255 2025.04.19 00:27:49.659542 [ 259 ] {c9341ba7-c41d-4df1-9fdf-19e483382e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3256 2025.04.19 00:27:49.659949 [ 259 ] {c9341ba7-c41d-4df1-9fdf-19e483382e3f} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3257 2025.04.19 00:27:49.659986 [ 259 ] {c9341ba7-c41d-4df1-9fdf-19e483382e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3258 2025.04.19 00:27:49.660348 [ 259 ] {c9341ba7-c41d-4df1-9fdf-19e483382e3f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3259 2025.04.19 00:27:49.660592 [ 259 ] {c9341ba7-c41d-4df1-9fdf-19e483382e3f} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3260 2025.04.19 00:27:49.660767 [ 259 ] {c9341ba7-c41d-4df1-9fdf-19e483382e3f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001295 sec., 46332.04633204633 rows/sec., 3.12 MiB/sec.
3261 2025.04.19 00:27:49.660816 [ 259 ] {c9341ba7-c41d-4df1-9fdf-19e483382e3f} <Debug> TCPHandler: Processed in 0.001478028 sec.
3262 2025.04.19 00:27:49.931890 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3263 2025.04.19 00:27:49.932071 [ 259 ] {8691ceed-27e4-4af2-8750-d9b6b64f110a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3264 2025.04.19 00:27:49.932143 [ 259 ] {8691ceed-27e4-4af2-8750-d9b6b64f110a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3265 2025.04.19 00:27:49.933018 [ 259 ] {8691ceed-27e4-4af2-8750-d9b6b64f110a} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3266 2025.04.19 00:27:49.933066 [ 259 ] {8691ceed-27e4-4af2-8750-d9b6b64f110a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3267 2025.04.19 00:27:49.933514 [ 259 ] {8691ceed-27e4-4af2-8750-d9b6b64f110a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3268 2025.04.19 00:27:49.933775 [ 259 ] {8691ceed-27e4-4af2-8750-d9b6b64f110a} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3269 2025.04.19 00:27:49.933926 [ 137 ] {} <Debug> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3270 2025.04.19 00:27:49.933971 [ 137 ] {} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3271 2025.04.19 00:27:49.933972 [ 259 ] {8691ceed-27e4-4af2-8750-d9b6b64f110a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001952 sec., 108606.55737704918 rows/sec., 6.91 MiB/sec.
3272 2025.04.19 00:27:49.933997 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3273 2025.04.19 00:27:49.934076 [ 259 ] {8691ceed-27e4-4af2-8750-d9b6b64f110a} <Debug> TCPHandler: Processed in 0.002305665 sec.
3274 2025.04.19 00:27:49.934258 [ 190 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
3275 2025.04.19 00:27:49.934283 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3276 2025.04.19 00:27:49.934511 [ 259 ] {bb453461-c855-4aaf-9d07-7759c86e786e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3277 2025.04.19 00:27:49.934554 [ 190 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3278 2025.04.19 00:27:49.934598 [ 259 ] {bb453461-c855-4aaf-9d07-7759c86e786e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3279 2025.04.19 00:27:49.934621 [ 190 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
3280 2025.04.19 00:27:49.934932 [ 190 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
3281 2025.04.19 00:27:49.935494 [ 190 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
3282 2025.04.19 00:27:49.935869 [ 190 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
3283 2025.04.19 00:27:49.936136 [ 190 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
3284 2025.04.19 00:27:49.936851 [ 259 ] {bb453461-c855-4aaf-9d07-7759c86e786e} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3285 2025.04.19 00:27:49.936907 [ 259 ] {bb453461-c855-4aaf-9d07-7759c86e786e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3286 2025.04.19 00:27:49.937841 [ 259 ] {bb453461-c855-4aaf-9d07-7759c86e786e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3287 2025.04.19 00:27:49.938372 [ 259 ] {bb453461-c855-4aaf-9d07-7759c86e786e} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3288 2025.04.19 00:27:49.938896 [ 259 ] {bb453461-c855-4aaf-9d07-7759c86e786e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004425 sec., 451.9774011299435 rows/sec., 36.86 KiB/sec.
3289 2025.04.19 00:27:49.939313 [ 259 ] {bb453461-c855-4aaf-9d07-7759c86e786e} <Debug> TCPHandler: Processed in 0.005093227 sec.
3290 2025.04.19 00:27:49.939366 [ 197 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005263671 sec., 201380.36742797945 rows/sec., 13.58 MiB/sec.
3291 2025.04.19 00:27:49.939455 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3292 2025.04.19 00:27:49.939509 [ 197 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3293 2025.04.19 00:27:49.939592 [ 259 ] {45f56067-a734-4e0a-8617-4a4c5880eb42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3294 2025.04.19 00:27:49.939642 [ 259 ] {45f56067-a734-4e0a-8617-4a4c5880eb42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3295 2025.04.19 00:27:49.939888 [ 197 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_9_2} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3296 2025.04.19 00:27:49.940012 [ 197 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_9_2} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3297 2025.04.19 00:27:49.940108 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
3298 2025.04.19 00:27:49.941214 [ 259 ] {45f56067-a734-4e0a-8617-4a4c5880eb42} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3299 2025.04.19 00:27:49.941252 [ 259 ] {45f56067-a734-4e0a-8617-4a4c5880eb42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3300 2025.04.19 00:27:49.941732 [ 259 ] {45f56067-a734-4e0a-8617-4a4c5880eb42} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3301 2025.04.19 00:27:49.941998 [ 259 ] {45f56067-a734-4e0a-8617-4a4c5880eb42} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3302 2025.04.19 00:27:49.942136 [ 137 ] {} <Debug> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3303 2025.04.19 00:27:49.942180 [ 137 ] {} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3304 2025.04.19 00:27:49.942182 [ 259 ] {45f56067-a734-4e0a-8617-4a4c5880eb42} <Debug> executeQuery: Read 1814 rows, 151.28 KiB in 0.002622 sec., 691838.2913806255 rows/sec., 56.34 MiB/sec.
3305 2025.04.19 00:27:49.942207 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3306 2025.04.19 00:27:49.942273 [ 259 ] {45f56067-a734-4e0a-8617-4a4c5880eb42} <Debug> TCPHandler: Processed in 0.002870285 sec.
3307 2025.04.19 00:27:49.942360 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::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
3308 2025.04.19 00:27:49.942415 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3309 2025.04.19 00:27:49.942455 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3310 2025.04.19 00:27:49.942486 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::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
3311 2025.04.19 00:27:49.942551 [ 259 ] {91100324-3945-40ab-8123-9b3a71273f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3312 2025.04.19 00:27:49.942620 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 679 rows starting from the beginning of the part
3313 2025.04.19 00:27:49.942694 [ 259 ] {91100324-3945-40ab-8123-9b3a71273f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3314 2025.04.19 00:27:49.942998 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 73 rows starting from the beginning of the part
3315 2025.04.19 00:27:49.943435 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 679 rows starting from the beginning of the part
3316 2025.04.19 00:27:49.943773 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 72 rows starting from the beginning of the part
3317 2025.04.19 00:27:49.944155 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1814 rows starting from the beginning of the part
3318 2025.04.19 00:27:49.945279 [ 259 ] {91100324-3945-40ab-8123-9b3a71273f86} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3319 2025.04.19 00:27:49.945325 [ 259 ] {91100324-3945-40ab-8123-9b3a71273f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3320 2025.04.19 00:27:49.945881 [ 259 ] {91100324-3945-40ab-8123-9b3a71273f86} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3321 2025.04.19 00:27:49.946155 [ 259 ] {91100324-3945-40ab-8123-9b3a71273f86} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3322 2025.04.19 00:27:49.946285 [ 137 ] {} <Debug> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3323 2025.04.19 00:27:49.946320 [ 137 ] {} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3324 2025.04.19 00:27:49.946346 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3325 2025.04.19 00:27:49.946362 [ 259 ] {91100324-3945-40ab-8123-9b3a71273f86} <Debug> executeQuery: Read 136 rows, 8.63 KiB in 0.003834 sec., 35472.09181011998 rows/sec., 2.20 MiB/sec.
3326 2025.04.19 00:27:49.946496 [ 259 ] {91100324-3945-40ab-8123-9b3a71273f86} <Debug> TCPHandler: Processed in 0.004138349 sec.
3327 2025.04.19 00:27:49.946513 [ 197 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::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
3328 2025.04.19 00:27:49.946649 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3329 2025.04.19 00:27:49.946703 [ 197 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3330 2025.04.19 00:27:49.946784 [ 197 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 152 rows starting from the beginning of the part
3331 2025.04.19 00:27:49.946890 [ 259 ] {c6c47372-f64b-4ddd-800d-ea9a95edbac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3332 2025.04.19 00:27:49.947119 [ 259 ] {c6c47372-f64b-4ddd-800d-ea9a95edbac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3333 2025.04.19 00:27:49.947284 [ 197 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 137 rows starting from the beginning of the part
3334 2025.04.19 00:27:49.947565 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5151 rows, containing 5 columns (5 merged, 0 gathered) in 0.005260412 sec., 979200.8686772063 rows/sec., 82.99 MiB/sec.
3335 2025.04.19 00:27:49.947817 [ 197 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part
3336 2025.04.19 00:27:49.948097 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3337 2025.04.19 00:27:49.948188 [ 197 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 137 rows starting from the beginning of the part
3338 2025.04.19 00:27:49.948777 [ 197 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::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
3339 2025.04.19 00:27:49.949360 [ 197 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 136 rows starting from the beginning of the part
3340 2025.04.19 00:27:49.949885 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_21_4} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3341 2025.04.19 00:27:49.950196 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_21_4} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3342 2025.04.19 00:27:49.950266 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB.
3343 2025.04.19 00:27:49.950709 [ 259 ] {c6c47372-f64b-4ddd-800d-ea9a95edbac4} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3344 2025.04.19 00:27:49.950757 [ 259 ] {c6c47372-f64b-4ddd-800d-ea9a95edbac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3345 2025.04.19 00:27:49.951370 [ 259 ] {c6c47372-f64b-4ddd-800d-ea9a95edbac4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3346 2025.04.19 00:27:49.951424 [ 197 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 580 rows, containing 5 columns (5 merged, 0 gathered) in 0.005021116 sec., 115512.16900784607 rows/sec., 7.68 MiB/sec.
3347 2025.04.19 00:27:49.951560 [ 189 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3348 2025.04.19 00:27:49.951691 [ 259 ] {c6c47372-f64b-4ddd-800d-ea9a95edbac4} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): 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.04.19 00:27:49.952033 [ 259 ] {c6c47372-f64b-4ddd-800d-ea9a95edbac4} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.005193 sec., 65665.31869824765 rows/sec., 4.38 MiB/sec.
3350 2025.04.19 00:27:49.952126 [ 189 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_16_3} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3351 2025.04.19 00:27:49.952457 [ 259 ] {c6c47372-f64b-4ddd-800d-ea9a95edbac4} <Debug> TCPHandler: Processed in 0.005878533 sec.
3352 2025.04.19 00:27:49.952517 [ 189 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_16_3} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3353 2025.04.19 00:27:49.952607 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
3354 2025.04.19 00:27:49.952612 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3355 2025.04.19 00:27:49.952728 [ 259 ] {fd56a51a-67e2-4c7e-9f69-cfa3b764382c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3356 2025.04.19 00:27:49.952772 [ 259 ] {fd56a51a-67e2-4c7e-9f69-cfa3b764382c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3357 2025.04.19 00:27:49.953317 [ 259 ] {fd56a51a-67e2-4c7e-9f69-cfa3b764382c} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3358 2025.04.19 00:27:49.953354 [ 259 ] {fd56a51a-67e2-4c7e-9f69-cfa3b764382c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3359 2025.04.19 00:27:49.953703 [ 259 ] {fd56a51a-67e2-4c7e-9f69-cfa3b764382c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3360 2025.04.19 00:27:49.953943 [ 259 ] {fd56a51a-67e2-4c7e-9f69-cfa3b764382c} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3361 2025.04.19 00:27:49.954060 [ 137 ] {} <Debug> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3362 2025.04.19 00:27:49.954099 [ 137 ] {} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3363 2025.04.19 00:27:49.954117 [ 259 ] {fd56a51a-67e2-4c7e-9f69-cfa3b764382c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001407 sec., 79601.99004975124 rows/sec., 4.53 MiB/sec.
3364 2025.04.19 00:27:49.954126 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3365 2025.04.19 00:27:49.954262 [ 259 ] {fd56a51a-67e2-4c7e-9f69-cfa3b764382c} <Debug> TCPHandler: Processed in 0.001708903 sec.
3366 2025.04.19 00:27:49.954529 [ 194 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
3367 2025.04.19 00:27:49.954584 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3368 2025.04.19 00:27:49.954801 [ 194 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3369 2025.04.19 00:27:49.954819 [ 259 ] {ad955c03-33bd-400f-a097-c51f8448deda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3370 2025.04.19 00:27:49.954861 [ 194 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
3371 2025.04.19 00:27:49.954914 [ 259 ] {ad955c03-33bd-400f-a097-c51f8448deda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3372 2025.04.19 00:27:49.955224 [ 194 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
3373 2025.04.19 00:27:49.955591 [ 194 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
3374 2025.04.19 00:27:49.956044 [ 194 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
3375 2025.04.19 00:27:49.956397 [ 194 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
3376 2025.04.19 00:27:49.957669 [ 259 ] {ad955c03-33bd-400f-a097-c51f8448deda} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3377 2025.04.19 00:27:49.957748 [ 259 ] {ad955c03-33bd-400f-a097-c51f8448deda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3378 2025.04.19 00:27:49.958634 [ 194 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004381945 sec., 127797.13118261412 rows/sec., 7.77 MiB/sec.
3379 2025.04.19 00:27:49.958670 [ 259 ] {ad955c03-33bd-400f-a097-c51f8448deda} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3380 2025.04.19 00:27:49.958796 [ 197 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3381 2025.04.19 00:27:49.958979 [ 259 ] {ad955c03-33bd-400f-a097-c51f8448deda} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3382 2025.04.19 00:27:49.959146 [ 137 ] {} <Debug> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3383 2025.04.19 00:27:49.959186 [ 197 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_9_2} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3384 2025.04.19 00:27:49.959211 [ 137 ] {} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3385 2025.04.19 00:27:49.959259 [ 259 ] {ad955c03-33bd-400f-a097-c51f8448deda} <Debug> executeQuery: Read 868 rows, 64.28 KiB in 0.004508 sec., 192546.5838509317 rows/sec., 13.92 MiB/sec.
3386 2025.04.19 00:27:49.959261 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3387 2025.04.19 00:27:49.959331 [ 197 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_9_2} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3388 2025.04.19 00:27:49.959694 [ 259 ] {ad955c03-33bd-400f-a097-c51f8448deda} <Debug> TCPHandler: Processed in 0.005181129 sec.
3389 2025.04.19 00:27:49.959956 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3390 2025.04.19 00:27:49.960084 [ 189 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::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
3391 2025.04.19 00:27:49.960091 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3392 2025.04.19 00:27:49.960252 [ 189 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3393 2025.04.19 00:27:49.960269 [ 259 ] {2d508f32-2d2d-48f0-9a6a-a65974af7c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3394 2025.04.19 00:27:49.960286 [ 189 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 897 rows starting from the beginning of the part
3395 2025.04.19 00:27:49.960327 [ 259 ] {2d508f32-2d2d-48f0-9a6a-a65974af7c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3396 2025.04.19 00:27:49.960498 [ 189 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 419 rows starting from the beginning of the part
3397 2025.04.19 00:27:49.960917 [ 189 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 74 rows starting from the beginning of the part
3398 2025.04.19 00:27:49.961315 [ 189 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 413 rows starting from the beginning of the part
3399 2025.04.19 00:27:49.961613 [ 189 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 72 rows starting from the beginning of the part
3400 2025.04.19 00:27:49.961928 [ 189 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 868 rows starting from the beginning of the part
3401 2025.04.19 00:27:49.962520 [ 259 ] {2d508f32-2d2d-48f0-9a6a-a65974af7c6a} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3402 2025.04.19 00:27:49.962564 [ 259 ] {2d508f32-2d2d-48f0-9a6a-a65974af7c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3403 2025.04.19 00:27:49.963061 [ 259 ] {2d508f32-2d2d-48f0-9a6a-a65974af7c6a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3404 2025.04.19 00:27:49.963379 [ 259 ] {2d508f32-2d2d-48f0-9a6a-a65974af7c6a} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3405 2025.04.19 00:27:49.963561 [ 259 ] {2d508f32-2d2d-48f0-9a6a-a65974af7c6a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003323 sec., 1805.5973517905506 rows/sec., 94.34 KiB/sec.
3406 2025.04.19 00:27:49.963614 [ 259 ] {2d508f32-2d2d-48f0-9a6a-a65974af7c6a} <Debug> TCPHandler: Processed in 0.00363552 sec.
3407 2025.04.19 00:27:49.963764 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3408 2025.04.19 00:27:49.963817 [ 194 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2743 rows, containing 5 columns (5 merged, 0 gathered) in 0.004444795 sec., 617126.3241611818 rows/sec., 47.00 MiB/sec.
3409 2025.04.19 00:27:49.963921 [ 259 ] {ce792bd9-4188-4507-a867-3ee656d5d1c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3410 2025.04.19 00:27:49.963994 [ 259 ] {ce792bd9-4188-4507-a867-3ee656d5d1c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3411 2025.04.19 00:27:49.964083 [ 194 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3412 2025.04.19 00:27:49.964640 [ 194 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_21_4} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3413 2025.04.19 00:27:49.964774 [ 194 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_21_4} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3414 2025.04.19 00:27:49.964958 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
3415 2025.04.19 00:27:49.965221 [ 259 ] {ce792bd9-4188-4507-a867-3ee656d5d1c3} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3416 2025.04.19 00:27:49.965265 [ 259 ] {ce792bd9-4188-4507-a867-3ee656d5d1c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3417 2025.04.19 00:27:49.965719 [ 259 ] {ce792bd9-4188-4507-a867-3ee656d5d1c3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3418 2025.04.19 00:27:49.965965 [ 259 ] {ce792bd9-4188-4507-a867-3ee656d5d1c3} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3419 2025.04.19 00:27:49.966087 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3420 2025.04.19 00:27:49.966122 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3421 2025.04.19 00:27:49.966145 [ 259 ] {ce792bd9-4188-4507-a867-3ee656d5d1c3} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002256 sec., 423758.8652482269 rows/sec., 28.15 MiB/sec.
3422 2025.04.19 00:27:49.966149 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3423 2025.04.19 00:27:49.966255 [ 259 ] {ce792bd9-4188-4507-a867-3ee656d5d1c3} <Debug> TCPHandler: Processed in 0.002564429 sec.
3424 2025.04.19 00:27:49.966407 [ 198 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
3425 2025.04.19 00:27:49.966464 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3426 2025.04.19 00:27:49.966625 [ 198 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3427 2025.04.19 00:27:49.966686 [ 259 ] {2066af56-8c5a-48b4-9a41-7f33ab66ae6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3428 2025.04.19 00:27:49.966702 [ 198 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5813 rows starting from the beginning of the part
3429 2025.04.19 00:27:49.966763 [ 259 ] {2066af56-8c5a-48b4-9a41-7f33ab66ae6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3430 2025.04.19 00:27:49.967167 [ 198 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
3431 2025.04.19 00:27:49.967561 [ 198 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
3432 2025.04.19 00:27:49.967937 [ 198 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
3433 2025.04.19 00:27:49.968258 [ 198 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
3434 2025.04.19 00:27:49.968612 [ 198 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 956 rows starting from the beginning of the part
3435 2025.04.19 00:27:49.969092 [ 259 ] {2066af56-8c5a-48b4-9a41-7f33ab66ae6b} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3436 2025.04.19 00:27:49.969174 [ 259 ] {2066af56-8c5a-48b4-9a41-7f33ab66ae6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3437 2025.04.19 00:27:49.969899 [ 259 ] {2066af56-8c5a-48b4-9a41-7f33ab66ae6b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3438 2025.04.19 00:27:49.970283 [ 259 ] {2066af56-8c5a-48b4-9a41-7f33ab66ae6b} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3439 2025.04.19 00:27:49.970842 [ 259 ] {2066af56-8c5a-48b4-9a41-7f33ab66ae6b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004211 sec., 237.47328425552124 rows/sec., 16.00 KiB/sec.
3440 2025.04.19 00:27:49.971058 [ 259 ] {2066af56-8c5a-48b4-9a41-7f33ab66ae6b} <Debug> TCPHandler: Processed in 0.00465665 sec.
3441 2025.04.19 00:27:49.971283 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3442 2025.04.19 00:27:49.971488 [ 259 ] {950b4d6f-fbc5-459d-9441-096a2813ded8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3443 2025.04.19 00:27:49.971595 [ 259 ] {950b4d6f-fbc5-459d-9441-096a2813ded8} <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
3444 2025.04.19 00:27:49.973283 [ 198 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7564 rows, containing 5 columns (5 merged, 0 gathered) in 0.007016745 sec., 1077992.7159958072 rows/sec., 72.64 MiB/sec.
3445 2025.04.19 00:27:49.973294 [ 259 ] {950b4d6f-fbc5-459d-9441-096a2813ded8} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3446 2025.04.19 00:27:49.973361 [ 259 ] {950b4d6f-fbc5-459d-9441-096a2813ded8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3447 2025.04.19 00:27:49.973876 [ 189 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3448 2025.04.19 00:27:49.974206 [ 259 ] {950b4d6f-fbc5-459d-9441-096a2813ded8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3449 2025.04.19 00:27:49.974249 [ 189 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3450 2025.04.19 00:27:49.974334 [ 189 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3451 2025.04.19 00:27:49.974416 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB.
3452 2025.04.19 00:27:49.974520 [ 259 ] {950b4d6f-fbc5-459d-9441-096a2813ded8} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3453 2025.04.19 00:27:49.974694 [ 259 ] {950b4d6f-fbc5-459d-9441-096a2813ded8} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.003277 sec., 8544.400366188587 rows/sec., 15.31 MiB/sec.
3454 2025.04.19 00:27:49.974784 [ 259 ] {950b4d6f-fbc5-459d-9441-096a2813ded8} <Debug> TCPHandler: Processed in 0.003612099 sec.
3455 2025.04.19 00:27:49.974898 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3456 2025.04.19 00:27:49.974995 [ 259 ] {e899a8ec-d547-4ad3-9f26-a3474cc221b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3457 2025.04.19 00:27:49.975040 [ 259 ] {e899a8ec-d547-4ad3-9f26-a3474cc221b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3458 2025.04.19 00:27:49.975542 [ 259 ] {e899a8ec-d547-4ad3-9f26-a3474cc221b3} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3459 2025.04.19 00:27:49.975578 [ 259 ] {e899a8ec-d547-4ad3-9f26-a3474cc221b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3460 2025.04.19 00:27:49.975947 [ 259 ] {e899a8ec-d547-4ad3-9f26-a3474cc221b3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3461 2025.04.19 00:27:49.976182 [ 259 ] {e899a8ec-d547-4ad3-9f26-a3474cc221b3} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3462 2025.04.19 00:27:49.976302 [ 137 ] {} <Debug> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3463 2025.04.19 00:27:49.976340 [ 137 ] {} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3464 2025.04.19 00:27:49.976357 [ 259 ] {e899a8ec-d547-4ad3-9f26-a3474cc221b3} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001336 sec., 25449.101796407187 rows/sec., 1.48 MiB/sec.
3465 2025.04.19 00:27:49.976363 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3466 2025.04.19 00:27:49.976453 [ 259 ] {e899a8ec-d547-4ad3-9f26-a3474cc221b3} <Debug> TCPHandler: Processed in 0.001566091 sec.
3467 2025.04.19 00:27:49.976618 [ 187 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
3468 2025.04.19 00:27:49.976775 [ 187 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3469 2025.04.19 00:27:49.976811 [ 187 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 960 rows starting from the beginning of the part
3470 2025.04.19 00:27:49.976922 [ 187 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
3471 2025.04.19 00:27:49.977145 [ 187 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
3472 2025.04.19 00:27:49.977302 [ 187 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
3473 2025.04.19 00:27:49.977511 [ 187 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
3474 2025.04.19 00:27:49.977710 [ 187 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part
3475 2025.04.19 00:27:49.979020 [ 198 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 4 columns (4 merged, 0 gathered) in 0.002554849 sec., 500225.2579310949 rows/sec., 32.59 MiB/sec.
3476 2025.04.19 00:27:49.979251 [ 189 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3477 2025.04.19 00:27:49.979540 [ 189 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_21_4} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3478 2025.04.19 00:27:49.979612 [ 189 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_21_4} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3479 2025.04.19 00:27:49.979689 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB.
3480 2025.04.19 00:27:50.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.64 MiB, peak 180.89 MiB, free memory in arenas 0.00 B, will set to 175.50 MiB (RSS), difference: -1.15 MiB
3481 2025.04.19 00:27:53.280948 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 508
3482 2025.04.19 00:27:53.284423 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3483 2025.04.19 00:27:53.284486 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3484 2025.04.19 00:27:53.286002 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3485 2025.04.19 00:27:53.286323 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3486 2025.04.19 00:27:53.286966 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 508
3487 2025.04.19 00:27:54.648560 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3488 2025.04.19 00:27:54.648876 [ 259 ] {a21d8780-35ab-466a-9aff-4771d61d6fed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3489 2025.04.19 00:27:54.648971 [ 259 ] {a21d8780-35ab-466a-9aff-4771d61d6fed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3490 2025.04.19 00:27:54.649767 [ 259 ] {a21d8780-35ab-466a-9aff-4771d61d6fed} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3491 2025.04.19 00:27:54.649810 [ 259 ] {a21d8780-35ab-466a-9aff-4771d61d6fed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3492 2025.04.19 00:27:54.650237 [ 259 ] {a21d8780-35ab-466a-9aff-4771d61d6fed} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3493 2025.04.19 00:27:54.650489 [ 259 ] {a21d8780-35ab-466a-9aff-4771d61d6fed} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3494 2025.04.19 00:27:54.650680 [ 259 ] {a21d8780-35ab-466a-9aff-4771d61d6fed} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001885 sec., 33952.254641909814 rows/sec., 2.69 MiB/sec.
3495 2025.04.19 00:27:54.650741 [ 259 ] {a21d8780-35ab-466a-9aff-4771d61d6fed} <Debug> TCPHandler: Processed in 0.002362536 sec.
3496 2025.04.19 00:27:54.650871 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3497 2025.04.19 00:27:54.650989 [ 259 ] {9a7a869e-d9df-44fb-b2b8-b1d577266f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3498 2025.04.19 00:27:54.651039 [ 259 ] {9a7a869e-d9df-44fb-b2b8-b1d577266f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3499 2025.04.19 00:27:54.651599 [ 259 ] {9a7a869e-d9df-44fb-b2b8-b1d577266f95} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3500 2025.04.19 00:27:54.651647 [ 259 ] {9a7a869e-d9df-44fb-b2b8-b1d577266f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3501 2025.04.19 00:27:54.652044 [ 259 ] {9a7a869e-d9df-44fb-b2b8-b1d577266f95} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3502 2025.04.19 00:27:54.652285 [ 259 ] {9a7a869e-d9df-44fb-b2b8-b1d577266f95} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3503 2025.04.19 00:27:54.652451 [ 259 ] {9a7a869e-d9df-44fb-b2b8-b1d577266f95} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001495 sec., 2675.5852842809363 rows/sec., 201.19 KiB/sec.
3504 2025.04.19 00:27:54.652502 [ 259 ] {9a7a869e-d9df-44fb-b2b8-b1d577266f95} <Debug> TCPHandler: Processed in 0.001686843 sec.
3505 2025.04.19 00:27:54.652621 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3506 2025.04.19 00:27:54.652726 [ 259 ] {d3160709-cebe-4e6c-ac97-ba5b9d64266b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3507 2025.04.19 00:27:54.652772 [ 259 ] {d3160709-cebe-4e6c-ac97-ba5b9d64266b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3508 2025.04.19 00:27:54.653301 [ 259 ] {d3160709-cebe-4e6c-ac97-ba5b9d64266b} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3509 2025.04.19 00:27:54.653339 [ 259 ] {d3160709-cebe-4e6c-ac97-ba5b9d64266b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3510 2025.04.19 00:27:54.653687 [ 259 ] {d3160709-cebe-4e6c-ac97-ba5b9d64266b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3511 2025.04.19 00:27:54.653930 [ 259 ] {d3160709-cebe-4e6c-ac97-ba5b9d64266b} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3512 2025.04.19 00:27:54.654132 [ 259 ] {d3160709-cebe-4e6c-ac97-ba5b9d64266b} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001428 sec., 47619.04761904762 rows/sec., 3.72 MiB/sec.
3513 2025.04.19 00:27:54.654260 [ 259 ] {d3160709-cebe-4e6c-ac97-ba5b9d64266b} <Debug> TCPHandler: Processed in 0.001687212 sec.
3514 2025.04.19 00:27:54.654478 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3515 2025.04.19 00:27:54.654582 [ 259 ] {f65c06a9-b623-48d0-b490-40821c4a8fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3516 2025.04.19 00:27:54.654633 [ 259 ] {f65c06a9-b623-48d0-b490-40821c4a8fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3517 2025.04.19 00:27:54.655144 [ 259 ] {f65c06a9-b623-48d0-b490-40821c4a8fb9} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3518 2025.04.19 00:27:54.655182 [ 259 ] {f65c06a9-b623-48d0-b490-40821c4a8fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3519 2025.04.19 00:27:54.655557 [ 259 ] {f65c06a9-b623-48d0-b490-40821c4a8fb9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3520 2025.04.19 00:27:54.655805 [ 259 ] {f65c06a9-b623-48d0-b490-40821c4a8fb9} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3521 2025.04.19 00:27:54.655972 [ 259 ] {f65c06a9-b623-48d0-b490-40821c4a8fb9} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001413 sec., 90587.40268931352 rows/sec., 6.31 MiB/sec.
3522 2025.04.19 00:27:54.656021 [ 259 ] {f65c06a9-b623-48d0-b490-40821c4a8fb9} <Debug> TCPHandler: Processed in 0.001617891 sec.
3523 2025.04.19 00:27:54.656140 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3524 2025.04.19 00:27:54.656242 [ 259 ] {6cf28078-5a64-4d3b-b09d-5b5991a147bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3525 2025.04.19 00:27:54.656306 [ 259 ] {6cf28078-5a64-4d3b-b09d-5b5991a147bb} <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
3526 2025.04.19 00:27:54.657282 [ 259 ] {6cf28078-5a64-4d3b-b09d-5b5991a147bb} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3527 2025.04.19 00:27:54.657319 [ 259 ] {6cf28078-5a64-4d3b-b09d-5b5991a147bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3528 2025.04.19 00:27:54.657887 [ 259 ] {6cf28078-5a64-4d3b-b09d-5b5991a147bb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3529 2025.04.19 00:27:54.658141 [ 259 ] {6cf28078-5a64-4d3b-b09d-5b5991a147bb} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3530 2025.04.19 00:27:54.658322 [ 259 ] {6cf28078-5a64-4d3b-b09d-5b5991a147bb} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002101 sec., 1903.8553069966683 rows/sec., 3.41 MiB/sec.
3531 2025.04.19 00:27:54.658409 [ 259 ] {6cf28078-5a64-4d3b-b09d-5b5991a147bb} <Debug> TCPHandler: Processed in 0.002320005 sec.
3532 2025.04.19 00:27:54.658525 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3533 2025.04.19 00:27:54.658630 [ 259 ] {95e83361-17eb-46c1-836c-03b3043bd252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3534 2025.04.19 00:27:54.658678 [ 259 ] {95e83361-17eb-46c1-836c-03b3043bd252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3535 2025.04.19 00:27:54.659089 [ 259 ] {95e83361-17eb-46c1-836c-03b3043bd252} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3536 2025.04.19 00:27:54.659126 [ 259 ] {95e83361-17eb-46c1-836c-03b3043bd252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3537 2025.04.19 00:27:54.659475 [ 259 ] {95e83361-17eb-46c1-836c-03b3043bd252} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3538 2025.04.19 00:27:54.659714 [ 259 ] {95e83361-17eb-46c1-836c-03b3043bd252} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3539 2025.04.19 00:27:54.659893 [ 259 ] {95e83361-17eb-46c1-836c-03b3043bd252} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001285 sec., 37354.08560311284 rows/sec., 2.52 MiB/sec.
3540 2025.04.19 00:27:54.660010 [ 259 ] {95e83361-17eb-46c1-836c-03b3043bd252} <Debug> TCPHandler: Processed in 0.00153407 sec.
3541 2025.04.19 00:27:55.765023 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893
3542 2025.04.19 00:27:55.766116 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3543 2025.04.19 00:27:55.766210 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3544 2025.04.19 00:27:55.766835 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3545 2025.04.19 00:27:55.767084 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3546 2025.04.19 00:27:55.767251 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893
3547 2025.04.19 00:27:56.193807 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113
3548 2025.04.19 00:27:56.214739 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3549 2025.04.19 00:27:56.214809 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3550 2025.04.19 00:27:56.222330 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3551 2025.04.19 00:27:56.223175 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3552 2025.04.19 00:27:56.225883 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113
3553 2025.04.19 00:27:59.649759 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3554 2025.04.19 00:27:59.650084 [ 259 ] {e92971a6-06c4-40c9-a171-1bd7c8fc2629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3555 2025.04.19 00:27:59.650203 [ 259 ] {e92971a6-06c4-40c9-a171-1bd7c8fc2629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3556 2025.04.19 00:27:59.651009 [ 259 ] {e92971a6-06c4-40c9-a171-1bd7c8fc2629} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3557 2025.04.19 00:27:59.651063 [ 259 ] {e92971a6-06c4-40c9-a171-1bd7c8fc2629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3558 2025.04.19 00:27:59.651495 [ 259 ] {e92971a6-06c4-40c9-a171-1bd7c8fc2629} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3559 2025.04.19 00:27:59.651753 [ 259 ] {e92971a6-06c4-40c9-a171-1bd7c8fc2629} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3560 2025.04.19 00:27:59.652047 [ 259 ] {e92971a6-06c4-40c9-a171-1bd7c8fc2629} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002039 sec., 35311.42717018146 rows/sec., 2.87 MiB/sec.
3561 2025.04.19 00:27:59.652210 [ 259 ] {e92971a6-06c4-40c9-a171-1bd7c8fc2629} <Debug> TCPHandler: Processed in 0.00263257 sec.
3562 2025.04.19 00:27:59.652443 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3563 2025.04.19 00:27:59.652554 [ 259 ] {fbccd67b-9683-4acd-938e-371f535392e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3564 2025.04.19 00:27:59.652602 [ 259 ] {fbccd67b-9683-4acd-938e-371f535392e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3565 2025.04.19 00:27:59.653143 [ 259 ] {fbccd67b-9683-4acd-938e-371f535392e4} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3566 2025.04.19 00:27:59.653184 [ 259 ] {fbccd67b-9683-4acd-938e-371f535392e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3567 2025.04.19 00:27:59.653536 [ 259 ] {fbccd67b-9683-4acd-938e-371f535392e4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3568 2025.04.19 00:27:59.653776 [ 259 ] {fbccd67b-9683-4acd-938e-371f535392e4} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3569 2025.04.19 00:27:59.653990 [ 259 ] {fbccd67b-9683-4acd-938e-371f535392e4} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001462 sec., 5471.956224350205 rows/sec., 411.47 KiB/sec.
3570 2025.04.19 00:27:59.654042 [ 259 ] {fbccd67b-9683-4acd-938e-371f535392e4} <Debug> TCPHandler: Processed in 0.001667612 sec.
3571 2025.04.19 00:27:59.654156 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3572 2025.04.19 00:27:59.654260 [ 259 ] {b953e833-1a4b-4591-8882-de874e584545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3573 2025.04.19 00:27:59.654306 [ 259 ] {b953e833-1a4b-4591-8882-de874e584545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3574 2025.04.19 00:27:59.654836 [ 259 ] {b953e833-1a4b-4591-8882-de874e584545} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3575 2025.04.19 00:27:59.654876 [ 259 ] {b953e833-1a4b-4591-8882-de874e584545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3576 2025.04.19 00:27:59.655224 [ 259 ] {b953e833-1a4b-4591-8882-de874e584545} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3577 2025.04.19 00:27:59.655461 [ 259 ] {b953e833-1a4b-4591-8882-de874e584545} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3578 2025.04.19 00:27:59.655707 [ 259 ] {b953e833-1a4b-4591-8882-de874e584545} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001465 sec., 49146.75767918089 rows/sec., 3.84 MiB/sec.
3579 2025.04.19 00:27:59.655917 [ 259 ] {b953e833-1a4b-4591-8882-de874e584545} <Debug> TCPHandler: Processed in 0.001807285 sec.
3580 2025.04.19 00:27:59.656083 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3581 2025.04.19 00:27:59.656185 [ 259 ] {5d0f9a73-333e-417e-81ab-4e816293a949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3582 2025.04.19 00:27:59.656237 [ 259 ] {5d0f9a73-333e-417e-81ab-4e816293a949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3583 2025.04.19 00:27:59.656759 [ 259 ] {5d0f9a73-333e-417e-81ab-4e816293a949} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3584 2025.04.19 00:27:59.656798 [ 259 ] {5d0f9a73-333e-417e-81ab-4e816293a949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3585 2025.04.19 00:27:59.657171 [ 259 ] {5d0f9a73-333e-417e-81ab-4e816293a949} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3586 2025.04.19 00:27:59.657409 [ 259 ] {5d0f9a73-333e-417e-81ab-4e816293a949} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3587 2025.04.19 00:27:59.657609 [ 259 ] {5d0f9a73-333e-417e-81ab-4e816293a949} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001446 sec., 110650.06915629322 rows/sec., 7.71 MiB/sec.
3588 2025.04.19 00:27:59.657660 [ 259 ] {5d0f9a73-333e-417e-81ab-4e816293a949} <Debug> TCPHandler: Processed in 0.001637391 sec.
3589 2025.04.19 00:27:59.657773 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3590 2025.04.19 00:27:59.657875 [ 259 ] {c76b962c-55ff-4fa8-b056-138916af6195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3591 2025.04.19 00:27:59.657941 [ 259 ] {c76b962c-55ff-4fa8-b056-138916af6195} <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
3592 2025.04.19 00:27:59.658939 [ 259 ] {c76b962c-55ff-4fa8-b056-138916af6195} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3593 2025.04.19 00:27:59.658979 [ 259 ] {c76b962c-55ff-4fa8-b056-138916af6195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3594 2025.04.19 00:27:59.659574 [ 259 ] {c76b962c-55ff-4fa8-b056-138916af6195} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3595 2025.04.19 00:27:59.659830 [ 259 ] {c76b962c-55ff-4fa8-b056-138916af6195} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3596 2025.04.19 00:27:59.660083 [ 259 ] {c76b962c-55ff-4fa8-b056-138916af6195} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002227 sec., 3592.2766052986085 rows/sec., 6.44 MiB/sec.
3597 2025.04.19 00:27:59.660174 [ 259 ] {c76b962c-55ff-4fa8-b056-138916af6195} <Debug> TCPHandler: Processed in 0.002451418 sec.
3598 2025.04.19 00:27:59.660303 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3599 2025.04.19 00:27:59.660440 [ 259 ] {6c431751-5e15-4b6e-88f9-bbc5d7ef718b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3600 2025.04.19 00:27:59.660497 [ 259 ] {6c431751-5e15-4b6e-88f9-bbc5d7ef718b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3601 2025.04.19 00:27:59.661021 [ 259 ] {6c431751-5e15-4b6e-88f9-bbc5d7ef718b} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3602 2025.04.19 00:27:59.661070 [ 259 ] {6c431751-5e15-4b6e-88f9-bbc5d7ef718b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3603 2025.04.19 00:27:59.661477 [ 259 ] {6c431751-5e15-4b6e-88f9-bbc5d7ef718b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3604 2025.04.19 00:27:59.661714 [ 259 ] {6c431751-5e15-4b6e-88f9-bbc5d7ef718b} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3605 2025.04.19 00:27:59.661969 [ 259 ] {6c431751-5e15-4b6e-88f9-bbc5d7ef718b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001558 sec., 38510.91142490372 rows/sec., 2.60 MiB/sec.
3606 2025.04.19 00:27:59.662181 [ 259 ] {6c431751-5e15-4b6e-88f9-bbc5d7ef718b} <Debug> TCPHandler: Processed in 0.001934907 sec.
3607 2025.04.19 00:28:01.724676 [ 116 ] {} <Debug> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3608 2025.04.19 00:28:01.724740 [ 116 ] {} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3609 2025.04.19 00:28:01.724761 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3610 2025.04.19 00:28:01.724906 [ 188 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::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
3611 2025.04.19 00:28:01.725063 [ 188 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3612 2025.04.19 00:28:01.725100 [ 188 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::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
3613 2025.04.19 00:28:01.725182 [ 188 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::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
3614 2025.04.19 00:28:01.725268 [ 188 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
3615 2025.04.19 00:28:01.725359 [ 188 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::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
3616 2025.04.19 00:28:01.725534 [ 188 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::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
3617 2025.04.19 00:28:01.726693 [ 189 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.001865286 sec., 4824.997346251459 rows/sec., 325.12 KiB/sec.
3618 2025.04.19 00:28:01.726848 [ 188 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3619 2025.04.19 00:28:01.727132 [ 188 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_9_2} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3620 2025.04.19 00:28:01.727209 [ 188 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_9_2} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3621 2025.04.19 00:28:01.727280 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
3622 2025.04.19 00:28:03.175452 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache
3623 2025.04.19 00:28:03.175507 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache
3624 2025.04.19 00:28:03.267656 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381
3625 2025.04.19 00:28:03.268618 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3626 2025.04.19 00:28:03.268666 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3627 2025.04.19 00:28:03.269188 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3628 2025.04.19 00:28:03.269446 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3629 2025.04.19 00:28:03.269691 [ 115 ] {} <Debug> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3630 2025.04.19 00:28:03.269713 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3631 2025.04.19 00:28:03.269801 [ 115 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3632 2025.04.19 00:28:03.269848 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3633 2025.04.19 00:28:03.269986 [ 201 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
3634 2025.04.19 00:28:03.270086 [ 201 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3635 2025.04.19 00:28:03.270118 [ 201 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
3636 2025.04.19 00:28:03.270187 [ 201 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
3637 2025.04.19 00:28:03.270404 [ 201 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part
3638 2025.04.19 00:28:03.270614 [ 201 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part
3639 2025.04.19 00:28:03.270734 [ 201 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part
3640 2025.04.19 00:28:03.270910 [ 201 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part
3641 2025.04.19 00:28:03.272478 [ 188 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002541409 sec., 2904294.4287991426 rows/sec., 41.55 MiB/sec.
3642 2025.04.19 00:28:03.272833 [ 201 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3643 2025.04.19 00:28:03.273102 [ 201 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_16_3} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3644 2025.04.19 00:28:03.273173 [ 201 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_16_3} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3645 2025.04.19 00:28:03.273249 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3646 2025.04.19 00:28:03.287504 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 532
3647 2025.04.19 00:28:03.290362 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3648 2025.04.19 00:28:03.290413 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3649 2025.04.19 00:28:03.291905 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3650 2025.04.19 00:28:03.292224 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3651 2025.04.19 00:28:03.292448 [ 115 ] {} <Debug> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3652 2025.04.19 00:28:03.292585 [ 115 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3653 2025.04.19 00:28:03.292671 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3654 2025.04.19 00:28:03.293283 [ 191 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::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
3655 2025.04.19 00:28:03.293968 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 532
3656 2025.04.19 00:28:03.294424 [ 191 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3657 2025.04.19 00:28:03.294597 [ 191 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 330 rows starting from the beginning of the part
3658 2025.04.19 00:28:03.295216 [ 191 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 62 rows starting from the beginning of the part
3659 2025.04.19 00:28:03.295804 [ 191 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part
3660 2025.04.19 00:28:03.296353 [ 191 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part
3661 2025.04.19 00:28:03.296934 [ 191 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 58 rows starting from the beginning of the part
3662 2025.04.19 00:28:03.297520 [ 191 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part
3663 2025.04.19 00:28:03.305424 [ 201 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 532 rows, containing 72 columns (72 merged, 0 gathered) in 0.012599512 sec., 42223.85755892768 rows/sec., 37.81 MiB/sec.
3664 2025.04.19 00:28:03.306339 [ 191 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3665 2025.04.19 00:28:03.307009 [ 191 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_11_2} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3666 2025.04.19 00:28:03.307095 [ 191 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_11_2} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3667 2025.04.19 00:28:03.307289 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB.
3668 2025.04.19 00:28:03.726226 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121
3669 2025.04.19 00:28:03.747028 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3670 2025.04.19 00:28:03.747072 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3671 2025.04.19 00:28:03.754531 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3672 2025.04.19 00:28:03.755286 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3673 2025.04.19 00:28:03.755727 [ 114 ] {} <Debug> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3674 2025.04.19 00:28:03.755906 [ 114 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3675 2025.04.19 00:28:03.756020 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3676 2025.04.19 00:28:03.756630 [ 193 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
3677 2025.04.19 00:28:03.769848 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3678 2025.04.19 00:28:03.771811 [ 193 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3679 2025.04.19 00:28:03.773057 [ 193 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
3680 2025.04.19 00:28:03.778559 [ 193 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
3681 2025.04.19 00:28:03.784166 [ 193 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
3682 2025.04.19 00:28:03.789660 [ 193 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
3683 2025.04.19 00:28:03.795594 [ 193 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part
3684 2025.04.19 00:28:03.800193 [ 193 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part
3685 2025.04.19 00:28:03.856800 [ 191 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.100577703 sec., 1203.0499443798194 rows/sec., 6.22 MiB/sec.
3686 2025.04.19 00:28:03.858396 [ 201 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3687 2025.04.19 00:28:03.860718 [ 201 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_16_3} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3688 2025.04.19 00:28:03.860814 [ 201 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_16_3} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3689 2025.04.19 00:28:03.862037 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB.
3690 2025.04.19 00:28:04.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.61 MiB, peak 187.57 MiB, free memory in arenas 0.00 B, will set to 179.45 MiB (RSS), difference: 1.85 MiB
3691 2025.04.19 00:28:04.001370 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000912888 sec.
3692 2025.04.19 00:28:04.656943 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3693 2025.04.19 00:28:04.657191 [ 259 ] {5bbe9a70-275b-4aaf-bb29-49e233592f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3694 2025.04.19 00:28:04.657273 [ 259 ] {5bbe9a70-275b-4aaf-bb29-49e233592f07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3695 2025.04.19 00:28:04.658141 [ 259 ] {5bbe9a70-275b-4aaf-bb29-49e233592f07} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3696 2025.04.19 00:28:04.658188 [ 259 ] {5bbe9a70-275b-4aaf-bb29-49e233592f07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3697 2025.04.19 00:28:04.658636 [ 259 ] {5bbe9a70-275b-4aaf-bb29-49e233592f07} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3698 2025.04.19 00:28:04.658893 [ 259 ] {5bbe9a70-275b-4aaf-bb29-49e233592f07} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3699 2025.04.19 00:28:04.659077 [ 259 ] {5bbe9a70-275b-4aaf-bb29-49e233592f07} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001943 sec., 109109.62429233144 rows/sec., 6.94 MiB/sec.
3700 2025.04.19 00:28:04.659132 [ 259 ] {5bbe9a70-275b-4aaf-bb29-49e233592f07} <Debug> TCPHandler: Processed in 0.002326204 sec.
3701 2025.04.19 00:28:04.659263 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3702 2025.04.19 00:28:04.659368 [ 259 ] {baad7f3f-41b1-478b-93e1-b308fb193879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3703 2025.04.19 00:28:04.659415 [ 259 ] {baad7f3f-41b1-478b-93e1-b308fb193879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3704 2025.04.19 00:28:04.660365 [ 259 ] {baad7f3f-41b1-478b-93e1-b308fb193879} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3705 2025.04.19 00:28:04.660414 [ 259 ] {baad7f3f-41b1-478b-93e1-b308fb193879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3706 2025.04.19 00:28:04.660841 [ 259 ] {baad7f3f-41b1-478b-93e1-b308fb193879} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3707 2025.04.19 00:28:04.661092 [ 259 ] {baad7f3f-41b1-478b-93e1-b308fb193879} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3708 2025.04.19 00:28:04.661302 [ 259 ] {baad7f3f-41b1-478b-93e1-b308fb193879} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.00195 sec., 349230.76923076925 rows/sec., 27.76 MiB/sec.
3709 2025.04.19 00:28:04.661476 [ 259 ] {baad7f3f-41b1-478b-93e1-b308fb193879} <Debug> TCPHandler: Processed in 0.002259093 sec.
3710 2025.04.19 00:28:04.661703 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3711 2025.04.19 00:28:04.661811 [ 259 ] {119d9ff7-8d39-4966-99c1-8082117b5faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3712 2025.04.19 00:28:04.661862 [ 259 ] {119d9ff7-8d39-4966-99c1-8082117b5faa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3713 2025.04.19 00:28:04.662519 [ 259 ] {119d9ff7-8d39-4966-99c1-8082117b5faa} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3714 2025.04.19 00:28:04.662558 [ 259 ] {119d9ff7-8d39-4966-99c1-8082117b5faa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3715 2025.04.19 00:28:04.662925 [ 259 ] {119d9ff7-8d39-4966-99c1-8082117b5faa} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3716 2025.04.19 00:28:04.663166 [ 259 ] {119d9ff7-8d39-4966-99c1-8082117b5faa} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3717 2025.04.19 00:28:04.663354 [ 259 ] {119d9ff7-8d39-4966-99c1-8082117b5faa} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001564 sec., 88235.29411764705 rows/sec., 5.49 MiB/sec.
3718 2025.04.19 00:28:04.663483 [ 259 ] {119d9ff7-8d39-4966-99c1-8082117b5faa} <Debug> TCPHandler: Processed in 0.001854236 sec.
3719 2025.04.19 00:28:04.663632 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3720 2025.04.19 00:28:04.663736 [ 259 ] {aef82d6c-358d-4e49-b748-d1bf94f2b5dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3721 2025.04.19 00:28:04.663781 [ 259 ] {aef82d6c-358d-4e49-b748-d1bf94f2b5dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3722 2025.04.19 00:28:04.664332 [ 259 ] {aef82d6c-358d-4e49-b748-d1bf94f2b5dc} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3723 2025.04.19 00:28:04.664368 [ 259 ] {aef82d6c-358d-4e49-b748-d1bf94f2b5dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3724 2025.04.19 00:28:04.664717 [ 259 ] {aef82d6c-358d-4e49-b748-d1bf94f2b5dc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3725 2025.04.19 00:28:04.664949 [ 259 ] {aef82d6c-358d-4e49-b748-d1bf94f2b5dc} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3726 2025.04.19 00:28:04.665185 [ 259 ] {aef82d6c-358d-4e49-b748-d1bf94f2b5dc} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00145 sec., 77931.03448275862 rows/sec., 5.04 MiB/sec.
3727 2025.04.19 00:28:04.665313 [ 259 ] {aef82d6c-358d-4e49-b748-d1bf94f2b5dc} <Debug> TCPHandler: Processed in 0.001731033 sec.
3728 2025.04.19 00:28:04.665440 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3729 2025.04.19 00:28:04.665544 [ 259 ] {0cf23714-b1cd-40f3-92d2-31eafc8fe222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3730 2025.04.19 00:28:04.665589 [ 259 ] {0cf23714-b1cd-40f3-92d2-31eafc8fe222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3731 2025.04.19 00:28:04.666155 [ 259 ] {0cf23714-b1cd-40f3-92d2-31eafc8fe222} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3732 2025.04.19 00:28:04.666193 [ 259 ] {0cf23714-b1cd-40f3-92d2-31eafc8fe222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3733 2025.04.19 00:28:04.666529 [ 259 ] {0cf23714-b1cd-40f3-92d2-31eafc8fe222} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3734 2025.04.19 00:28:04.666756 [ 259 ] {0cf23714-b1cd-40f3-92d2-31eafc8fe222} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3735 2025.04.19 00:28:04.666915 [ 259 ] {0cf23714-b1cd-40f3-92d2-31eafc8fe222} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001391 sec., 80517.6132278936 rows/sec., 4.59 MiB/sec.
3736 2025.04.19 00:28:04.666966 [ 259 ] {0cf23714-b1cd-40f3-92d2-31eafc8fe222} <Debug> TCPHandler: Processed in 0.001582491 sec.
3737 2025.04.19 00:28:04.667084 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3738 2025.04.19 00:28:04.667189 [ 259 ] {4f72d660-3681-4b05-a4d4-005b8e1cad71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3739 2025.04.19 00:28:04.667233 [ 259 ] {4f72d660-3681-4b05-a4d4-005b8e1cad71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3740 2025.04.19 00:28:04.667914 [ 259 ] {4f72d660-3681-4b05-a4d4-005b8e1cad71} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3741 2025.04.19 00:28:04.667951 [ 259 ] {4f72d660-3681-4b05-a4d4-005b8e1cad71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3742 2025.04.19 00:28:04.668317 [ 259 ] {4f72d660-3681-4b05-a4d4-005b8e1cad71} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3743 2025.04.19 00:28:04.668547 [ 259 ] {4f72d660-3681-4b05-a4d4-005b8e1cad71} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3744 2025.04.19 00:28:04.668729 [ 259 ] {4f72d660-3681-4b05-a4d4-005b8e1cad71} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001557 sec., 265895.9537572254 rows/sec., 18.91 MiB/sec.
3745 2025.04.19 00:28:04.668846 [ 259 ] {4f72d660-3681-4b05-a4d4-005b8e1cad71} <Debug> TCPHandler: Processed in 0.001812305 sec.
3746 2025.04.19 00:28:04.668969 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3747 2025.04.19 00:28:04.669070 [ 259 ] {6caaa3f7-375d-438f-b854-d12ba4a3ef72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3748 2025.04.19 00:28:04.669115 [ 259 ] {6caaa3f7-375d-438f-b854-d12ba4a3ef72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3749 2025.04.19 00:28:04.669523 [ 259 ] {6caaa3f7-375d-438f-b854-d12ba4a3ef72} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3750 2025.04.19 00:28:04.669559 [ 259 ] {6caaa3f7-375d-438f-b854-d12ba4a3ef72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3751 2025.04.19 00:28:04.669894 [ 259 ] {6caaa3f7-375d-438f-b854-d12ba4a3ef72} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3752 2025.04.19 00:28:04.670123 [ 259 ] {6caaa3f7-375d-438f-b854-d12ba4a3ef72} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3753 2025.04.19 00:28:04.670293 [ 259 ] {6caaa3f7-375d-438f-b854-d12ba4a3ef72} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001244 sec., 4823.151125401929 rows/sec., 251.99 KiB/sec.
3754 2025.04.19 00:28:04.670339 [ 259 ] {6caaa3f7-375d-438f-b854-d12ba4a3ef72} <Debug> TCPHandler: Processed in 0.001423348 sec.
3755 2025.04.19 00:28:04.670469 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3756 2025.04.19 00:28:04.670603 [ 259 ] {88f78ee5-400a-47e7-b26c-0ff679085903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3757 2025.04.19 00:28:04.670663 [ 259 ] {88f78ee5-400a-47e7-b26c-0ff679085903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3758 2025.04.19 00:28:04.671294 [ 259 ] {88f78ee5-400a-47e7-b26c-0ff679085903} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3759 2025.04.19 00:28:04.671341 [ 259 ] {88f78ee5-400a-47e7-b26c-0ff679085903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3760 2025.04.19 00:28:04.671753 [ 259 ] {88f78ee5-400a-47e7-b26c-0ff679085903} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3761 2025.04.19 00:28:04.671998 [ 259 ] {88f78ee5-400a-47e7-b26c-0ff679085903} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3762 2025.04.19 00:28:04.672209 [ 259 ] {88f78ee5-400a-47e7-b26c-0ff679085903} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001626 sec., 145756.45756457563 rows/sec., 9.77 MiB/sec.
3763 2025.04.19 00:28:04.672452 [ 259 ] {88f78ee5-400a-47e7-b26c-0ff679085903} <Debug> TCPHandler: Processed in 0.002040759 sec.
3764 2025.04.19 00:28:04.672587 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3765 2025.04.19 00:28:04.672689 [ 259 ] {7357b0e4-4443-4108-9d46-dcf95cb1a5dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3766 2025.04.19 00:28:04.672736 [ 259 ] {7357b0e4-4443-4108-9d46-dcf95cb1a5dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3767 2025.04.19 00:28:04.673163 [ 259 ] {7357b0e4-4443-4108-9d46-dcf95cb1a5dc} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3768 2025.04.19 00:28:04.673201 [ 259 ] {7357b0e4-4443-4108-9d46-dcf95cb1a5dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3769 2025.04.19 00:28:04.673535 [ 259 ] {7357b0e4-4443-4108-9d46-dcf95cb1a5dc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3770 2025.04.19 00:28:04.673770 [ 259 ] {7357b0e4-4443-4108-9d46-dcf95cb1a5dc} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3771 2025.04.19 00:28:04.674090 [ 259 ] {7357b0e4-4443-4108-9d46-dcf95cb1a5dc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001402 sec., 713.2667617689016 rows/sec., 48.06 KiB/sec.
3772 2025.04.19 00:28:04.674335 [ 259 ] {7357b0e4-4443-4108-9d46-dcf95cb1a5dc} <Debug> TCPHandler: Processed in 0.001792074 sec.
3773 2025.04.19 00:28:04.674453 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3774 2025.04.19 00:28:04.674556 [ 259 ] {0b601215-d89c-42d4-8723-65e281775664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3775 2025.04.19 00:28:04.674625 [ 259 ] {0b601215-d89c-42d4-8723-65e281775664} <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
3776 2025.04.19 00:28:04.675731 [ 259 ] {0b601215-d89c-42d4-8723-65e281775664} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3777 2025.04.19 00:28:04.675769 [ 259 ] {0b601215-d89c-42d4-8723-65e281775664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3778 2025.04.19 00:28:04.676379 [ 259 ] {0b601215-d89c-42d4-8723-65e281775664} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3779 2025.04.19 00:28:04.676640 [ 259 ] {0b601215-d89c-42d4-8723-65e281775664} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3780 2025.04.19 00:28:04.676771 [ 113 ] {} <Debug> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3781 2025.04.19 00:28:04.676823 [ 113 ] {} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3782 2025.04.19 00:28:04.676839 [ 259 ] {0b601215-d89c-42d4-8723-65e281775664} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002302 sec., 13900.955690703737 rows/sec., 24.91 MiB/sec.
3783 2025.04.19 00:28:04.676852 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
3784 2025.04.19 00:28:04.677206 [ 259 ] {0b601215-d89c-42d4-8723-65e281775664} <Debug> TCPHandler: Processed in 0.002796143 sec.
3785 2025.04.19 00:28:04.677262 [ 199 ] {e8760166-362f-4d7d-b538-df02c885e1f5::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
3786 2025.04.19 00:28:04.677363 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3787 2025.04.19 00:28:04.677553 [ 259 ] {a77deee5-bbd5-4f40-9164-7130902be8a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3788 2025.04.19 00:28:04.677668 [ 259 ] {a77deee5-bbd5-4f40-9164-7130902be8a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3789 2025.04.19 00:28:04.678289 [ 199 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3790 2025.04.19 00:28:04.678513 [ 199 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 194 rows starting from the beginning of the part
3791 2025.04.19 00:28:04.679246 [ 199 ] {e8760166-362f-4d7d-b538-df02c885e1f5::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
3792 2025.04.19 00:28:04.679752 [ 259 ] {a77deee5-bbd5-4f40-9164-7130902be8a6} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3793 2025.04.19 00:28:04.679860 [ 259 ] {a77deee5-bbd5-4f40-9164-7130902be8a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3794 2025.04.19 00:28:04.679993 [ 199 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 28 rows starting from the beginning of the part
3795 2025.04.19 00:28:04.680623 [ 199 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part
3796 2025.04.19 00:28:04.681185 [ 199 ] {e8760166-362f-4d7d-b538-df02c885e1f5::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
3797 2025.04.19 00:28:04.681228 [ 259 ] {a77deee5-bbd5-4f40-9164-7130902be8a6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3798 2025.04.19 00:28:04.681688 [ 199 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part
3799 2025.04.19 00:28:04.681896 [ 259 ] {a77deee5-bbd5-4f40-9164-7130902be8a6} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3800 2025.04.19 00:28:04.682820 [ 259 ] {a77deee5-bbd5-4f40-9164-7130902be8a6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005307 sec., 15451.290748068588 rows/sec., 1004.90 KiB/sec.
3801 2025.04.19 00:28:04.683211 [ 259 ] {a77deee5-bbd5-4f40-9164-7130902be8a6} <Debug> TCPHandler: Processed in 0.005894323 sec.
3802 2025.04.19 00:28:04.686522 [ 201 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 19 columns (19 merged, 0 gathered) in 0.009527154 sec., 28759.900385781526 rows/sec., 51.54 MiB/sec.
3803 2025.04.19 00:28:04.686966 [ 191 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3804 2025.04.19 00:28:04.687429 [ 191 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3805 2025.04.19 00:28:04.687519 [ 191 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3806 2025.04.19 00:28:04.687626 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB.
3807 2025.04.19 00:28:09.649793 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3808 2025.04.19 00:28:09.649982 [ 259 ] {cfe9fbb4-ab86-487b-a8e6-28906d44b764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3809 2025.04.19 00:28:09.650052 [ 259 ] {cfe9fbb4-ab86-487b-a8e6-28906d44b764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3810 2025.04.19 00:28:09.650797 [ 259 ] {cfe9fbb4-ab86-487b-a8e6-28906d44b764} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3811 2025.04.19 00:28:09.650843 [ 259 ] {cfe9fbb4-ab86-487b-a8e6-28906d44b764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3812 2025.04.19 00:28:09.651249 [ 259 ] {cfe9fbb4-ab86-487b-a8e6-28906d44b764} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3813 2025.04.19 00:28:09.651503 [ 259 ] {cfe9fbb4-ab86-487b-a8e6-28906d44b764} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3814 2025.04.19 00:28:09.651725 [ 259 ] {cfe9fbb4-ab86-487b-a8e6-28906d44b764} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001791 sec., 40201.005025125625 rows/sec., 3.27 MiB/sec.
3815 2025.04.19 00:28:09.651784 [ 259 ] {cfe9fbb4-ab86-487b-a8e6-28906d44b764} <Debug> TCPHandler: Processed in 0.00211547 sec.
3816 2025.04.19 00:28:09.651910 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3817 2025.04.19 00:28:09.652013 [ 259 ] {3eb237aa-1bb7-4ed2-b0fb-35736a9a5c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3818 2025.04.19 00:28:09.652058 [ 259 ] {3eb237aa-1bb7-4ed2-b0fb-35736a9a5c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3819 2025.04.19 00:28:09.652564 [ 259 ] {3eb237aa-1bb7-4ed2-b0fb-35736a9a5c3c} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3820 2025.04.19 00:28:09.652604 [ 259 ] {3eb237aa-1bb7-4ed2-b0fb-35736a9a5c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3821 2025.04.19 00:28:09.652941 [ 259 ] {3eb237aa-1bb7-4ed2-b0fb-35736a9a5c3c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3822 2025.04.19 00:28:09.653180 [ 259 ] {3eb237aa-1bb7-4ed2-b0fb-35736a9a5c3c} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3823 2025.04.19 00:28:09.653382 [ 259 ] {3eb237aa-1bb7-4ed2-b0fb-35736a9a5c3c} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00139 sec., 5755.395683453237 rows/sec., 432.78 KiB/sec.
3824 2025.04.19 00:28:09.653433 [ 259 ] {3eb237aa-1bb7-4ed2-b0fb-35736a9a5c3c} <Debug> TCPHandler: Processed in 0.00157375 sec.
3825 2025.04.19 00:28:09.653544 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3826 2025.04.19 00:28:09.653647 [ 259 ] {b958f39f-2dd4-4d5a-902e-35e9ac136387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3827 2025.04.19 00:28:09.653693 [ 259 ] {b958f39f-2dd4-4d5a-902e-35e9ac136387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3828 2025.04.19 00:28:09.654210 [ 259 ] {b958f39f-2dd4-4d5a-902e-35e9ac136387} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3829 2025.04.19 00:28:09.654249 [ 259 ] {b958f39f-2dd4-4d5a-902e-35e9ac136387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3830 2025.04.19 00:28:09.654603 [ 259 ] {b958f39f-2dd4-4d5a-902e-35e9ac136387} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3831 2025.04.19 00:28:09.654844 [ 259 ] {b958f39f-2dd4-4d5a-902e-35e9ac136387} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3832 2025.04.19 00:28:09.655043 [ 259 ] {b958f39f-2dd4-4d5a-902e-35e9ac136387} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001417 sec., 50811.57374735356 rows/sec., 3.97 MiB/sec.
3833 2025.04.19 00:28:09.655094 [ 259 ] {b958f39f-2dd4-4d5a-902e-35e9ac136387} <Debug> TCPHandler: Processed in 0.0016014 sec.
3834 2025.04.19 00:28:09.655206 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3835 2025.04.19 00:28:09.655310 [ 259 ] {89e1661a-faf9-40f1-bc3d-5bf5cd8d784f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3836 2025.04.19 00:28:09.655357 [ 259 ] {89e1661a-faf9-40f1-bc3d-5bf5cd8d784f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3837 2025.04.19 00:28:09.655851 [ 259 ] {89e1661a-faf9-40f1-bc3d-5bf5cd8d784f} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3838 2025.04.19 00:28:09.655890 [ 259 ] {89e1661a-faf9-40f1-bc3d-5bf5cd8d784f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3839 2025.04.19 00:28:09.656263 [ 259 ] {89e1661a-faf9-40f1-bc3d-5bf5cd8d784f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3840 2025.04.19 00:28:09.656501 [ 259 ] {89e1661a-faf9-40f1-bc3d-5bf5cd8d784f} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3841 2025.04.19 00:28:09.656713 [ 259 ] {89e1661a-faf9-40f1-bc3d-5bf5cd8d784f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001425 sec., 112280.70175438595 rows/sec., 7.82 MiB/sec.
3842 2025.04.19 00:28:09.656765 [ 259 ] {89e1661a-faf9-40f1-bc3d-5bf5cd8d784f} <Debug> TCPHandler: Processed in 0.001610221 sec.
3843 2025.04.19 00:28:09.656882 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3844 2025.04.19 00:28:09.657003 [ 259 ] {f043f713-b032-46df-bc0e-22c10c13d4d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3845 2025.04.19 00:28:09.657074 [ 259 ] {f043f713-b032-46df-bc0e-22c10c13d4d6} <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
3846 2025.04.19 00:28:09.658091 [ 259 ] {f043f713-b032-46df-bc0e-22c10c13d4d6} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3847 2025.04.19 00:28:09.658132 [ 259 ] {f043f713-b032-46df-bc0e-22c10c13d4d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3848 2025.04.19 00:28:09.658755 [ 259 ] {f043f713-b032-46df-bc0e-22c10c13d4d6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3849 2025.04.19 00:28:09.659033 [ 259 ] {f043f713-b032-46df-bc0e-22c10c13d4d6} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3850 2025.04.19 00:28:09.659256 [ 259 ] {f043f713-b032-46df-bc0e-22c10c13d4d6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002276 sec., 3514.9384885764503 rows/sec., 6.30 MiB/sec.
3851 2025.04.19 00:28:09.659362 [ 259 ] {f043f713-b032-46df-bc0e-22c10c13d4d6} <Debug> TCPHandler: Processed in 0.002532879 sec.
3852 2025.04.19 00:28:09.659473 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3853 2025.04.19 00:28:09.659576 [ 259 ] {d0aeb2fc-d1a9-4af1-8ddd-5f12407a7537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3854 2025.04.19 00:28:09.659624 [ 259 ] {d0aeb2fc-d1a9-4af1-8ddd-5f12407a7537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3855 2025.04.19 00:28:09.660041 [ 259 ] {d0aeb2fc-d1a9-4af1-8ddd-5f12407a7537} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3856 2025.04.19 00:28:09.660081 [ 259 ] {d0aeb2fc-d1a9-4af1-8ddd-5f12407a7537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3857 2025.04.19 00:28:09.660442 [ 259 ] {d0aeb2fc-d1a9-4af1-8ddd-5f12407a7537} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3858 2025.04.19 00:28:09.660686 [ 259 ] {d0aeb2fc-d1a9-4af1-8ddd-5f12407a7537} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3859 2025.04.19 00:28:09.660905 [ 259 ] {d0aeb2fc-d1a9-4af1-8ddd-5f12407a7537} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec.
3860 2025.04.19 00:28:09.660981 [ 259 ] {d0aeb2fc-d1a9-4af1-8ddd-5f12407a7537} <Debug> TCPHandler: Processed in 0.001572411 sec.
3861 2025.04.19 00:28:10.770042 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808
3862 2025.04.19 00:28:10.770716 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3863 2025.04.19 00:28:10.770762 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3864 2025.04.19 00:28:10.771376 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3865 2025.04.19 00:28:10.771727 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3866 2025.04.19 00:28:10.771954 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808
3867 2025.04.19 00:28:11.270098 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3868 2025.04.19 00:28:11.289833 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3869 2025.04.19 00:28:11.289903 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3870 2025.04.19 00:28:11.297208 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3871 2025.04.19 00:28:11.297949 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3872 2025.04.19 00:28:11.301512 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3873 2025.04.19 00:28:12.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.11 MiB, peak 187.57 MiB, free memory in arenas 0.00 B, will set to 181.39 MiB (RSS), difference: 1.28 MiB
3874 2025.04.19 00:28:13.294336 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 566
3875 2025.04.19 00:28:13.297352 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3876 2025.04.19 00:28:13.297405 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3877 2025.04.19 00:28:13.298881 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3878 2025.04.19 00:28:13.299202 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3879 2025.04.19 00:28:13.299954 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 566
3880 2025.04.19 00:28:14.657130 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3881 2025.04.19 00:28:14.657354 [ 259 ] {eef354e4-392b-4c21-b71a-031849ac73f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3882 2025.04.19 00:28:14.657431 [ 259 ] {eef354e4-392b-4c21-b71a-031849ac73f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3883 2025.04.19 00:28:14.658338 [ 259 ] {eef354e4-392b-4c21-b71a-031849ac73f8} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3884 2025.04.19 00:28:14.658379 [ 259 ] {eef354e4-392b-4c21-b71a-031849ac73f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3885 2025.04.19 00:28:14.658809 [ 259 ] {eef354e4-392b-4c21-b71a-031849ac73f8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3886 2025.04.19 00:28:14.659060 [ 259 ] {eef354e4-392b-4c21-b71a-031849ac73f8} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3887 2025.04.19 00:28:14.659241 [ 259 ] {eef354e4-392b-4c21-b71a-031849ac73f8} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001942 sec., 109165.80844490217 rows/sec., 6.94 MiB/sec.
3888 2025.04.19 00:28:14.659294 [ 259 ] {eef354e4-392b-4c21-b71a-031849ac73f8} <Debug> TCPHandler: Processed in 0.002299735 sec.
3889 2025.04.19 00:28:14.659431 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3890 2025.04.19 00:28:14.659533 [ 259 ] {578c0bc8-998c-4cf8-ae43-f5cbad8146d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3891 2025.04.19 00:28:14.659577 [ 259 ] {578c0bc8-998c-4cf8-ae43-f5cbad8146d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3892 2025.04.19 00:28:14.660455 [ 259 ] {578c0bc8-998c-4cf8-ae43-f5cbad8146d0} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3893 2025.04.19 00:28:14.660522 [ 259 ] {578c0bc8-998c-4cf8-ae43-f5cbad8146d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3894 2025.04.19 00:28:14.660935 [ 259 ] {578c0bc8-998c-4cf8-ae43-f5cbad8146d0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3895 2025.04.19 00:28:14.661179 [ 259 ] {578c0bc8-998c-4cf8-ae43-f5cbad8146d0} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3896 2025.04.19 00:28:14.661321 [ 101 ] {} <Debug> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3897 2025.04.19 00:28:14.661350 [ 259 ] {578c0bc8-998c-4cf8-ae43-f5cbad8146d0} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.001837 sec., 370713.11921611323 rows/sec., 29.47 MiB/sec.
3898 2025.04.19 00:28:14.661362 [ 101 ] {} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3899 2025.04.19 00:28:14.661394 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3900 2025.04.19 00:28:14.661421 [ 259 ] {578c0bc8-998c-4cf8-ae43-f5cbad8146d0} <Debug> TCPHandler: Processed in 0.00204712 sec.
3901 2025.04.19 00:28:14.661610 [ 199 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::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
3902 2025.04.19 00:28:14.661615 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3903 2025.04.19 00:28:14.661905 [ 259 ] {f94ab876-59e1-453e-9b66-dd743b72349d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3904 2025.04.19 00:28:14.661909 [ 199 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3905 2025.04.19 00:28:14.662001 [ 199 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1842 rows starting from the beginning of the part
3906 2025.04.19 00:28:14.662006 [ 259 ] {f94ab876-59e1-453e-9b66-dd743b72349d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3907 2025.04.19 00:28:14.662371 [ 199 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::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
3908 2025.04.19 00:28:14.662755 [ 199 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 72 rows starting from the beginning of the part
3909 2025.04.19 00:28:14.663152 [ 199 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 681 rows starting from the beginning of the part
3910 2025.04.19 00:28:14.663464 [ 199 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 72 rows starting from the beginning of the part
3911 2025.04.19 00:28:14.663739 [ 199 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 681 rows starting from the beginning of the part
3912 2025.04.19 00:28:14.664658 [ 259 ] {f94ab876-59e1-453e-9b66-dd743b72349d} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3913 2025.04.19 00:28:14.664720 [ 259 ] {f94ab876-59e1-453e-9b66-dd743b72349d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3914 2025.04.19 00:28:14.665799 [ 259 ] {f94ab876-59e1-453e-9b66-dd743b72349d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3915 2025.04.19 00:28:14.666327 [ 259 ] {f94ab876-59e1-453e-9b66-dd743b72349d} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3916 2025.04.19 00:28:14.666581 [ 101 ] {} <Debug> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3917 2025.04.19 00:28:14.666641 [ 101 ] {} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3918 2025.04.19 00:28:14.666683 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3919 2025.04.19 00:28:14.666688 [ 259 ] {f94ab876-59e1-453e-9b66-dd743b72349d} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.004866 sec., 28360.04932182491 rows/sec., 1.76 MiB/sec.
3920 2025.04.19 00:28:14.666936 [ 259 ] {f94ab876-59e1-453e-9b66-dd743b72349d} <Debug> TCPHandler: Processed in 0.005409484 sec.
3921 2025.04.19 00:28:14.667014 [ 191 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::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
3922 2025.04.19 00:28:14.667289 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3923 2025.04.19 00:28:14.667513 [ 191 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3924 2025.04.19 00:28:14.667696 [ 191 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 159 rows starting from the beginning of the part
3925 2025.04.19 00:28:14.667823 [ 259 ] {9dc74a94-c7f2-4aa1-b8f1-026b22d29f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3926 2025.04.19 00:28:14.667844 [ 199 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3412 rows, containing 5 columns (5 merged, 0 gathered) in 0.006342912 sec., 537923.2756185172 rows/sec., 45.46 MiB/sec.
3927 2025.04.19 00:28:14.668076 [ 259 ] {9dc74a94-c7f2-4aa1-b8f1-026b22d29f26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3928 2025.04.19 00:28:14.668101 [ 191 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part
3929 2025.04.19 00:28:14.668464 [ 199 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3930 2025.04.19 00:28:14.668624 [ 191 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part
3931 2025.04.19 00:28:14.669174 [ 191 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 138 rows starting from the beginning of the part
3932 2025.04.19 00:28:14.669714 [ 191 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part
3933 2025.04.19 00:28:14.670239 [ 191 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 138 rows starting from the beginning of the part
3934 2025.04.19 00:28:14.670222 [ 196 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_26_5} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3935 2025.04.19 00:28:14.670780 [ 196 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_26_5} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3936 2025.04.19 00:28:14.671157 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
3937 2025.04.19 00:28:14.672001 [ 259 ] {9dc74a94-c7f2-4aa1-b8f1-026b22d29f26} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3938 2025.04.19 00:28:14.672070 [ 259 ] {9dc74a94-c7f2-4aa1-b8f1-026b22d29f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3939 2025.04.19 00:28:14.673083 [ 259 ] {9dc74a94-c7f2-4aa1-b8f1-026b22d29f26} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3940 2025.04.19 00:28:14.673531 [ 199 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 455 rows, containing 5 columns (5 merged, 0 gathered) in 0.006720299 sec., 67705.32084956339 rows/sec., 4.53 MiB/sec.
3941 2025.04.19 00:28:14.673601 [ 259 ] {9dc74a94-c7f2-4aa1-b8f1-026b22d29f26} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3942 2025.04.19 00:28:14.673757 [ 199 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3943 2025.04.19 00:28:14.673872 [ 101 ] {} <Debug> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3944 2025.04.19 00:28:14.674004 [ 101 ] {} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3945 2025.04.19 00:28:14.674096 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3946 2025.04.19 00:28:14.674187 [ 259 ] {9dc74a94-c7f2-4aa1-b8f1-026b22d29f26} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.006507 sec., 17365.9136314738 rows/sec., 1.12 MiB/sec.
3947 2025.04.19 00:28:14.674665 [ 259 ] {9dc74a94-c7f2-4aa1-b8f1-026b22d29f26} <Debug> TCPHandler: Processed in 0.007500054 sec.
3948 2025.04.19 00:28:14.674905 [ 192 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
3949 2025.04.19 00:28:14.675012 [ 195 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_21_4} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3950 2025.04.19 00:28:14.675043 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3951 2025.04.19 00:28:14.675379 [ 195 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_21_4} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3952 2025.04.19 00:28:14.675393 [ 259 ] {5acb1c10-dbac-4cbf-8b92-0a3efc42ea8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3953 2025.04.19 00:28:14.675399 [ 192 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3954 2025.04.19 00:28:14.675546 [ 259 ] {5acb1c10-dbac-4cbf-8b92-0a3efc42ea8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3955 2025.04.19 00:28:14.675566 [ 192 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
3956 2025.04.19 00:28:14.675688 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
3957 2025.04.19 00:28:14.675915 [ 192 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part
3958 2025.04.19 00:28:14.676272 [ 192 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
3959 2025.04.19 00:28:14.676576 [ 192 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
3960 2025.04.19 00:28:14.676900 [ 192 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
3961 2025.04.19 00:28:14.677227 [ 192 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
3962 2025.04.19 00:28:14.678601 [ 259 ] {5acb1c10-dbac-4cbf-8b92-0a3efc42ea8f} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3963 2025.04.19 00:28:14.678679 [ 259 ] {5acb1c10-dbac-4cbf-8b92-0a3efc42ea8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3964 2025.04.19 00:28:14.679644 [ 259 ] {5acb1c10-dbac-4cbf-8b92-0a3efc42ea8f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3965 2025.04.19 00:28:14.680097 [ 192 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005861952 sec., 193450.91873833153 rows/sec., 13.49 MiB/sec.
3966 2025.04.19 00:28:14.680136 [ 259 ] {5acb1c10-dbac-4cbf-8b92-0a3efc42ea8f} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3967 2025.04.19 00:28:14.680393 [ 199 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3968 2025.04.19 00:28:14.680666 [ 259 ] {5acb1c10-dbac-4cbf-8b92-0a3efc42ea8f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00537 sec., 20856.61080074488 rows/sec., 1.19 MiB/sec.
3969 2025.04.19 00:28:14.680987 [ 259 ] {5acb1c10-dbac-4cbf-8b92-0a3efc42ea8f} <Debug> TCPHandler: Processed in 0.006049446 sec.
3970 2025.04.19 00:28:14.681220 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3971 2025.04.19 00:28:14.681293 [ 199 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_11_2} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3972 2025.04.19 00:28:14.681422 [ 259 ] {6a2e55cb-4ba3-43e6-9ff8-7112a9ddbf2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3973 2025.04.19 00:28:14.681478 [ 199 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_11_2} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3974 2025.04.19 00:28:14.681516 [ 259 ] {6a2e55cb-4ba3-43e6-9ff8-7112a9ddbf2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3975 2025.04.19 00:28:14.681664 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
3976 2025.04.19 00:28:14.682334 [ 259 ] {6a2e55cb-4ba3-43e6-9ff8-7112a9ddbf2d} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3977 2025.04.19 00:28:14.682377 [ 259 ] {6a2e55cb-4ba3-43e6-9ff8-7112a9ddbf2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3978 2025.04.19 00:28:14.682750 [ 259 ] {6a2e55cb-4ba3-43e6-9ff8-7112a9ddbf2d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3979 2025.04.19 00:28:14.682989 [ 259 ] {6a2e55cb-4ba3-43e6-9ff8-7112a9ddbf2d} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3980 2025.04.19 00:28:14.683108 [ 101 ] {} <Debug> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3981 2025.04.19 00:28:14.683145 [ 101 ] {} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3982 2025.04.19 00:28:14.683167 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3983 2025.04.19 00:28:14.683165 [ 259 ] {6a2e55cb-4ba3-43e6-9ff8-7112a9ddbf2d} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001824 sec., 226973.6842105263 rows/sec., 16.14 MiB/sec.
3984 2025.04.19 00:28:14.683330 [ 259 ] {6a2e55cb-4ba3-43e6-9ff8-7112a9ddbf2d} <Debug> TCPHandler: Processed in 0.002182972 sec.
3985 2025.04.19 00:28:14.683431 [ 186 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::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
3986 2025.04.19 00:28:14.683475 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3987 2025.04.19 00:28:14.683730 [ 259 ] {e872dc93-7661-4168-ba0c-9c8fd3e4ea8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3988 2025.04.19 00:28:14.683731 [ 186 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3989 2025.04.19 00:28:14.683830 [ 186 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::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
3990 2025.04.19 00:28:14.683829 [ 259 ] {e872dc93-7661-4168-ba0c-9c8fd3e4ea8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3991 2025.04.19 00:28:14.684275 [ 186 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 68 rows starting from the beginning of the part
3992 2025.04.19 00:28:14.684650 [ 186 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 72 rows starting from the beginning of the part
3993 2025.04.19 00:28:14.684972 [ 186 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 414 rows starting from the beginning of the part
3994 2025.04.19 00:28:14.685419 [ 186 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 72 rows starting from the beginning of the part
3995 2025.04.19 00:28:14.685839 [ 186 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 414 rows starting from the beginning of the part
3996 2025.04.19 00:28:14.685886 [ 259 ] {e872dc93-7661-4168-ba0c-9c8fd3e4ea8a} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3997 2025.04.19 00:28:14.685980 [ 259 ] {e872dc93-7661-4168-ba0c-9c8fd3e4ea8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
3998 2025.04.19 00:28:14.687028 [ 259 ] {e872dc93-7661-4168-ba0c-9c8fd3e4ea8a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3999 2025.04.19 00:28:14.687566 [ 259 ] {e872dc93-7661-4168-ba0c-9c8fd3e4ea8a} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4000 2025.04.19 00:28:14.687886 [ 101 ] {} <Debug> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4001 2025.04.19 00:28:14.688017 [ 101 ] {} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4002 2025.04.19 00:28:14.688121 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4003 2025.04.19 00:28:14.688290 [ 259 ] {e872dc93-7661-4168-ba0c-9c8fd3e4ea8a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004618 sec., 1299.26375054136 rows/sec., 67.88 KiB/sec.
4004 2025.04.19 00:28:14.688612 [ 259 ] {e872dc93-7661-4168-ba0c-9c8fd3e4ea8a} <Debug> TCPHandler: Processed in 0.00519419 sec.
4005 2025.04.19 00:28:14.688614 [ 199 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
4006 2025.04.19 00:28:14.688947 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4007 2025.04.19 00:28:14.688986 [ 199 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4008 2025.04.19 00:28:14.689049 [ 199 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
4009 2025.04.19 00:28:14.689216 [ 259 ] {f9f3c40d-dc8f-423b-aa95-3c323644517e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4010 2025.04.19 00:28:14.689399 [ 259 ] {f9f3c40d-dc8f-423b-aa95-3c323644517e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4011 2025.04.19 00:28:14.689429 [ 199 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
4012 2025.04.19 00:28:14.689826 [ 199 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
4013 2025.04.19 00:28:14.690803 [ 199 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
4014 2025.04.19 00:28:14.690937 [ 192 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.007675358 sec., 253929.52354795698 rows/sec., 19.40 MiB/sec.
4015 2025.04.19 00:28:14.691143 [ 199 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
4016 2025.04.19 00:28:14.691379 [ 192 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4017 2025.04.19 00:28:14.691899 [ 199 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
4018 2025.04.19 00:28:14.692568 [ 192 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_26_5} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4019 2025.04.19 00:28:14.692861 [ 259 ] {f9f3c40d-dc8f-423b-aa95-3c323644517e} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4020 2025.04.19 00:28:14.692884 [ 192 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_26_5} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4021 2025.04.19 00:28:14.692945 [ 259 ] {f9f3c40d-dc8f-423b-aa95-3c323644517e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4022 2025.04.19 00:28:14.693105 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
4023 2025.04.19 00:28:14.694107 [ 259 ] {f9f3c40d-dc8f-423b-aa95-3c323644517e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4024 2025.04.19 00:28:14.694699 [ 259 ] {f9f3c40d-dc8f-423b-aa95-3c323644517e} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4025 2025.04.19 00:28:14.694987 [ 197 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006682729 sec., 9876.204766046925 rows/sec., 515.99 KiB/sec.
4026 2025.04.19 00:28:14.695016 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4027 2025.04.19 00:28:14.695097 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4028 2025.04.19 00:28:14.695161 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4029 2025.04.19 00:28:14.695158 [ 259 ] {f9f3c40d-dc8f-423b-aa95-3c323644517e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006025 sec., 39336.09958506224 rows/sec., 2.64 MiB/sec.
4030 2025.04.19 00:28:14.695315 [ 192 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4031 2025.04.19 00:28:14.695492 [ 259 ] {f9f3c40d-dc8f-423b-aa95-3c323644517e} <Debug> TCPHandler: Processed in 0.006656479 sec.
4032 2025.04.19 00:28:14.695827 [ 194 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
4033 2025.04.19 00:28:14.695853 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4034 2025.04.19 00:28:14.696190 [ 259 ] {ca911b97-5708-49c4-b169-c4290c400827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4035 2025.04.19 00:28:14.696370 [ 259 ] {ca911b97-5708-49c4-b169-c4290c400827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4036 2025.04.19 00:28:14.696394 [ 194 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4037 2025.04.19 00:28:14.696429 [ 192 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_11_2} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4038 2025.04.19 00:28:14.696638 [ 194 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7564 rows starting from the beginning of the part
4039 2025.04.19 00:28:14.696764 [ 192 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_11_2} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4040 2025.04.19 00:28:14.697092 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4041 2025.04.19 00:28:14.697308 [ 194 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 128 rows starting from the beginning of the part
4042 2025.04.19 00:28:14.697662 [ 194 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
4043 2025.04.19 00:28:14.697813 [ 194 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
4044 2025.04.19 00:28:14.698419 [ 194 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
4045 2025.04.19 00:28:14.698777 [ 194 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
4046 2025.04.19 00:28:14.699216 [ 259 ] {ca911b97-5708-49c4-b169-c4290c400827} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4047 2025.04.19 00:28:14.699296 [ 259 ] {ca911b97-5708-49c4-b169-c4290c400827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4048 2025.04.19 00:28:14.700049 [ 259 ] {ca911b97-5708-49c4-b169-c4290c400827} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4049 2025.04.19 00:28:14.700551 [ 259 ] {ca911b97-5708-49c4-b169-c4290c400827} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4050 2025.04.19 00:28:14.701115 [ 259 ] {ca911b97-5708-49c4-b169-c4290c400827} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005051 sec., 197.98059790140567 rows/sec., 13.34 KiB/sec.
4051 2025.04.19 00:28:14.701306 [ 259 ] {ca911b97-5708-49c4-b169-c4290c400827} <Debug> TCPHandler: Processed in 0.005535376 sec.
4052 2025.04.19 00:28:14.701485 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4053 2025.04.19 00:28:14.701614 [ 259 ] {89112618-648d-4a93-9f90-414661173491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4054 2025.04.19 00:28:14.701709 [ 259 ] {89112618-648d-4a93-9f90-414661173491} <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
4055 2025.04.19 00:28:14.703582 [ 194 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8486 rows, containing 5 columns (5 merged, 0 gathered) in 0.008264139 sec., 1026846.2328622497 rows/sec., 69.30 MiB/sec.
4056 2025.04.19 00:28:14.703782 [ 259 ] {89112618-648d-4a93-9f90-414661173491} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4057 2025.04.19 00:28:14.703828 [ 197 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4058 2025.04.19 00:28:14.703829 [ 259 ] {89112618-648d-4a93-9f90-414661173491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4059 2025.04.19 00:28:14.704240 [ 197 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4060 2025.04.19 00:28:14.704333 [ 197 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4061 2025.04.19 00:28:14.704439 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB.
4062 2025.04.19 00:28:14.704716 [ 259 ] {89112618-648d-4a93-9f90-414661173491} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4063 2025.04.19 00:28:14.704980 [ 259 ] {89112618-648d-4a93-9f90-414661173491} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4064 2025.04.19 00:28:14.705175 [ 259 ] {89112618-648d-4a93-9f90-414661173491} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.0036 sec., 8888.888888888889 rows/sec., 15.93 MiB/sec.
4065 2025.04.19 00:28:14.705271 [ 259 ] {89112618-648d-4a93-9f90-414661173491} <Debug> TCPHandler: Processed in 0.003852834 sec.
4066 2025.04.19 00:28:14.705393 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4067 2025.04.19 00:28:14.705498 [ 259 ] {73972bb1-3518-41b7-9a77-dedc37be1276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4068 2025.04.19 00:28:14.705543 [ 259 ] {73972bb1-3518-41b7-9a77-dedc37be1276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4069 2025.04.19 00:28:14.705994 [ 259 ] {73972bb1-3518-41b7-9a77-dedc37be1276} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4070 2025.04.19 00:28:14.706033 [ 259 ] {73972bb1-3518-41b7-9a77-dedc37be1276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4071 2025.04.19 00:28:14.706408 [ 259 ] {73972bb1-3518-41b7-9a77-dedc37be1276} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4072 2025.04.19 00:28:14.706653 [ 259 ] {73972bb1-3518-41b7-9a77-dedc37be1276} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4073 2025.04.19 00:28:14.706779 [ 101 ] {} <Debug> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4074 2025.04.19 00:28:14.706822 [ 101 ] {} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4075 2025.04.19 00:28:14.706834 [ 259 ] {73972bb1-3518-41b7-9a77-dedc37be1276} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001353 sec., 60606.06060606061 rows/sec., 3.85 MiB/sec.
4076 2025.04.19 00:28:14.706847 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4077 2025.04.19 00:28:14.706954 [ 259 ] {73972bb1-3518-41b7-9a77-dedc37be1276} <Debug> TCPHandler: Processed in 0.001607621 sec.
4078 2025.04.19 00:28:14.707260 [ 187 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
4079 2025.04.19 00:28:14.707449 [ 187 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4080 2025.04.19 00:28:14.707479 [ 187 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1278 rows starting from the beginning of the part
4081 2025.04.19 00:28:14.707550 [ 187 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part
4082 2025.04.19 00:28:14.707777 [ 187 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
4083 2025.04.19 00:28:14.707890 [ 187 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
4084 2025.04.19 00:28:14.708070 [ 187 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
4085 2025.04.19 00:28:14.708211 [ 187 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
4086 2025.04.19 00:28:14.709477 [ 194 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 4 columns (4 merged, 0 gathered) in 0.002523018 sec., 638124.6586429427 rows/sec., 41.62 MiB/sec.
4087 2025.04.19 00:28:14.709699 [ 194 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4088 2025.04.19 00:28:14.710018 [ 194 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_26_5} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4089 2025.04.19 00:28:14.710107 [ 194 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_26_5} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4090 2025.04.19 00:28:14.710199 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
4091 2025.04.19 00:28:18.175562 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache
4092 2025.04.19 00:28:18.175653 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache
4093 2025.04.19 00:28:18.272131 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296
4094 2025.04.19 00:28:18.272767 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4095 2025.04.19 00:28:18.272826 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4096 2025.04.19 00:28:18.273355 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4097 2025.04.19 00:28:18.273629 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4098 2025.04.19 00:28:18.273888 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
4099 2025.04.19 00:28:18.801607 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
4100 2025.04.19 00:28:18.821095 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4101 2025.04.19 00:28:18.821150 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4102 2025.04.19 00:28:18.828634 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4103 2025.04.19 00:28:18.829399 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4104 2025.04.19 00:28:18.832961 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
4105 2025.04.19 00:28:19.650180 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4106 2025.04.19 00:28:19.650405 [ 259 ] {dcdcdb39-dc6a-481c-9686-4583a45ccbe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4107 2025.04.19 00:28:19.650488 [ 259 ] {dcdcdb39-dc6a-481c-9686-4583a45ccbe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4108 2025.04.19 00:28:19.651317 [ 259 ] {dcdcdb39-dc6a-481c-9686-4583a45ccbe5} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4109 2025.04.19 00:28:19.651370 [ 259 ] {dcdcdb39-dc6a-481c-9686-4583a45ccbe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4110 2025.04.19 00:28:19.651803 [ 259 ] {dcdcdb39-dc6a-481c-9686-4583a45ccbe5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4111 2025.04.19 00:28:19.652063 [ 259 ] {dcdcdb39-dc6a-481c-9686-4583a45ccbe5} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4112 2025.04.19 00:28:19.652317 [ 259 ] {dcdcdb39-dc6a-481c-9686-4583a45ccbe5} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001959 sec., 36753.44563552833 rows/sec., 2.99 MiB/sec.
4113 2025.04.19 00:28:19.652426 [ 259 ] {dcdcdb39-dc6a-481c-9686-4583a45ccbe5} <Debug> TCPHandler: Processed in 0.002406027 sec.
4114 2025.04.19 00:28:19.652660 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4115 2025.04.19 00:28:19.652775 [ 259 ] {4fd472cd-27f1-4d5b-9cff-57d0cfcbc97f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4116 2025.04.19 00:28:19.652828 [ 259 ] {4fd472cd-27f1-4d5b-9cff-57d0cfcbc97f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4117 2025.04.19 00:28:19.653377 [ 259 ] {4fd472cd-27f1-4d5b-9cff-57d0cfcbc97f} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4118 2025.04.19 00:28:19.653422 [ 259 ] {4fd472cd-27f1-4d5b-9cff-57d0cfcbc97f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4119 2025.04.19 00:28:19.653783 [ 259 ] {4fd472cd-27f1-4d5b-9cff-57d0cfcbc97f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4120 2025.04.19 00:28:19.654038 [ 259 ] {4fd472cd-27f1-4d5b-9cff-57d0cfcbc97f} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4121 2025.04.19 00:28:19.654233 [ 259 ] {4fd472cd-27f1-4d5b-9cff-57d0cfcbc97f} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001484 sec., 5390.8355795148245 rows/sec., 405.37 KiB/sec.
4122 2025.04.19 00:28:19.654283 [ 259 ] {4fd472cd-27f1-4d5b-9cff-57d0cfcbc97f} <Debug> TCPHandler: Processed in 0.001709082 sec.
4123 2025.04.19 00:28:19.654412 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4124 2025.04.19 00:28:19.654516 [ 259 ] {789dacf8-1f14-4136-8245-65d4f4429e67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4125 2025.04.19 00:28:19.654562 [ 259 ] {789dacf8-1f14-4136-8245-65d4f4429e67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4126 2025.04.19 00:28:19.655091 [ 259 ] {789dacf8-1f14-4136-8245-65d4f4429e67} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4127 2025.04.19 00:28:19.655130 [ 259 ] {789dacf8-1f14-4136-8245-65d4f4429e67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4128 2025.04.19 00:28:19.655488 [ 259 ] {789dacf8-1f14-4136-8245-65d4f4429e67} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4129 2025.04.19 00:28:19.655734 [ 259 ] {789dacf8-1f14-4136-8245-65d4f4429e67} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4130 2025.04.19 00:28:19.655941 [ 259 ] {789dacf8-1f14-4136-8245-65d4f4429e67} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001447 sec., 49758.120248790605 rows/sec., 3.88 MiB/sec.
4131 2025.04.19 00:28:19.656043 [ 259 ] {789dacf8-1f14-4136-8245-65d4f4429e67} <Debug> TCPHandler: Processed in 0.001683162 sec.
4132 2025.04.19 00:28:19.656243 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4133 2025.04.19 00:28:19.656354 [ 259 ] {3bc01f82-225e-4c6f-8bc7-90b6384d9a3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4134 2025.04.19 00:28:19.656405 [ 259 ] {3bc01f82-225e-4c6f-8bc7-90b6384d9a3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4135 2025.04.19 00:28:19.656926 [ 259 ] {3bc01f82-225e-4c6f-8bc7-90b6384d9a3a} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4136 2025.04.19 00:28:19.656966 [ 259 ] {3bc01f82-225e-4c6f-8bc7-90b6384d9a3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4137 2025.04.19 00:28:19.657355 [ 259 ] {3bc01f82-225e-4c6f-8bc7-90b6384d9a3a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4138 2025.04.19 00:28:19.657617 [ 259 ] {3bc01f82-225e-4c6f-8bc7-90b6384d9a3a} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4139 2025.04.19 00:28:19.657808 [ 259 ] {3bc01f82-225e-4c6f-8bc7-90b6384d9a3a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001478 sec., 108254.39783491204 rows/sec., 7.54 MiB/sec.
4140 2025.04.19 00:28:19.657859 [ 259 ] {3bc01f82-225e-4c6f-8bc7-90b6384d9a3a} <Debug> TCPHandler: Processed in 0.001710123 sec.
4141 2025.04.19 00:28:19.657976 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4142 2025.04.19 00:28:19.658080 [ 259 ] {44612bbd-4f90-4eb5-b0a9-f272035c7d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4143 2025.04.19 00:28:19.658144 [ 259 ] {44612bbd-4f90-4eb5-b0a9-f272035c7d40} <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
4144 2025.04.19 00:28:19.659140 [ 259 ] {44612bbd-4f90-4eb5-b0a9-f272035c7d40} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4145 2025.04.19 00:28:19.659179 [ 259 ] {44612bbd-4f90-4eb5-b0a9-f272035c7d40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4146 2025.04.19 00:28:19.659756 [ 259 ] {44612bbd-4f90-4eb5-b0a9-f272035c7d40} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4147 2025.04.19 00:28:19.660005 [ 259 ] {44612bbd-4f90-4eb5-b0a9-f272035c7d40} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): 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.04.19 00:28:19.660221 [ 259 ] {44612bbd-4f90-4eb5-b0a9-f272035c7d40} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002163 sec., 3698.566805362922 rows/sec., 6.63 MiB/sec.
4149 2025.04.19 00:28:19.660310 [ 259 ] {44612bbd-4f90-4eb5-b0a9-f272035c7d40} <Debug> TCPHandler: Processed in 0.002384506 sec.
4150 2025.04.19 00:28:19.660426 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4151 2025.04.19 00:28:19.660529 [ 259 ] {7d575820-4180-4550-b116-4c3e5f4e7610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4152 2025.04.19 00:28:19.660575 [ 259 ] {7d575820-4180-4550-b116-4c3e5f4e7610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4153 2025.04.19 00:28:19.661042 [ 259 ] {7d575820-4180-4550-b116-4c3e5f4e7610} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4154 2025.04.19 00:28:19.661093 [ 259 ] {7d575820-4180-4550-b116-4c3e5f4e7610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4155 2025.04.19 00:28:19.661540 [ 259 ] {7d575820-4180-4550-b116-4c3e5f4e7610} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4156 2025.04.19 00:28:19.661836 [ 259 ] {7d575820-4180-4550-b116-4c3e5f4e7610} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4157 2025.04.19 00:28:19.662111 [ 259 ] {7d575820-4180-4550-b116-4c3e5f4e7610} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001602 sec., 37453.183520599254 rows/sec., 2.52 MiB/sec.
4158 2025.04.19 00:28:19.662322 [ 259 ] {7d575820-4180-4550-b116-4c3e5f4e7610} <Debug> TCPHandler: Processed in 0.001942227 sec.
4159 2025.04.19 00:28:19.936812 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4160 2025.04.19 00:28:19.937019 [ 259 ] {29eee163-f9dc-4839-a8fb-2fc2bab937d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4161 2025.04.19 00:28:19.937099 [ 259 ] {29eee163-f9dc-4839-a8fb-2fc2bab937d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4162 2025.04.19 00:28:19.937931 [ 259 ] {29eee163-f9dc-4839-a8fb-2fc2bab937d6} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4163 2025.04.19 00:28:19.937978 [ 259 ] {29eee163-f9dc-4839-a8fb-2fc2bab937d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4164 2025.04.19 00:28:19.938413 [ 259 ] {29eee163-f9dc-4839-a8fb-2fc2bab937d6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4165 2025.04.19 00:28:19.938684 [ 259 ] {29eee163-f9dc-4839-a8fb-2fc2bab937d6} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4166 2025.04.19 00:28:19.938918 [ 259 ] {29eee163-f9dc-4839-a8fb-2fc2bab937d6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001958 sec., 108273.74872318692 rows/sec., 6.89 MiB/sec.
4167 2025.04.19 00:28:19.938975 [ 259 ] {29eee163-f9dc-4839-a8fb-2fc2bab937d6} <Debug> TCPHandler: Processed in 0.002296844 sec.
4168 2025.04.19 00:28:19.939112 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4169 2025.04.19 00:28:19.939218 [ 259 ] {e20918ad-6457-4c89-97c7-a9c453220e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4170 2025.04.19 00:28:19.939265 [ 259 ] {e20918ad-6457-4c89-97c7-a9c453220e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4171 2025.04.19 00:28:19.939775 [ 259 ] {e20918ad-6457-4c89-97c7-a9c453220e0b} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4172 2025.04.19 00:28:19.939815 [ 259 ] {e20918ad-6457-4c89-97c7-a9c453220e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4173 2025.04.19 00:28:19.940158 [ 259 ] {e20918ad-6457-4c89-97c7-a9c453220e0b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4174 2025.04.19 00:28:19.940429 [ 259 ] {e20918ad-6457-4c89-97c7-a9c453220e0b} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4175 2025.04.19 00:28:19.940629 [ 259 ] {e20918ad-6457-4c89-97c7-a9c453220e0b} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001433 sec., 6978.367062107467 rows/sec., 569.04 KiB/sec.
4176 2025.04.19 00:28:19.940695 [ 259 ] {e20918ad-6457-4c89-97c7-a9c453220e0b} <Debug> TCPHandler: Processed in 0.001636671 sec.
4177 2025.04.19 00:28:19.940829 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4178 2025.04.19 00:28:19.940936 [ 259 ] {e3bdc19a-104d-4dec-a073-de8c663ba511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4179 2025.04.19 00:28:19.940980 [ 259 ] {e3bdc19a-104d-4dec-a073-de8c663ba511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4180 2025.04.19 00:28:19.942321 [ 259 ] {e3bdc19a-104d-4dec-a073-de8c663ba511} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4181 2025.04.19 00:28:19.942361 [ 259 ] {e3bdc19a-104d-4dec-a073-de8c663ba511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4182 2025.04.19 00:28:19.942819 [ 259 ] {e3bdc19a-104d-4dec-a073-de8c663ba511} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4183 2025.04.19 00:28:19.943077 [ 259 ] {e3bdc19a-104d-4dec-a073-de8c663ba511} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4184 2025.04.19 00:28:19.943272 [ 259 ] {e3bdc19a-104d-4dec-a073-de8c663ba511} <Debug> executeQuery: Read 1818 rows, 151.57 KiB in 0.002358 sec., 770992.3664122138 rows/sec., 62.77 MiB/sec.
4185 2025.04.19 00:28:19.943323 [ 259 ] {e3bdc19a-104d-4dec-a073-de8c663ba511} <Debug> TCPHandler: Processed in 0.002547469 sec.
4186 2025.04.19 00:28:19.943440 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4187 2025.04.19 00:28:19.943546 [ 259 ] {54386c68-2998-4dcd-bd2d-3abf3ae5b5a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4188 2025.04.19 00:28:19.943590 [ 259 ] {54386c68-2998-4dcd-bd2d-3abf3ae5b5a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4189 2025.04.19 00:28:19.944134 [ 259 ] {54386c68-2998-4dcd-bd2d-3abf3ae5b5a5} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4190 2025.04.19 00:28:19.944174 [ 259 ] {54386c68-2998-4dcd-bd2d-3abf3ae5b5a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4191 2025.04.19 00:28:19.944515 [ 259 ] {54386c68-2998-4dcd-bd2d-3abf3ae5b5a5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4192 2025.04.19 00:28:19.944761 [ 259 ] {54386c68-2998-4dcd-bd2d-3abf3ae5b5a5} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4193 2025.04.19 00:28:19.944967 [ 259 ] {54386c68-2998-4dcd-bd2d-3abf3ae5b5a5} <Debug> executeQuery: Read 144 rows, 9.19 KiB in 0.001439 sec., 100069.49270326617 rows/sec., 6.24 MiB/sec.
4194 2025.04.19 00:28:19.945046 [ 259 ] {54386c68-2998-4dcd-bd2d-3abf3ae5b5a5} <Debug> TCPHandler: Processed in 0.001657442 sec.
4195 2025.04.19 00:28:19.945285 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4196 2025.04.19 00:28:19.945393 [ 259 ] {9819bffc-d405-4d1e-92d8-2261fc551271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4197 2025.04.19 00:28:19.945438 [ 259 ] {9819bffc-d405-4d1e-92d8-2261fc551271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4198 2025.04.19 00:28:19.946121 [ 259 ] {9819bffc-d405-4d1e-92d8-2261fc551271} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4199 2025.04.19 00:28:19.946170 [ 259 ] {9819bffc-d405-4d1e-92d8-2261fc551271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4200 2025.04.19 00:28:19.946613 [ 259 ] {9819bffc-d405-4d1e-92d8-2261fc551271} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4201 2025.04.19 00:28:19.946899 [ 259 ] {9819bffc-d405-4d1e-92d8-2261fc551271} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4202 2025.04.19 00:28:19.947162 [ 259 ] {9819bffc-d405-4d1e-92d8-2261fc551271} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.00179 sec., 190502.7932960894 rows/sec., 12.71 MiB/sec.
4203 2025.04.19 00:28:19.947379 [ 259 ] {9819bffc-d405-4d1e-92d8-2261fc551271} <Debug> TCPHandler: Processed in 0.002180811 sec.
4204 2025.04.19 00:28:19.947514 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4205 2025.04.19 00:28:19.947617 [ 259 ] {65610003-a3bd-4e39-ad52-b52681b6ded4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4206 2025.04.19 00:28:19.947663 [ 259 ] {65610003-a3bd-4e39-ad52-b52681b6ded4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4207 2025.04.19 00:28:19.948230 [ 259 ] {65610003-a3bd-4e39-ad52-b52681b6ded4} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4208 2025.04.19 00:28:19.948269 [ 259 ] {65610003-a3bd-4e39-ad52-b52681b6ded4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4209 2025.04.19 00:28:19.948619 [ 259 ] {65610003-a3bd-4e39-ad52-b52681b6ded4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4210 2025.04.19 00:28:19.948856 [ 259 ] {65610003-a3bd-4e39-ad52-b52681b6ded4} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4211 2025.04.19 00:28:19.949056 [ 259 ] {65610003-a3bd-4e39-ad52-b52681b6ded4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00146 sec., 76712.3287671233 rows/sec., 4.37 MiB/sec.
4212 2025.04.19 00:28:19.949106 [ 259 ] {65610003-a3bd-4e39-ad52-b52681b6ded4} <Debug> TCPHandler: Processed in 0.001644462 sec.
4213 2025.04.19 00:28:19.949222 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4214 2025.04.19 00:28:19.949325 [ 259 ] {59b659b4-e652-4ae7-aeac-8789d74960a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4215 2025.04.19 00:28:19.949370 [ 259 ] {59b659b4-e652-4ae7-aeac-8789d74960a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4216 2025.04.19 00:28:19.950178 [ 259 ] {59b659b4-e652-4ae7-aeac-8789d74960a9} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4217 2025.04.19 00:28:19.950220 [ 259 ] {59b659b4-e652-4ae7-aeac-8789d74960a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4218 2025.04.19 00:28:19.950617 [ 259 ] {59b659b4-e652-4ae7-aeac-8789d74960a9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4219 2025.04.19 00:28:19.950857 [ 259 ] {59b659b4-e652-4ae7-aeac-8789d74960a9} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4220 2025.04.19 00:28:19.951066 [ 259 ] {59b659b4-e652-4ae7-aeac-8789d74960a9} <Debug> executeQuery: Read 876 rows, 64.93 KiB in 0.001746 sec., 501718.21305841923 rows/sec., 36.32 MiB/sec.
4221 2025.04.19 00:28:19.951124 [ 259 ] {59b659b4-e652-4ae7-aeac-8789d74960a9} <Debug> TCPHandler: Processed in 0.001954118 sec.
4222 2025.04.19 00:28:19.951242 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4223 2025.04.19 00:28:19.951349 [ 259 ] {53789509-f90a-4a6a-923c-cf624e035cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4224 2025.04.19 00:28:19.951396 [ 259 ] {53789509-f90a-4a6a-923c-cf624e035cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4225 2025.04.19 00:28:19.951834 [ 259 ] {53789509-f90a-4a6a-923c-cf624e035cc1} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4226 2025.04.19 00:28:19.951876 [ 259 ] {53789509-f90a-4a6a-923c-cf624e035cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4227 2025.04.19 00:28:19.952239 [ 259 ] {53789509-f90a-4a6a-923c-cf624e035cc1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4228 2025.04.19 00:28:19.952487 [ 259 ] {53789509-f90a-4a6a-923c-cf624e035cc1} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4229 2025.04.19 00:28:19.952679 [ 259 ] {53789509-f90a-4a6a-923c-cf624e035cc1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001354 sec., 4431.314623338257 rows/sec., 231.52 KiB/sec.
4230 2025.04.19 00:28:19.952729 [ 259 ] {53789509-f90a-4a6a-923c-cf624e035cc1} <Debug> TCPHandler: Processed in 0.001538979 sec.
4231 2025.04.19 00:28:19.952851 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4232 2025.04.19 00:28:19.952953 [ 259 ] {d008503c-cb34-46ce-bf3e-5811fb9fb39c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4233 2025.04.19 00:28:19.953002 [ 259 ] {d008503c-cb34-46ce-bf3e-5811fb9fb39c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4234 2025.04.19 00:28:19.953670 [ 259 ] {d008503c-cb34-46ce-bf3e-5811fb9fb39c} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4235 2025.04.19 00:28:19.953709 [ 259 ] {d008503c-cb34-46ce-bf3e-5811fb9fb39c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4236 2025.04.19 00:28:19.954134 [ 259 ] {d008503c-cb34-46ce-bf3e-5811fb9fb39c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4237 2025.04.19 00:28:19.954393 [ 259 ] {d008503c-cb34-46ce-bf3e-5811fb9fb39c} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4238 2025.04.19 00:28:19.954619 [ 259 ] {d008503c-cb34-46ce-bf3e-5811fb9fb39c} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.00168 sec., 571428.5714285714 rows/sec., 37.97 MiB/sec.
4239 2025.04.19 00:28:19.954701 [ 259 ] {d008503c-cb34-46ce-bf3e-5811fb9fb39c} <Debug> TCPHandler: Processed in 0.001902446 sec.
4240 2025.04.19 00:28:19.954960 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4241 2025.04.19 00:28:19.955082 [ 259 ] {fb6216ec-a820-41fe-b9a1-ecf8bf4619a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4242 2025.04.19 00:28:19.955132 [ 259 ] {fb6216ec-a820-41fe-b9a1-ecf8bf4619a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4243 2025.04.19 00:28:19.955526 [ 259 ] {fb6216ec-a820-41fe-b9a1-ecf8bf4619a6} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4244 2025.04.19 00:28:19.955565 [ 259 ] {fb6216ec-a820-41fe-b9a1-ecf8bf4619a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4245 2025.04.19 00:28:19.955912 [ 259 ] {fb6216ec-a820-41fe-b9a1-ecf8bf4619a6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4246 2025.04.19 00:28:19.956144 [ 259 ] {fb6216ec-a820-41fe-b9a1-ecf8bf4619a6} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4247 2025.04.19 00:28:19.956391 [ 259 ] {fb6216ec-a820-41fe-b9a1-ecf8bf4619a6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001331 sec., 751.3148009015778 rows/sec., 50.63 KiB/sec.
4248 2025.04.19 00:28:19.956546 [ 259 ] {fb6216ec-a820-41fe-b9a1-ecf8bf4619a6} <Debug> TCPHandler: Processed in 0.001686853 sec.
4249 2025.04.19 00:28:19.956665 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4250 2025.04.19 00:28:19.956768 [ 259 ] {c6d48549-d1a7-451d-b94b-f58bd6ee3d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4251 2025.04.19 00:28:19.956835 [ 259 ] {c6d48549-d1a7-451d-b94b-f58bd6ee3d66} <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
4252 2025.04.19 00:28:19.957887 [ 259 ] {c6d48549-d1a7-451d-b94b-f58bd6ee3d66} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4253 2025.04.19 00:28:19.957927 [ 259 ] {c6d48549-d1a7-451d-b94b-f58bd6ee3d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4254 2025.04.19 00:28:19.958530 [ 259 ] {c6d48549-d1a7-451d-b94b-f58bd6ee3d66} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4255 2025.04.19 00:28:19.958806 [ 259 ] {c6d48549-d1a7-451d-b94b-f58bd6ee3d66} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4256 2025.04.19 00:28:19.959045 [ 259 ] {c6d48549-d1a7-451d-b94b-f58bd6ee3d66} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002298 sec., 12184.50826805918 rows/sec., 21.83 MiB/sec.
4257 2025.04.19 00:28:19.959139 [ 259 ] {c6d48549-d1a7-451d-b94b-f58bd6ee3d66} <Debug> TCPHandler: Processed in 0.002526169 sec.
4258 2025.04.19 00:28:19.959262 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4259 2025.04.19 00:28:19.959374 [ 259 ] {38c6fcc8-8aae-4dfa-81eb-2f9c80ebc367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4260 2025.04.19 00:28:19.959424 [ 259 ] {38c6fcc8-8aae-4dfa-81eb-2f9c80ebc367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4261 2025.04.19 00:28:19.959835 [ 259 ] {38c6fcc8-8aae-4dfa-81eb-2f9c80ebc367} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4262 2025.04.19 00:28:19.959878 [ 259 ] {38c6fcc8-8aae-4dfa-81eb-2f9c80ebc367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4263 2025.04.19 00:28:19.960231 [ 259 ] {38c6fcc8-8aae-4dfa-81eb-2f9c80ebc367} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4264 2025.04.19 00:28:19.960473 [ 259 ] {38c6fcc8-8aae-4dfa-81eb-2f9c80ebc367} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4265 2025.04.19 00:28:19.960686 [ 259 ] {38c6fcc8-8aae-4dfa-81eb-2f9c80ebc367} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001334 sec., 25487.256371814095 rows/sec., 1.48 MiB/sec.
4266 2025.04.19 00:28:19.960735 [ 259 ] {38c6fcc8-8aae-4dfa-81eb-2f9c80ebc367} <Debug> TCPHandler: Processed in 0.001527529 sec.
4267 2025.04.19 00:28:20.001109 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.26 MiB, peak 187.57 MiB, free memory in arenas 0.00 B, will set to 181.96 MiB (RSS), difference: -1.29 MiB
4268 2025.04.19 00:28:23.301027 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 624
4269 2025.04.19 00:28:23.304424 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4270 2025.04.19 00:28:23.304481 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4271 2025.04.19 00:28:23.305966 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4272 2025.04.19 00:28:23.306274 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4273 2025.04.19 00:28:23.307018 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 624
4274 2025.04.19 00:28:24.647912 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4275 2025.04.19 00:28:24.648135 [ 259 ] {865eccc4-409a-4144-8bc2-b35dc341aef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4276 2025.04.19 00:28:24.648213 [ 259 ] {865eccc4-409a-4144-8bc2-b35dc341aef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4277 2025.04.19 00:28:24.648984 [ 259 ] {865eccc4-409a-4144-8bc2-b35dc341aef1} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4278 2025.04.19 00:28:24.649044 [ 259 ] {865eccc4-409a-4144-8bc2-b35dc341aef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4279 2025.04.19 00:28:24.649473 [ 259 ] {865eccc4-409a-4144-8bc2-b35dc341aef1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4280 2025.04.19 00:28:24.649727 [ 259 ] {865eccc4-409a-4144-8bc2-b35dc341aef1} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4281 2025.04.19 00:28:24.649951 [ 259 ] {865eccc4-409a-4144-8bc2-b35dc341aef1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001872 sec., 2136.7521367521367 rows/sec., 174.24 KiB/sec.
4282 2025.04.19 00:28:24.650006 [ 259 ] {865eccc4-409a-4144-8bc2-b35dc341aef1} <Debug> TCPHandler: Processed in 0.002230593 sec.
4283 2025.04.19 00:28:24.650134 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4284 2025.04.19 00:28:24.650236 [ 259 ] {19e5182a-7c7b-433b-87eb-e425051b41f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4285 2025.04.19 00:28:24.650280 [ 259 ] {19e5182a-7c7b-433b-87eb-e425051b41f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4286 2025.04.19 00:28:24.650835 [ 259 ] {19e5182a-7c7b-433b-87eb-e425051b41f2} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4287 2025.04.19 00:28:24.650874 [ 259 ] {19e5182a-7c7b-433b-87eb-e425051b41f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4288 2025.04.19 00:28:24.651214 [ 259 ] {19e5182a-7c7b-433b-87eb-e425051b41f2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4289 2025.04.19 00:28:24.651460 [ 259 ] {19e5182a-7c7b-433b-87eb-e425051b41f2} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4290 2025.04.19 00:28:24.651677 [ 259 ] {19e5182a-7c7b-433b-87eb-e425051b41f2} <Debug> executeQuery: Read 66 rows, 5.33 KiB in 0.001456 sec., 45329.67032967033 rows/sec., 3.58 MiB/sec.
4291 2025.04.19 00:28:24.651749 [ 259 ] {19e5182a-7c7b-433b-87eb-e425051b41f2} <Debug> TCPHandler: Processed in 0.001661292 sec.
4292 2025.04.19 00:28:24.651981 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4293 2025.04.19 00:28:24.652085 [ 259 ] {54fe009f-2e83-4bb2-befe-aadc6423f4e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4294 2025.04.19 00:28:24.652130 [ 259 ] {54fe009f-2e83-4bb2-befe-aadc6423f4e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4295 2025.04.19 00:28:24.652651 [ 259 ] {54fe009f-2e83-4bb2-befe-aadc6423f4e2} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4296 2025.04.19 00:28:24.652690 [ 259 ] {54fe009f-2e83-4bb2-befe-aadc6423f4e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4297 2025.04.19 00:28:24.653023 [ 259 ] {54fe009f-2e83-4bb2-befe-aadc6423f4e2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4298 2025.04.19 00:28:24.653256 [ 259 ] {54fe009f-2e83-4bb2-befe-aadc6423f4e2} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4299 2025.04.19 00:28:24.653492 [ 259 ] {54fe009f-2e83-4bb2-befe-aadc6423f4e2} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001428 sec., 5602.240896358543 rows/sec., 406.22 KiB/sec.
4300 2025.04.19 00:28:24.653655 [ 259 ] {54fe009f-2e83-4bb2-befe-aadc6423f4e2} <Debug> TCPHandler: Processed in 0.001756394 sec.
4301 2025.04.19 00:28:24.653853 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4302 2025.04.19 00:28:24.653955 [ 259 ] {9aa719e3-1f2d-4e0e-9e30-b8c254579c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4303 2025.04.19 00:28:24.654001 [ 259 ] {9aa719e3-1f2d-4e0e-9e30-b8c254579c00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4304 2025.04.19 00:28:24.654543 [ 259 ] {9aa719e3-1f2d-4e0e-9e30-b8c254579c00} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4305 2025.04.19 00:28:24.654582 [ 259 ] {9aa719e3-1f2d-4e0e-9e30-b8c254579c00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4306 2025.04.19 00:28:24.654925 [ 259 ] {9aa719e3-1f2d-4e0e-9e30-b8c254579c00} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4307 2025.04.19 00:28:24.655155 [ 259 ] {9aa719e3-1f2d-4e0e-9e30-b8c254579c00} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4308 2025.04.19 00:28:24.655388 [ 259 ] {9aa719e3-1f2d-4e0e-9e30-b8c254579c00} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001451 sec., 49620.95106822881 rows/sec., 3.88 MiB/sec.
4309 2025.04.19 00:28:24.655569 [ 259 ] {9aa719e3-1f2d-4e0e-9e30-b8c254579c00} <Debug> TCPHandler: Processed in 0.001775174 sec.
4310 2025.04.19 00:28:24.655763 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4311 2025.04.19 00:28:24.655867 [ 259 ] {4db2d905-97ad-4539-8f8d-f56198101616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4312 2025.04.19 00:28:24.655916 [ 259 ] {4db2d905-97ad-4539-8f8d-f56198101616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4313 2025.04.19 00:28:24.656411 [ 259 ] {4db2d905-97ad-4539-8f8d-f56198101616} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4314 2025.04.19 00:28:24.656448 [ 259 ] {4db2d905-97ad-4539-8f8d-f56198101616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4315 2025.04.19 00:28:24.656815 [ 259 ] {4db2d905-97ad-4539-8f8d-f56198101616} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4316 2025.04.19 00:28:24.657044 [ 259 ] {4db2d905-97ad-4539-8f8d-f56198101616} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4317 2025.04.19 00:28:24.657231 [ 259 ] {4db2d905-97ad-4539-8f8d-f56198101616} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001387 sec., 93727.46935832732 rows/sec., 6.53 MiB/sec.
4318 2025.04.19 00:28:24.657279 [ 259 ] {4db2d905-97ad-4539-8f8d-f56198101616} <Debug> TCPHandler: Processed in 0.001579481 sec.
4319 2025.04.19 00:28:24.657391 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4320 2025.04.19 00:28:24.657493 [ 259 ] {97ee10e0-fd21-4a65-9bf9-be12d6f43fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4321 2025.04.19 00:28:24.657557 [ 259 ] {97ee10e0-fd21-4a65-9bf9-be12d6f43fae} <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
4322 2025.04.19 00:28:24.658536 [ 259 ] {97ee10e0-fd21-4a65-9bf9-be12d6f43fae} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4323 2025.04.19 00:28:24.658575 [ 259 ] {97ee10e0-fd21-4a65-9bf9-be12d6f43fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4324 2025.04.19 00:28:24.659150 [ 259 ] {97ee10e0-fd21-4a65-9bf9-be12d6f43fae} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4325 2025.04.19 00:28:24.659397 [ 259 ] {97ee10e0-fd21-4a65-9bf9-be12d6f43fae} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4326 2025.04.19 00:28:24.659581 [ 75 ] {} <Debug> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4327 2025.04.19 00:28:24.659647 [ 259 ] {97ee10e0-fd21-4a65-9bf9-be12d6f43fae} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002171 sec., 1842.4689083371716 rows/sec., 3.30 MiB/sec.
4328 2025.04.19 00:28:24.659676 [ 75 ] {} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4329 2025.04.19 00:28:24.659749 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4330 2025.04.19 00:28:24.659984 [ 259 ] {97ee10e0-fd21-4a65-9bf9-be12d6f43fae} <Debug> TCPHandler: Processed in 0.00263268 sec.
4331 2025.04.19 00:28:24.660084 [ 190 ] {e8760166-362f-4d7d-b538-df02c885e1f5::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
4332 2025.04.19 00:28:24.660167 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4333 2025.04.19 00:28:24.660388 [ 259 ] {eb5d3b5c-8fa4-472a-9f95-5f17e5420ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4334 2025.04.19 00:28:24.660509 [ 259 ] {eb5d3b5c-8fa4-472a-9f95-5f17e5420ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4335 2025.04.19 00:28:24.661086 [ 190 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4336 2025.04.19 00:28:24.661315 [ 190 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 274 rows starting from the beginning of the part
4337 2025.04.19 00:28:24.662085 [ 190 ] {e8760166-362f-4d7d-b538-df02c885e1f5::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
4338 2025.04.19 00:28:24.662854 [ 190 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part
4339 2025.04.19 00:28:24.662867 [ 259 ] {eb5d3b5c-8fa4-472a-9f95-5f17e5420ba5} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4340 2025.04.19 00:28:24.662939 [ 259 ] {eb5d3b5c-8fa4-472a-9f95-5f17e5420ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4341 2025.04.19 00:28:24.663435 [ 190 ] {e8760166-362f-4d7d-b538-df02c885e1f5::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
4342 2025.04.19 00:28:24.664123 [ 190 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 28 rows starting from the beginning of the part
4343 2025.04.19 00:28:24.664392 [ 259 ] {eb5d3b5c-8fa4-472a-9f95-5f17e5420ba5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4344 2025.04.19 00:28:24.664705 [ 190 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part
4345 2025.04.19 00:28:24.665204 [ 259 ] {eb5d3b5c-8fa4-472a-9f95-5f17e5420ba5} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4346 2025.04.19 00:28:24.665871 [ 259 ] {eb5d3b5c-8fa4-472a-9f95-5f17e5420ba5} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005548 sec., 8651.766402307137 rows/sec., 597.06 KiB/sec.
4347 2025.04.19 00:28:24.665993 [ 259 ] {eb5d3b5c-8fa4-472a-9f95-5f17e5420ba5} <Debug> TCPHandler: Processed in 0.005885883 sec.
4348 2025.04.19 00:28:24.668681 [ 189 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 354 rows, containing 19 columns (19 merged, 0 gathered) in 0.008771549 sec., 40357.7520914493 rows/sec., 72.32 MiB/sec.
4349 2025.04.19 00:28:24.669364 [ 189 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4350 2025.04.19 00:28:24.669784 [ 189 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4351 2025.04.19 00:28:24.669862 [ 189 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4352 2025.04.19 00:28:24.670002 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.98 MiB.
4353 2025.04.19 00:28:25.774866 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723
4354 2025.04.19 00:28:25.775820 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4355 2025.04.19 00:28:25.775872 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4356 2025.04.19 00:28:25.776472 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4357 2025.04.19 00:28:25.776741 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4358 2025.04.19 00:28:25.776969 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723
4359 2025.04.19 00:28:26.333895 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4360 2025.04.19 00:28:26.354732 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4361 2025.04.19 00:28:26.354796 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4362 2025.04.19 00:28:26.362393 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4363 2025.04.19 00:28:26.363196 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4364 2025.04.19 00:28:26.365837 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4365 2025.04.19 00:28:29.649529 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4366 2025.04.19 00:28:29.649841 [ 259 ] {5c2c385e-d6c9-4ac6-a902-2dd5c9478776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4367 2025.04.19 00:28:29.649952 [ 259 ] {5c2c385e-d6c9-4ac6-a902-2dd5c9478776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4368 2025.04.19 00:28:29.650883 [ 259 ] {5c2c385e-d6c9-4ac6-a902-2dd5c9478776} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4369 2025.04.19 00:28:29.650927 [ 259 ] {5c2c385e-d6c9-4ac6-a902-2dd5c9478776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4370 2025.04.19 00:28:29.651367 [ 259 ] {5c2c385e-d6c9-4ac6-a902-2dd5c9478776} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4371 2025.04.19 00:28:29.651614 [ 259 ] {5c2c385e-d6c9-4ac6-a902-2dd5c9478776} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4372 2025.04.19 00:28:29.651857 [ 259 ] {5c2c385e-d6c9-4ac6-a902-2dd5c9478776} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002098 sec., 34318.39847473784 rows/sec., 2.79 MiB/sec.
4373 2025.04.19 00:28:29.651913 [ 259 ] {5c2c385e-d6c9-4ac6-a902-2dd5c9478776} <Debug> TCPHandler: Processed in 0.002560629 sec.
4374 2025.04.19 00:28:29.652040 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4375 2025.04.19 00:28:29.652142 [ 259 ] {5c6a9a38-4b31-4b90-8ac1-a887c80d5167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4376 2025.04.19 00:28:29.652187 [ 259 ] {5c6a9a38-4b31-4b90-8ac1-a887c80d5167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4377 2025.04.19 00:28:29.652694 [ 259 ] {5c6a9a38-4b31-4b90-8ac1-a887c80d5167} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4378 2025.04.19 00:28:29.652733 [ 259 ] {5c6a9a38-4b31-4b90-8ac1-a887c80d5167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4379 2025.04.19 00:28:29.653081 [ 259 ] {5c6a9a38-4b31-4b90-8ac1-a887c80d5167} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4380 2025.04.19 00:28:29.653314 [ 259 ] {5c6a9a38-4b31-4b90-8ac1-a887c80d5167} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4381 2025.04.19 00:28:29.653520 [ 259 ] {5c6a9a38-4b31-4b90-8ac1-a887c80d5167} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.0014 sec., 5714.285714285715 rows/sec., 429.69 KiB/sec.
4382 2025.04.19 00:28:29.653572 [ 259 ] {5c6a9a38-4b31-4b90-8ac1-a887c80d5167} <Debug> TCPHandler: Processed in 0.001581041 sec.
4383 2025.04.19 00:28:29.653683 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4384 2025.04.19 00:28:29.653784 [ 259 ] {956cb9a5-9f66-482e-9bca-ebd29c61ebfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4385 2025.04.19 00:28:29.653827 [ 259 ] {956cb9a5-9f66-482e-9bca-ebd29c61ebfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4386 2025.04.19 00:28:29.654368 [ 259 ] {956cb9a5-9f66-482e-9bca-ebd29c61ebfb} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4387 2025.04.19 00:28:29.654406 [ 259 ] {956cb9a5-9f66-482e-9bca-ebd29c61ebfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4388 2025.04.19 00:28:29.654750 [ 259 ] {956cb9a5-9f66-482e-9bca-ebd29c61ebfb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4389 2025.04.19 00:28:29.654982 [ 259 ] {956cb9a5-9f66-482e-9bca-ebd29c61ebfb} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4390 2025.04.19 00:28:29.655183 [ 259 ] {956cb9a5-9f66-482e-9bca-ebd29c61ebfb} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00142 sec., 50704.22535211268 rows/sec., 3.96 MiB/sec.
4391 2025.04.19 00:28:29.655275 [ 259 ] {956cb9a5-9f66-482e-9bca-ebd29c61ebfb} <Debug> TCPHandler: Processed in 0.001639412 sec.
4392 2025.04.19 00:28:29.655405 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4393 2025.04.19 00:28:29.655502 [ 259 ] {0c95ba4b-d5a4-4a52-b9b3-3c6d8499159e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4394 2025.04.19 00:28:29.655549 [ 259 ] {0c95ba4b-d5a4-4a52-b9b3-3c6d8499159e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4395 2025.04.19 00:28:29.656108 [ 259 ] {0c95ba4b-d5a4-4a52-b9b3-3c6d8499159e} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4396 2025.04.19 00:28:29.656155 [ 259 ] {0c95ba4b-d5a4-4a52-b9b3-3c6d8499159e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4397 2025.04.19 00:28:29.656558 [ 259 ] {0c95ba4b-d5a4-4a52-b9b3-3c6d8499159e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4398 2025.04.19 00:28:29.656799 [ 259 ] {0c95ba4b-d5a4-4a52-b9b3-3c6d8499159e} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4399 2025.04.19 00:28:29.657042 [ 259 ] {0c95ba4b-d5a4-4a52-b9b3-3c6d8499159e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec.
4400 2025.04.19 00:28:29.657270 [ 259 ] {0c95ba4b-d5a4-4a52-b9b3-3c6d8499159e} <Debug> TCPHandler: Processed in 0.001911927 sec.
4401 2025.04.19 00:28:29.657434 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4402 2025.04.19 00:28:29.657535 [ 259 ] {a4b35791-00b1-4904-9e23-dfc628c0c039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4403 2025.04.19 00:28:29.657609 [ 259 ] {a4b35791-00b1-4904-9e23-dfc628c0c039} <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.04.19 00:28:29.658645 [ 259 ] {a4b35791-00b1-4904-9e23-dfc628c0c039} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4405 2025.04.19 00:28:29.658683 [ 259 ] {a4b35791-00b1-4904-9e23-dfc628c0c039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4406 2025.04.19 00:28:29.659263 [ 259 ] {a4b35791-00b1-4904-9e23-dfc628c0c039} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4407 2025.04.19 00:28:29.659510 [ 259 ] {a4b35791-00b1-4904-9e23-dfc628c0c039} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4408 2025.04.19 00:28:29.659751 [ 259 ] {a4b35791-00b1-4904-9e23-dfc628c0c039} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002236 sec., 3577.8175313059032 rows/sec., 6.41 MiB/sec.
4409 2025.04.19 00:28:29.659955 [ 259 ] {a4b35791-00b1-4904-9e23-dfc628c0c039} <Debug> TCPHandler: Processed in 0.00257465 sec.
4410 2025.04.19 00:28:29.660071 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4411 2025.04.19 00:28:29.660174 [ 259 ] {4438392f-64ed-48cf-ae2f-6b0995815f4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4412 2025.04.19 00:28:29.660220 [ 259 ] {4438392f-64ed-48cf-ae2f-6b0995815f4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4413 2025.04.19 00:28:29.660638 [ 259 ] {4438392f-64ed-48cf-ae2f-6b0995815f4e} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4414 2025.04.19 00:28:29.660676 [ 259 ] {4438392f-64ed-48cf-ae2f-6b0995815f4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4415 2025.04.19 00:28:29.661031 [ 259 ] {4438392f-64ed-48cf-ae2f-6b0995815f4e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4416 2025.04.19 00:28:29.661265 [ 259 ] {4438392f-64ed-48cf-ae2f-6b0995815f4e} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4417 2025.04.19 00:28:29.661500 [ 259 ] {4438392f-64ed-48cf-ae2f-6b0995815f4e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec.
4418 2025.04.19 00:28:29.661702 [ 259 ] {4438392f-64ed-48cf-ae2f-6b0995815f4e} <Debug> TCPHandler: Processed in 0.001676552 sec.
4419 2025.04.19 00:28:33.175944 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache
4420 2025.04.19 00:28:33.176025 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache
4421 2025.04.19 00:28:33.277104 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211
4422 2025.04.19 00:28:33.277780 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4423 2025.04.19 00:28:33.277831 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4424 2025.04.19 00:28:33.278392 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4425 2025.04.19 00:28:33.278656 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4426 2025.04.19 00:28:33.278936 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4427 2025.04.19 00:28:33.308253 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 650
4428 2025.04.19 00:28:33.311145 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4429 2025.04.19 00:28:33.311202 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4430 2025.04.19 00:28:33.312655 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4431 2025.04.19 00:28:33.312989 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4432 2025.04.19 00:28:33.313645 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 650
4433 2025.04.19 00:28:33.865908 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4434 2025.04.19 00:28:33.887231 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4435 2025.04.19 00:28:33.887301 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4436 2025.04.19 00:28:33.895068 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4437 2025.04.19 00:28:33.895875 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4438 2025.04.19 00:28:33.899930 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4439 2025.04.19 00:28:34.657015 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4440 2025.04.19 00:28:34.657214 [ 259 ] {91942250-941d-4fef-9f15-f81d94896e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4441 2025.04.19 00:28:34.657285 [ 259 ] {91942250-941d-4fef-9f15-f81d94896e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4442 2025.04.19 00:28:34.658163 [ 259 ] {91942250-941d-4fef-9f15-f81d94896e9c} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4443 2025.04.19 00:28:34.658213 [ 259 ] {91942250-941d-4fef-9f15-f81d94896e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4444 2025.04.19 00:28:34.658693 [ 259 ] {91942250-941d-4fef-9f15-f81d94896e9c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4445 2025.04.19 00:28:34.658939 [ 259 ] {91942250-941d-4fef-9f15-f81d94896e9c} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4446 2025.04.19 00:28:34.659126 [ 72 ] {} <Debug> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4447 2025.04.19 00:28:34.659154 [ 259 ] {91942250-941d-4fef-9f15-f81d94896e9c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001991 sec., 106479.1562029131 rows/sec., 6.77 MiB/sec.
4448 2025.04.19 00:28:34.659229 [ 72 ] {} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4449 2025.04.19 00:28:34.659297 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4450 2025.04.19 00:28:34.659301 [ 259 ] {91942250-941d-4fef-9f15-f81d94896e9c} <Debug> TCPHandler: Processed in 0.002413166 sec.
4451 2025.04.19 00:28:34.659635 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4452 2025.04.19 00:28:34.659639 [ 198 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
4453 2025.04.19 00:28:34.659844 [ 259 ] {a9c18823-9d81-498a-a8ab-6f32b65ee1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4454 2025.04.19 00:28:34.659927 [ 198 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4455 2025.04.19 00:28:34.659964 [ 259 ] {a9c18823-9d81-498a-a8ab-6f32b65ee1cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4456 2025.04.19 00:28:34.660028 [ 198 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
4457 2025.04.19 00:28:34.660386 [ 198 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
4458 2025.04.19 00:28:34.660877 [ 198 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
4459 2025.04.19 00:28:34.661340 [ 198 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
4460 2025.04.19 00:28:34.661669 [ 198 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::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
4461 2025.04.19 00:28:34.662858 [ 259 ] {a9c18823-9d81-498a-a8ab-6f32b65ee1cc} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4462 2025.04.19 00:28:34.662929 [ 259 ] {a9c18823-9d81-498a-a8ab-6f32b65ee1cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4463 2025.04.19 00:28:34.663880 [ 259 ] {a9c18823-9d81-498a-a8ab-6f32b65ee1cc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4464 2025.04.19 00:28:34.663905 [ 189 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004489377 sec., 236112.9395014052 rows/sec., 15.92 MiB/sec.
4465 2025.04.19 00:28:34.664061 [ 189 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4466 2025.04.19 00:28:34.664166 [ 259 ] {a9c18823-9d81-498a-a8ab-6f32b65ee1cc} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4467 2025.04.19 00:28:34.664412 [ 72 ] {} <Debug> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4468 2025.04.19 00:28:34.664509 [ 72 ] {} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4469 2025.04.19 00:28:34.664527 [ 259 ] {a9c18823-9d81-498a-a8ab-6f32b65ee1cc} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.004735 sec., 143822.59767687434 rows/sec., 11.43 MiB/sec.
4470 2025.04.19 00:28:34.664583 [ 189 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_13_3} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4471 2025.04.19 00:28:34.664603 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4472 2025.04.19 00:28:34.664826 [ 259 ] {a9c18823-9d81-498a-a8ab-6f32b65ee1cc} <Debug> TCPHandler: Processed in 0.005322932 sec.
4473 2025.04.19 00:28:34.664919 [ 189 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_13_3} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4474 2025.04.19 00:28:34.664963 [ 201 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::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
4475 2025.04.19 00:28:34.665037 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4476 2025.04.19 00:28:34.665050 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
4477 2025.04.19 00:28:34.665131 [ 201 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4478 2025.04.19 00:28:34.665177 [ 201 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1844 rows starting from the beginning of the part
4479 2025.04.19 00:28:34.665179 [ 259 ] {3c166281-0e89-4b24-ad62-c97844844f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4480 2025.04.19 00:28:34.665249 [ 259 ] {3c166281-0e89-4b24-ad62-c97844844f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4481 2025.04.19 00:28:34.665391 [ 201 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 72 rows starting from the beginning of the part
4482 2025.04.19 00:28:34.665773 [ 201 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1818 rows starting from the beginning of the part
4483 2025.04.19 00:28:34.666139 [ 201 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 66 rows starting from the beginning of the part
4484 2025.04.19 00:28:34.666540 [ 201 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 72 rows starting from the beginning of the part
4485 2025.04.19 00:28:34.666909 [ 201 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 681 rows starting from the beginning of the part
4486 2025.04.19 00:28:34.667846 [ 259 ] {3c166281-0e89-4b24-ad62-c97844844f28} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4487 2025.04.19 00:28:34.667884 [ 259 ] {3c166281-0e89-4b24-ad62-c97844844f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4488 2025.04.19 00:28:34.668413 [ 259 ] {3c166281-0e89-4b24-ad62-c97844844f28} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4489 2025.04.19 00:28:34.668674 [ 259 ] {3c166281-0e89-4b24-ad62-c97844844f28} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4490 2025.04.19 00:28:34.668857 [ 72 ] {} <Debug> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4491 2025.04.19 00:28:34.668904 [ 259 ] {3c166281-0e89-4b24-ad62-c97844844f28} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.003747 sec., 36829.463570856686 rows/sec., 2.29 MiB/sec.
4492 2025.04.19 00:28:34.668927 [ 72 ] {} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4493 2025.04.19 00:28:34.669005 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4494 2025.04.19 00:28:34.669038 [ 259 ] {3c166281-0e89-4b24-ad62-c97844844f28} <Debug> TCPHandler: Processed in 0.004072168 sec.
4495 2025.04.19 00:28:34.669309 [ 193 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::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
4496 2025.04.19 00:28:34.669331 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4497 2025.04.19 00:28:34.669563 [ 201 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4553 rows, containing 5 columns (5 merged, 0 gathered) in 0.004780752 sec., 952360.6328042116 rows/sec., 80.93 MiB/sec.
4498 2025.04.19 00:28:34.669586 [ 259 ] {0487bfab-f6fc-411b-bc19-63ca28631efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4499 2025.04.19 00:28:34.669601 [ 193 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4500 2025.04.19 00:28:34.669641 [ 193 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 160 rows starting from the beginning of the part
4501 2025.04.19 00:28:34.669647 [ 259 ] {0487bfab-f6fc-411b-bc19-63ca28631efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4502 2025.04.19 00:28:34.669981 [ 193 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part
4503 2025.04.19 00:28:34.670027 [ 201 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4504 2025.04.19 00:28:34.670552 [ 193 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 144 rows starting from the beginning of the part
4505 2025.04.19 00:28:34.671045 [ 193 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part
4506 2025.04.19 00:28:34.671589 [ 201 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_31_6} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4507 2025.04.19 00:28:34.671750 [ 193 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part
4508 2025.04.19 00:28:34.671996 [ 201 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_31_6} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4509 2025.04.19 00:28:34.672234 [ 193 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 138 rows starting from the beginning of the part
4510 2025.04.19 00:28:34.672301 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB.
4511 2025.04.19 00:28:34.673205 [ 259 ] {0487bfab-f6fc-411b-bc19-63ca28631efd} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4512 2025.04.19 00:28:34.673253 [ 259 ] {0487bfab-f6fc-411b-bc19-63ca28631efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4513 2025.04.19 00:28:34.673770 [ 259 ] {0487bfab-f6fc-411b-bc19-63ca28631efd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4514 2025.04.19 00:28:34.673954 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 466 rows, containing 5 columns (5 merged, 0 gathered) in 0.004826713 sec., 96546.03453737564 rows/sec., 6.47 MiB/sec.
4515 2025.04.19 00:28:34.674139 [ 259 ] {0487bfab-f6fc-411b-bc19-63ca28631efd} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4516 2025.04.19 00:28:34.674199 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4517 2025.04.19 00:28:34.674562 [ 259 ] {0487bfab-f6fc-411b-bc19-63ca28631efd} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005035 sec., 22442.8997020854 rows/sec., 1.45 MiB/sec.
4518 2025.04.19 00:28:34.674922 [ 259 ] {0487bfab-f6fc-411b-bc19-63ca28631efd} <Debug> TCPHandler: Processed in 0.005663209 sec.
4519 2025.04.19 00:28:34.675013 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_26_5} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4520 2025.04.19 00:28:34.675171 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4521 2025.04.19 00:28:34.675193 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_26_5} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4522 2025.04.19 00:28:34.675353 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
4523 2025.04.19 00:28:34.675368 [ 259 ] {b2eab58a-f3cc-4330-b32d-2a5487259cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4524 2025.04.19 00:28:34.675430 [ 259 ] {b2eab58a-f3cc-4330-b32d-2a5487259cd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4525 2025.04.19 00:28:34.676013 [ 259 ] {b2eab58a-f3cc-4330-b32d-2a5487259cd8} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4526 2025.04.19 00:28:34.676051 [ 259 ] {b2eab58a-f3cc-4330-b32d-2a5487259cd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4527 2025.04.19 00:28:34.676402 [ 259 ] {b2eab58a-f3cc-4330-b32d-2a5487259cd8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4528 2025.04.19 00:28:34.676630 [ 259 ] {b2eab58a-f3cc-4330-b32d-2a5487259cd8} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4529 2025.04.19 00:28:34.676789 [ 72 ] {} <Debug> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4530 2025.04.19 00:28:34.676817 [ 259 ] {b2eab58a-f3cc-4330-b32d-2a5487259cd8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001508 sec., 74270.55702917771 rows/sec., 4.23 MiB/sec.
4531 2025.04.19 00:28:34.676848 [ 72 ] {} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4532 2025.04.19 00:28:34.676913 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4533 2025.04.19 00:28:34.676925 [ 259 ] {b2eab58a-f3cc-4330-b32d-2a5487259cd8} <Debug> TCPHandler: Processed in 0.001835515 sec.
4534 2025.04.19 00:28:34.677189 [ 193 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
4535 2025.04.19 00:28:34.677193 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4536 2025.04.19 00:28:34.677607 [ 259 ] {afeb7137-1dc0-4d66-944b-21957d1ca21b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4537 2025.04.19 00:28:34.677645 [ 193 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4538 2025.04.19 00:28:34.677677 [ 259 ] {afeb7137-1dc0-4d66-944b-21957d1ca21b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4539 2025.04.19 00:28:34.677685 [ 193 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
4540 2025.04.19 00:28:34.677919 [ 193 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
4541 2025.04.19 00:28:34.678268 [ 193 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
4542 2025.04.19 00:28:34.678643 [ 193 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
4543 2025.04.19 00:28:34.679051 [ 193 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::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
4544 2025.04.19 00:28:34.680232 [ 259 ] {afeb7137-1dc0-4d66-944b-21957d1ca21b} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4545 2025.04.19 00:28:34.680277 [ 259 ] {afeb7137-1dc0-4d66-944b-21957d1ca21b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4546 2025.04.19 00:28:34.680566 [ 201 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003561559 sec., 157234.51443595346 rows/sec., 9.56 MiB/sec.
4547 2025.04.19 00:28:34.680693 [ 201 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4548 2025.04.19 00:28:34.680773 [ 259 ] {afeb7137-1dc0-4d66-944b-21957d1ca21b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4549 2025.04.19 00:28:34.681002 [ 201 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_13_3} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4550 2025.04.19 00:28:34.681097 [ 259 ] {afeb7137-1dc0-4d66-944b-21957d1ca21b} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4551 2025.04.19 00:28:34.681101 [ 201 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_13_3} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4552 2025.04.19 00:28:34.681191 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
4553 2025.04.19 00:28:34.681314 [ 72 ] {} <Debug> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4554 2025.04.19 00:28:34.681334 [ 259 ] {afeb7137-1dc0-4d66-944b-21957d1ca21b} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.003859 sec., 107281.67919150039 rows/sec., 7.63 MiB/sec.
4555 2025.04.19 00:28:34.681379 [ 72 ] {} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4556 2025.04.19 00:28:34.681455 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4557 2025.04.19 00:28:34.681468 [ 259 ] {afeb7137-1dc0-4d66-944b-21957d1ca21b} <Debug> TCPHandler: Processed in 0.004362223 sec.
4558 2025.04.19 00:28:34.681735 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4559 2025.04.19 00:28:34.681757 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::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
4560 2025.04.19 00:28:34.682071 [ 259 ] {a39dc9d9-df71-42e2-9c46-bfe32bb6e4dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4561 2025.04.19 00:28:34.682290 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4562 2025.04.19 00:28:34.682309 [ 259 ] {a39dc9d9-df71-42e2-9c46-bfe32bb6e4dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4563 2025.04.19 00:28:34.682421 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 910 rows starting from the beginning of the part
4564 2025.04.19 00:28:34.682842 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 72 rows starting from the beginning of the part
4565 2025.04.19 00:28:34.683240 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 876 rows starting from the beginning of the part
4566 2025.04.19 00:28:34.683639 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 72 rows starting from the beginning of the part
4567 2025.04.19 00:28:34.684049 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 72 rows starting from the beginning of the part
4568 2025.04.19 00:28:34.684408 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 414 rows starting from the beginning of the part
4569 2025.04.19 00:28:34.685195 [ 259 ] {a39dc9d9-df71-42e2-9c46-bfe32bb6e4dd} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4570 2025.04.19 00:28:34.685237 [ 259 ] {a39dc9d9-df71-42e2-9c46-bfe32bb6e4dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4571 2025.04.19 00:28:34.685755 [ 259 ] {a39dc9d9-df71-42e2-9c46-bfe32bb6e4dd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4572 2025.04.19 00:28:34.686050 [ 259 ] {a39dc9d9-df71-42e2-9c46-bfe32bb6e4dd} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4573 2025.04.19 00:28:34.686264 [ 259 ] {a39dc9d9-df71-42e2-9c46-bfe32bb6e4dd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004386 sec., 1367.9890560875513 rows/sec., 71.47 KiB/sec.
4574 2025.04.19 00:28:34.686365 [ 259 ] {a39dc9d9-df71-42e2-9c46-bfe32bb6e4dd} <Debug> TCPHandler: Processed in 0.004712261 sec.
4575 2025.04.19 00:28:34.686544 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 5 columns (5 merged, 0 gathered) in 0.005012686 sec., 481977.1276317727 rows/sec., 36.91 MiB/sec.
4576 2025.04.19 00:28:34.686552 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4577 2025.04.19 00:28:34.686680 [ 259 ] {ee1a55ae-651a-45ae-927f-e2f6a6a4da2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4578 2025.04.19 00:28:34.686750 [ 259 ] {ee1a55ae-651a-45ae-927f-e2f6a6a4da2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4579 2025.04.19 00:28:34.686803 [ 200 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4580 2025.04.19 00:28:34.687414 [ 200 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_31_6} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4581 2025.04.19 00:28:34.687641 [ 200 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_31_6} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4582 2025.04.19 00:28:34.687793 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
4583 2025.04.19 00:28:34.687911 [ 259 ] {ee1a55ae-651a-45ae-927f-e2f6a6a4da2d} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4584 2025.04.19 00:28:34.687952 [ 259 ] {ee1a55ae-651a-45ae-927f-e2f6a6a4da2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4585 2025.04.19 00:28:34.688335 [ 259 ] {ee1a55ae-651a-45ae-927f-e2f6a6a4da2d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4586 2025.04.19 00:28:34.688565 [ 259 ] {ee1a55ae-651a-45ae-927f-e2f6a6a4da2d} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4587 2025.04.19 00:28:34.688731 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4588 2025.04.19 00:28:34.688749 [ 259 ] {ee1a55ae-651a-45ae-927f-e2f6a6a4da2d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002101 sec., 112803.42693955259 rows/sec., 7.56 MiB/sec.
4589 2025.04.19 00:28:34.688782 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4590 2025.04.19 00:28:34.688846 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4591 2025.04.19 00:28:34.688880 [ 259 ] {ee1a55ae-651a-45ae-927f-e2f6a6a4da2d} <Debug> TCPHandler: Processed in 0.002381356 sec.
4592 2025.04.19 00:28:34.689023 [ 201 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
4593 2025.04.19 00:28:34.689060 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4594 2025.04.19 00:28:34.689147 [ 201 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4595 2025.04.19 00:28:34.689187 [ 201 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8486 rows starting from the beginning of the part
4596 2025.04.19 00:28:34.689191 [ 259 ] {2ef495d9-2f99-4b08-b448-640f2ec9e190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4597 2025.04.19 00:28:34.689288 [ 259 ] {2ef495d9-2f99-4b08-b448-640f2ec9e190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4598 2025.04.19 00:28:34.689391 [ 201 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
4599 2025.04.19 00:28:34.689778 [ 201 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
4600 2025.04.19 00:28:34.690173 [ 201 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
4601 2025.04.19 00:28:34.690482 [ 201 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
4602 2025.04.19 00:28:34.690760 [ 201 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
4603 2025.04.19 00:28:34.692509 [ 259 ] {2ef495d9-2f99-4b08-b448-640f2ec9e190} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4604 2025.04.19 00:28:34.692566 [ 259 ] {2ef495d9-2f99-4b08-b448-640f2ec9e190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4605 2025.04.19 00:28:34.692923 [ 259 ] {2ef495d9-2f99-4b08-b448-640f2ec9e190} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4606 2025.04.19 00:28:34.693219 [ 259 ] {2ef495d9-2f99-4b08-b448-640f2ec9e190} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4607 2025.04.19 00:28:34.693563 [ 259 ] {2ef495d9-2f99-4b08-b448-640f2ec9e190} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004396 sec., 227.4795268425842 rows/sec., 15.33 KiB/sec.
4608 2025.04.19 00:28:34.693661 [ 259 ] {2ef495d9-2f99-4b08-b448-640f2ec9e190} <Debug> TCPHandler: Processed in 0.00466329 sec.
4609 2025.04.19 00:28:34.693799 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4610 2025.04.19 00:28:34.693904 [ 259 ] {c11a9da2-c7f5-4b23-8720-846ff88ae51b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4611 2025.04.19 00:28:34.693967 [ 259 ] {c11a9da2-c7f5-4b23-8720-846ff88ae51b} <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
4612 2025.04.19 00:28:34.695367 [ 259 ] {c11a9da2-c7f5-4b23-8720-846ff88ae51b} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4613 2025.04.19 00:28:34.695408 [ 259 ] {c11a9da2-c7f5-4b23-8720-846ff88ae51b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4614 2025.04.19 00:28:34.695829 [ 192 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10133 rows, containing 5 columns (5 merged, 0 gathered) in 0.006886592 sec., 1471409.951395407 rows/sec., 99.28 MiB/sec.
4615 2025.04.19 00:28:34.696220 [ 192 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4616 2025.04.19 00:28:34.696736 [ 259 ] {c11a9da2-c7f5-4b23-8720-846ff88ae51b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4617 2025.04.19 00:28:34.696808 [ 192 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4618 2025.04.19 00:28:34.696946 [ 192 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4619 2025.04.19 00:28:34.697089 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB.
4620 2025.04.19 00:28:34.697216 [ 259 ] {c11a9da2-c7f5-4b23-8720-846ff88ae51b} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4621 2025.04.19 00:28:34.697508 [ 259 ] {c11a9da2-c7f5-4b23-8720-846ff88ae51b} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003623 sec., 8832.45928788297 rows/sec., 15.83 MiB/sec.
4622 2025.04.19 00:28:34.697934 [ 259 ] {c11a9da2-c7f5-4b23-8720-846ff88ae51b} <Debug> TCPHandler: Processed in 0.0041836 sec.
4623 2025.04.19 00:28:34.698092 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4624 2025.04.19 00:28:34.698198 [ 259 ] {4fe95477-da72-4b7a-a459-586ff7249f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4625 2025.04.19 00:28:34.698249 [ 259 ] {4fe95477-da72-4b7a-a459-586ff7249f68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4626 2025.04.19 00:28:34.698713 [ 259 ] {4fe95477-da72-4b7a-a459-586ff7249f68} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4627 2025.04.19 00:28:34.698755 [ 259 ] {4fe95477-da72-4b7a-a459-586ff7249f68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4628 2025.04.19 00:28:34.699136 [ 259 ] {4fe95477-da72-4b7a-a459-586ff7249f68} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4629 2025.04.19 00:28:34.699394 [ 259 ] {4fe95477-da72-4b7a-a459-586ff7249f68} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4630 2025.04.19 00:28:34.699583 [ 71 ] {} <Debug> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4631 2025.04.19 00:28:34.699632 [ 259 ] {4fe95477-da72-4b7a-a459-586ff7249f68} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001457 sec., 56280.02745367193 rows/sec., 3.57 MiB/sec.
4632 2025.04.19 00:28:34.699706 [ 71 ] {} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4633 2025.04.19 00:28:34.699753 [ 259 ] {4fe95477-da72-4b7a-a459-586ff7249f68} <Debug> TCPHandler: Processed in 0.001707613 sec.
4634 2025.04.19 00:28:34.699785 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4635 2025.04.19 00:28:34.699951 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
4636 2025.04.19 00:28:34.700067 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4637 2025.04.19 00:28:34.700099 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1610 rows starting from the beginning of the part
4638 2025.04.19 00:28:34.700202 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
4639 2025.04.19 00:28:34.700391 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part
4640 2025.04.19 00:28:34.700518 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part
4641 2025.04.19 00:28:34.700703 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
4642 2025.04.19 00:28:34.700882 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
4643 2025.04.19 00:28:34.702097 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1894 rows, containing 4 columns (4 merged, 0 gathered) in 0.002201722 sec., 860235.760918045 rows/sec., 56.09 MiB/sec.
4644 2025.04.19 00:28:34.702280 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4645 2025.04.19 00:28:34.702530 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_31_6} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4646 2025.04.19 00:28:34.702610 [ 197 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_31_6} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4647 2025.04.19 00:28:34.702673 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
4648 2025.04.19 00:28:35.023560 [ 71 ] {} <Debug> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4649 2025.04.19 00:28:35.023667 [ 71 ] {} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4650 2025.04.19 00:28:35.023709 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4651 2025.04.19 00:28:35.023955 [ 187 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::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
4652 2025.04.19 00:28:35.024252 [ 187 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4653 2025.04.19 00:28:35.024314 [ 187 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part
4654 2025.04.19 00:28:35.024454 [ 187 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part
4655 2025.04.19 00:28:35.024727 [ 187 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part
4656 2025.04.19 00:28:35.025031 [ 187 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part
4657 2025.04.19 00:28:35.025111 [ 187 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part
4658 2025.04.19 00:28:35.026267 [ 197 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.002457877 sec., 11391.945162430831 rows/sec., 973.43 KiB/sec.
4659 2025.04.19 00:28:35.026418 [ 187 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4660 2025.04.19 00:28:35.026687 [ 187 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_5_1} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4661 2025.04.19 00:28:35.026761 [ 187 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_5_1} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4662 2025.04.19 00:28:35.026838 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4663 2025.04.19 00:28:39.649671 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4664 2025.04.19 00:28:39.649868 [ 259 ] {864f4c81-9a26-4c82-bb6d-49c7fd082df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4665 2025.04.19 00:28:39.649940 [ 259 ] {864f4c81-9a26-4c82-bb6d-49c7fd082df8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4666 2025.04.19 00:28:39.650657 [ 259 ] {864f4c81-9a26-4c82-bb6d-49c7fd082df8} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4667 2025.04.19 00:28:39.650709 [ 259 ] {864f4c81-9a26-4c82-bb6d-49c7fd082df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4668 2025.04.19 00:28:39.651123 [ 259 ] {864f4c81-9a26-4c82-bb6d-49c7fd082df8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4669 2025.04.19 00:28:39.651384 [ 259 ] {864f4c81-9a26-4c82-bb6d-49c7fd082df8} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4670 2025.04.19 00:28:39.651607 [ 259 ] {864f4c81-9a26-4c82-bb6d-49c7fd082df8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001788 sec., 1118.5682326621923 rows/sec., 91.21 KiB/sec.
4671 2025.04.19 00:28:39.651665 [ 259 ] {864f4c81-9a26-4c82-bb6d-49c7fd082df8} <Debug> TCPHandler: Processed in 0.002120451 sec.
4672 2025.04.19 00:28:39.651793 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4673 2025.04.19 00:28:39.651901 [ 259 ] {8e6c2fdc-83b6-4897-a862-508c1bd85b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4674 2025.04.19 00:28:39.651948 [ 259 ] {8e6c2fdc-83b6-4897-a862-508c1bd85b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4675 2025.04.19 00:28:39.652482 [ 259 ] {8e6c2fdc-83b6-4897-a862-508c1bd85b02} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4676 2025.04.19 00:28:39.652521 [ 259 ] {8e6c2fdc-83b6-4897-a862-508c1bd85b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4677 2025.04.19 00:28:39.652874 [ 259 ] {8e6c2fdc-83b6-4897-a862-508c1bd85b02} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4678 2025.04.19 00:28:39.653107 [ 259 ] {8e6c2fdc-83b6-4897-a862-508c1bd85b02} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4679 2025.04.19 00:28:39.653339 [ 259 ] {8e6c2fdc-83b6-4897-a862-508c1bd85b02} <Debug> executeQuery: Read 73 rows, 6.06 KiB in 0.001453 sec., 50240.88093599449 rows/sec., 4.07 MiB/sec.
4680 2025.04.19 00:28:39.653402 [ 259 ] {8e6c2fdc-83b6-4897-a862-508c1bd85b02} <Debug> TCPHandler: Processed in 0.001660682 sec.
4681 2025.04.19 00:28:39.653624 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4682 2025.04.19 00:28:39.653735 [ 259 ] {1e11712d-99d2-45b6-ad80-b1c56839c012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4683 2025.04.19 00:28:39.653783 [ 259 ] {1e11712d-99d2-45b6-ad80-b1c56839c012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4684 2025.04.19 00:28:39.654306 [ 259 ] {1e11712d-99d2-45b6-ad80-b1c56839c012} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4685 2025.04.19 00:28:39.654345 [ 259 ] {1e11712d-99d2-45b6-ad80-b1c56839c012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4686 2025.04.19 00:28:39.654693 [ 259 ] {1e11712d-99d2-45b6-ad80-b1c56839c012} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4687 2025.04.19 00:28:39.654942 [ 259 ] {1e11712d-99d2-45b6-ad80-b1c56839c012} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4688 2025.04.19 00:28:39.655145 [ 259 ] {1e11712d-99d2-45b6-ad80-b1c56839c012} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001432 sec., 6983.2402234636875 rows/sec., 517.61 KiB/sec.
4689 2025.04.19 00:28:39.655197 [ 259 ] {1e11712d-99d2-45b6-ad80-b1c56839c012} <Debug> TCPHandler: Processed in 0.001651572 sec.
4690 2025.04.19 00:28:39.655309 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4691 2025.04.19 00:28:39.655412 [ 259 ] {a9fb25fb-5971-4a8a-8fae-4d9847f081ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4692 2025.04.19 00:28:39.655458 [ 259 ] {a9fb25fb-5971-4a8a-8fae-4d9847f081ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4693 2025.04.19 00:28:39.655994 [ 259 ] {a9fb25fb-5971-4a8a-8fae-4d9847f081ec} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4694 2025.04.19 00:28:39.656033 [ 259 ] {a9fb25fb-5971-4a8a-8fae-4d9847f081ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4695 2025.04.19 00:28:39.656375 [ 259 ] {a9fb25fb-5971-4a8a-8fae-4d9847f081ec} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4696 2025.04.19 00:28:39.656608 [ 259 ] {a9fb25fb-5971-4a8a-8fae-4d9847f081ec} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4697 2025.04.19 00:28:39.656801 [ 259 ] {a9fb25fb-5971-4a8a-8fae-4d9847f081ec} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001409 sec., 52519.51738821859 rows/sec., 4.10 MiB/sec.
4698 2025.04.19 00:28:39.656852 [ 259 ] {a9fb25fb-5971-4a8a-8fae-4d9847f081ec} <Debug> TCPHandler: Processed in 0.0015951 sec.
4699 2025.04.19 00:28:39.656965 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4700 2025.04.19 00:28:39.657069 [ 259 ] {c89262ad-3ef0-4a2f-98da-262faec9fe57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4701 2025.04.19 00:28:39.657117 [ 259 ] {c89262ad-3ef0-4a2f-98da-262faec9fe57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4702 2025.04.19 00:28:39.657639 [ 259 ] {c89262ad-3ef0-4a2f-98da-262faec9fe57} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4703 2025.04.19 00:28:39.657678 [ 259 ] {c89262ad-3ef0-4a2f-98da-262faec9fe57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4704 2025.04.19 00:28:39.658053 [ 259 ] {c89262ad-3ef0-4a2f-98da-262faec9fe57} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4705 2025.04.19 00:28:39.658287 [ 259 ] {c89262ad-3ef0-4a2f-98da-262faec9fe57} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4706 2025.04.19 00:28:39.658482 [ 259 ] {c89262ad-3ef0-4a2f-98da-262faec9fe57} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001434 sec., 112273.36122733612 rows/sec., 7.82 MiB/sec.
4707 2025.04.19 00:28:39.658533 [ 259 ] {c89262ad-3ef0-4a2f-98da-262faec9fe57} <Debug> TCPHandler: Processed in 0.001619041 sec.
4708 2025.04.19 00:28:39.658644 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4709 2025.04.19 00:28:39.658748 [ 259 ] {70c01a77-42cb-41ba-b8e4-4d7ca244704f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4710 2025.04.19 00:28:39.658813 [ 259 ] {70c01a77-42cb-41ba-b8e4-4d7ca244704f} <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
4711 2025.04.19 00:28:39.659819 [ 259 ] {70c01a77-42cb-41ba-b8e4-4d7ca244704f} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4712 2025.04.19 00:28:39.659860 [ 259 ] {70c01a77-42cb-41ba-b8e4-4d7ca244704f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4713 2025.04.19 00:28:39.660438 [ 259 ] {70c01a77-42cb-41ba-b8e4-4d7ca244704f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4714 2025.04.19 00:28:39.660688 [ 259 ] {70c01a77-42cb-41ba-b8e4-4d7ca244704f} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4715 2025.04.19 00:28:39.660929 [ 259 ] {70c01a77-42cb-41ba-b8e4-4d7ca244704f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002201 sec., 3634.7114947751024 rows/sec., 6.51 MiB/sec.
4716 2025.04.19 00:28:39.661187 [ 259 ] {70c01a77-42cb-41ba-b8e4-4d7ca244704f} <Debug> TCPHandler: Processed in 0.00259335 sec.
4717 2025.04.19 00:28:39.661311 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4718 2025.04.19 00:28:39.661415 [ 259 ] {a19472fa-5fc4-4a30-8167-815efe9debdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4719 2025.04.19 00:28:39.661462 [ 259 ] {a19472fa-5fc4-4a30-8167-815efe9debdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4720 2025.04.19 00:28:39.661879 [ 259 ] {a19472fa-5fc4-4a30-8167-815efe9debdf} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4721 2025.04.19 00:28:39.661918 [ 259 ] {a19472fa-5fc4-4a30-8167-815efe9debdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4722 2025.04.19 00:28:39.662260 [ 259 ] {a19472fa-5fc4-4a30-8167-815efe9debdf} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4723 2025.04.19 00:28:39.662487 [ 259 ] {a19472fa-5fc4-4a30-8167-815efe9debdf} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4724 2025.04.19 00:28:39.662684 [ 259 ] {a19472fa-5fc4-4a30-8167-815efe9debdf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001291 sec., 46475.60030983733 rows/sec., 3.13 MiB/sec.
4725 2025.04.19 00:28:39.662731 [ 259 ] {a19472fa-5fc4-4a30-8167-815efe9debdf} <Debug> TCPHandler: Processed in 0.001471278 sec.
4726 2025.04.19 00:28:40.779104 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638
4727 2025.04.19 00:28:40.779774 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4728 2025.04.19 00:28:40.779820 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4729 2025.04.19 00:28:40.780306 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4730 2025.04.19 00:28:40.780549 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4731 2025.04.19 00:28:40.780754 [ 60 ] {} <Debug> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4732 2025.04.19 00:28:40.780779 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638
4733 2025.04.19 00:28:40.780840 [ 60 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4734 2025.04.19 00:28:40.780872 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4735 2025.04.19 00:28:40.781072 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
4736 2025.04.19 00:28:40.781318 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4737 2025.04.19 00:28:40.781389 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
4738 2025.04.19 00:28:40.781515 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
4739 2025.04.19 00:28:40.781820 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part
4740 2025.04.19 00:28:40.782006 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part
4741 2025.04.19 00:28:40.782212 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part
4742 2025.04.19 00:28:40.782374 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part
4743 2025.04.19 00:28:40.784519 [ 197 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003559659 sec., 2707562.718788513 rows/sec., 38.73 MiB/sec.
4744 2025.04.19 00:28:40.784733 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4745 2025.04.19 00:28:40.785028 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_21_4} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4746 2025.04.19 00:28:40.785107 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_21_4} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4747 2025.04.19 00:28:40.785192 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB.
4748 2025.04.19 00:28:41.400043 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4749 2025.04.19 00:28:41.423118 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4750 2025.04.19 00:28:41.423194 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4751 2025.04.19 00:28:41.431575 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4752 2025.04.19 00:28:41.432354 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4753 2025.04.19 00:28:41.432750 [ 58 ] {} <Debug> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4754 2025.04.19 00:28:41.432893 [ 58 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4755 2025.04.19 00:28:41.432965 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4756 2025.04.19 00:28:41.433256 [ 191 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
4757 2025.04.19 00:28:41.441611 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4758 2025.04.19 00:28:41.442752 [ 191 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4759 2025.04.19 00:28:41.443631 [ 191 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
4760 2025.04.19 00:28:41.448299 [ 191 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
4761 2025.04.19 00:28:41.452827 [ 191 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
4762 2025.04.19 00:28:41.457777 [ 191 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
4763 2025.04.19 00:28:41.463300 [ 191 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
4764 2025.04.19 00:28:41.467554 [ 191 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
4765 2025.04.19 00:28:41.527936 [ 197 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.094838833 sec., 1676.5284321876884 rows/sec., 8.67 MiB/sec.
4766 2025.04.19 00:28:41.531281 [ 188 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4767 2025.04.19 00:28:41.534350 [ 188 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_21_4} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4768 2025.04.19 00:28:41.534474 [ 188 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_21_4} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4769 2025.04.19 00:28:41.536760 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4770 2025.04.19 00:28:42.000137 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.35 MiB, peak 195.89 MiB, free memory in arenas 0.00 B, will set to 188.14 MiB (RSS), difference: 2.79 MiB
4771 2025.04.19 00:28:43.313877 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 686
4772 2025.04.19 00:28:43.316975 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4773 2025.04.19 00:28:43.317038 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4774 2025.04.19 00:28:43.318519 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4775 2025.04.19 00:28:43.318839 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4776 2025.04.19 00:28:43.319933 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 686
4777 2025.04.19 00:28:44.656544 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4778 2025.04.19 00:28:44.656765 [ 259 ] {4d6db1d9-3d4f-4bdf-85f2-94e85c300e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4779 2025.04.19 00:28:44.656845 [ 259 ] {4d6db1d9-3d4f-4bdf-85f2-94e85c300e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4780 2025.04.19 00:28:44.657685 [ 259 ] {4d6db1d9-3d4f-4bdf-85f2-94e85c300e1d} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4781 2025.04.19 00:28:44.657736 [ 259 ] {4d6db1d9-3d4f-4bdf-85f2-94e85c300e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4782 2025.04.19 00:28:44.658179 [ 259 ] {4d6db1d9-3d4f-4bdf-85f2-94e85c300e1d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4783 2025.04.19 00:28:44.658446 [ 259 ] {4d6db1d9-3d4f-4bdf-85f2-94e85c300e1d} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4784 2025.04.19 00:28:44.658672 [ 259 ] {4d6db1d9-3d4f-4bdf-85f2-94e85c300e1d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001964 sec., 107942.97352342159 rows/sec., 6.87 MiB/sec.
4785 2025.04.19 00:28:44.658728 [ 259 ] {4d6db1d9-3d4f-4bdf-85f2-94e85c300e1d} <Debug> TCPHandler: Processed in 0.002319635 sec.
4786 2025.04.19 00:28:44.658861 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4787 2025.04.19 00:28:44.658967 [ 259 ] {109d52e5-3d96-448e-bc29-083273792e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4788 2025.04.19 00:28:44.659014 [ 259 ] {109d52e5-3d96-448e-bc29-083273792e55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4789 2025.04.19 00:28:44.659908 [ 259 ] {109d52e5-3d96-448e-bc29-083273792e55} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4790 2025.04.19 00:28:44.659949 [ 259 ] {109d52e5-3d96-448e-bc29-083273792e55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4791 2025.04.19 00:28:44.660369 [ 259 ] {109d52e5-3d96-448e-bc29-083273792e55} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4792 2025.04.19 00:28:44.660621 [ 259 ] {109d52e5-3d96-448e-bc29-083273792e55} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4793 2025.04.19 00:28:44.660818 [ 259 ] {109d52e5-3d96-448e-bc29-083273792e55} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.001873 sec., 363587.82701548317 rows/sec., 28.90 MiB/sec.
4794 2025.04.19 00:28:44.660870 [ 259 ] {109d52e5-3d96-448e-bc29-083273792e55} <Debug> TCPHandler: Processed in 0.00206082 sec.
4795 2025.04.19 00:28:44.660988 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4796 2025.04.19 00:28:44.661094 [ 259 ] {d80c459f-4e0d-4a82-84d3-1c2a46ccb76e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4797 2025.04.19 00:28:44.661139 [ 259 ] {d80c459f-4e0d-4a82-84d3-1c2a46ccb76e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4798 2025.04.19 00:28:44.661721 [ 259 ] {d80c459f-4e0d-4a82-84d3-1c2a46ccb76e} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4799 2025.04.19 00:28:44.661762 [ 259 ] {d80c459f-4e0d-4a82-84d3-1c2a46ccb76e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4800 2025.04.19 00:28:44.662116 [ 259 ] {d80c459f-4e0d-4a82-84d3-1c2a46ccb76e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4801 2025.04.19 00:28:44.662367 [ 259 ] {d80c459f-4e0d-4a82-84d3-1c2a46ccb76e} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4802 2025.04.19 00:28:44.662615 [ 259 ] {d80c459f-4e0d-4a82-84d3-1c2a46ccb76e} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001534 sec., 89960.88657105606 rows/sec., 5.60 MiB/sec.
4803 2025.04.19 00:28:44.662723 [ 259 ] {d80c459f-4e0d-4a82-84d3-1c2a46ccb76e} <Debug> TCPHandler: Processed in 0.001778374 sec.
4804 2025.04.19 00:28:44.662954 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4805 2025.04.19 00:28:44.663061 [ 259 ] {6bb4bcef-d29b-43e5-b01e-6e9e2c5d618f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4806 2025.04.19 00:28:44.663110 [ 259 ] {6bb4bcef-d29b-43e5-b01e-6e9e2c5d618f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4807 2025.04.19 00:28:44.663682 [ 259 ] {6bb4bcef-d29b-43e5-b01e-6e9e2c5d618f} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4808 2025.04.19 00:28:44.663722 [ 259 ] {6bb4bcef-d29b-43e5-b01e-6e9e2c5d618f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4809 2025.04.19 00:28:44.664076 [ 259 ] {6bb4bcef-d29b-43e5-b01e-6e9e2c5d618f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4810 2025.04.19 00:28:44.664321 [ 259 ] {6bb4bcef-d29b-43e5-b01e-6e9e2c5d618f} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4811 2025.04.19 00:28:44.664543 [ 259 ] {6bb4bcef-d29b-43e5-b01e-6e9e2c5d618f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001505 sec., 75083.05647840531 rows/sec., 4.86 MiB/sec.
4812 2025.04.19 00:28:44.664652 [ 259 ] {6bb4bcef-d29b-43e5-b01e-6e9e2c5d618f} <Debug> TCPHandler: Processed in 0.001770154 sec.
4813 2025.04.19 00:28:44.664764 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4814 2025.04.19 00:28:44.664865 [ 259 ] {09e7c2c9-fde9-412b-b9c9-ec717f440512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4815 2025.04.19 00:28:44.664911 [ 259 ] {09e7c2c9-fde9-412b-b9c9-ec717f440512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4816 2025.04.19 00:28:44.665462 [ 259 ] {09e7c2c9-fde9-412b-b9c9-ec717f440512} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4817 2025.04.19 00:28:44.665501 [ 259 ] {09e7c2c9-fde9-412b-b9c9-ec717f440512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4818 2025.04.19 00:28:44.665863 [ 259 ] {09e7c2c9-fde9-412b-b9c9-ec717f440512} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4819 2025.04.19 00:28:44.666122 [ 259 ] {09e7c2c9-fde9-412b-b9c9-ec717f440512} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4820 2025.04.19 00:28:44.666327 [ 259 ] {09e7c2c9-fde9-412b-b9c9-ec717f440512} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001482 sec., 75573.54925775978 rows/sec., 4.31 MiB/sec.
4821 2025.04.19 00:28:44.666378 [ 259 ] {09e7c2c9-fde9-412b-b9c9-ec717f440512} <Debug> TCPHandler: Processed in 0.001664462 sec.
4822 2025.04.19 00:28:44.666491 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4823 2025.04.19 00:28:44.666596 [ 259 ] {afeea1c8-6e0f-4c96-9586-ceb7353ab04f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4824 2025.04.19 00:28:44.666642 [ 259 ] {afeea1c8-6e0f-4c96-9586-ceb7353ab04f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4825 2025.04.19 00:28:44.667373 [ 259 ] {afeea1c8-6e0f-4c96-9586-ceb7353ab04f} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4826 2025.04.19 00:28:44.667412 [ 259 ] {afeea1c8-6e0f-4c96-9586-ceb7353ab04f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4827 2025.04.19 00:28:44.667790 [ 259 ] {afeea1c8-6e0f-4c96-9586-ceb7353ab04f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4828 2025.04.19 00:28:44.668036 [ 259 ] {afeea1c8-6e0f-4c96-9586-ceb7353ab04f} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4829 2025.04.19 00:28:44.668278 [ 259 ] {afeea1c8-6e0f-4c96-9586-ceb7353ab04f} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001695 sec., 244247.78761061947 rows/sec., 17.37 MiB/sec.
4830 2025.04.19 00:28:44.668411 [ 259 ] {afeea1c8-6e0f-4c96-9586-ceb7353ab04f} <Debug> TCPHandler: Processed in 0.001968078 sec.
4831 2025.04.19 00:28:44.668639 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4832 2025.04.19 00:28:44.668743 [ 259 ] {83fd7d19-ccae-4a14-b52d-11860fe43a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4833 2025.04.19 00:28:44.668791 [ 259 ] {83fd7d19-ccae-4a14-b52d-11860fe43a08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4834 2025.04.19 00:28:44.669221 [ 259 ] {83fd7d19-ccae-4a14-b52d-11860fe43a08} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4835 2025.04.19 00:28:44.669260 [ 259 ] {83fd7d19-ccae-4a14-b52d-11860fe43a08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4836 2025.04.19 00:28:44.669614 [ 259 ] {83fd7d19-ccae-4a14-b52d-11860fe43a08} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4837 2025.04.19 00:28:44.669853 [ 259 ] {83fd7d19-ccae-4a14-b52d-11860fe43a08} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4838 2025.04.19 00:28:44.670059 [ 259 ] {83fd7d19-ccae-4a14-b52d-11860fe43a08} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 234.11 KiB/sec.
4839 2025.04.19 00:28:44.670107 [ 259 ] {83fd7d19-ccae-4a14-b52d-11860fe43a08} <Debug> TCPHandler: Processed in 0.001550809 sec.
4840 2025.04.19 00:28:44.670219 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4841 2025.04.19 00:28:44.670323 [ 259 ] {e8e8f78e-ff0f-4075-98b9-e1715e9a3720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4842 2025.04.19 00:28:44.670370 [ 259 ] {e8e8f78e-ff0f-4075-98b9-e1715e9a3720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4843 2025.04.19 00:28:44.670895 [ 259 ] {e8e8f78e-ff0f-4075-98b9-e1715e9a3720} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4844 2025.04.19 00:28:44.670934 [ 259 ] {e8e8f78e-ff0f-4075-98b9-e1715e9a3720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4845 2025.04.19 00:28:44.671309 [ 259 ] {e8e8f78e-ff0f-4075-98b9-e1715e9a3720} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4846 2025.04.19 00:28:44.671564 [ 259 ] {e8e8f78e-ff0f-4075-98b9-e1715e9a3720} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4847 2025.04.19 00:28:44.671756 [ 259 ] {e8e8f78e-ff0f-4075-98b9-e1715e9a3720} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001454 sec., 162998.62448418158 rows/sec., 10.93 MiB/sec.
4848 2025.04.19 00:28:44.671805 [ 259 ] {e8e8f78e-ff0f-4075-98b9-e1715e9a3720} <Debug> TCPHandler: Processed in 0.001638751 sec.
4849 2025.04.19 00:28:44.671918 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4850 2025.04.19 00:28:44.672021 [ 259 ] {ff9f452e-d556-4cac-b950-df28324f7dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4851 2025.04.19 00:28:44.672068 [ 259 ] {ff9f452e-d556-4cac-b950-df28324f7dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4852 2025.04.19 00:28:44.672449 [ 259 ] {ff9f452e-d556-4cac-b950-df28324f7dff} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4853 2025.04.19 00:28:44.672488 [ 259 ] {ff9f452e-d556-4cac-b950-df28324f7dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4854 2025.04.19 00:28:44.672823 [ 259 ] {ff9f452e-d556-4cac-b950-df28324f7dff} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4855 2025.04.19 00:28:44.673061 [ 259 ] {ff9f452e-d556-4cac-b950-df28324f7dff} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4856 2025.04.19 00:28:44.673222 [ 30 ] {} <Debug> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0
4857 2025.04.19 00:28:44.673292 [ 259 ] {ff9f452e-d556-4cac-b950-df28324f7dff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001284 sec., 778.816199376947 rows/sec., 52.48 KiB/sec.
4858 2025.04.19 00:28:44.673304 [ 30 ] {} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4859 2025.04.19 00:28:44.673372 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4860 2025.04.19 00:28:44.673417 [ 259 ] {ff9f452e-d556-4cac-b950-df28324f7dff} <Debug> TCPHandler: Processed in 0.00154683 sec.
4861 2025.04.19 00:28:44.673609 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4862 2025.04.19 00:28:44.673614 [ 190 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::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
4863 2025.04.19 00:28:44.673792 [ 259 ] {732c20fc-15f9-4643-bc85-bce6b6141ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4864 2025.04.19 00:28:44.673922 [ 190 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4865 2025.04.19 00:28:44.673984 [ 259 ] {732c20fc-15f9-4643-bc85-bce6b6141ecc} <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
4866 2025.04.19 00:28:44.674004 [ 190 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part
4867 2025.04.19 00:28:44.674505 [ 190 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::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
4868 2025.04.19 00:28:44.674900 [ 190 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::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
4869 2025.04.19 00:28:44.675285 [ 190 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::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
4870 2025.04.19 00:28:44.675797 [ 190 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::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
4871 2025.04.19 00:28:44.676120 [ 190 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::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
4872 2025.04.19 00:28:44.679748 [ 259 ] {732c20fc-15f9-4643-bc85-bce6b6141ecc} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4873 2025.04.19 00:28:44.679800 [ 259 ] {732c20fc-15f9-4643-bc85-bce6b6141ecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4874 2025.04.19 00:28:44.679798 [ 197 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.006295071 sec., 2223.962207892492 rows/sec., 149.86 KiB/sec.
4875 2025.04.19 00:28:44.679979 [ 197 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
4876 2025.04.19 00:28:44.680489 [ 197 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_14_3} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4877 2025.04.19 00:28:44.680638 [ 197 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_14_3} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3
4878 2025.04.19 00:28:44.680771 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4879 2025.04.19 00:28:44.680820 [ 259 ] {732c20fc-15f9-4643-bc85-bce6b6141ecc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4880 2025.04.19 00:28:44.681081 [ 259 ] {732c20fc-15f9-4643-bc85-bce6b6141ecc} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4881 2025.04.19 00:28:44.681324 [ 259 ] {732c20fc-15f9-4643-bc85-bce6b6141ecc} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.007601 sec., 4209.972372056308 rows/sec., 7.54 MiB/sec.
4882 2025.04.19 00:28:44.681433 [ 259 ] {732c20fc-15f9-4643-bc85-bce6b6141ecc} <Debug> TCPHandler: Processed in 0.007902672 sec.
4883 2025.04.19 00:28:44.681554 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4884 2025.04.19 00:28:44.681660 [ 259 ] {1c8949c9-d2ba-46a9-8324-5cc05b6110b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4885 2025.04.19 00:28:44.681707 [ 259 ] {1c8949c9-d2ba-46a9-8324-5cc05b6110b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4886 2025.04.19 00:28:44.682125 [ 259 ] {1c8949c9-d2ba-46a9-8324-5cc05b6110b0} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4887 2025.04.19 00:28:44.682164 [ 259 ] {1c8949c9-d2ba-46a9-8324-5cc05b6110b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4888 2025.04.19 00:28:44.682513 [ 259 ] {1c8949c9-d2ba-46a9-8324-5cc05b6110b0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4889 2025.04.19 00:28:44.682766 [ 259 ] {1c8949c9-d2ba-46a9-8324-5cc05b6110b0} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4890 2025.04.19 00:28:44.682954 [ 259 ] {1c8949c9-d2ba-46a9-8324-5cc05b6110b0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001311 sec., 62547.67353165522 rows/sec., 3.97 MiB/sec.
4891 2025.04.19 00:28:44.683007 [ 259 ] {1c8949c9-d2ba-46a9-8324-5cc05b6110b0} <Debug> TCPHandler: Processed in 0.001503438 sec.
4892 2025.04.19 00:28:48.176075 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache
4893 2025.04.19 00:28:48.176125 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache
4894 2025.04.19 00:28:48.280962 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126
4895 2025.04.19 00:28:48.281663 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4896 2025.04.19 00:28:48.281707 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4897 2025.04.19 00:28:48.282260 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4898 2025.04.19 00:28:48.282518 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4899 2025.04.19 00:28:48.282723 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4900 2025.04.19 00:28:48.941734 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4901 2025.04.19 00:28:48.961647 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4902 2025.04.19 00:28:48.961717 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4903 2025.04.19 00:28:48.969258 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4904 2025.04.19 00:28:48.970134 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4905 2025.04.19 00:28:48.973598 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4906 2025.04.19 00:28:49.649657 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4907 2025.04.19 00:28:49.649971 [ 259 ] {1df003ff-4d2b-4a6b-b9ab-8539feb534ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4908 2025.04.19 00:28:49.650080 [ 259 ] {1df003ff-4d2b-4a6b-b9ab-8539feb534ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4909 2025.04.19 00:28:49.650839 [ 259 ] {1df003ff-4d2b-4a6b-b9ab-8539feb534ff} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4910 2025.04.19 00:28:49.650889 [ 259 ] {1df003ff-4d2b-4a6b-b9ab-8539feb534ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4911 2025.04.19 00:28:49.651324 [ 259 ] {1df003ff-4d2b-4a6b-b9ab-8539feb534ff} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4912 2025.04.19 00:28:49.651571 [ 259 ] {1df003ff-4d2b-4a6b-b9ab-8539feb534ff} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4913 2025.04.19 00:28:49.651805 [ 259 ] {1df003ff-4d2b-4a6b-b9ab-8539feb534ff} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001922 sec., 37460.97814776275 rows/sec., 3.04 MiB/sec.
4914 2025.04.19 00:28:49.651860 [ 259 ] {1df003ff-4d2b-4a6b-b9ab-8539feb534ff} <Debug> TCPHandler: Processed in 0.002392456 sec.
4915 2025.04.19 00:28:49.651990 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4916 2025.04.19 00:28:49.652094 [ 259 ] {082d7caf-50c8-4e9c-8b5e-76e28aa7a614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4917 2025.04.19 00:28:49.652139 [ 259 ] {082d7caf-50c8-4e9c-8b5e-76e28aa7a614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4918 2025.04.19 00:28:49.652649 [ 259 ] {082d7caf-50c8-4e9c-8b5e-76e28aa7a614} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4919 2025.04.19 00:28:49.652688 [ 259 ] {082d7caf-50c8-4e9c-8b5e-76e28aa7a614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4920 2025.04.19 00:28:49.653027 [ 259 ] {082d7caf-50c8-4e9c-8b5e-76e28aa7a614} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4921 2025.04.19 00:28:49.653266 [ 259 ] {082d7caf-50c8-4e9c-8b5e-76e28aa7a614} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4922 2025.04.19 00:28:49.653494 [ 259 ] {082d7caf-50c8-4e9c-8b5e-76e28aa7a614} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00141 sec., 5673.758865248227 rows/sec., 426.64 KiB/sec.
4923 2025.04.19 00:28:49.653583 [ 259 ] {082d7caf-50c8-4e9c-8b5e-76e28aa7a614} <Debug> TCPHandler: Processed in 0.001644182 sec.
4924 2025.04.19 00:28:49.653806 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4925 2025.04.19 00:28:49.653918 [ 259 ] {2fd28f1a-c57a-4476-bd13-9f793463dac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4926 2025.04.19 00:28:49.653966 [ 259 ] {2fd28f1a-c57a-4476-bd13-9f793463dac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4927 2025.04.19 00:28:49.654508 [ 259 ] {2fd28f1a-c57a-4476-bd13-9f793463dac9} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4928 2025.04.19 00:28:49.654548 [ 259 ] {2fd28f1a-c57a-4476-bd13-9f793463dac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4929 2025.04.19 00:28:49.654892 [ 259 ] {2fd28f1a-c57a-4476-bd13-9f793463dac9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4930 2025.04.19 00:28:49.655120 [ 259 ] {2fd28f1a-c57a-4476-bd13-9f793463dac9} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4931 2025.04.19 00:28:49.655319 [ 259 ] {2fd28f1a-c57a-4476-bd13-9f793463dac9} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001425 sec., 50526.31578947368 rows/sec., 3.94 MiB/sec.
4932 2025.04.19 00:28:49.655370 [ 259 ] {2fd28f1a-c57a-4476-bd13-9f793463dac9} <Debug> TCPHandler: Processed in 0.001645461 sec.
4933 2025.04.19 00:28:49.655483 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4934 2025.04.19 00:28:49.655587 [ 259 ] {7977dd77-01e5-4ea3-9370-a63adf3efeaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4935 2025.04.19 00:28:49.655635 [ 259 ] {7977dd77-01e5-4ea3-9370-a63adf3efeaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4936 2025.04.19 00:28:49.656126 [ 259 ] {7977dd77-01e5-4ea3-9370-a63adf3efeaa} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4937 2025.04.19 00:28:49.656165 [ 259 ] {7977dd77-01e5-4ea3-9370-a63adf3efeaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4938 2025.04.19 00:28:49.656536 [ 259 ] {7977dd77-01e5-4ea3-9370-a63adf3efeaa} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4939 2025.04.19 00:28:49.656767 [ 259 ] {7977dd77-01e5-4ea3-9370-a63adf3efeaa} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4940 2025.04.19 00:28:49.656975 [ 259 ] {7977dd77-01e5-4ea3-9370-a63adf3efeaa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001409 sec., 113555.71327182397 rows/sec., 7.91 MiB/sec.
4941 2025.04.19 00:28:49.657060 [ 259 ] {7977dd77-01e5-4ea3-9370-a63adf3efeaa} <Debug> TCPHandler: Processed in 0.001626971 sec.
4942 2025.04.19 00:28:49.657199 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4943 2025.04.19 00:28:49.657299 [ 259 ] {b1ac497c-5714-46c2-8f28-315a1217b89d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4944 2025.04.19 00:28:49.657364 [ 259 ] {b1ac497c-5714-46c2-8f28-315a1217b89d} <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
4945 2025.04.19 00:28:49.658368 [ 259 ] {b1ac497c-5714-46c2-8f28-315a1217b89d} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4946 2025.04.19 00:28:49.658407 [ 259 ] {b1ac497c-5714-46c2-8f28-315a1217b89d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4947 2025.04.19 00:28:49.658990 [ 259 ] {b1ac497c-5714-46c2-8f28-315a1217b89d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4948 2025.04.19 00:28:49.659242 [ 259 ] {b1ac497c-5714-46c2-8f28-315a1217b89d} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4949 2025.04.19 00:28:49.659430 [ 35 ] {} <Debug> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4950 2025.04.19 00:28:49.659493 [ 259 ] {b1ac497c-5714-46c2-8f28-315a1217b89d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002211 sec., 3618.272274988693 rows/sec., 6.48 MiB/sec.
4951 2025.04.19 00:28:49.659519 [ 35 ] {} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4952 2025.04.19 00:28:49.659590 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4953 2025.04.19 00:28:49.659994 [ 259 ] {b1ac497c-5714-46c2-8f28-315a1217b89d} <Debug> TCPHandler: Processed in 0.002834384 sec.
4954 2025.04.19 00:28:49.660100 [ 198 ] {e8760166-362f-4d7d-b538-df02c885e1f5::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
4955 2025.04.19 00:28:49.660520 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4956 2025.04.19 00:28:49.660792 [ 259 ] {61b1dfa5-277f-4e2c-a802-e51a013906e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4957 2025.04.19 00:28:49.660864 [ 198 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4958 2025.04.19 00:28:49.660885 [ 259 ] {61b1dfa5-277f-4e2c-a802-e51a013906e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4959 2025.04.19 00:28:49.661089 [ 198 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 354 rows starting from the beginning of the part
4960 2025.04.19 00:28:49.661971 [ 198 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part
4961 2025.04.19 00:28:49.662603 [ 198 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part
4962 2025.04.19 00:28:49.663340 [ 259 ] {61b1dfa5-277f-4e2c-a802-e51a013906e9} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4963 2025.04.19 00:28:49.663371 [ 198 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part
4964 2025.04.19 00:28:49.663420 [ 259 ] {61b1dfa5-277f-4e2c-a802-e51a013906e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4965 2025.04.19 00:28:49.663976 [ 198 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part
4966 2025.04.19 00:28:49.664653 [ 198 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part
4967 2025.04.19 00:28:49.665007 [ 259 ] {61b1dfa5-277f-4e2c-a802-e51a013906e9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4968 2025.04.19 00:28:49.665732 [ 259 ] {61b1dfa5-277f-4e2c-a802-e51a013906e9} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4969 2025.04.19 00:28:49.666177 [ 259 ] {61b1dfa5-277f-4e2c-a802-e51a013906e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00546 sec., 10989.01098901099 rows/sec., 758.36 KiB/sec.
4970 2025.04.19 00:28:49.666378 [ 259 ] {61b1dfa5-277f-4e2c-a802-e51a013906e9} <Debug> TCPHandler: Processed in 0.005961124 sec.
4971 2025.04.19 00:28:49.669613 [ 197 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 442 rows, containing 19 columns (19 merged, 0 gathered) in 0.0098693 sec., 44785.34445198748 rows/sec., 80.25 MiB/sec.
4972 2025.04.19 00:28:49.670485 [ 189 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4973 2025.04.19 00:28:49.670904 [ 189 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4974 2025.04.19 00:28:49.670989 [ 189 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4975 2025.04.19 00:28:49.671141 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB.
4976 2025.04.19 00:28:49.932022 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4977 2025.04.19 00:28:49.932190 [ 259 ] {8b4f4ae8-7f38-408b-9751-0c8e0a44d2ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4978 2025.04.19 00:28:49.932261 [ 259 ] {8b4f4ae8-7f38-408b-9751-0c8e0a44d2ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4979 2025.04.19 00:28:49.933066 [ 259 ] {8b4f4ae8-7f38-408b-9751-0c8e0a44d2ad} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4980 2025.04.19 00:28:49.933113 [ 259 ] {8b4f4ae8-7f38-408b-9751-0c8e0a44d2ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4981 2025.04.19 00:28:49.933546 [ 259 ] {8b4f4ae8-7f38-408b-9751-0c8e0a44d2ad} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4982 2025.04.19 00:28:49.933806 [ 259 ] {8b4f4ae8-7f38-408b-9751-0c8e0a44d2ad} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4983 2025.04.19 00:28:49.934055 [ 259 ] {8b4f4ae8-7f38-408b-9751-0c8e0a44d2ad} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001909 sec., 111052.9072812991 rows/sec., 7.06 MiB/sec.
4984 2025.04.19 00:28:49.934118 [ 259 ] {8b4f4ae8-7f38-408b-9751-0c8e0a44d2ad} <Debug> TCPHandler: Processed in 0.002204982 sec.
4985 2025.04.19 00:28:49.934244 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4986 2025.04.19 00:28:49.934354 [ 259 ] {ee1fec52-dbc6-48f0-aaaa-eca4b21a31b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4987 2025.04.19 00:28:49.934404 [ 259 ] {ee1fec52-dbc6-48f0-aaaa-eca4b21a31b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4988 2025.04.19 00:28:49.934929 [ 259 ] {ee1fec52-dbc6-48f0-aaaa-eca4b21a31b2} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4989 2025.04.19 00:28:49.934970 [ 259 ] {ee1fec52-dbc6-48f0-aaaa-eca4b21a31b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4990 2025.04.19 00:28:49.935318 [ 259 ] {ee1fec52-dbc6-48f0-aaaa-eca4b21a31b2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4991 2025.04.19 00:28:49.935557 [ 259 ] {ee1fec52-dbc6-48f0-aaaa-eca4b21a31b2} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4992 2025.04.19 00:28:49.935768 [ 259 ] {ee1fec52-dbc6-48f0-aaaa-eca4b21a31b2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001439 sec., 1389.8540653231412 rows/sec., 113.33 KiB/sec.
4993 2025.04.19 00:28:49.935824 [ 259 ] {ee1fec52-dbc6-48f0-aaaa-eca4b21a31b2} <Debug> TCPHandler: Processed in 0.001633011 sec.
4994 2025.04.19 00:28:49.935940 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4995 2025.04.19 00:28:49.936044 [ 259 ] {690d589f-e017-4952-842d-54fdf844d129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4996 2025.04.19 00:28:49.936088 [ 259 ] {690d589f-e017-4952-842d-54fdf844d129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4997 2025.04.19 00:28:49.937632 [ 259 ] {690d589f-e017-4952-842d-54fdf844d129} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4998 2025.04.19 00:28:49.937672 [ 259 ] {690d589f-e017-4952-842d-54fdf844d129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
4999 2025.04.19 00:28:49.938172 [ 259 ] {690d589f-e017-4952-842d-54fdf844d129} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5000 2025.04.19 00:28:49.938419 [ 259 ] {690d589f-e017-4952-842d-54fdf844d129} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5001 2025.04.19 00:28:49.938627 [ 259 ] {690d589f-e017-4952-842d-54fdf844d129} <Debug> executeQuery: Read 1814 rows, 151.28 KiB in 0.002605 sec., 696353.1669865643 rows/sec., 56.71 MiB/sec.
5002 2025.04.19 00:28:49.938681 [ 259 ] {690d589f-e017-4952-842d-54fdf844d129} <Debug> TCPHandler: Processed in 0.002792583 sec.
5003 2025.04.19 00:28:49.938804 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5004 2025.04.19 00:28:49.938907 [ 259 ] {9cdf3818-1586-4147-819b-294d8768938f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5005 2025.04.19 00:28:49.938953 [ 259 ] {9cdf3818-1586-4147-819b-294d8768938f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5006 2025.04.19 00:28:49.939517 [ 259 ] {9cdf3818-1586-4147-819b-294d8768938f} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5007 2025.04.19 00:28:49.939556 [ 259 ] {9cdf3818-1586-4147-819b-294d8768938f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5008 2025.04.19 00:28:49.939907 [ 259 ] {9cdf3818-1586-4147-819b-294d8768938f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5009 2025.04.19 00:28:49.940156 [ 259 ] {9cdf3818-1586-4147-819b-294d8768938f} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5010 2025.04.19 00:28:49.940361 [ 259 ] {9cdf3818-1586-4147-819b-294d8768938f} <Debug> executeQuery: Read 136 rows, 8.63 KiB in 0.001475 sec., 92203.38983050847 rows/sec., 5.71 MiB/sec.
5011 2025.04.19 00:28:49.940412 [ 259 ] {9cdf3818-1586-4147-819b-294d8768938f} <Debug> TCPHandler: Processed in 0.001659651 sec.
5012 2025.04.19 00:28:49.940526 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5013 2025.04.19 00:28:49.940630 [ 259 ] {c4a51eb5-a956-495c-810d-71d2070523d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5014 2025.04.19 00:28:49.940675 [ 259 ] {c4a51eb5-a956-495c-810d-71d2070523d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5015 2025.04.19 00:28:49.941326 [ 259 ] {c4a51eb5-a956-495c-810d-71d2070523d0} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5016 2025.04.19 00:28:49.941366 [ 259 ] {c4a51eb5-a956-495c-810d-71d2070523d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5017 2025.04.19 00:28:49.941733 [ 259 ] {c4a51eb5-a956-495c-810d-71d2070523d0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5018 2025.04.19 00:28:49.941979 [ 259 ] {c4a51eb5-a956-495c-810d-71d2070523d0} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5019 2025.04.19 00:28:49.942219 [ 259 ] {c4a51eb5-a956-495c-810d-71d2070523d0} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001602 sec., 212858.92634207243 rows/sec., 14.20 MiB/sec.
5020 2025.04.19 00:28:49.942335 [ 259 ] {c4a51eb5-a956-495c-810d-71d2070523d0} <Debug> TCPHandler: Processed in 0.001856766 sec.
5021 2025.04.19 00:28:49.942543 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5022 2025.04.19 00:28:49.942648 [ 259 ] {3d1f5efa-7239-442e-9951-465346e4cae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5023 2025.04.19 00:28:49.942695 [ 259 ] {3d1f5efa-7239-442e-9951-465346e4cae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5024 2025.04.19 00:28:49.943251 [ 259 ] {3d1f5efa-7239-442e-9951-465346e4cae4} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5025 2025.04.19 00:28:49.943291 [ 259 ] {3d1f5efa-7239-442e-9951-465346e4cae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5026 2025.04.19 00:28:49.943648 [ 259 ] {3d1f5efa-7239-442e-9951-465346e4cae4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5027 2025.04.19 00:28:49.943911 [ 259 ] {3d1f5efa-7239-442e-9951-465346e4cae4} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5028 2025.04.19 00:28:49.944121 [ 259 ] {3d1f5efa-7239-442e-9951-465346e4cae4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001496 sec., 74866.3101604278 rows/sec., 4.26 MiB/sec.
5029 2025.04.19 00:28:49.944173 [ 259 ] {3d1f5efa-7239-442e-9951-465346e4cae4} <Debug> TCPHandler: Processed in 0.001703213 sec.
5030 2025.04.19 00:28:49.944289 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5031 2025.04.19 00:28:49.944393 [ 259 ] {d75362be-6857-4104-9b4c-23c5d5e0d5fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5032 2025.04.19 00:28:49.944439 [ 259 ] {d75362be-6857-4104-9b4c-23c5d5e0d5fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5033 2025.04.19 00:28:49.945250 [ 259 ] {d75362be-6857-4104-9b4c-23c5d5e0d5fe} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5034 2025.04.19 00:28:49.945291 [ 259 ] {d75362be-6857-4104-9b4c-23c5d5e0d5fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5035 2025.04.19 00:28:49.945689 [ 259 ] {d75362be-6857-4104-9b4c-23c5d5e0d5fe} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5036 2025.04.19 00:28:49.945935 [ 259 ] {d75362be-6857-4104-9b4c-23c5d5e0d5fe} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5037 2025.04.19 00:28:49.946137 [ 259 ] {d75362be-6857-4104-9b4c-23c5d5e0d5fe} <Debug> executeQuery: Read 868 rows, 64.28 KiB in 0.001766 sec., 491506.2287655719 rows/sec., 35.55 MiB/sec.
5038 2025.04.19 00:28:49.946265 [ 259 ] {d75362be-6857-4104-9b4c-23c5d5e0d5fe} <Debug> TCPHandler: Processed in 0.002027739 sec.
5039 2025.04.19 00:28:49.946384 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5040 2025.04.19 00:28:49.946489 [ 259 ] {a6f61eca-12da-41cd-ae74-7c936df1f5f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5041 2025.04.19 00:28:49.946536 [ 259 ] {a6f61eca-12da-41cd-ae74-7c936df1f5f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5042 2025.04.19 00:28:49.946945 [ 259 ] {a6f61eca-12da-41cd-ae74-7c936df1f5f0} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5043 2025.04.19 00:28:49.946984 [ 259 ] {a6f61eca-12da-41cd-ae74-7c936df1f5f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5044 2025.04.19 00:28:49.947329 [ 259 ] {a6f61eca-12da-41cd-ae74-7c936df1f5f0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5045 2025.04.19 00:28:49.947564 [ 259 ] {a6f61eca-12da-41cd-ae74-7c936df1f5f0} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5046 2025.04.19 00:28:49.947845 [ 259 ] {a6f61eca-12da-41cd-ae74-7c936df1f5f0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001377 sec., 4357.298474945534 rows/sec., 227.65 KiB/sec.
5047 2025.04.19 00:28:49.947960 [ 259 ] {a6f61eca-12da-41cd-ae74-7c936df1f5f0} <Debug> TCPHandler: Processed in 0.001627842 sec.
5048 2025.04.19 00:28:49.948069 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5049 2025.04.19 00:28:49.948167 [ 259 ] {2682bf86-2d81-4548-801a-fa6925e05d17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5050 2025.04.19 00:28:49.948214 [ 259 ] {2682bf86-2d81-4548-801a-fa6925e05d17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5051 2025.04.19 00:28:49.948883 [ 259 ] {2682bf86-2d81-4548-801a-fa6925e05d17} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5052 2025.04.19 00:28:49.948920 [ 259 ] {2682bf86-2d81-4548-801a-fa6925e05d17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5053 2025.04.19 00:28:49.949340 [ 259 ] {2682bf86-2d81-4548-801a-fa6925e05d17} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5054 2025.04.19 00:28:49.949588 [ 259 ] {2682bf86-2d81-4548-801a-fa6925e05d17} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5055 2025.04.19 00:28:49.949757 [ 259 ] {2682bf86-2d81-4548-801a-fa6925e05d17} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001611 sec., 593420.2358783365 rows/sec., 39.43 MiB/sec.
5056 2025.04.19 00:28:49.949804 [ 259 ] {2682bf86-2d81-4548-801a-fa6925e05d17} <Debug> TCPHandler: Processed in 0.001785404 sec.
5057 2025.04.19 00:28:49.949919 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5058 2025.04.19 00:28:49.950022 [ 259 ] {d8dc09ae-1ec4-4947-a4d4-12c819ca7dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5059 2025.04.19 00:28:49.950068 [ 259 ] {d8dc09ae-1ec4-4947-a4d4-12c819ca7dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5060 2025.04.19 00:28:49.950465 [ 259 ] {d8dc09ae-1ec4-4947-a4d4-12c819ca7dc5} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5061 2025.04.19 00:28:49.950501 [ 259 ] {d8dc09ae-1ec4-4947-a4d4-12c819ca7dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5062 2025.04.19 00:28:49.950830 [ 259 ] {d8dc09ae-1ec4-4947-a4d4-12c819ca7dc5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5063 2025.04.19 00:28:49.951063 [ 259 ] {d8dc09ae-1ec4-4947-a4d4-12c819ca7dc5} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5064 2025.04.19 00:28:49.951220 [ 259 ] {d8dc09ae-1ec4-4947-a4d4-12c819ca7dc5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001221 sec., 819.000819000819 rows/sec., 55.19 KiB/sec.
5065 2025.04.19 00:28:49.951266 [ 259 ] {d8dc09ae-1ec4-4947-a4d4-12c819ca7dc5} <Debug> TCPHandler: Processed in 0.001399657 sec.
5066 2025.04.19 00:28:49.951377 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5067 2025.04.19 00:28:49.951480 [ 259 ] {ce4722df-f688-4447-93d3-b74d3e8929c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5068 2025.04.19 00:28:49.951544 [ 259 ] {ce4722df-f688-4447-93d3-b74d3e8929c3} <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
5069 2025.04.19 00:28:49.952603 [ 259 ] {ce4722df-f688-4447-93d3-b74d3e8929c3} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5070 2025.04.19 00:28:49.952640 [ 259 ] {ce4722df-f688-4447-93d3-b74d3e8929c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5071 2025.04.19 00:28:49.953247 [ 259 ] {ce4722df-f688-4447-93d3-b74d3e8929c3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5072 2025.04.19 00:28:49.953506 [ 259 ] {ce4722df-f688-4447-93d3-b74d3e8929c3} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5073 2025.04.19 00:28:49.953689 [ 259 ] {ce4722df-f688-4447-93d3-b74d3e8929c3} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002231 sec., 12550.425818018826 rows/sec., 22.49 MiB/sec.
5074 2025.04.19 00:28:49.953776 [ 259 ] {ce4722df-f688-4447-93d3-b74d3e8929c3} <Debug> TCPHandler: Processed in 0.002449567 sec.
5075 2025.04.19 00:28:49.953891 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5076 2025.04.19 00:28:49.953995 [ 259 ] {eeca79a9-76fe-4550-9aef-6b9e2d6ff652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5077 2025.04.19 00:28:49.954041 [ 259 ] {eeca79a9-76fe-4550-9aef-6b9e2d6ff652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5078 2025.04.19 00:28:49.954433 [ 259 ] {eeca79a9-76fe-4550-9aef-6b9e2d6ff652} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5079 2025.04.19 00:28:49.954470 [ 259 ] {eeca79a9-76fe-4550-9aef-6b9e2d6ff652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5080 2025.04.19 00:28:49.954806 [ 259 ] {eeca79a9-76fe-4550-9aef-6b9e2d6ff652} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5081 2025.04.19 00:28:49.955057 [ 259 ] {eeca79a9-76fe-4550-9aef-6b9e2d6ff652} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5082 2025.04.19 00:28:49.955257 [ 259 ] {eeca79a9-76fe-4550-9aef-6b9e2d6ff652} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001269 sec., 26792.750197005516 rows/sec., 1.55 MiB/sec.
5083 2025.04.19 00:28:49.955373 [ 259 ] {eeca79a9-76fe-4550-9aef-6b9e2d6ff652} <Debug> TCPHandler: Processed in 0.001527059 sec.
5084 2025.04.19 00:28:53.320207 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 744
5085 2025.04.19 00:28:53.323717 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5086 2025.04.19 00:28:53.323776 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5087 2025.04.19 00:28:53.325287 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5088 2025.04.19 00:28:53.325621 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5089 2025.04.19 00:28:53.325903 [ 46 ] {} <Debug> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5090 2025.04.19 00:28:53.326071 [ 46 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5091 2025.04.19 00:28:53.326167 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5092 2025.04.19 00:28:53.326643 [ 195 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::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
5093 2025.04.19 00:28:53.327285 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 744
5094 2025.04.19 00:28:53.327753 [ 195 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5095 2025.04.19 00:28:53.327931 [ 195 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 532 rows starting from the beginning of the part
5096 2025.04.19 00:28:53.328570 [ 195 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part
5097 2025.04.19 00:28:53.329073 [ 195 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 58 rows starting from the beginning of the part
5098 2025.04.19 00:28:53.329548 [ 195 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part
5099 2025.04.19 00:28:53.330006 [ 195 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part
5100 2025.04.19 00:28:53.330438 [ 195 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 58 rows starting from the beginning of the part
5101 2025.04.19 00:28:53.337755 [ 197 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 744 rows, containing 72 columns (72 merged, 0 gathered) in 0.011404999 sec., 65234.55197146444 rows/sec., 54.91 MiB/sec.
5102 2025.04.19 00:28:53.338969 [ 192 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5103 2025.04.19 00:28:53.339780 [ 192 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_16_3} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5104 2025.04.19 00:28:53.339869 [ 192 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_16_3} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5105 2025.04.19 00:28:53.340217 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB.
5106 2025.04.19 00:28:54.648006 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5107 2025.04.19 00:28:54.648200 [ 259 ] {1b771892-e027-43f3-8857-c9cef465a9ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5108 2025.04.19 00:28:54.648271 [ 259 ] {1b771892-e027-43f3-8857-c9cef465a9ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5109 2025.04.19 00:28:54.649012 [ 259 ] {1b771892-e027-43f3-8857-c9cef465a9ec} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5110 2025.04.19 00:28:54.649061 [ 259 ] {1b771892-e027-43f3-8857-c9cef465a9ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5111 2025.04.19 00:28:54.649495 [ 259 ] {1b771892-e027-43f3-8857-c9cef465a9ec} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5112 2025.04.19 00:28:54.649772 [ 259 ] {1b771892-e027-43f3-8857-c9cef465a9ec} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5113 2025.04.19 00:28:54.649973 [ 48 ] {} <Debug> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5114 2025.04.19 00:28:54.650005 [ 259 ] {1b771892-e027-43f3-8857-c9cef465a9ec} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001853 sec., 34538.586076632484 rows/sec., 2.73 MiB/sec.
5115 2025.04.19 00:28:54.650056 [ 48 ] {} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5116 2025.04.19 00:28:54.650129 [ 259 ] {1b771892-e027-43f3-8857-c9cef465a9ec} <Debug> TCPHandler: Processed in 0.002248833 sec.
5117 2025.04.19 00:28:54.650133 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5118 2025.04.19 00:28:54.650298 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5119 2025.04.19 00:28:54.650315 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::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
5120 2025.04.19 00:28:54.650436 [ 259 ] {34ce9073-c312-4322-9a35-a03f03ec6fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5121 2025.04.19 00:28:54.650474 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5122 2025.04.19 00:28:54.650502 [ 259 ] {34ce9073-c312-4322-9a35-a03f03ec6fa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5123 2025.04.19 00:28:54.650519 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1846 rows starting from the beginning of the part
5124 2025.04.19 00:28:54.650673 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 73 rows starting from the beginning of the part
5125 2025.04.19 00:28:54.651179 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 681 rows starting from the beginning of the part
5126 2025.04.19 00:28:54.651530 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 72 rows starting from the beginning of the part
5127 2025.04.19 00:28:54.651902 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1814 rows starting from the beginning of the part
5128 2025.04.19 00:28:54.652148 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::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
5129 2025.04.19 00:28:54.652761 [ 259 ] {34ce9073-c312-4322-9a35-a03f03ec6fa9} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5130 2025.04.19 00:28:54.652809 [ 259 ] {34ce9073-c312-4322-9a35-a03f03ec6fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5131 2025.04.19 00:28:54.653362 [ 259 ] {34ce9073-c312-4322-9a35-a03f03ec6fa9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5132 2025.04.19 00:28:54.653676 [ 259 ] {34ce9073-c312-4322-9a35-a03f03ec6fa9} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5133 2025.04.19 00:28:54.653930 [ 48 ] {} <Debug> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5134 2025.04.19 00:28:54.654025 [ 48 ] {} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5135 2025.04.19 00:28:54.654078 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5136 2025.04.19 00:28:54.654084 [ 259 ] {34ce9073-c312-4322-9a35-a03f03ec6fa9} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.003683 sec., 1086.0711376595166 rows/sec., 81.67 KiB/sec.
5137 2025.04.19 00:28:54.654342 [ 259 ] {34ce9073-c312-4322-9a35-a03f03ec6fa9} <Debug> TCPHandler: Processed in 0.004111209 sec.
5138 2025.04.19 00:28:54.654425 [ 192 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::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
5139 2025.04.19 00:28:54.654522 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5140 2025.04.19 00:28:54.654763 [ 192 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5141 2025.04.19 00:28:54.654806 [ 259 ] {945a5902-fe24-48d4-be97-c233f1edec9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5142 2025.04.19 00:28:54.654933 [ 192 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 164 rows starting from the beginning of the part
5143 2025.04.19 00:28:54.654957 [ 259 ] {945a5902-fe24-48d4-be97-c233f1edec9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5144 2025.04.19 00:28:54.655597 [ 192 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 10 rows starting from the beginning of the part
5145 2025.04.19 00:28:54.655606 [ 197 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.005343883 sec., 851440.7968887044 rows/sec., 72.36 MiB/sec.
5146 2025.04.19 00:28:54.656043 [ 192 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 138 rows starting from the beginning of the part
5147 2025.04.19 00:28:54.656128 [ 201 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5148 2025.04.19 00:28:54.656583 [ 192 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part
5149 2025.04.19 00:28:54.657097 [ 192 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 136 rows starting from the beginning of the part
5150 2025.04.19 00:28:54.657620 [ 192 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part
5151 2025.04.19 00:28:54.657635 [ 201 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_36_7} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5152 2025.04.19 00:28:54.658198 [ 201 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_36_7} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5153 2025.04.19 00:28:54.658505 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB.
5154 2025.04.19 00:28:54.659226 [ 259 ] {945a5902-fe24-48d4-be97-c233f1edec9d} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5155 2025.04.19 00:28:54.659283 [ 259 ] {945a5902-fe24-48d4-be97-c233f1edec9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5156 2025.04.19 00:28:54.660262 [ 259 ] {945a5902-fe24-48d4-be97-c233f1edec9d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5157 2025.04.19 00:28:54.660775 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 5 columns (5 merged, 0 gathered) in 0.006596147 sec., 69737.6817102469 rows/sec., 4.67 MiB/sec.
5158 2025.04.19 00:28:54.660800 [ 259 ] {945a5902-fe24-48d4-be97-c233f1edec9d} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5159 2025.04.19 00:28:54.660996 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5160 2025.04.19 00:28:54.661038 [ 48 ] {} <Debug> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5161 2025.04.19 00:28:54.661143 [ 48 ] {} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5162 2025.04.19 00:28:54.661234 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5163 2025.04.19 00:28:54.661315 [ 259 ] {945a5902-fe24-48d4-be97-c233f1edec9d} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.006583 sec., 10329.636943642716 rows/sec., 825.69 KiB/sec.
5164 2025.04.19 00:28:54.661681 [ 259 ] {945a5902-fe24-48d4-be97-c233f1edec9d} <Debug> TCPHandler: Processed in 0.007234409 sec.
5165 2025.04.19 00:28:54.661703 [ 201 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::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
5166 2025.04.19 00:28:54.662053 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5167 2025.04.19 00:28:54.662163 [ 201 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5168 2025.04.19 00:28:54.662267 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_31_6} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5169 2025.04.19 00:28:54.662348 [ 201 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part
5170 2025.04.19 00:28:54.662445 [ 259 ] {c5125b7a-646d-46d4-ab84-9043ffceb7e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5171 2025.04.19 00:28:54.662744 [ 259 ] {c5125b7a-646d-46d4-ab84-9043ffceb7e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5172 2025.04.19 00:28:54.662873 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_31_6} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5173 2025.04.19 00:28:54.662936 [ 201 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 74 rows starting from the beginning of the part
5174 2025.04.19 00:28:54.663399 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
5175 2025.04.19 00:28:54.663572 [ 201 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 414 rows starting from the beginning of the part
5176 2025.04.19 00:28:54.664105 [ 201 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 72 rows starting from the beginning of the part
5177 2025.04.19 00:28:54.664567 [ 201 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 868 rows starting from the beginning of the part
5178 2025.04.19 00:28:54.665080 [ 201 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 68 rows starting from the beginning of the part
5179 2025.04.19 00:28:54.666216 [ 259 ] {c5125b7a-646d-46d4-ab84-9043ffceb7e9} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5180 2025.04.19 00:28:54.666264 [ 259 ] {c5125b7a-646d-46d4-ab84-9043ffceb7e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5181 2025.04.19 00:28:54.666839 [ 259 ] {c5125b7a-646d-46d4-ab84-9043ffceb7e9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5182 2025.04.19 00:28:54.667143 [ 259 ] {c5125b7a-646d-46d4-ab84-9043ffceb7e9} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5183 2025.04.19 00:28:54.667390 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5184 2025.04.19 00:28:54.667529 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5185 2025.04.19 00:28:54.667659 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5186 2025.04.19 00:28:54.667704 [ 259 ] {c5125b7a-646d-46d4-ab84-9043ffceb7e9} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005396 sec., 23721.275018532247 rows/sec., 1.65 MiB/sec.
5187 2025.04.19 00:28:54.667847 [ 201 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.006501885 sec., 370661.7388649599 rows/sec., 28.38 MiB/sec.
5188 2025.04.19 00:28:54.668063 [ 259 ] {c5125b7a-646d-46d4-ab84-9043ffceb7e9} <Debug> TCPHandler: Processed in 0.006139788 sec.
5189 2025.04.19 00:28:54.668102 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
5190 2025.04.19 00:28:54.668301 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5191 2025.04.19 00:28:54.668371 [ 187 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5192 2025.04.19 00:28:54.668402 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5193 2025.04.19 00:28:54.668527 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10133 rows starting from the beginning of the part
5194 2025.04.19 00:28:54.668612 [ 259 ] {eb9a03a5-dbc1-490c-9c8e-4536da2616f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5195 2025.04.19 00:28:54.668962 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
5196 2025.04.19 00:28:54.669077 [ 259 ] {eb9a03a5-dbc1-490c-9c8e-4536da2616f2} <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
5197 2025.04.19 00:28:54.669368 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
5198 2025.04.19 00:28:54.669714 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::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
5199 2025.04.19 00:28:54.670091 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 956 rows starting from the beginning of the part
5200 2025.04.19 00:28:54.670582 [ 196 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 128 rows starting from the beginning of the part
5201 2025.04.19 00:28:54.671447 [ 187 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_36_7} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5202 2025.04.19 00:28:54.672105 [ 187 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_36_7} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5203 2025.04.19 00:28:54.672655 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
5204 2025.04.19 00:28:54.674848 [ 259 ] {eb9a03a5-dbc1-490c-9c8e-4536da2616f2} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5205 2025.04.19 00:28:54.674894 [ 259 ] {eb9a03a5-dbc1-490c-9c8e-4536da2616f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5206 2025.04.19 00:28:54.675948 [ 259 ] {eb9a03a5-dbc1-490c-9c8e-4536da2616f2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5207 2025.04.19 00:28:54.676265 [ 259 ] {eb9a03a5-dbc1-490c-9c8e-4536da2616f2} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5208 2025.04.19 00:28:54.676529 [ 259 ] {eb9a03a5-dbc1-490c-9c8e-4536da2616f2} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.008038 sec., 497.6362279173924 rows/sec., 913.14 KiB/sec.
5209 2025.04.19 00:28:54.676662 [ 259 ] {eb9a03a5-dbc1-490c-9c8e-4536da2616f2} <Debug> TCPHandler: Processed in 0.008461103 sec.
5210 2025.04.19 00:28:54.676825 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5211 2025.04.19 00:28:54.677104 [ 259 ] {ddac3ecb-4c8e-43b6-8cd8-c35710910cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5212 2025.04.19 00:28:54.677212 [ 259 ] {ddac3ecb-4c8e-43b6-8cd8-c35710910cb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5213 2025.04.19 00:28:54.677243 [ 186 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11775 rows, containing 5 columns (5 merged, 0 gathered) in 0.009422281 sec., 1249697.392807538 rows/sec., 84.31 MiB/sec.
5214 2025.04.19 00:28:54.677746 [ 186 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5215 2025.04.19 00:28:54.678029 [ 259 ] {ddac3ecb-4c8e-43b6-8cd8-c35710910cb9} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5216 2025.04.19 00:28:54.678112 [ 259 ] {ddac3ecb-4c8e-43b6-8cd8-c35710910cb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5217 2025.04.19 00:28:54.678501 [ 186 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5218 2025.04.19 00:28:54.678678 [ 186 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5219 2025.04.19 00:28:54.678849 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB.
5220 2025.04.19 00:28:54.678892 [ 259 ] {ddac3ecb-4c8e-43b6-8cd8-c35710910cb9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5221 2025.04.19 00:28:54.679152 [ 259 ] {ddac3ecb-4c8e-43b6-8cd8-c35710910cb9} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5222 2025.04.19 00:28:54.679316 [ 48 ] {} <Debug> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5223 2025.04.19 00:28:54.679378 [ 48 ] {} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5224 2025.04.19 00:28:54.679410 [ 259 ] {ddac3ecb-4c8e-43b6-8cd8-c35710910cb9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002415 sec., 19875.77639751553 rows/sec., 1.34 MiB/sec.
5225 2025.04.19 00:28:54.679414 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5226 2025.04.19 00:28:54.679562 [ 259 ] {ddac3ecb-4c8e-43b6-8cd8-c35710910cb9} <Debug> TCPHandler: Processed in 0.002810494 sec.
5227 2025.04.19 00:28:54.679716 [ 194 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
5228 2025.04.19 00:28:54.679847 [ 194 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5229 2025.04.19 00:28:54.679881 [ 194 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1894 rows starting from the beginning of the part
5230 2025.04.19 00:28:54.680011 [ 194 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
5231 2025.04.19 00:28:54.680154 [ 194 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
5232 2025.04.19 00:28:54.680359 [ 194 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::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
5233 2025.04.19 00:28:54.680558 [ 194 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part
5234 2025.04.19 00:28:54.680727 [ 194 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part
5235 2025.04.19 00:28:54.682179 [ 194 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 4 columns (4 merged, 0 gathered) in 0.00260462 sec., 836206.4331841113 rows/sec., 54.52 MiB/sec.
5236 2025.04.19 00:28:54.682439 [ 186 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5237 2025.04.19 00:28:54.682811 [ 186 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_36_7} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5238 2025.04.19 00:28:54.682910 [ 186 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_36_7} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5239 2025.04.19 00:28:54.682987 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
5240 2025.04.19 00:28:55.782925 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553
5241 2025.04.19 00:28:55.783851 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5242 2025.04.19 00:28:55.783897 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5243 2025.04.19 00:28:55.784454 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5244 2025.04.19 00:28:55.784703 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5245 2025.04.19 00:28:55.784939 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553
5246 2025.04.19 00:28:56.473670 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
5247 2025.04.19 00:28:56.493324 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5248 2025.04.19 00:28:56.493368 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5249 2025.04.19 00:28:56.500925 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5250 2025.04.19 00:28:56.501726 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5251 2025.04.19 00:28:56.504234 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
5252 2025.04.19 00:28:59.649990 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5253 2025.04.19 00:28:59.650215 [ 259 ] {7faf7c33-b403-4b17-b520-e3d2901d4cee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5254 2025.04.19 00:28:59.650296 [ 259 ] {7faf7c33-b403-4b17-b520-e3d2901d4cee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5255 2025.04.19 00:28:59.651066 [ 259 ] {7faf7c33-b403-4b17-b520-e3d2901d4cee} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5256 2025.04.19 00:28:59.651119 [ 259 ] {7faf7c33-b403-4b17-b520-e3d2901d4cee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5257 2025.04.19 00:28:59.651549 [ 259 ] {7faf7c33-b403-4b17-b520-e3d2901d4cee} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5258 2025.04.19 00:28:59.651809 [ 259 ] {7faf7c33-b403-4b17-b520-e3d2901d4cee} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5259 2025.04.19 00:28:59.652034 [ 259 ] {7faf7c33-b403-4b17-b520-e3d2901d4cee} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001877 sec., 38359.08364411294 rows/sec., 3.12 MiB/sec.
5260 2025.04.19 00:28:59.652095 [ 259 ] {7faf7c33-b403-4b17-b520-e3d2901d4cee} <Debug> TCPHandler: Processed in 0.002243324 sec.
5261 2025.04.19 00:28:59.652221 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5262 2025.04.19 00:28:59.652331 [ 259 ] {959c9351-c9de-427c-a7d6-67d1cb981f91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5263 2025.04.19 00:28:59.652379 [ 259 ] {959c9351-c9de-427c-a7d6-67d1cb981f91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5264 2025.04.19 00:28:59.652883 [ 259 ] {959c9351-c9de-427c-a7d6-67d1cb981f91} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5265 2025.04.19 00:28:59.652923 [ 259 ] {959c9351-c9de-427c-a7d6-67d1cb981f91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5266 2025.04.19 00:28:59.653267 [ 259 ] {959c9351-c9de-427c-a7d6-67d1cb981f91} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5267 2025.04.19 00:28:59.653495 [ 259 ] {959c9351-c9de-427c-a7d6-67d1cb981f91} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5268 2025.04.19 00:28:59.653714 [ 259 ] {959c9351-c9de-427c-a7d6-67d1cb981f91} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001407 sec., 5685.856432125089 rows/sec., 427.55 KiB/sec.
5269 2025.04.19 00:28:59.653808 [ 259 ] {959c9351-c9de-427c-a7d6-67d1cb981f91} <Debug> TCPHandler: Processed in 0.001637722 sec.
5270 2025.04.19 00:28:59.654047 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5271 2025.04.19 00:28:59.654162 [ 259 ] {aeb35280-3309-4dd3-bce9-6c450740e2bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5272 2025.04.19 00:28:59.654209 [ 259 ] {aeb35280-3309-4dd3-bce9-6c450740e2bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5273 2025.04.19 00:28:59.654753 [ 259 ] {aeb35280-3309-4dd3-bce9-6c450740e2bc} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5274 2025.04.19 00:28:59.654792 [ 259 ] {aeb35280-3309-4dd3-bce9-6c450740e2bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5275 2025.04.19 00:28:59.655144 [ 259 ] {aeb35280-3309-4dd3-bce9-6c450740e2bc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5276 2025.04.19 00:28:59.655376 [ 259 ] {aeb35280-3309-4dd3-bce9-6c450740e2bc} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5277 2025.04.19 00:28:59.655575 [ 259 ] {aeb35280-3309-4dd3-bce9-6c450740e2bc} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001435 sec., 50174.216027874565 rows/sec., 3.92 MiB/sec.
5278 2025.04.19 00:28:59.655628 [ 259 ] {aeb35280-3309-4dd3-bce9-6c450740e2bc} <Debug> TCPHandler: Processed in 0.001681293 sec.
5279 2025.04.19 00:28:59.655746 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5280 2025.04.19 00:28:59.655849 [ 259 ] {89c4ea6c-acb2-4a37-a314-c6167b3d2a07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5281 2025.04.19 00:28:59.655896 [ 259 ] {89c4ea6c-acb2-4a37-a314-c6167b3d2a07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5282 2025.04.19 00:28:59.656408 [ 259 ] {89c4ea6c-acb2-4a37-a314-c6167b3d2a07} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5283 2025.04.19 00:28:59.656446 [ 259 ] {89c4ea6c-acb2-4a37-a314-c6167b3d2a07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5284 2025.04.19 00:28:59.656822 [ 259 ] {89c4ea6c-acb2-4a37-a314-c6167b3d2a07} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5285 2025.04.19 00:28:59.657057 [ 259 ] {89c4ea6c-acb2-4a37-a314-c6167b3d2a07} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5286 2025.04.19 00:28:59.657250 [ 259 ] {89c4ea6c-acb2-4a37-a314-c6167b3d2a07} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001424 sec., 112359.55056179776 rows/sec., 7.83 MiB/sec.
5287 2025.04.19 00:28:59.657298 [ 259 ] {89c4ea6c-acb2-4a37-a314-c6167b3d2a07} <Debug> TCPHandler: Processed in 0.001601171 sec.
5288 2025.04.19 00:28:59.657409 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5289 2025.04.19 00:28:59.657511 [ 259 ] {3e1a7534-adc8-4b6f-8f9a-55ee40244594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5290 2025.04.19 00:28:59.657576 [ 259 ] {3e1a7534-adc8-4b6f-8f9a-55ee40244594} <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
5291 2025.04.19 00:28:59.658605 [ 259 ] {3e1a7534-adc8-4b6f-8f9a-55ee40244594} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5292 2025.04.19 00:28:59.658647 [ 259 ] {3e1a7534-adc8-4b6f-8f9a-55ee40244594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5293 2025.04.19 00:28:59.659237 [ 259 ] {3e1a7534-adc8-4b6f-8f9a-55ee40244594} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5294 2025.04.19 00:28:59.659484 [ 259 ] {3e1a7534-adc8-4b6f-8f9a-55ee40244594} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5295 2025.04.19 00:28:59.659767 [ 259 ] {3e1a7534-adc8-4b6f-8f9a-55ee40244594} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002273 sec., 3519.5776506819184 rows/sec., 6.31 MiB/sec.
5296 2025.04.19 00:28:59.660260 [ 259 ] {3e1a7534-adc8-4b6f-8f9a-55ee40244594} <Debug> TCPHandler: Processed in 0.002899076 sec.
5297 2025.04.19 00:28:59.660372 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5298 2025.04.19 00:28:59.660470 [ 259 ] {b9820e25-6da3-43a4-8627-5d9fbb3ebc58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5299 2025.04.19 00:28:59.660516 [ 259 ] {b9820e25-6da3-43a4-8627-5d9fbb3ebc58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5300 2025.04.19 00:28:59.660943 [ 259 ] {b9820e25-6da3-43a4-8627-5d9fbb3ebc58} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5301 2025.04.19 00:28:59.660981 [ 259 ] {b9820e25-6da3-43a4-8627-5d9fbb3ebc58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5302 2025.04.19 00:28:59.661331 [ 259 ] {b9820e25-6da3-43a4-8627-5d9fbb3ebc58} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5303 2025.04.19 00:28:59.661569 [ 259 ] {b9820e25-6da3-43a4-8627-5d9fbb3ebc58} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5304 2025.04.19 00:28:59.661757 [ 259 ] {b9820e25-6da3-43a4-8627-5d9fbb3ebc58} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001306 sec., 45941.80704441041 rows/sec., 3.10 MiB/sec.
5305 2025.04.19 00:28:59.661803 [ 259 ] {b9820e25-6da3-43a4-8627-5d9fbb3ebc58} <Debug> TCPHandler: Processed in 0.001478088 sec.
5306 2025.04.19 00:29:01.016936 [ 42 ] {} <Debug> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
5307 2025.04.19 00:29:01.017024 [ 42 ] {} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5308 2025.04.19 00:29:01.017057 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5309 2025.04.19 00:29:01.017337 [ 194 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
5310 2025.04.19 00:29:01.017564 [ 194 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5311 2025.04.19 00:29:01.017604 [ 194 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
5312 2025.04.19 00:29:01.017685 [ 194 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
5313 2025.04.19 00:29:01.017876 [ 194 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
5314 2025.04.19 00:29:01.018213 [ 194 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
5315 2025.04.19 00:29:01.018385 [ 194 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::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
5316 2025.04.19 00:29:01.019468 [ 186 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002324984 sec., 38709.94381036601 rows/sec., 1.98 MiB/sec.
5317 2025.04.19 00:29:01.019661 [ 188 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5318 2025.04.19 00:29:01.020066 [ 188 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_15_3} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5319 2025.04.19 00:29:01.020169 [ 188 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_15_3} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
5320 2025.04.19 00:29:01.020278 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5321 2025.04.19 00:29:01.332541 [ 42 ] {} <Debug> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
5322 2025.04.19 00:29:01.332629 [ 42 ] {} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5323 2025.04.19 00:29:01.332669 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5324 2025.04.19 00:29:01.332934 [ 194 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
5325 2025.04.19 00:29:01.333185 [ 194 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5326 2025.04.19 00:29:01.333246 [ 194 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 341 rows starting from the beginning of the part
5327 2025.04.19 00:29:01.333414 [ 194 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
5328 2025.04.19 00:29:01.333645 [ 194 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
5329 2025.04.19 00:29:01.333843 [ 194 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
5330 2025.04.19 00:29:01.333979 [ 194 ] {ee021700-4325-4152-9b4f-a272d871d0c3::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
5331 2025.04.19 00:29:01.335227 [ 190 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.002468378 sec., 506000.29655101453 rows/sec., 35.51 MiB/sec.
5332 2025.04.19 00:29:01.335451 [ 189 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5333 2025.04.19 00:29:01.335818 [ 189 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_15_3} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5334 2025.04.19 00:29:01.335910 [ 189 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_15_3} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
5335 2025.04.19 00:29:01.336015 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
5336 2025.04.19 00:29:03.176191 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache
5337 2025.04.19 00:29:03.176253 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache
5338 2025.04.19 00:29:03.285139 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041
5339 2025.04.19 00:29:03.285967 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5340 2025.04.19 00:29:03.286043 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5341 2025.04.19 00:29:03.286609 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5342 2025.04.19 00:29:03.286863 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5343 2025.04.19 00:29:03.287116 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
5344 2025.04.19 00:29:03.327642 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 768
5345 2025.04.19 00:29:03.330469 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5346 2025.04.19 00:29:03.330530 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5347 2025.04.19 00:29:03.331988 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5348 2025.04.19 00:29:03.332310 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5349 2025.04.19 00:29:03.332974 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 768
5350 2025.04.19 00:29:04.004358 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
5351 2025.04.19 00:29:04.026561 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5352 2025.04.19 00:29:04.026617 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5353 2025.04.19 00:29:04.033864 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5354 2025.04.19 00:29:04.034668 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5355 2025.04.19 00:29:04.037508 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
5356 2025.04.19 00:29:04.657424 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5357 2025.04.19 00:29:04.657653 [ 259 ] {1da84518-cb26-4f43-ac67-587cfe643291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5358 2025.04.19 00:29:04.657738 [ 259 ] {1da84518-cb26-4f43-ac67-587cfe643291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5359 2025.04.19 00:29:04.658652 [ 259 ] {1da84518-cb26-4f43-ac67-587cfe643291} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5360 2025.04.19 00:29:04.658708 [ 259 ] {1da84518-cb26-4f43-ac67-587cfe643291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5361 2025.04.19 00:29:04.659162 [ 259 ] {1da84518-cb26-4f43-ac67-587cfe643291} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5362 2025.04.19 00:29:04.659416 [ 259 ] {1da84518-cb26-4f43-ac67-587cfe643291} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5363 2025.04.19 00:29:04.659695 [ 259 ] {1da84518-cb26-4f43-ac67-587cfe643291} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002093 sec., 101290.01433349261 rows/sec., 6.44 MiB/sec.
5364 2025.04.19 00:29:04.659780 [ 259 ] {1da84518-cb26-4f43-ac67-587cfe643291} <Debug> TCPHandler: Processed in 0.002497838 sec.
5365 2025.04.19 00:29:04.660045 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5366 2025.04.19 00:29:04.660176 [ 259 ] {85694523-9e38-4f6d-8a7f-c3ac8043713c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5367 2025.04.19 00:29:04.660230 [ 259 ] {85694523-9e38-4f6d-8a7f-c3ac8043713c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5368 2025.04.19 00:29:04.661110 [ 259 ] {85694523-9e38-4f6d-8a7f-c3ac8043713c} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5369 2025.04.19 00:29:04.661151 [ 259 ] {85694523-9e38-4f6d-8a7f-c3ac8043713c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5370 2025.04.19 00:29:04.661566 [ 259 ] {85694523-9e38-4f6d-8a7f-c3ac8043713c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5371 2025.04.19 00:29:04.661866 [ 259 ] {85694523-9e38-4f6d-8a7f-c3ac8043713c} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5372 2025.04.19 00:29:04.662105 [ 259 ] {85694523-9e38-4f6d-8a7f-c3ac8043713c} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.001957 sec., 347981.60449667857 rows/sec., 27.66 MiB/sec.
5373 2025.04.19 00:29:04.662162 [ 259 ] {85694523-9e38-4f6d-8a7f-c3ac8043713c} <Debug> TCPHandler: Processed in 0.002215932 sec.
5374 2025.04.19 00:29:04.662282 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5375 2025.04.19 00:29:04.662387 [ 259 ] {535e45b7-cbf0-4d40-bed9-9eb9d69e1148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5376 2025.04.19 00:29:04.662435 [ 259 ] {535e45b7-cbf0-4d40-bed9-9eb9d69e1148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5377 2025.04.19 00:29:04.662994 [ 259 ] {535e45b7-cbf0-4d40-bed9-9eb9d69e1148} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5378 2025.04.19 00:29:04.663035 [ 259 ] {535e45b7-cbf0-4d40-bed9-9eb9d69e1148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5379 2025.04.19 00:29:04.663396 [ 259 ] {535e45b7-cbf0-4d40-bed9-9eb9d69e1148} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5380 2025.04.19 00:29:04.663642 [ 259 ] {535e45b7-cbf0-4d40-bed9-9eb9d69e1148} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5381 2025.04.19 00:29:04.663840 [ 259 ] {535e45b7-cbf0-4d40-bed9-9eb9d69e1148} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001471 sec., 93813.7321549966 rows/sec., 5.84 MiB/sec.
5382 2025.04.19 00:29:04.663894 [ 259 ] {535e45b7-cbf0-4d40-bed9-9eb9d69e1148} <Debug> TCPHandler: Processed in 0.001663002 sec.
5383 2025.04.19 00:29:04.664010 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5384 2025.04.19 00:29:04.664116 [ 259 ] {4754d3ff-15ff-42fe-8051-6db3b8b67139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5385 2025.04.19 00:29:04.664162 [ 259 ] {4754d3ff-15ff-42fe-8051-6db3b8b67139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5386 2025.04.19 00:29:04.664700 [ 259 ] {4754d3ff-15ff-42fe-8051-6db3b8b67139} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5387 2025.04.19 00:29:04.664740 [ 259 ] {4754d3ff-15ff-42fe-8051-6db3b8b67139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5388 2025.04.19 00:29:04.665105 [ 259 ] {4754d3ff-15ff-42fe-8051-6db3b8b67139} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5389 2025.04.19 00:29:04.665346 [ 259 ] {4754d3ff-15ff-42fe-8051-6db3b8b67139} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5390 2025.04.19 00:29:04.665549 [ 259 ] {4754d3ff-15ff-42fe-8051-6db3b8b67139} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001455 sec., 77663.23024054983 rows/sec., 5.03 MiB/sec.
5391 2025.04.19 00:29:04.665664 [ 259 ] {4754d3ff-15ff-42fe-8051-6db3b8b67139} <Debug> TCPHandler: Processed in 0.001704593 sec.
5392 2025.04.19 00:29:04.665813 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5393 2025.04.19 00:29:04.665948 [ 259 ] {11ffc793-ca15-4080-8524-6d5cf238a76b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5394 2025.04.19 00:29:04.666003 [ 259 ] {11ffc793-ca15-4080-8524-6d5cf238a76b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5395 2025.04.19 00:29:04.666653 [ 259 ] {11ffc793-ca15-4080-8524-6d5cf238a76b} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5396 2025.04.19 00:29:04.666693 [ 259 ] {11ffc793-ca15-4080-8524-6d5cf238a76b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5397 2025.04.19 00:29:04.667056 [ 259 ] {11ffc793-ca15-4080-8524-6d5cf238a76b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5398 2025.04.19 00:29:04.667290 [ 259 ] {11ffc793-ca15-4080-8524-6d5cf238a76b} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5399 2025.04.19 00:29:04.667484 [ 259 ] {11ffc793-ca15-4080-8524-6d5cf238a76b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001566 sec., 71519.7956577267 rows/sec., 4.07 MiB/sec.
5400 2025.04.19 00:29:04.667534 [ 259 ] {11ffc793-ca15-4080-8524-6d5cf238a76b} <Debug> TCPHandler: Processed in 0.001785485 sec.
5401 2025.04.19 00:29:04.667650 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5402 2025.04.19 00:29:04.667755 [ 259 ] {6384583d-8093-4810-a722-58e8fe0ad496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5403 2025.04.19 00:29:04.667799 [ 259 ] {6384583d-8093-4810-a722-58e8fe0ad496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5404 2025.04.19 00:29:04.668453 [ 259 ] {6384583d-8093-4810-a722-58e8fe0ad496} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5405 2025.04.19 00:29:04.668493 [ 259 ] {6384583d-8093-4810-a722-58e8fe0ad496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5406 2025.04.19 00:29:04.668857 [ 259 ] {6384583d-8093-4810-a722-58e8fe0ad496} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5407 2025.04.19 00:29:04.669101 [ 259 ] {6384583d-8093-4810-a722-58e8fe0ad496} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5408 2025.04.19 00:29:04.669322 [ 259 ] {6384583d-8093-4810-a722-58e8fe0ad496} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001583 sec., 261528.74289324068 rows/sec., 18.60 MiB/sec.
5409 2025.04.19 00:29:04.669415 [ 259 ] {6384583d-8093-4810-a722-58e8fe0ad496} <Debug> TCPHandler: Processed in 0.001813115 sec.
5410 2025.04.19 00:29:04.669629 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5411 2025.04.19 00:29:04.669753 [ 259 ] {d05965f4-6618-4837-b593-a3774e328690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5412 2025.04.19 00:29:04.669801 [ 259 ] {d05965f4-6618-4837-b593-a3774e328690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5413 2025.04.19 00:29:04.670239 [ 259 ] {d05965f4-6618-4837-b593-a3774e328690} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5414 2025.04.19 00:29:04.670277 [ 259 ] {d05965f4-6618-4837-b593-a3774e328690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5415 2025.04.19 00:29:04.670628 [ 259 ] {d05965f4-6618-4837-b593-a3774e328690} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5416 2025.04.19 00:29:04.670866 [ 259 ] {d05965f4-6618-4837-b593-a3774e328690} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5417 2025.04.19 00:29:04.671082 [ 259 ] {d05965f4-6618-4837-b593-a3774e328690} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001343 sec., 4467.6098287416235 rows/sec., 233.42 KiB/sec.
5418 2025.04.19 00:29:04.671154 [ 259 ] {d05965f4-6618-4837-b593-a3774e328690} <Debug> TCPHandler: Processed in 0.001617501 sec.
5419 2025.04.19 00:29:04.671285 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5420 2025.04.19 00:29:04.671416 [ 259 ] {c3f6959e-8559-420f-918c-348307892658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5421 2025.04.19 00:29:04.671476 [ 259 ] {c3f6959e-8559-420f-918c-348307892658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5422 2025.04.19 00:29:04.672012 [ 259 ] {c3f6959e-8559-420f-918c-348307892658} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5423 2025.04.19 00:29:04.672053 [ 259 ] {c3f6959e-8559-420f-918c-348307892658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5424 2025.04.19 00:29:04.672444 [ 259 ] {c3f6959e-8559-420f-918c-348307892658} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5425 2025.04.19 00:29:04.672709 [ 259 ] {c3f6959e-8559-420f-918c-348307892658} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5426 2025.04.19 00:29:04.672994 [ 259 ] {c3f6959e-8559-420f-918c-348307892658} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00159 sec., 149056.6037735849 rows/sec., 9.99 MiB/sec.
5427 2025.04.19 00:29:04.673391 [ 259 ] {c3f6959e-8559-420f-918c-348307892658} <Debug> TCPHandler: Processed in 0.002163141 sec.
5428 2025.04.19 00:29:04.673780 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5429 2025.04.19 00:29:04.674108 [ 259 ] {1a3b78b9-f765-4f6b-961b-2f6558b4cfbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5430 2025.04.19 00:29:04.674174 [ 259 ] {1a3b78b9-f765-4f6b-961b-2f6558b4cfbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5431 2025.04.19 00:29:04.674597 [ 259 ] {1a3b78b9-f765-4f6b-961b-2f6558b4cfbd} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5432 2025.04.19 00:29:04.674637 [ 259 ] {1a3b78b9-f765-4f6b-961b-2f6558b4cfbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5433 2025.04.19 00:29:04.674987 [ 259 ] {1a3b78b9-f765-4f6b-961b-2f6558b4cfbd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5434 2025.04.19 00:29:04.675227 [ 259 ] {1a3b78b9-f765-4f6b-961b-2f6558b4cfbd} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5435 2025.04.19 00:29:04.675446 [ 259 ] {1a3b78b9-f765-4f6b-961b-2f6558b4cfbd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001428 sec., 700.2801120448179 rows/sec., 47.19 KiB/sec.
5436 2025.04.19 00:29:04.675635 [ 259 ] {1a3b78b9-f765-4f6b-961b-2f6558b4cfbd} <Debug> TCPHandler: Processed in 0.001976638 sec.
5437 2025.04.19 00:29:04.675792 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5438 2025.04.19 00:29:04.675899 [ 259 ] {721a905e-9818-48f6-9aef-c23c3def3288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5439 2025.04.19 00:29:04.675974 [ 259 ] {721a905e-9818-48f6-9aef-c23c3def3288} <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
5440 2025.04.19 00:29:04.677074 [ 259 ] {721a905e-9818-48f6-9aef-c23c3def3288} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5441 2025.04.19 00:29:04.677114 [ 259 ] {721a905e-9818-48f6-9aef-c23c3def3288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5442 2025.04.19 00:29:04.677744 [ 259 ] {721a905e-9818-48f6-9aef-c23c3def3288} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5443 2025.04.19 00:29:04.678004 [ 259 ] {721a905e-9818-48f6-9aef-c23c3def3288} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5444 2025.04.19 00:29:04.678235 [ 259 ] {721a905e-9818-48f6-9aef-c23c3def3288} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00236 sec., 13559.322033898305 rows/sec., 24.30 MiB/sec.
5445 2025.04.19 00:29:04.678328 [ 259 ] {721a905e-9818-48f6-9aef-c23c3def3288} <Debug> TCPHandler: Processed in 0.00258748 sec.
5446 2025.04.19 00:29:04.678461 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5447 2025.04.19 00:29:04.678592 [ 259 ] {2a0bdfc4-11a8-4ae8-b56c-ec64648ad4b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5448 2025.04.19 00:29:04.678647 [ 259 ] {2a0bdfc4-11a8-4ae8-b56c-ec64648ad4b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5449 2025.04.19 00:29:04.679142 [ 259 ] {2a0bdfc4-11a8-4ae8-b56c-ec64648ad4b0} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5450 2025.04.19 00:29:04.679188 [ 259 ] {2a0bdfc4-11a8-4ae8-b56c-ec64648ad4b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
5451 2025.04.19 00:29:04.679607 [ 259 ] {2a0bdfc4-11a8-4ae8-b56c-ec64648ad4b0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5452 2025.04.19 00:29:04.679834 [ 259 ] {2a0bdfc4-11a8-4ae8-b56c-ec64648ad4b0} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5453 2025.04.19 00:29:04.680025 [ 259 ] {2a0bdfc4-11a8-4ae8-b56c-ec64648ad4b0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001462 sec., 56087.551299589606 rows/sec., 3.56 MiB/sec.
5454 2025.04.19 00:29:04.680072 [ 259 ] {2a0bdfc4-11a8-4ae8-b56c-ec64648ad4b0} <Debug> TCPHandler: Processed in 0.001673383 sec.
5455 2025.04.19 00:29:05.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.37 MiB, peak 197.05 MiB, free memory in arenas 0.00 B, will set to 191.07 MiB (RSS), difference: -1.30 MiB
5456 2025.04.19 00:29:09.650027 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5457 2025.04.19 00:29:09.650218 [ 259 ] {ede1defd-0d64-4b14-aed8-b19ceebdfa3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5458 2025.04.19 00:29:09.650286 [ 259 ] {ede1defd-0d64-4b14-aed8-b19ceebdfa3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5459 2025.04.19 00:29:09.651023 [ 259 ] {ede1defd-0d64-4b14-aed8-b19ceebdfa3e} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5460 2025.04.19 00:29:09.651071 [ 259 ] {ede1defd-0d64-4b14-aed8-b19ceebdfa3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5461 2025.04.19 00:29:09.651452 [ 259 ] {ede1defd-0d64-4b14-aed8-b19ceebdfa3e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5462 2025.04.19 00:29:09.651674 [ 259 ] {ede1defd-0d64-4b14-aed8-b19ceebdfa3e} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5463 2025.04.19 00:29:09.651868 [ 259 ] {ede1defd-0d64-4b14-aed8-b19ceebdfa3e} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001754 sec., 41049.030786773095 rows/sec., 3.33 MiB/sec.
5464 2025.04.19 00:29:09.651918 [ 259 ] {ede1defd-0d64-4b14-aed8-b19ceebdfa3e} <Debug> TCPHandler: Processed in 0.00209144 sec.
5465 2025.04.19 00:29:09.652094 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5466 2025.04.19 00:29:09.652195 [ 259 ] {bdff2f3b-63b8-4148-9ec1-1e33dac14459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5467 2025.04.19 00:29:09.652239 [ 259 ] {bdff2f3b-63b8-4148-9ec1-1e33dac14459} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5468 2025.04.19 00:29:09.652731 [ 259 ] {bdff2f3b-63b8-4148-9ec1-1e33dac14459} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5469 2025.04.19 00:29:09.652771 [ 259 ] {bdff2f3b-63b8-4148-9ec1-1e33dac14459} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5470 2025.04.19 00:29:09.653100 [ 259 ] {bdff2f3b-63b8-4148-9ec1-1e33dac14459} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5471 2025.04.19 00:29:09.653339 [ 259 ] {bdff2f3b-63b8-4148-9ec1-1e33dac14459} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5472 2025.04.19 00:29:09.653535 [ 259 ] {bdff2f3b-63b8-4148-9ec1-1e33dac14459} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001361 sec., 5878.030859662013 rows/sec., 442.00 KiB/sec.
5473 2025.04.19 00:29:09.653585 [ 259 ] {bdff2f3b-63b8-4148-9ec1-1e33dac14459} <Debug> TCPHandler: Processed in 0.00153939 sec.
5474 2025.04.19 00:29:09.653695 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5475 2025.04.19 00:29:09.653802 [ 259 ] {98c12149-0d40-4d93-8a9d-db10e7ce1b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5476 2025.04.19 00:29:09.653847 [ 259 ] {98c12149-0d40-4d93-8a9d-db10e7ce1b3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5477 2025.04.19 00:29:09.654370 [ 259 ] {98c12149-0d40-4d93-8a9d-db10e7ce1b3d} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5478 2025.04.19 00:29:09.654410 [ 259 ] {98c12149-0d40-4d93-8a9d-db10e7ce1b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5479 2025.04.19 00:29:09.654771 [ 259 ] {98c12149-0d40-4d93-8a9d-db10e7ce1b3d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5480 2025.04.19 00:29:09.655023 [ 259 ] {98c12149-0d40-4d93-8a9d-db10e7ce1b3d} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5481 2025.04.19 00:29:09.655238 [ 259 ] {98c12149-0d40-4d93-8a9d-db10e7ce1b3d} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001449 sec., 49689.44099378882 rows/sec., 3.88 MiB/sec.
5482 2025.04.19 00:29:09.655315 [ 259 ] {98c12149-0d40-4d93-8a9d-db10e7ce1b3d} <Debug> TCPHandler: Processed in 0.001669032 sec.
5483 2025.04.19 00:29:09.655557 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5484 2025.04.19 00:29:09.655683 [ 259 ] {4553b598-56d0-4c33-b884-7131b1e1db0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5485 2025.04.19 00:29:09.655735 [ 259 ] {4553b598-56d0-4c33-b884-7131b1e1db0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5486 2025.04.19 00:29:09.656291 [ 259 ] {4553b598-56d0-4c33-b884-7131b1e1db0c} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5487 2025.04.19 00:29:09.656333 [ 259 ] {4553b598-56d0-4c33-b884-7131b1e1db0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5488 2025.04.19 00:29:09.656725 [ 259 ] {4553b598-56d0-4c33-b884-7131b1e1db0c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5489 2025.04.19 00:29:09.656987 [ 259 ] {4553b598-56d0-4c33-b884-7131b1e1db0c} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5490 2025.04.19 00:29:09.657183 [ 259 ] {4553b598-56d0-4c33-b884-7131b1e1db0c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001523 sec., 105055.81089954037 rows/sec., 7.32 MiB/sec.
5491 2025.04.19 00:29:09.657235 [ 259 ] {4553b598-56d0-4c33-b884-7131b1e1db0c} <Debug> TCPHandler: Processed in 0.001771324 sec.
5492 2025.04.19 00:29:09.657351 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5493 2025.04.19 00:29:09.657458 [ 259 ] {e2dcfd54-5634-454e-acd7-085119495d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5494 2025.04.19 00:29:09.657525 [ 259 ] {e2dcfd54-5634-454e-acd7-085119495d1d} <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
5495 2025.04.19 00:29:09.658550 [ 259 ] {e2dcfd54-5634-454e-acd7-085119495d1d} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5496 2025.04.19 00:29:09.658591 [ 259 ] {e2dcfd54-5634-454e-acd7-085119495d1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5497 2025.04.19 00:29:09.659216 [ 259 ] {e2dcfd54-5634-454e-acd7-085119495d1d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5498 2025.04.19 00:29:09.659474 [ 259 ] {e2dcfd54-5634-454e-acd7-085119495d1d} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5499 2025.04.19 00:29:09.659666 [ 50 ] {} <Debug> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5500 2025.04.19 00:29:09.659733 [ 259 ] {e2dcfd54-5634-454e-acd7-085119495d1d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002292 sec., 3490.4013961605583 rows/sec., 6.25 MiB/sec.
5501 2025.04.19 00:29:09.659748 [ 50 ] {} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5502 2025.04.19 00:29:09.659823 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5503 2025.04.19 00:29:09.660157 [ 259 ] {e2dcfd54-5634-454e-acd7-085119495d1d} <Debug> TCPHandler: Processed in 0.002855635 sec.
5504 2025.04.19 00:29:09.660178 [ 186 ] {e8760166-362f-4d7d-b538-df02c885e1f5::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
5505 2025.04.19 00:29:09.660338 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5506 2025.04.19 00:29:09.660595 [ 259 ] {25f724ad-e242-4cfd-b30e-42969138c5dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5507 2025.04.19 00:29:09.660720 [ 259 ] {25f724ad-e242-4cfd-b30e-42969138c5dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5508 2025.04.19 00:29:09.661005 [ 186 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5509 2025.04.19 00:29:09.661262 [ 186 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 442 rows starting from the beginning of the part
5510 2025.04.19 00:29:09.662026 [ 186 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part
5511 2025.04.19 00:29:09.662774 [ 186 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part
5512 2025.04.19 00:29:09.662842 [ 259 ] {25f724ad-e242-4cfd-b30e-42969138c5dc} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5513 2025.04.19 00:29:09.662924 [ 259 ] {25f724ad-e242-4cfd-b30e-42969138c5dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5514 2025.04.19 00:29:09.663400 [ 186 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part
5515 2025.04.19 00:29:09.664061 [ 186 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part
5516 2025.04.19 00:29:09.664581 [ 259 ] {25f724ad-e242-4cfd-b30e-42969138c5dc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5517 2025.04.19 00:29:09.664710 [ 186 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part
5518 2025.04.19 00:29:09.665448 [ 259 ] {25f724ad-e242-4cfd-b30e-42969138c5dc} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5519 2025.04.19 00:29:09.665983 [ 259 ] {25f724ad-e242-4cfd-b30e-42969138c5dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005489 sec., 10930.95281472035 rows/sec., 754.35 KiB/sec.
5520 2025.04.19 00:29:09.666103 [ 259 ] {25f724ad-e242-4cfd-b30e-42969138c5dc} <Debug> TCPHandler: Processed in 0.005827272 sec.
5521 2025.04.19 00:29:09.675739 [ 189 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 522 rows, containing 19 columns (19 merged, 0 gathered) in 0.015795524 sec., 33047.336701207256 rows/sec., 59.22 MiB/sec.
5522 2025.04.19 00:29:09.676323 [ 198 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5523 2025.04.19 00:29:09.676743 [ 198 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5524 2025.04.19 00:29:09.676833 [ 198 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5525 2025.04.19 00:29:09.676947 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB.
5526 2025.04.19 00:29:10.000149 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.55 MiB, peak 198.89 MiB, free memory in arenas 0.00 B, will set to 192.89 MiB (RSS), difference: 1.34 MiB
5527 2025.04.19 00:29:10.787297 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468
5528 2025.04.19 00:29:10.787917 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5529 2025.04.19 00:29:10.787966 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5530 2025.04.19 00:29:10.788561 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5531 2025.04.19 00:29:10.788817 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5532 2025.04.19 00:29:10.789063 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468
5533 2025.04.19 00:29:11.537629 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5534 2025.04.19 00:29:11.558479 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5535 2025.04.19 00:29:11.558531 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5536 2025.04.19 00:29:11.565971 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5537 2025.04.19 00:29:11.566768 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5538 2025.04.19 00:29:11.569401 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5539 2025.04.19 00:29:13.333194 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 802
5540 2025.04.19 00:29:13.336270 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5541 2025.04.19 00:29:13.336326 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5542 2025.04.19 00:29:13.337791 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5543 2025.04.19 00:29:13.338113 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5544 2025.04.19 00:29:13.339577 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 802
5545 2025.04.19 00:29:14.657202 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5546 2025.04.19 00:29:14.657419 [ 259 ] {1707a866-eb79-4fbb-91b8-1b53c7f0730f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5547 2025.04.19 00:29:14.657500 [ 259 ] {1707a866-eb79-4fbb-91b8-1b53c7f0730f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5548 2025.04.19 00:29:14.658436 [ 259 ] {1707a866-eb79-4fbb-91b8-1b53c7f0730f} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5549 2025.04.19 00:29:14.658490 [ 259 ] {1707a866-eb79-4fbb-91b8-1b53c7f0730f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5550 2025.04.19 00:29:14.658924 [ 259 ] {1707a866-eb79-4fbb-91b8-1b53c7f0730f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5551 2025.04.19 00:29:14.659187 [ 259 ] {1707a866-eb79-4fbb-91b8-1b53c7f0730f} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5552 2025.04.19 00:29:14.659342 [ 117 ] {} <Debug> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5553 2025.04.19 00:29:14.659384 [ 117 ] {} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5554 2025.04.19 00:29:14.659388 [ 259 ] {1707a866-eb79-4fbb-91b8-1b53c7f0730f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002023 sec., 104794.85912011864 rows/sec., 6.66 MiB/sec.
5555 2025.04.19 00:29:14.659411 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5556 2025.04.19 00:29:14.659495 [ 259 ] {1707a866-eb79-4fbb-91b8-1b53c7f0730f} <Debug> TCPHandler: Processed in 0.002429046 sec.
5557 2025.04.19 00:29:14.659650 [ 200 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full
5558 2025.04.19 00:29:14.659686 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5559 2025.04.19 00:29:14.659911 [ 200 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5560 2025.04.19 00:29:14.659921 [ 259 ] {931613f0-ac99-4a22-a38b-d356f3e738d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5561 2025.04.19 00:29:14.659975 [ 200 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 212 rows starting from the beginning of the part
5562 2025.04.19 00:29:14.660015 [ 259 ] {931613f0-ac99-4a22-a38b-d356f3e738d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5563 2025.04.19 00:29:14.660254 [ 200 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part
5564 2025.04.19 00:29:14.660677 [ 200 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 212 rows starting from the beginning of the part
5565 2025.04.19 00:29:14.661093 [ 200 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part
5566 2025.04.19 00:29:14.661468 [ 200 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part
5567 2025.04.19 00:29:14.663338 [ 259 ] {931613f0-ac99-4a22-a38b-d356f3e738d7} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5568 2025.04.19 00:29:14.663388 [ 259 ] {931613f0-ac99-4a22-a38b-d356f3e738d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5569 2025.04.19 00:29:14.663895 [ 198 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004376054 sec., 242227.3582547199 rows/sec., 16.33 MiB/sec.
5570 2025.04.19 00:29:14.664186 [ 189 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5571 2025.04.19 00:29:14.664194 [ 259 ] {931613f0-ac99-4a22-a38b-d356f3e738d7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5572 2025.04.19 00:29:14.664520 [ 259 ] {931613f0-ac99-4a22-a38b-d356f3e738d7} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5573 2025.04.19 00:29:14.664618 [ 189 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_17_4} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5574 2025.04.19 00:29:14.664781 [ 259 ] {931613f0-ac99-4a22-a38b-d356f3e738d7} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.004943 sec., 137770.58466518307 rows/sec., 10.95 MiB/sec.
5575 2025.04.19 00:29:14.664809 [ 189 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_17_4} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5576 2025.04.19 00:29:14.664856 [ 259 ] {931613f0-ac99-4a22-a38b-d356f3e738d7} <Debug> TCPHandler: Processed in 0.005230591 sec.
5577 2025.04.19 00:29:14.664950 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
5578 2025.04.19 00:29:14.664997 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5579 2025.04.19 00:29:14.665098 [ 259 ] {005a465c-8953-4ae8-81f6-70d1eff5107e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5580 2025.04.19 00:29:14.665143 [ 259 ] {005a465c-8953-4ae8-81f6-70d1eff5107e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5581 2025.04.19 00:29:14.665692 [ 259 ] {005a465c-8953-4ae8-81f6-70d1eff5107e} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5582 2025.04.19 00:29:14.665730 [ 259 ] {005a465c-8953-4ae8-81f6-70d1eff5107e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5583 2025.04.19 00:29:14.666081 [ 259 ] {005a465c-8953-4ae8-81f6-70d1eff5107e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5584 2025.04.19 00:29:14.666323 [ 259 ] {005a465c-8953-4ae8-81f6-70d1eff5107e} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5585 2025.04.19 00:29:14.666485 [ 259 ] {005a465c-8953-4ae8-81f6-70d1eff5107e} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001407 sec., 98081.02345415778 rows/sec., 6.10 MiB/sec.
5586 2025.04.19 00:29:14.666533 [ 259 ] {005a465c-8953-4ae8-81f6-70d1eff5107e} <Debug> TCPHandler: Processed in 0.001592221 sec.
5587 2025.04.19 00:29:14.666653 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5588 2025.04.19 00:29:14.666756 [ 259 ] {c8cafaf4-7c70-497c-ae50-37fe9570083a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5589 2025.04.19 00:29:14.666800 [ 259 ] {c8cafaf4-7c70-497c-ae50-37fe9570083a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5590 2025.04.19 00:29:14.667335 [ 259 ] {c8cafaf4-7c70-497c-ae50-37fe9570083a} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5591 2025.04.19 00:29:14.667373 [ 259 ] {c8cafaf4-7c70-497c-ae50-37fe9570083a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5592 2025.04.19 00:29:14.667717 [ 259 ] {c8cafaf4-7c70-497c-ae50-37fe9570083a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5593 2025.04.19 00:29:14.667962 [ 259 ] {c8cafaf4-7c70-497c-ae50-37fe9570083a} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5594 2025.04.19 00:29:14.668162 [ 259 ] {c8cafaf4-7c70-497c-ae50-37fe9570083a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001417 sec., 79745.94213126323 rows/sec., 5.16 MiB/sec.
5595 2025.04.19 00:29:14.668243 [ 259 ] {c8cafaf4-7c70-497c-ae50-37fe9570083a} <Debug> TCPHandler: Processed in 0.001636702 sec.
5596 2025.04.19 00:29:14.668469 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5597 2025.04.19 00:29:14.668572 [ 259 ] {def93a04-93f2-4ae9-ac0a-9aa5c25c417e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5598 2025.04.19 00:29:14.668622 [ 259 ] {def93a04-93f2-4ae9-ac0a-9aa5c25c417e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5599 2025.04.19 00:29:14.669167 [ 259 ] {def93a04-93f2-4ae9-ac0a-9aa5c25c417e} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5600 2025.04.19 00:29:14.669205 [ 259 ] {def93a04-93f2-4ae9-ac0a-9aa5c25c417e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5601 2025.04.19 00:29:14.669551 [ 259 ] {def93a04-93f2-4ae9-ac0a-9aa5c25c417e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5602 2025.04.19 00:29:14.669787 [ 259 ] {def93a04-93f2-4ae9-ac0a-9aa5c25c417e} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5603 2025.04.19 00:29:14.669905 [ 117 ] {} <Debug> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5604 2025.04.19 00:29:14.669943 [ 117 ] {} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5605 2025.04.19 00:29:14.669963 [ 259 ] {def93a04-93f2-4ae9-ac0a-9aa5c25c417e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001408 sec., 79545.45454545454 rows/sec., 4.53 MiB/sec.
5606 2025.04.19 00:29:14.669967 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5607 2025.04.19 00:29:14.670126 [ 259 ] {def93a04-93f2-4ae9-ac0a-9aa5c25c417e} <Debug> TCPHandler: Processed in 0.001715693 sec.
5608 2025.04.19 00:29:14.670271 [ 200 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full
5609 2025.04.19 00:29:14.670428 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5610 2025.04.19 00:29:14.670775 [ 200 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5611 2025.04.19 00:29:14.670800 [ 259 ] {1e2c0fc3-9086-415e-9485-e0c3d57371b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5612 2025.04.19 00:29:14.670898 [ 200 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 112 rows starting from the beginning of the part
5613 2025.04.19 00:29:14.670928 [ 259 ] {1e2c0fc3-9086-415e-9485-e0c3d57371b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5614 2025.04.19 00:29:14.671220 [ 200 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part
5615 2025.04.19 00:29:14.671551 [ 200 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 112 rows starting from the beginning of the part
5616 2025.04.19 00:29:14.671857 [ 200 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part
5617 2025.04.19 00:29:14.672236 [ 200 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 112 rows starting from the beginning of the part
5618 2025.04.19 00:29:14.673813 [ 259 ] {1e2c0fc3-9086-415e-9485-e0c3d57371b5} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5619 2025.04.19 00:29:14.673885 [ 259 ] {1e2c0fc3-9086-415e-9485-e0c3d57371b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5620 2025.04.19 00:29:14.674649 [ 200 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004583609 sec., 122174.46994278963 rows/sec., 7.43 MiB/sec.
5621 2025.04.19 00:29:14.674788 [ 259 ] {1e2c0fc3-9086-415e-9485-e0c3d57371b5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5622 2025.04.19 00:29:14.674816 [ 189 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5623 2025.04.19 00:29:14.675091 [ 259 ] {1e2c0fc3-9086-415e-9485-e0c3d57371b5} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5624 2025.04.19 00:29:14.675164 [ 189 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_17_4} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5625 2025.04.19 00:29:14.675316 [ 189 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_17_4} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5626 2025.04.19 00:29:14.675326 [ 259 ] {1e2c0fc3-9086-415e-9485-e0c3d57371b5} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.004659 sec., 88860.27044430135 rows/sec., 6.32 MiB/sec.
5627 2025.04.19 00:29:14.675449 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
5628 2025.04.19 00:29:14.675452 [ 259 ] {1e2c0fc3-9086-415e-9485-e0c3d57371b5} <Debug> TCPHandler: Processed in 0.005144668 sec.
5629 2025.04.19 00:29:14.675586 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5630 2025.04.19 00:29:14.675692 [ 259 ] {625eeb0a-19b8-4e1a-93f9-d51b7216144e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5631 2025.04.19 00:29:14.675740 [ 259 ] {625eeb0a-19b8-4e1a-93f9-d51b7216144e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5632 2025.04.19 00:29:14.676172 [ 259 ] {625eeb0a-19b8-4e1a-93f9-d51b7216144e} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5633 2025.04.19 00:29:14.676209 [ 259 ] {625eeb0a-19b8-4e1a-93f9-d51b7216144e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5634 2025.04.19 00:29:14.676558 [ 259 ] {625eeb0a-19b8-4e1a-93f9-d51b7216144e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5635 2025.04.19 00:29:14.676810 [ 259 ] {625eeb0a-19b8-4e1a-93f9-d51b7216144e} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5636 2025.04.19 00:29:14.677013 [ 259 ] {625eeb0a-19b8-4e1a-93f9-d51b7216144e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001333 sec., 4501.12528132033 rows/sec., 235.17 KiB/sec.
5637 2025.04.19 00:29:14.677175 [ 259 ] {625eeb0a-19b8-4e1a-93f9-d51b7216144e} <Debug> TCPHandler: Processed in 0.001636751 sec.
5638 2025.04.19 00:29:14.677348 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5639 2025.04.19 00:29:14.677452 [ 259 ] {bd2613c4-29fb-4ea6-8722-3e86c798a3e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5640 2025.04.19 00:29:14.677501 [ 259 ] {bd2613c4-29fb-4ea6-8722-3e86c798a3e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5641 2025.04.19 00:29:14.678032 [ 259 ] {bd2613c4-29fb-4ea6-8722-3e86c798a3e1} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5642 2025.04.19 00:29:14.678070 [ 259 ] {bd2613c4-29fb-4ea6-8722-3e86c798a3e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5643 2025.04.19 00:29:14.678442 [ 259 ] {bd2613c4-29fb-4ea6-8722-3e86c798a3e1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5644 2025.04.19 00:29:14.678686 [ 259 ] {bd2613c4-29fb-4ea6-8722-3e86c798a3e1} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5645 2025.04.19 00:29:14.678868 [ 259 ] {bd2613c4-29fb-4ea6-8722-3e86c798a3e1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001435 sec., 165156.7944250871 rows/sec., 11.07 MiB/sec.
5646 2025.04.19 00:29:14.678941 [ 259 ] {bd2613c4-29fb-4ea6-8722-3e86c798a3e1} <Debug> TCPHandler: Processed in 0.001642341 sec.
5647 2025.04.19 00:29:14.679173 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5648 2025.04.19 00:29:14.679289 [ 259 ] {d34700e0-1bd1-4a92-bd7c-e692db8fa49f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5649 2025.04.19 00:29:14.679337 [ 259 ] {d34700e0-1bd1-4a92-bd7c-e692db8fa49f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5650 2025.04.19 00:29:14.679803 [ 259 ] {d34700e0-1bd1-4a92-bd7c-e692db8fa49f} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5651 2025.04.19 00:29:14.679844 [ 259 ] {d34700e0-1bd1-4a92-bd7c-e692db8fa49f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5652 2025.04.19 00:29:14.680206 [ 259 ] {d34700e0-1bd1-4a92-bd7c-e692db8fa49f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5653 2025.04.19 00:29:14.680450 [ 259 ] {d34700e0-1bd1-4a92-bd7c-e692db8fa49f} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5654 2025.04.19 00:29:14.680622 [ 259 ] {d34700e0-1bd1-4a92-bd7c-e692db8fa49f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001355 sec., 738.0073800738007 rows/sec., 49.73 KiB/sec.
5655 2025.04.19 00:29:14.680671 [ 259 ] {d34700e0-1bd1-4a92-bd7c-e692db8fa49f} <Debug> TCPHandler: Processed in 0.001592501 sec.
5656 2025.04.19 00:29:14.680795 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5657 2025.04.19 00:29:14.680904 [ 259 ] {363b0c65-b4e2-449d-8900-0fb71e00759b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5658 2025.04.19 00:29:14.680969 [ 259 ] {363b0c65-b4e2-449d-8900-0fb71e00759b} <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
5659 2025.04.19 00:29:14.682066 [ 259 ] {363b0c65-b4e2-449d-8900-0fb71e00759b} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5660 2025.04.19 00:29:14.682106 [ 259 ] {363b0c65-b4e2-449d-8900-0fb71e00759b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5661 2025.04.19 00:29:14.682763 [ 259 ] {363b0c65-b4e2-449d-8900-0fb71e00759b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5662 2025.04.19 00:29:14.683107 [ 259 ] {363b0c65-b4e2-449d-8900-0fb71e00759b} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5663 2025.04.19 00:29:14.683388 [ 259 ] {363b0c65-b4e2-449d-8900-0fb71e00759b} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002499 sec., 12805.122048819529 rows/sec., 22.95 MiB/sec.
5664 2025.04.19 00:29:14.683907 [ 259 ] {363b0c65-b4e2-449d-8900-0fb71e00759b} <Debug> TCPHandler: Processed in 0.003163241 sec.
5665 2025.04.19 00:29:14.684042 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5666 2025.04.19 00:29:14.684149 [ 259 ] {9e359bd3-07d8-4db3-8ca1-bb17db98a0ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5667 2025.04.19 00:29:14.684197 [ 259 ] {9e359bd3-07d8-4db3-8ca1-bb17db98a0ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5668 2025.04.19 00:29:14.684651 [ 259 ] {9e359bd3-07d8-4db3-8ca1-bb17db98a0ff} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5669 2025.04.19 00:29:14.684691 [ 259 ] {9e359bd3-07d8-4db3-8ca1-bb17db98a0ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5670 2025.04.19 00:29:14.685060 [ 259 ] {9e359bd3-07d8-4db3-8ca1-bb17db98a0ff} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5671 2025.04.19 00:29:14.685312 [ 259 ] {9e359bd3-07d8-4db3-8ca1-bb17db98a0ff} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5672 2025.04.19 00:29:14.685525 [ 259 ] {9e359bd3-07d8-4db3-8ca1-bb17db98a0ff} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001398 sec., 58655.2217453505 rows/sec., 3.73 MiB/sec.
5673 2025.04.19 00:29:14.685577 [ 259 ] {9e359bd3-07d8-4db3-8ca1-bb17db98a0ff} <Debug> TCPHandler: Processed in 0.001587101 sec.
5674 2025.04.19 00:29:18.176292 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache
5675 2025.04.19 00:29:18.176341 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache
5676 2025.04.19 00:29:18.289237 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956
5677 2025.04.19 00:29:18.289957 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5678 2025.04.19 00:29:18.290011 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5679 2025.04.19 00:29:18.290536 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5680 2025.04.19 00:29:18.290789 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5681 2025.04.19 00:29:18.290992 [ 91 ] {} <Debug> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5682 2025.04.19 00:29:18.291058 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5683 2025.04.19 00:29:18.291087 [ 91 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5684 2025.04.19 00:29:18.291120 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5685 2025.04.19 00:29:18.291314 [ 195 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
5686 2025.04.19 00:29:18.291554 [ 195 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5687 2025.04.19 00:29:18.291596 [ 195 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part
5688 2025.04.19 00:29:18.291676 [ 195 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part
5689 2025.04.19 00:29:18.291868 [ 195 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part
5690 2025.04.19 00:29:18.292161 [ 195 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part
5691 2025.04.19 00:29:18.292340 [ 195 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part
5692 2025.04.19 00:29:18.292459 [ 195 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part
5693 2025.04.19 00:29:18.297056 [ 200 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005867183 sec., 2037775.1980805781 rows/sec., 29.15 MiB/sec.
5694 2025.04.19 00:29:18.297422 [ 197 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5695 2025.04.19 00:29:18.297736 [ 197 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_26_5} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5696 2025.04.19 00:29:18.297816 [ 197 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_26_5} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5697 2025.04.19 00:29:18.297919 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
5698 2025.04.19 00:29:19.069519 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5699 2025.04.19 00:29:19.090917 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5700 2025.04.19 00:29:19.090979 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5701 2025.04.19 00:29:19.098587 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5702 2025.04.19 00:29:19.099397 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5703 2025.04.19 00:29:19.099824 [ 112 ] {} <Debug> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5704 2025.04.19 00:29:19.099959 [ 112 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5705 2025.04.19 00:29:19.100046 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5706 2025.04.19 00:29:19.100521 [ 199 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
5707 2025.04.19 00:29:19.109467 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5708 2025.04.19 00:29:19.110685 [ 199 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5709 2025.04.19 00:29:19.111587 [ 199 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part
5710 2025.04.19 00:29:19.116113 [ 199 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part
5711 2025.04.19 00:29:19.120998 [ 199 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part
5712 2025.04.19 00:29:19.125866 [ 199 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part
5713 2025.04.19 00:29:19.131017 [ 199 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part
5714 2025.04.19 00:29:19.135165 [ 199 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part
5715 2025.04.19 00:29:19.191821 [ 200 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.091642312 sec., 2138.7500568514683 rows/sec., 11.06 MiB/sec.
5716 2025.04.19 00:29:19.193443 [ 187 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5717 2025.04.19 00:29:19.195800 [ 187 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_26_5} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5718 2025.04.19 00:29:19.195899 [ 187 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_26_5} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5719 2025.04.19 00:29:19.197103 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5720 2025.04.19 00:29:19.650730 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5721 2025.04.19 00:29:19.651052 [ 259 ] {e8624e2c-adfa-4ff0-a7b8-279d110a51bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5722 2025.04.19 00:29:19.651165 [ 259 ] {e8624e2c-adfa-4ff0-a7b8-279d110a51bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5723 2025.04.19 00:29:19.652018 [ 259 ] {e8624e2c-adfa-4ff0-a7b8-279d110a51bb} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5724 2025.04.19 00:29:19.652068 [ 259 ] {e8624e2c-adfa-4ff0-a7b8-279d110a51bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5725 2025.04.19 00:29:19.652514 [ 259 ] {e8624e2c-adfa-4ff0-a7b8-279d110a51bb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5726 2025.04.19 00:29:19.652760 [ 259 ] {e8624e2c-adfa-4ff0-a7b8-279d110a51bb} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5727 2025.04.19 00:29:19.652960 [ 112 ] {} <Debug> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5728 2025.04.19 00:29:19.652988 [ 259 ] {e8624e2c-adfa-4ff0-a7b8-279d110a51bb} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.00202 sec., 35643.56435643564 rows/sec., 2.90 MiB/sec.
5729 2025.04.19 00:29:19.653041 [ 112 ] {} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5730 2025.04.19 00:29:19.653105 [ 259 ] {e8624e2c-adfa-4ff0-a7b8-279d110a51bb} <Debug> TCPHandler: Processed in 0.002557039 sec.
5731 2025.04.19 00:29:19.653111 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5732 2025.04.19 00:29:19.653318 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5733 2025.04.19 00:29:19.653320 [ 200 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
5734 2025.04.19 00:29:19.653724 [ 259 ] {6fdafdd6-7be2-4893-b564-67b683eefa36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5735 2025.04.19 00:29:19.653823 [ 200 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5736 2025.04.19 00:29:19.653935 [ 259 ] {6fdafdd6-7be2-4893-b564-67b683eefa36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5737 2025.04.19 00:29:19.653952 [ 200 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1846 rows starting from the beginning of the part
5738 2025.04.19 00:29:19.654322 [ 200 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 72 rows starting from the beginning of the part
5739 2025.04.19 00:29:19.654658 [ 200 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 681 rows starting from the beginning of the part
5740 2025.04.19 00:29:19.655276 [ 200 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 72 rows starting from the beginning of the part
5741 2025.04.19 00:29:19.655962 [ 200 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 681 rows starting from the beginning of the part
5742 2025.04.19 00:29:19.656455 [ 200 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 72 rows starting from the beginning of the part
5743 2025.04.19 00:29:19.657856 [ 259 ] {6fdafdd6-7be2-4893-b564-67b683eefa36} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5744 2025.04.19 00:29:19.657933 [ 259 ] {6fdafdd6-7be2-4893-b564-67b683eefa36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5745 2025.04.19 00:29:19.658902 [ 259 ] {6fdafdd6-7be2-4893-b564-67b683eefa36} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5746 2025.04.19 00:29:19.659395 [ 259 ] {6fdafdd6-7be2-4893-b564-67b683eefa36} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5747 2025.04.19 00:29:19.659616 [ 112 ] {} <Debug> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5748 2025.04.19 00:29:19.659735 [ 112 ] {} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5749 2025.04.19 00:29:19.659778 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5750 2025.04.19 00:29:19.659784 [ 259 ] {6fdafdd6-7be2-4893-b564-67b683eefa36} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00622 sec., 1286.1736334405145 rows/sec., 96.71 KiB/sec.
5751 2025.04.19 00:29:19.660309 [ 259 ] {6fdafdd6-7be2-4893-b564-67b683eefa36} <Debug> TCPHandler: Processed in 0.007079646 sec.
5752 2025.04.19 00:29:19.660551 [ 201 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::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
5753 2025.04.19 00:29:19.660801 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5754 2025.04.19 00:29:19.661337 [ 259 ] {9b78a0cb-15c9-42ae-b60e-840971706978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5755 2025.04.19 00:29:19.661429 [ 201 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5756 2025.04.19 00:29:19.661460 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3424 rows, containing 5 columns (5 merged, 0 gathered) in 0.008248329 sec., 415114.3825616073 rows/sec., 35.10 MiB/sec.
5757 2025.04.19 00:29:19.661496 [ 259 ] {9b78a0cb-15c9-42ae-b60e-840971706978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5758 2025.04.19 00:29:19.661520 [ 201 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 164 rows starting from the beginning of the part
5759 2025.04.19 00:29:19.661894 [ 201 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part
5760 2025.04.19 00:29:19.661980 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5761 2025.04.19 00:29:19.662572 [ 201 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 138 rows starting from the beginning of the part
5762 2025.04.19 00:29:19.663036 [ 201 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part
5763 2025.04.19 00:29:19.663468 [ 201 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 138 rows starting from the beginning of the part
5764 2025.04.19 00:29:19.663603 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_41_8} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5765 2025.04.19 00:29:19.664006 [ 201 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part
5766 2025.04.19 00:29:19.664064 [ 193 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_41_8} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5767 2025.04.19 00:29:19.664436 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
5768 2025.04.19 00:29:19.664807 [ 259 ] {9b78a0cb-15c9-42ae-b60e-840971706978} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5769 2025.04.19 00:29:19.664854 [ 259 ] {9b78a0cb-15c9-42ae-b60e-840971706978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5770 2025.04.19 00:29:19.665364 [ 259 ] {9b78a0cb-15c9-42ae-b60e-840971706978} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5771 2025.04.19 00:29:19.665735 [ 259 ] {9b78a0cb-15c9-42ae-b60e-840971706978} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5772 2025.04.19 00:29:19.665776 [ 188 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 464 rows, containing 5 columns (5 merged, 0 gathered) in 0.005892603 sec., 78742.78990116932 rows/sec., 5.28 MiB/sec.
5773 2025.04.19 00:29:19.665917 [ 112 ] {} <Debug> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5774 2025.04.19 00:29:19.666003 [ 112 ] {} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5775 2025.04.19 00:29:19.666063 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5776 2025.04.19 00:29:19.666118 [ 188 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5777 2025.04.19 00:29:19.666204 [ 259 ] {9b78a0cb-15c9-42ae-b60e-840971706978} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.004984 sec., 14446.227929373998 rows/sec., 1.13 MiB/sec.
5778 2025.04.19 00:29:19.666561 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
5779 2025.04.19 00:29:19.666571 [ 259 ] {9b78a0cb-15c9-42ae-b60e-840971706978} <Debug> TCPHandler: Processed in 0.005917054 sec.
5780 2025.04.19 00:29:19.666818 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5781 2025.04.19 00:29:19.666844 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5782 2025.04.19 00:29:19.666904 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part
5783 2025.04.19 00:29:19.667220 [ 188 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_36_7} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5784 2025.04.19 00:29:19.667258 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 72 rows starting from the beginning of the part
5785 2025.04.19 00:29:19.667297 [ 259 ] {21777c3b-e5bd-4e29-a80e-3dcc7093aa32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5786 2025.04.19 00:29:19.667602 [ 259 ] {21777c3b-e5bd-4e29-a80e-3dcc7093aa32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5787 2025.04.19 00:29:19.667735 [ 188 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_36_7} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5788 2025.04.19 00:29:19.667848 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 414 rows starting from the beginning of the part
5789 2025.04.19 00:29:19.668117 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
5790 2025.04.19 00:29:19.668342 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 72 rows starting from the beginning of the part
5791 2025.04.19 00:29:19.668764 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 414 rows starting from the beginning of the part
5792 2025.04.19 00:29:19.669196 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 72 rows starting from the beginning of the part
5793 2025.04.19 00:29:19.670184 [ 259 ] {21777c3b-e5bd-4e29-a80e-3dcc7093aa32} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5794 2025.04.19 00:29:19.670228 [ 259 ] {21777c3b-e5bd-4e29-a80e-3dcc7093aa32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5795 2025.04.19 00:29:19.670815 [ 259 ] {21777c3b-e5bd-4e29-a80e-3dcc7093aa32} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5796 2025.04.19 00:29:19.671081 [ 259 ] {21777c3b-e5bd-4e29-a80e-3dcc7093aa32} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5797 2025.04.19 00:29:19.671294 [ 196 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1958 rows, containing 5 columns (5 merged, 0 gathered) in 0.005081248 sec., 385338.40505324677 rows/sec., 29.44 MiB/sec.
5798 2025.04.19 00:29:19.671352 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5799 2025.04.19 00:29:19.671457 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5800 2025.04.19 00:29:19.671507 [ 259 ] {21777c3b-e5bd-4e29-a80e-3dcc7093aa32} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004354 sec., 36747.81809830041 rows/sec., 2.56 MiB/sec.
5801 2025.04.19 00:29:19.671513 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5802 2025.04.19 00:29:19.671798 [ 259 ] {21777c3b-e5bd-4e29-a80e-3dcc7093aa32} <Debug> TCPHandler: Processed in 0.005029687 sec.
5803 2025.04.19 00:29:19.671823 [ 190 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5804 2025.04.19 00:29:19.671944 [ 186 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
5805 2025.04.19 00:29:19.672121 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5806 2025.04.19 00:29:19.672360 [ 186 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5807 2025.04.19 00:29:19.672454 [ 259 ] {673dfee3-04ae-4028-a1a9-2c9d6ed4858f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5808 2025.04.19 00:29:19.672479 [ 186 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11775 rows starting from the beginning of the part
5809 2025.04.19 00:29:19.672773 [ 190 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_41_8} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5810 2025.04.19 00:29:19.672868 [ 259 ] {673dfee3-04ae-4028-a1a9-2c9d6ed4858f} <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
5811 2025.04.19 00:29:19.673031 [ 186 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part
5812 2025.04.19 00:29:19.673350 [ 190 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_41_8} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5813 2025.04.19 00:29:19.673665 [ 186 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part
5814 2025.04.19 00:29:19.673780 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
5815 2025.04.19 00:29:19.674208 [ 186 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part
5816 2025.04.19 00:29:19.674605 [ 186 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part
5817 2025.04.19 00:29:19.675031 [ 186 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part
5818 2025.04.19 00:29:19.677348 [ 259 ] {673dfee3-04ae-4028-a1a9-2c9d6ed4858f} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5819 2025.04.19 00:29:19.677443 [ 259 ] {673dfee3-04ae-4028-a1a9-2c9d6ed4858f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5820 2025.04.19 00:29:19.679358 [ 259 ] {673dfee3-04ae-4028-a1a9-2c9d6ed4858f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5821 2025.04.19 00:29:19.680188 [ 259 ] {673dfee3-04ae-4028-a1a9-2c9d6ed4858f} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5822 2025.04.19 00:29:19.680624 [ 259 ] {673dfee3-04ae-4028-a1a9-2c9d6ed4858f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00829 sec., 965.0180940892641 rows/sec., 1.73 MiB/sec.
5823 2025.04.19 00:29:19.680819 [ 259 ] {673dfee3-04ae-4028-a1a9-2c9d6ed4858f} <Debug> TCPHandler: Processed in 0.00881956 sec.
5824 2025.04.19 00:29:19.680977 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5825 2025.04.19 00:29:19.681121 [ 259 ] {dbcd93f3-ac50-4faa-8257-d978c009e720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5826 2025.04.19 00:29:19.681178 [ 259 ] {dbcd93f3-ac50-4faa-8257-d978c009e720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5827 2025.04.19 00:29:19.682057 [ 186 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12729 rows, containing 5 columns (5 merged, 0 gathered) in 0.01035395 sec., 1229385.8865457145 rows/sec., 83.02 MiB/sec.
5828 2025.04.19 00:29:19.682174 [ 259 ] {dbcd93f3-ac50-4faa-8257-d978c009e720} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5829 2025.04.19 00:29:19.682218 [ 259 ] {dbcd93f3-ac50-4faa-8257-d978c009e720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5830 2025.04.19 00:29:19.682410 [ 186 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5831 2025.04.19 00:29:19.682853 [ 259 ] {dbcd93f3-ac50-4faa-8257-d978c009e720} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5832 2025.04.19 00:29:19.682955 [ 186 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5833 2025.04.19 00:29:19.683141 [ 186 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5834 2025.04.19 00:29:19.683284 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB.
5835 2025.04.19 00:29:19.683371 [ 259 ] {dbcd93f3-ac50-4faa-8257-d978c009e720} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5836 2025.04.19 00:29:19.683540 [ 112 ] {} <Debug> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5837 2025.04.19 00:29:19.683603 [ 112 ] {} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5838 2025.04.19 00:29:19.683622 [ 259 ] {dbcd93f3-ac50-4faa-8257-d978c009e720} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002524 sec., 23771.790808240887 rows/sec., 1.60 MiB/sec.
5839 2025.04.19 00:29:19.683642 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5840 2025.04.19 00:29:19.683785 [ 259 ] {dbcd93f3-ac50-4faa-8257-d978c009e720} <Debug> TCPHandler: Processed in 0.002871545 sec.
5841 2025.04.19 00:29:19.684123 [ 190 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
5842 2025.04.19 00:29:19.684367 [ 190 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5843 2025.04.19 00:29:19.684397 [ 190 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2178 rows starting from the beginning of the part
5844 2025.04.19 00:29:19.684477 [ 190 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part
5845 2025.04.19 00:29:19.684690 [ 190 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part
5846 2025.04.19 00:29:19.684911 [ 190 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part
5847 2025.04.19 00:29:19.685072 [ 190 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part
5848 2025.04.19 00:29:19.685250 [ 190 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part
5849 2025.04.19 00:29:19.686551 [ 198 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2522 rows, containing 4 columns (4 merged, 0 gathered) in 0.002743273 sec., 919339.7813487757 rows/sec., 59.99 MiB/sec.
5850 2025.04.19 00:29:19.686964 [ 189 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5851 2025.04.19 00:29:19.687339 [ 189 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_41_8} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5852 2025.04.19 00:29:19.687414 [ 189 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_41_8} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5853 2025.04.19 00:29:19.687496 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB.
5854 2025.04.19 00:29:19.932308 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5855 2025.04.19 00:29:19.932497 [ 259 ] {fd9d8b03-4596-41c1-9cfb-931cc893a287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5856 2025.04.19 00:29:19.932572 [ 259 ] {fd9d8b03-4596-41c1-9cfb-931cc893a287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5857 2025.04.19 00:29:19.933456 [ 259 ] {fd9d8b03-4596-41c1-9cfb-931cc893a287} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5858 2025.04.19 00:29:19.933510 [ 259 ] {fd9d8b03-4596-41c1-9cfb-931cc893a287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5859 2025.04.19 00:29:19.933971 [ 259 ] {fd9d8b03-4596-41c1-9cfb-931cc893a287} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5860 2025.04.19 00:29:19.934238 [ 259 ] {fd9d8b03-4596-41c1-9cfb-931cc893a287} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5861 2025.04.19 00:29:19.934473 [ 259 ] {fd9d8b03-4596-41c1-9cfb-931cc893a287} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002024 sec., 104743.08300395256 rows/sec., 6.66 MiB/sec.
5862 2025.04.19 00:29:19.934563 [ 259 ] {fd9d8b03-4596-41c1-9cfb-931cc893a287} <Debug> TCPHandler: Processed in 0.002392786 sec.
5863 2025.04.19 00:29:19.934701 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5864 2025.04.19 00:29:19.934808 [ 259 ] {0a3ee0c4-ffba-4492-838c-55bfa1d2b389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5865 2025.04.19 00:29:19.934856 [ 259 ] {0a3ee0c4-ffba-4492-838c-55bfa1d2b389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5866 2025.04.19 00:29:19.935365 [ 259 ] {0a3ee0c4-ffba-4492-838c-55bfa1d2b389} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5867 2025.04.19 00:29:19.935406 [ 259 ] {0a3ee0c4-ffba-4492-838c-55bfa1d2b389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5868 2025.04.19 00:29:19.935831 [ 259 ] {0a3ee0c4-ffba-4492-838c-55bfa1d2b389} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5869 2025.04.19 00:29:19.936083 [ 259 ] {0a3ee0c4-ffba-4492-838c-55bfa1d2b389} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5870 2025.04.19 00:29:19.936331 [ 259 ] {0a3ee0c4-ffba-4492-838c-55bfa1d2b389} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001547 sec., 6464.124111182935 rows/sec., 527.10 KiB/sec.
5871 2025.04.19 00:29:19.936523 [ 259 ] {0a3ee0c4-ffba-4492-838c-55bfa1d2b389} <Debug> TCPHandler: Processed in 0.001871736 sec.
5872 2025.04.19 00:29:19.936664 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5873 2025.04.19 00:29:19.936769 [ 259 ] {b422706c-a2a8-4929-9204-383ec6185d55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5874 2025.04.19 00:29:19.936815 [ 259 ] {b422706c-a2a8-4929-9204-383ec6185d55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5875 2025.04.19 00:29:19.938111 [ 259 ] {b422706c-a2a8-4929-9204-383ec6185d55} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5876 2025.04.19 00:29:19.938157 [ 259 ] {b422706c-a2a8-4929-9204-383ec6185d55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5877 2025.04.19 00:29:19.938635 [ 259 ] {b422706c-a2a8-4929-9204-383ec6185d55} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5878 2025.04.19 00:29:19.938888 [ 259 ] {b422706c-a2a8-4929-9204-383ec6185d55} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5879 2025.04.19 00:29:19.939077 [ 259 ] {b422706c-a2a8-4929-9204-383ec6185d55} <Debug> executeQuery: Read 1818 rows, 151.57 KiB in 0.002331 sec., 779922.7799227799 rows/sec., 63.50 MiB/sec.
5880 2025.04.19 00:29:19.939127 [ 259 ] {b422706c-a2a8-4929-9204-383ec6185d55} <Debug> TCPHandler: Processed in 0.002513678 sec.
5881 2025.04.19 00:29:19.939246 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5882 2025.04.19 00:29:19.939347 [ 259 ] {5d3b7577-cacf-4391-9ffb-204d41fb4631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5883 2025.04.19 00:29:19.939392 [ 259 ] {5d3b7577-cacf-4391-9ffb-204d41fb4631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5884 2025.04.19 00:29:19.939937 [ 259 ] {5d3b7577-cacf-4391-9ffb-204d41fb4631} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5885 2025.04.19 00:29:19.939974 [ 259 ] {5d3b7577-cacf-4391-9ffb-204d41fb4631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5886 2025.04.19 00:29:19.940307 [ 259 ] {5d3b7577-cacf-4391-9ffb-204d41fb4631} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5887 2025.04.19 00:29:19.940536 [ 259 ] {5d3b7577-cacf-4391-9ffb-204d41fb4631} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5888 2025.04.19 00:29:19.940717 [ 259 ] {5d3b7577-cacf-4391-9ffb-204d41fb4631} <Debug> executeQuery: Read 144 rows, 9.19 KiB in 0.001389 sec., 103671.70626349891 rows/sec., 6.46 MiB/sec.
5889 2025.04.19 00:29:19.940765 [ 259 ] {5d3b7577-cacf-4391-9ffb-204d41fb4631} <Debug> TCPHandler: Processed in 0.001567791 sec.
5890 2025.04.19 00:29:19.940891 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5891 2025.04.19 00:29:19.941016 [ 259 ] {d07e4e3a-0b7b-4aac-8932-bf8c8e35a355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5892 2025.04.19 00:29:19.941072 [ 259 ] {d07e4e3a-0b7b-4aac-8932-bf8c8e35a355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5893 2025.04.19 00:29:19.941797 [ 259 ] {d07e4e3a-0b7b-4aac-8932-bf8c8e35a355} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5894 2025.04.19 00:29:19.941846 [ 259 ] {d07e4e3a-0b7b-4aac-8932-bf8c8e35a355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5895 2025.04.19 00:29:19.942274 [ 259 ] {d07e4e3a-0b7b-4aac-8932-bf8c8e35a355} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5896 2025.04.19 00:29:19.942514 [ 259 ] {d07e4e3a-0b7b-4aac-8932-bf8c8e35a355} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5897 2025.04.19 00:29:19.942771 [ 259 ] {d07e4e3a-0b7b-4aac-8932-bf8c8e35a355} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001767 sec., 192982.4561403509 rows/sec., 12.88 MiB/sec.
5898 2025.04.19 00:29:19.942986 [ 259 ] {d07e4e3a-0b7b-4aac-8932-bf8c8e35a355} <Debug> TCPHandler: Processed in 0.002142531 sec.
5899 2025.04.19 00:29:19.943162 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5900 2025.04.19 00:29:19.943269 [ 259 ] {f0b6e49d-080c-4967-b7ae-3ad2d1e6d035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5901 2025.04.19 00:29:19.943316 [ 259 ] {f0b6e49d-080c-4967-b7ae-3ad2d1e6d035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5902 2025.04.19 00:29:19.943890 [ 259 ] {f0b6e49d-080c-4967-b7ae-3ad2d1e6d035} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5903 2025.04.19 00:29:19.943930 [ 259 ] {f0b6e49d-080c-4967-b7ae-3ad2d1e6d035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5904 2025.04.19 00:29:19.944347 [ 259 ] {f0b6e49d-080c-4967-b7ae-3ad2d1e6d035} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5905 2025.04.19 00:29:19.944687 [ 259 ] {f0b6e49d-080c-4967-b7ae-3ad2d1e6d035} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5906 2025.04.19 00:29:19.944922 [ 259 ] {f0b6e49d-080c-4967-b7ae-3ad2d1e6d035} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001674 sec., 66905.61529271207 rows/sec., 3.81 MiB/sec.
5907 2025.04.19 00:29:19.944986 [ 259 ] {f0b6e49d-080c-4967-b7ae-3ad2d1e6d035} <Debug> TCPHandler: Processed in 0.001886097 sec.
5908 2025.04.19 00:29:19.945118 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5909 2025.04.19 00:29:19.945229 [ 259 ] {5822df90-5f1e-4a31-ac21-4316fc271752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5910 2025.04.19 00:29:19.945275 [ 259 ] {5822df90-5f1e-4a31-ac21-4316fc271752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5911 2025.04.19 00:29:19.946058 [ 259 ] {5822df90-5f1e-4a31-ac21-4316fc271752} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5912 2025.04.19 00:29:19.946097 [ 259 ] {5822df90-5f1e-4a31-ac21-4316fc271752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5913 2025.04.19 00:29:19.946500 [ 259 ] {5822df90-5f1e-4a31-ac21-4316fc271752} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5914 2025.04.19 00:29:19.946748 [ 259 ] {5822df90-5f1e-4a31-ac21-4316fc271752} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5915 2025.04.19 00:29:19.946948 [ 259 ] {5822df90-5f1e-4a31-ac21-4316fc271752} <Debug> executeQuery: Read 876 rows, 64.93 KiB in 0.00174 sec., 503448.275862069 rows/sec., 36.44 MiB/sec.
5916 2025.04.19 00:29:19.946999 [ 259 ] {5822df90-5f1e-4a31-ac21-4316fc271752} <Debug> TCPHandler: Processed in 0.001943507 sec.
5917 2025.04.19 00:29:19.947111 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5918 2025.04.19 00:29:19.947216 [ 259 ] {a2a42052-8ab5-4494-a1a7-1b977876862c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5919 2025.04.19 00:29:19.947263 [ 259 ] {a2a42052-8ab5-4494-a1a7-1b977876862c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5920 2025.04.19 00:29:19.947669 [ 259 ] {a2a42052-8ab5-4494-a1a7-1b977876862c} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5921 2025.04.19 00:29:19.947708 [ 259 ] {a2a42052-8ab5-4494-a1a7-1b977876862c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5922 2025.04.19 00:29:19.948065 [ 259 ] {a2a42052-8ab5-4494-a1a7-1b977876862c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5923 2025.04.19 00:29:19.948301 [ 259 ] {a2a42052-8ab5-4494-a1a7-1b977876862c} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5924 2025.04.19 00:29:19.948504 [ 259 ] {a2a42052-8ab5-4494-a1a7-1b977876862c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001309 sec., 4583.651642475172 rows/sec., 239.48 KiB/sec.
5925 2025.04.19 00:29:19.948554 [ 259 ] {a2a42052-8ab5-4494-a1a7-1b977876862c} <Debug> TCPHandler: Processed in 0.001494589 sec.
5926 2025.04.19 00:29:19.948666 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5927 2025.04.19 00:29:19.948769 [ 259 ] {50fa21ef-a850-41f8-ab7f-f4864ee41168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5928 2025.04.19 00:29:19.948818 [ 259 ] {50fa21ef-a850-41f8-ab7f-f4864ee41168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5929 2025.04.19 00:29:19.949462 [ 259 ] {50fa21ef-a850-41f8-ab7f-f4864ee41168} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5930 2025.04.19 00:29:19.949502 [ 259 ] {50fa21ef-a850-41f8-ab7f-f4864ee41168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5931 2025.04.19 00:29:19.949935 [ 259 ] {50fa21ef-a850-41f8-ab7f-f4864ee41168} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5932 2025.04.19 00:29:19.950174 [ 259 ] {50fa21ef-a850-41f8-ab7f-f4864ee41168} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5933 2025.04.19 00:29:19.950369 [ 259 ] {50fa21ef-a850-41f8-ab7f-f4864ee41168} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.001621 sec., 592227.0203578038 rows/sec., 39.35 MiB/sec.
5934 2025.04.19 00:29:19.950419 [ 259 ] {50fa21ef-a850-41f8-ab7f-f4864ee41168} <Debug> TCPHandler: Processed in 0.001804215 sec.
5935 2025.04.19 00:29:19.950531 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5936 2025.04.19 00:29:19.950636 [ 259 ] {86dc4bd5-2551-4a92-969d-2899087d6cd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5937 2025.04.19 00:29:19.950682 [ 259 ] {86dc4bd5-2551-4a92-969d-2899087d6cd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5938 2025.04.19 00:29:19.951076 [ 259 ] {86dc4bd5-2551-4a92-969d-2899087d6cd0} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5939 2025.04.19 00:29:19.951115 [ 259 ] {86dc4bd5-2551-4a92-969d-2899087d6cd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5940 2025.04.19 00:29:19.951459 [ 259 ] {86dc4bd5-2551-4a92-969d-2899087d6cd0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5941 2025.04.19 00:29:19.951697 [ 259 ] {86dc4bd5-2551-4a92-969d-2899087d6cd0} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5942 2025.04.19 00:29:19.951899 [ 259 ] {86dc4bd5-2551-4a92-969d-2899087d6cd0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001285 sec., 778.2101167315176 rows/sec., 52.44 KiB/sec.
5943 2025.04.19 00:29:19.951947 [ 259 ] {86dc4bd5-2551-4a92-969d-2899087d6cd0} <Debug> TCPHandler: Processed in 0.001465879 sec.
5944 2025.04.19 00:29:19.952057 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5945 2025.04.19 00:29:19.952161 [ 259 ] {49893818-3731-4147-b66f-410ff71a4f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5946 2025.04.19 00:29:19.952226 [ 259 ] {49893818-3731-4147-b66f-410ff71a4f28} <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
5947 2025.04.19 00:29:19.953255 [ 259 ] {49893818-3731-4147-b66f-410ff71a4f28} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5948 2025.04.19 00:29:19.953296 [ 259 ] {49893818-3731-4147-b66f-410ff71a4f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5949 2025.04.19 00:29:19.953885 [ 259 ] {49893818-3731-4147-b66f-410ff71a4f28} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5950 2025.04.19 00:29:19.954138 [ 259 ] {49893818-3731-4147-b66f-410ff71a4f28} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5951 2025.04.19 00:29:19.954359 [ 259 ] {49893818-3731-4147-b66f-410ff71a4f28} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.00222 sec., 12612.612612612611 rows/sec., 22.60 MiB/sec.
5952 2025.04.19 00:29:19.954449 [ 259 ] {49893818-3731-4147-b66f-410ff71a4f28} <Debug> TCPHandler: Processed in 0.002442618 sec.
5953 2025.04.19 00:29:19.954583 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5954 2025.04.19 00:29:19.954719 [ 259 ] {3df60d00-d3e4-4649-af6c-91a90daa4f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5955 2025.04.19 00:29:19.954779 [ 259 ] {3df60d00-d3e4-4649-af6c-91a90daa4f1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5956 2025.04.19 00:29:19.955259 [ 259 ] {3df60d00-d3e4-4649-af6c-91a90daa4f1c} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5957 2025.04.19 00:29:19.955299 [ 259 ] {3df60d00-d3e4-4649-af6c-91a90daa4f1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5958 2025.04.19 00:29:19.955666 [ 259 ] {3df60d00-d3e4-4649-af6c-91a90daa4f1c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5959 2025.04.19 00:29:19.955904 [ 259 ] {3df60d00-d3e4-4649-af6c-91a90daa4f1c} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5960 2025.04.19 00:29:19.956097 [ 259 ] {3df60d00-d3e4-4649-af6c-91a90daa4f1c} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001409 sec., 24130.589070262595 rows/sec., 1.40 MiB/sec.
5961 2025.04.19 00:29:19.956146 [ 259 ] {3df60d00-d3e4-4649-af6c-91a90daa4f1c} <Debug> TCPHandler: Processed in 0.001628561 sec.
5962 2025.04.19 00:29:20.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.07 MiB, peak 205.17 MiB, free memory in arenas 0.00 B, will set to 197.18 MiB (RSS), difference: 1.10 MiB
5963 2025.04.19 00:29:23.339827 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 860
5964 2025.04.19 00:29:23.343273 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5965 2025.04.19 00:29:23.343328 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5966 2025.04.19 00:29:23.344979 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5967 2025.04.19 00:29:23.345343 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5968 2025.04.19 00:29:23.345966 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 860
5969 2025.04.19 00:29:24.648722 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5970 2025.04.19 00:29:24.648939 [ 259 ] {e0326e45-95e8-4b59-a8c3-3168c545d10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5971 2025.04.19 00:29:24.649019 [ 259 ] {e0326e45-95e8-4b59-a8c3-3168c545d10d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5972 2025.04.19 00:29:24.649844 [ 259 ] {e0326e45-95e8-4b59-a8c3-3168c545d10d} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5973 2025.04.19 00:29:24.649891 [ 259 ] {e0326e45-95e8-4b59-a8c3-3168c545d10d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5974 2025.04.19 00:29:24.650301 [ 259 ] {e0326e45-95e8-4b59-a8c3-3168c545d10d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5975 2025.04.19 00:29:24.650562 [ 259 ] {e0326e45-95e8-4b59-a8c3-3168c545d10d} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5976 2025.04.19 00:29:24.650789 [ 259 ] {e0326e45-95e8-4b59-a8c3-3168c545d10d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001907 sec., 2097.535395909806 rows/sec., 171.04 KiB/sec.
5977 2025.04.19 00:29:24.650850 [ 259 ] {e0326e45-95e8-4b59-a8c3-3168c545d10d} <Debug> TCPHandler: Processed in 0.002269154 sec.
5978 2025.04.19 00:29:24.650983 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5979 2025.04.19 00:29:24.651090 [ 259 ] {35d94248-ec7c-417c-a345-72f14398c92d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5980 2025.04.19 00:29:24.651137 [ 259 ] {35d94248-ec7c-417c-a345-72f14398c92d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5981 2025.04.19 00:29:24.651707 [ 259 ] {35d94248-ec7c-417c-a345-72f14398c92d} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5982 2025.04.19 00:29:24.651746 [ 259 ] {35d94248-ec7c-417c-a345-72f14398c92d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5983 2025.04.19 00:29:24.652097 [ 259 ] {35d94248-ec7c-417c-a345-72f14398c92d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5984 2025.04.19 00:29:24.652327 [ 259 ] {35d94248-ec7c-417c-a345-72f14398c92d} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5985 2025.04.19 00:29:24.652551 [ 259 ] {35d94248-ec7c-417c-a345-72f14398c92d} <Debug> executeQuery: Read 66 rows, 5.33 KiB in 0.001475 sec., 44745.76271186441 rows/sec., 3.53 MiB/sec.
5986 2025.04.19 00:29:24.652655 [ 259 ] {35d94248-ec7c-417c-a345-72f14398c92d} <Debug> TCPHandler: Processed in 0.001721784 sec.
5987 2025.04.19 00:29:24.652866 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5988 2025.04.19 00:29:24.653004 [ 259 ] {7e2d2195-1c14-4153-88a2-e5fffb78a09c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5989 2025.04.19 00:29:24.653051 [ 259 ] {7e2d2195-1c14-4153-88a2-e5fffb78a09c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5990 2025.04.19 00:29:24.653583 [ 259 ] {7e2d2195-1c14-4153-88a2-e5fffb78a09c} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5991 2025.04.19 00:29:24.653621 [ 259 ] {7e2d2195-1c14-4153-88a2-e5fffb78a09c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
5992 2025.04.19 00:29:24.653952 [ 259 ] {7e2d2195-1c14-4153-88a2-e5fffb78a09c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5993 2025.04.19 00:29:24.654185 [ 259 ] {7e2d2195-1c14-4153-88a2-e5fffb78a09c} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5994 2025.04.19 00:29:24.654411 [ 259 ] {7e2d2195-1c14-4153-88a2-e5fffb78a09c} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001425 sec., 5614.035087719298 rows/sec., 407.07 KiB/sec.
5995 2025.04.19 00:29:24.654561 [ 259 ] {7e2d2195-1c14-4153-88a2-e5fffb78a09c} <Debug> TCPHandler: Processed in 0.001792434 sec.
5996 2025.04.19 00:29:24.654773 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5997 2025.04.19 00:29:24.654875 [ 259 ] {d7948337-b22a-43ff-b348-65949d688f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5998 2025.04.19 00:29:24.654919 [ 259 ] {d7948337-b22a-43ff-b348-65949d688f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5999 2025.04.19 00:29:24.655467 [ 259 ] {d7948337-b22a-43ff-b348-65949d688f11} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6000 2025.04.19 00:29:24.655505 [ 259 ] {d7948337-b22a-43ff-b348-65949d688f11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6001 2025.04.19 00:29:24.655843 [ 259 ] {d7948337-b22a-43ff-b348-65949d688f11} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6002 2025.04.19 00:29:24.656081 [ 259 ] {d7948337-b22a-43ff-b348-65949d688f11} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6003 2025.04.19 00:29:24.656265 [ 259 ] {d7948337-b22a-43ff-b348-65949d688f11} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001413 sec., 50955.41401273885 rows/sec., 3.98 MiB/sec.
6004 2025.04.19 00:29:24.656313 [ 259 ] {d7948337-b22a-43ff-b348-65949d688f11} <Debug> TCPHandler: Processed in 0.001618441 sec.
6005 2025.04.19 00:29:24.656426 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6006 2025.04.19 00:29:24.656535 [ 259 ] {d67c31e9-c941-4c17-9303-dd72c7ed2d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6007 2025.04.19 00:29:24.656581 [ 259 ] {d67c31e9-c941-4c17-9303-dd72c7ed2d13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6008 2025.04.19 00:29:24.657058 [ 259 ] {d67c31e9-c941-4c17-9303-dd72c7ed2d13} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6009 2025.04.19 00:29:24.657094 [ 259 ] {d67c31e9-c941-4c17-9303-dd72c7ed2d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6010 2025.04.19 00:29:24.657455 [ 259 ] {d67c31e9-c941-4c17-9303-dd72c7ed2d13} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6011 2025.04.19 00:29:24.657680 [ 259 ] {d67c31e9-c941-4c17-9303-dd72c7ed2d13} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6012 2025.04.19 00:29:24.657877 [ 259 ] {d67c31e9-c941-4c17-9303-dd72c7ed2d13} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001364 sec., 95307.91788856305 rows/sec., 6.64 MiB/sec.
6013 2025.04.19 00:29:24.657925 [ 259 ] {d67c31e9-c941-4c17-9303-dd72c7ed2d13} <Debug> TCPHandler: Processed in 0.00154658 sec.
6014 2025.04.19 00:29:24.658038 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6015 2025.04.19 00:29:24.658139 [ 259 ] {d753a788-2652-4d49-84c2-4364948f60ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6016 2025.04.19 00:29:24.658202 [ 259 ] {d753a788-2652-4d49-84c2-4364948f60ab} <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
6017 2025.04.19 00:29:24.659166 [ 259 ] {d753a788-2652-4d49-84c2-4364948f60ab} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6018 2025.04.19 00:29:24.659204 [ 259 ] {d753a788-2652-4d49-84c2-4364948f60ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6019 2025.04.19 00:29:24.659760 [ 259 ] {d753a788-2652-4d49-84c2-4364948f60ab} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6020 2025.04.19 00:29:24.660006 [ 259 ] {d753a788-2652-4d49-84c2-4364948f60ab} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6021 2025.04.19 00:29:24.660231 [ 259 ] {d753a788-2652-4d49-84c2-4364948f60ab} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002112 sec., 1893.9393939393938 rows/sec., 3.39 MiB/sec.
6022 2025.04.19 00:29:24.660320 [ 259 ] {d753a788-2652-4d49-84c2-4364948f60ab} <Debug> TCPHandler: Processed in 0.002330175 sec.
6023 2025.04.19 00:29:24.660447 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6024 2025.04.19 00:29:24.660550 [ 259 ] {b40e5c8e-df2d-48a6-b0df-8cf597d1e04d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6025 2025.04.19 00:29:24.660596 [ 259 ] {b40e5c8e-df2d-48a6-b0df-8cf597d1e04d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6026 2025.04.19 00:29:24.661022 [ 259 ] {b40e5c8e-df2d-48a6-b0df-8cf597d1e04d} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6027 2025.04.19 00:29:24.661060 [ 259 ] {b40e5c8e-df2d-48a6-b0df-8cf597d1e04d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6028 2025.04.19 00:29:24.661396 [ 259 ] {b40e5c8e-df2d-48a6-b0df-8cf597d1e04d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6029 2025.04.19 00:29:24.661620 [ 259 ] {b40e5c8e-df2d-48a6-b0df-8cf597d1e04d} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6030 2025.04.19 00:29:24.661803 [ 259 ] {b40e5c8e-df2d-48a6-b0df-8cf597d1e04d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001275 sec., 37647.05882352941 rows/sec., 2.54 MiB/sec.
6031 2025.04.19 00:29:24.661849 [ 259 ] {b40e5c8e-df2d-48a6-b0df-8cf597d1e04d} <Debug> TCPHandler: Processed in 0.001449218 sec.
6032 2025.04.19 00:29:25.791247 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383
6033 2025.04.19 00:29:25.791894 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6034 2025.04.19 00:29:25.791941 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6035 2025.04.19 00:29:25.792447 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6036 2025.04.19 00:29:25.792698 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6037 2025.04.19 00:29:25.792907 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383
6038 2025.04.19 00:29:26.609592 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
6039 2025.04.19 00:29:26.628271 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6040 2025.04.19 00:29:26.628338 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6041 2025.04.19 00:29:26.635705 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6042 2025.04.19 00:29:26.636454 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6043 2025.04.19 00:29:26.639100 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
6044 2025.04.19 00:29:29.650005 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6045 2025.04.19 00:29:29.650222 [ 259 ] {24ec7271-6e30-4c27-b48c-24559f9162af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6046 2025.04.19 00:29:29.650300 [ 259 ] {24ec7271-6e30-4c27-b48c-24559f9162af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6047 2025.04.19 00:29:29.651147 [ 259 ] {24ec7271-6e30-4c27-b48c-24559f9162af} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6048 2025.04.19 00:29:29.651193 [ 259 ] {24ec7271-6e30-4c27-b48c-24559f9162af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6049 2025.04.19 00:29:29.651634 [ 259 ] {24ec7271-6e30-4c27-b48c-24559f9162af} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6050 2025.04.19 00:29:29.651883 [ 259 ] {24ec7271-6e30-4c27-b48c-24559f9162af} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6051 2025.04.19 00:29:29.652101 [ 259 ] {24ec7271-6e30-4c27-b48c-24559f9162af} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001934 sec., 37228.54188210962 rows/sec., 3.02 MiB/sec.
6052 2025.04.19 00:29:29.652154 [ 259 ] {24ec7271-6e30-4c27-b48c-24559f9162af} <Debug> TCPHandler: Processed in 0.002280094 sec.
6053 2025.04.19 00:29:29.652294 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6054 2025.04.19 00:29:29.652396 [ 259 ] {f93ef60f-7805-4a0d-a3d4-4de293753b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6055 2025.04.19 00:29:29.652440 [ 259 ] {f93ef60f-7805-4a0d-a3d4-4de293753b97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6056 2025.04.19 00:29:29.652970 [ 259 ] {f93ef60f-7805-4a0d-a3d4-4de293753b97} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6057 2025.04.19 00:29:29.653009 [ 259 ] {f93ef60f-7805-4a0d-a3d4-4de293753b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6058 2025.04.19 00:29:29.653372 [ 259 ] {f93ef60f-7805-4a0d-a3d4-4de293753b97} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6059 2025.04.19 00:29:29.653602 [ 259 ] {f93ef60f-7805-4a0d-a3d4-4de293753b97} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6060 2025.04.19 00:29:29.653810 [ 259 ] {f93ef60f-7805-4a0d-a3d4-4de293753b97} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001428 sec., 5602.240896358543 rows/sec., 421.26 KiB/sec.
6061 2025.04.19 00:29:29.653923 [ 259 ] {f93ef60f-7805-4a0d-a3d4-4de293753b97} <Debug> TCPHandler: Processed in 0.001674592 sec.
6062 2025.04.19 00:29:29.654113 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6063 2025.04.19 00:29:29.654240 [ 259 ] {a17c0a11-a149-4aff-ae9d-609a78c7c7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6064 2025.04.19 00:29:29.654288 [ 259 ] {a17c0a11-a149-4aff-ae9d-609a78c7c7d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6065 2025.04.19 00:29:29.654884 [ 259 ] {a17c0a11-a149-4aff-ae9d-609a78c7c7d8} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6066 2025.04.19 00:29:29.654923 [ 259 ] {a17c0a11-a149-4aff-ae9d-609a78c7c7d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6067 2025.04.19 00:29:29.655263 [ 259 ] {a17c0a11-a149-4aff-ae9d-609a78c7c7d8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6068 2025.04.19 00:29:29.655492 [ 259 ] {a17c0a11-a149-4aff-ae9d-609a78c7c7d8} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6069 2025.04.19 00:29:29.655684 [ 259 ] {a17c0a11-a149-4aff-ae9d-609a78c7c7d8} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001465 sec., 49146.75767918089 rows/sec., 3.84 MiB/sec.
6070 2025.04.19 00:29:29.655733 [ 259 ] {a17c0a11-a149-4aff-ae9d-609a78c7c7d8} <Debug> TCPHandler: Processed in 0.001712403 sec.
6071 2025.04.19 00:29:29.655850 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6072 2025.04.19 00:29:29.655952 [ 259 ] {bf903725-99a7-49c1-8f14-7cdc33e0ebe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6073 2025.04.19 00:29:29.655998 [ 259 ] {bf903725-99a7-49c1-8f14-7cdc33e0ebe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6074 2025.04.19 00:29:29.656518 [ 259 ] {bf903725-99a7-49c1-8f14-7cdc33e0ebe6} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6075 2025.04.19 00:29:29.656555 [ 259 ] {bf903725-99a7-49c1-8f14-7cdc33e0ebe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6076 2025.04.19 00:29:29.656929 [ 259 ] {bf903725-99a7-49c1-8f14-7cdc33e0ebe6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6077 2025.04.19 00:29:29.657168 [ 259 ] {bf903725-99a7-49c1-8f14-7cdc33e0ebe6} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6078 2025.04.19 00:29:29.657375 [ 259 ] {bf903725-99a7-49c1-8f14-7cdc33e0ebe6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001444 sec., 110803.32409972299 rows/sec., 7.72 MiB/sec.
6079 2025.04.19 00:29:29.657429 [ 259 ] {bf903725-99a7-49c1-8f14-7cdc33e0ebe6} <Debug> TCPHandler: Processed in 0.001627491 sec.
6080 2025.04.19 00:29:29.657574 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6081 2025.04.19 00:29:29.657676 [ 259 ] {e3de68ab-809e-49d3-b1b4-47b88036540f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6082 2025.04.19 00:29:29.657740 [ 259 ] {e3de68ab-809e-49d3-b1b4-47b88036540f} <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
6083 2025.04.19 00:29:29.658736 [ 259 ] {e3de68ab-809e-49d3-b1b4-47b88036540f} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6084 2025.04.19 00:29:29.658773 [ 259 ] {e3de68ab-809e-49d3-b1b4-47b88036540f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6085 2025.04.19 00:29:29.659354 [ 259 ] {e3de68ab-809e-49d3-b1b4-47b88036540f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6086 2025.04.19 00:29:29.659602 [ 259 ] {e3de68ab-809e-49d3-b1b4-47b88036540f} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6087 2025.04.19 00:29:29.659780 [ 122 ] {} <Debug> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6088 2025.04.19 00:29:29.659836 [ 259 ] {e3de68ab-809e-49d3-b1b4-47b88036540f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00218 sec., 3669.7247706422017 rows/sec., 6.58 MiB/sec.
6089 2025.04.19 00:29:29.659884 [ 122 ] {} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6090 2025.04.19 00:29:29.659968 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6091 2025.04.19 00:29:29.660202 [ 259 ] {e3de68ab-809e-49d3-b1b4-47b88036540f} <Debug> TCPHandler: Processed in 0.002677382 sec.
6092 2025.04.19 00:29:29.660389 [ 197 ] {e8760166-362f-4d7d-b538-df02c885e1f5::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
6093 2025.04.19 00:29:29.660545 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6094 2025.04.19 00:29:29.660912 [ 259 ] {bf2530f6-0f56-45fd-82fd-564267bea0ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6095 2025.04.19 00:29:29.661115 [ 259 ] {bf2530f6-0f56-45fd-82fd-564267bea0ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6096 2025.04.19 00:29:29.661550 [ 197 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6097 2025.04.19 00:29:29.661683 [ 197 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 522 rows starting from the beginning of the part
6098 2025.04.19 00:29:29.662395 [ 197 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part
6099 2025.04.19 00:29:29.662440 [ 259 ] {bf2530f6-0f56-45fd-82fd-564267bea0ad} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6100 2025.04.19 00:29:29.662492 [ 259 ] {bf2530f6-0f56-45fd-82fd-564267bea0ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6101 2025.04.19 00:29:29.662911 [ 197 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part
6102 2025.04.19 00:29:29.663438 [ 197 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 28 rows starting from the beginning of the part
6103 2025.04.19 00:29:29.663547 [ 259 ] {bf2530f6-0f56-45fd-82fd-564267bea0ad} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6104 2025.04.19 00:29:29.663834 [ 197 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part
6105 2025.04.19 00:29:29.664251 [ 259 ] {bf2530f6-0f56-45fd-82fd-564267bea0ad} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6106 2025.04.19 00:29:29.664473 [ 197 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part
6107 2025.04.19 00:29:29.664740 [ 259 ] {bf2530f6-0f56-45fd-82fd-564267bea0ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003955 sec., 15170.670037926675 rows/sec., 1.02 MiB/sec.
6108 2025.04.19 00:29:29.665097 [ 259 ] {bf2530f6-0f56-45fd-82fd-564267bea0ad} <Debug> TCPHandler: Processed in 0.00467415 sec.
6109 2025.04.19 00:29:29.669014 [ 192 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 602 rows, containing 19 columns (19 merged, 0 gathered) in 0.008903631 sec., 67612.86490870971 rows/sec., 121.16 MiB/sec.
6110 2025.04.19 00:29:29.670061 [ 192 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6111 2025.04.19 00:29:29.670482 [ 192 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6112 2025.04.19 00:29:29.670571 [ 192 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6113 2025.04.19 00:29:29.670737 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB.
6114 2025.04.19 00:29:30.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.23 MiB, peak 205.54 MiB, free memory in arenas 0.00 B, will set to 199.36 MiB (RSS), difference: 1.13 MiB
6115 2025.04.19 00:29:30.406158 [ 139 ] {} <Debug> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0
6116 2025.04.19 00:29:30.406227 [ 139 ] {} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6117 2025.04.19 00:29:30.406251 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6118 2025.04.19 00:29:30.406428 [ 195 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full
6119 2025.04.19 00:29:30.406729 [ 195 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6120 2025.04.19 00:29:30.406768 [ 195 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part
6121 2025.04.19 00:29:30.406848 [ 195 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
6122 2025.04.19 00:29:30.407090 [ 195 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
6123 2025.04.19 00:29:30.407325 [ 195 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
6124 2025.04.19 00:29:30.407448 [ 195 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
6125 2025.04.19 00:29:30.408632 [ 194 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.002311085 sec., 7788.549534093294 rows/sec., 524.81 KiB/sec.
6126 2025.04.19 00:29:30.408927 [ 194 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary)
6127 2025.04.19 00:29:30.409517 [ 194 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_18_4} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6128 2025.04.19 00:29:30.409643 [ 194 ] {dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9::all_1_18_4} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4
6129 2025.04.19 00:29:30.409742 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6130 2025.04.19 00:29:33.176389 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache
6131 2025.04.19 00:29:33.176464 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache
6132 2025.04.19 00:29:33.293072 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871
6133 2025.04.19 00:29:33.293789 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6134 2025.04.19 00:29:33.293831 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6135 2025.04.19 00:29:33.294422 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6136 2025.04.19 00:29:33.294665 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6137 2025.04.19 00:29:33.294898 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
6138 2025.04.19 00:29:33.346339 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 886
6139 2025.04.19 00:29:33.349503 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6140 2025.04.19 00:29:33.349547 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6141 2025.04.19 00:29:33.350994 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6142 2025.04.19 00:29:33.351311 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6143 2025.04.19 00:29:33.352121 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 886
6144 2025.04.19 00:29:34.139222 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
6145 2025.04.19 00:29:34.159509 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6146 2025.04.19 00:29:34.159569 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6147 2025.04.19 00:29:34.166807 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6148 2025.04.19 00:29:34.167585 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6149 2025.04.19 00:29:34.170241 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
6150 2025.04.19 00:29:34.657433 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6151 2025.04.19 00:29:34.657652 [ 259 ] {3864383b-2dfd-4037-93be-8e0a83a77d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6152 2025.04.19 00:29:34.657731 [ 259 ] {3864383b-2dfd-4037-93be-8e0a83a77d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6153 2025.04.19 00:29:34.658574 [ 259 ] {3864383b-2dfd-4037-93be-8e0a83a77d45} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6154 2025.04.19 00:29:34.658615 [ 259 ] {3864383b-2dfd-4037-93be-8e0a83a77d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6155 2025.04.19 00:29:34.659055 [ 259 ] {3864383b-2dfd-4037-93be-8e0a83a77d45} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6156 2025.04.19 00:29:34.659317 [ 259 ] {3864383b-2dfd-4037-93be-8e0a83a77d45} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6157 2025.04.19 00:29:34.659550 [ 259 ] {3864383b-2dfd-4037-93be-8e0a83a77d45} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001944 sec., 109053.49794238684 rows/sec., 6.94 MiB/sec.
6158 2025.04.19 00:29:34.659757 [ 259 ] {3864383b-2dfd-4037-93be-8e0a83a77d45} <Debug> TCPHandler: Processed in 0.002453277 sec.
6159 2025.04.19 00:29:34.659983 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6160 2025.04.19 00:29:34.660101 [ 259 ] {d9a865b4-f3b4-4bcc-9460-98e729b554a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6161 2025.04.19 00:29:34.660151 [ 259 ] {d9a865b4-f3b4-4bcc-9460-98e729b554a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6162 2025.04.19 00:29:34.661024 [ 259 ] {d9a865b4-f3b4-4bcc-9460-98e729b554a3} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6163 2025.04.19 00:29:34.661063 [ 259 ] {d9a865b4-f3b4-4bcc-9460-98e729b554a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6164 2025.04.19 00:29:34.661461 [ 259 ] {d9a865b4-f3b4-4bcc-9460-98e729b554a3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6165 2025.04.19 00:29:34.661703 [ 259 ] {d9a865b4-f3b4-4bcc-9460-98e729b554a3} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6166 2025.04.19 00:29:34.661880 [ 259 ] {d9a865b4-f3b4-4bcc-9460-98e729b554a3} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.001801 sec., 378123.2648528595 rows/sec., 30.05 MiB/sec.
6167 2025.04.19 00:29:34.661936 [ 259 ] {d9a865b4-f3b4-4bcc-9460-98e729b554a3} <Debug> TCPHandler: Processed in 0.002026799 sec.
6168 2025.04.19 00:29:34.662089 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6169 2025.04.19 00:29:34.662194 [ 259 ] {d355484b-afd6-471b-8600-c2ef96a41a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6170 2025.04.19 00:29:34.662241 [ 259 ] {d355484b-afd6-471b-8600-c2ef96a41a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6171 2025.04.19 00:29:34.662788 [ 259 ] {d355484b-afd6-471b-8600-c2ef96a41a54} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6172 2025.04.19 00:29:34.662825 [ 259 ] {d355484b-afd6-471b-8600-c2ef96a41a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6173 2025.04.19 00:29:34.663170 [ 259 ] {d355484b-afd6-471b-8600-c2ef96a41a54} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6174 2025.04.19 00:29:34.663417 [ 259 ] {d355484b-afd6-471b-8600-c2ef96a41a54} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6175 2025.04.19 00:29:34.663613 [ 259 ] {d355484b-afd6-471b-8600-c2ef96a41a54} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001439 sec., 95899.93050729674 rows/sec., 5.97 MiB/sec.
6176 2025.04.19 00:29:34.663665 [ 259 ] {d355484b-afd6-471b-8600-c2ef96a41a54} <Debug> TCPHandler: Processed in 0.001642171 sec.
6177 2025.04.19 00:29:34.663782 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6178 2025.04.19 00:29:34.663885 [ 259 ] {a4a0e113-95bb-414a-bec7-dbb478672baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6179 2025.04.19 00:29:34.663931 [ 259 ] {a4a0e113-95bb-414a-bec7-dbb478672baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6180 2025.04.19 00:29:34.664471 [ 259 ] {a4a0e113-95bb-414a-bec7-dbb478672baf} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6181 2025.04.19 00:29:34.664510 [ 259 ] {a4a0e113-95bb-414a-bec7-dbb478672baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6182 2025.04.19 00:29:34.664858 [ 259 ] {a4a0e113-95bb-414a-bec7-dbb478672baf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6183 2025.04.19 00:29:34.665101 [ 259 ] {a4a0e113-95bb-414a-bec7-dbb478672baf} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6184 2025.04.19 00:29:34.665310 [ 259 ] {a4a0e113-95bb-414a-bec7-dbb478672baf} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001446 sec., 78146.61134163209 rows/sec., 5.06 MiB/sec.
6185 2025.04.19 00:29:34.665361 [ 259 ] {a4a0e113-95bb-414a-bec7-dbb478672baf} <Debug> TCPHandler: Processed in 0.001632081 sec.
6186 2025.04.19 00:29:34.665477 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6187 2025.04.19 00:29:34.665581 [ 259 ] {8bbe5a1c-1967-42be-b50d-8192c2c0a64f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6188 2025.04.19 00:29:34.665627 [ 259 ] {8bbe5a1c-1967-42be-b50d-8192c2c0a64f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6189 2025.04.19 00:29:34.666158 [ 259 ] {8bbe5a1c-1967-42be-b50d-8192c2c0a64f} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6190 2025.04.19 00:29:34.666198 [ 259 ] {8bbe5a1c-1967-42be-b50d-8192c2c0a64f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6191 2025.04.19 00:29:34.666548 [ 259 ] {8bbe5a1c-1967-42be-b50d-8192c2c0a64f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6192 2025.04.19 00:29:34.666784 [ 259 ] {8bbe5a1c-1967-42be-b50d-8192c2c0a64f} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6193 2025.04.19 00:29:34.667020 [ 259 ] {8bbe5a1c-1967-42be-b50d-8192c2c0a64f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001458 sec., 76817.55829903978 rows/sec., 4.38 MiB/sec.
6194 2025.04.19 00:29:34.667213 [ 259 ] {8bbe5a1c-1967-42be-b50d-8192c2c0a64f} <Debug> TCPHandler: Processed in 0.001783735 sec.
6195 2025.04.19 00:29:34.667400 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6196 2025.04.19 00:29:34.667508 [ 259 ] {ff74eef3-ef76-4f60-83b8-7516bf1a541d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6197 2025.04.19 00:29:34.667557 [ 259 ] {ff74eef3-ef76-4f60-83b8-7516bf1a541d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6198 2025.04.19 00:29:34.668237 [ 259 ] {ff74eef3-ef76-4f60-83b8-7516bf1a541d} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6199 2025.04.19 00:29:34.668276 [ 259 ] {ff74eef3-ef76-4f60-83b8-7516bf1a541d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6200 2025.04.19 00:29:34.668649 [ 259 ] {ff74eef3-ef76-4f60-83b8-7516bf1a541d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6201 2025.04.19 00:29:34.668888 [ 259 ] {ff74eef3-ef76-4f60-83b8-7516bf1a541d} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6202 2025.04.19 00:29:34.669104 [ 259 ] {ff74eef3-ef76-4f60-83b8-7516bf1a541d} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001617 sec., 256029.68460111317 rows/sec., 18.21 MiB/sec.
6203 2025.04.19 00:29:34.669156 [ 259 ] {ff74eef3-ef76-4f60-83b8-7516bf1a541d} <Debug> TCPHandler: Processed in 0.001814755 sec.
6204 2025.04.19 00:29:34.669273 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6205 2025.04.19 00:29:34.669379 [ 259 ] {370e5842-a152-4c6e-8540-1913cb4eab93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6206 2025.04.19 00:29:34.669428 [ 259 ] {370e5842-a152-4c6e-8540-1913cb4eab93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6207 2025.04.19 00:29:34.669834 [ 259 ] {370e5842-a152-4c6e-8540-1913cb4eab93} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6208 2025.04.19 00:29:34.669873 [ 259 ] {370e5842-a152-4c6e-8540-1913cb4eab93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6209 2025.04.19 00:29:34.670218 [ 259 ] {370e5842-a152-4c6e-8540-1913cb4eab93} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6210 2025.04.19 00:29:34.670459 [ 259 ] {370e5842-a152-4c6e-8540-1913cb4eab93} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6211 2025.04.19 00:29:34.670685 [ 259 ] {370e5842-a152-4c6e-8540-1913cb4eab93} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001324 sec., 4531.722054380664 rows/sec., 236.76 KiB/sec.
6212 2025.04.19 00:29:34.670771 [ 259 ] {370e5842-a152-4c6e-8540-1913cb4eab93} <Debug> TCPHandler: Processed in 0.00154884 sec.
6213 2025.04.19 00:29:34.670900 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6214 2025.04.19 00:29:34.671006 [ 259 ] {e9df5137-adf5-4755-ae58-76e3df00f227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6215 2025.04.19 00:29:34.671053 [ 259 ] {e9df5137-adf5-4755-ae58-76e3df00f227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6216 2025.04.19 00:29:34.671545 [ 259 ] {e9df5137-adf5-4755-ae58-76e3df00f227} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6217 2025.04.19 00:29:34.671581 [ 259 ] {e9df5137-adf5-4755-ae58-76e3df00f227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6218 2025.04.19 00:29:34.671949 [ 259 ] {e9df5137-adf5-4755-ae58-76e3df00f227} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6219 2025.04.19 00:29:34.672178 [ 259 ] {e9df5137-adf5-4755-ae58-76e3df00f227} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6220 2025.04.19 00:29:34.672379 [ 259 ] {e9df5137-adf5-4755-ae58-76e3df00f227} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001394 sec., 170014.34720229555 rows/sec., 11.40 MiB/sec.
6221 2025.04.19 00:29:34.672431 [ 259 ] {e9df5137-adf5-4755-ae58-76e3df00f227} <Debug> TCPHandler: Processed in 0.001586031 sec.
6222 2025.04.19 00:29:34.672540 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6223 2025.04.19 00:29:34.672643 [ 259 ] {b93fc319-3c03-47f5-b7e9-bc71f9012f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6224 2025.04.19 00:29:34.672690 [ 259 ] {b93fc319-3c03-47f5-b7e9-bc71f9012f3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6225 2025.04.19 00:29:34.673072 [ 259 ] {b93fc319-3c03-47f5-b7e9-bc71f9012f3e} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6226 2025.04.19 00:29:34.673110 [ 259 ] {b93fc319-3c03-47f5-b7e9-bc71f9012f3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6227 2025.04.19 00:29:34.673441 [ 259 ] {b93fc319-3c03-47f5-b7e9-bc71f9012f3e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6228 2025.04.19 00:29:34.673667 [ 259 ] {b93fc319-3c03-47f5-b7e9-bc71f9012f3e} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6229 2025.04.19 00:29:34.673862 [ 259 ] {b93fc319-3c03-47f5-b7e9-bc71f9012f3e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00124 sec., 806.4516129032259 rows/sec., 54.34 KiB/sec.
6230 2025.04.19 00:29:34.673910 [ 259 ] {b93fc319-3c03-47f5-b7e9-bc71f9012f3e} <Debug> TCPHandler: Processed in 0.001420928 sec.
6231 2025.04.19 00:29:34.674022 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6232 2025.04.19 00:29:34.674123 [ 259 ] {910bb5c2-02b1-404b-86f6-0e17211e8c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6233 2025.04.19 00:29:34.674189 [ 259 ] {910bb5c2-02b1-404b-86f6-0e17211e8c1b} <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
6234 2025.04.19 00:29:34.675253 [ 259 ] {910bb5c2-02b1-404b-86f6-0e17211e8c1b} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6235 2025.04.19 00:29:34.675293 [ 259 ] {910bb5c2-02b1-404b-86f6-0e17211e8c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6236 2025.04.19 00:29:34.675908 [ 259 ] {910bb5c2-02b1-404b-86f6-0e17211e8c1b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6237 2025.04.19 00:29:34.676161 [ 259 ] {910bb5c2-02b1-404b-86f6-0e17211e8c1b} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6238 2025.04.19 00:29:34.676387 [ 259 ] {910bb5c2-02b1-404b-86f6-0e17211e8c1b} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002283 sec., 14016.64476565922 rows/sec., 25.12 MiB/sec.
6239 2025.04.19 00:29:34.676482 [ 259 ] {910bb5c2-02b1-404b-86f6-0e17211e8c1b} <Debug> TCPHandler: Processed in 0.002510698 sec.
6240 2025.04.19 00:29:34.676600 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6241 2025.04.19 00:29:34.676704 [ 259 ] {b7fa9572-94ad-4291-8ae7-e0ce9ead279d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6242 2025.04.19 00:29:34.676750 [ 259 ] {b7fa9572-94ad-4291-8ae7-e0ce9ead279d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6243 2025.04.19 00:29:34.677153 [ 259 ] {b7fa9572-94ad-4291-8ae7-e0ce9ead279d} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6244 2025.04.19 00:29:34.677191 [ 259 ] {b7fa9572-94ad-4291-8ae7-e0ce9ead279d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6245 2025.04.19 00:29:34.677543 [ 259 ] {b7fa9572-94ad-4291-8ae7-e0ce9ead279d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6246 2025.04.19 00:29:34.677771 [ 259 ] {b7fa9572-94ad-4291-8ae7-e0ce9ead279d} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6247 2025.04.19 00:29:34.677998 [ 259 ] {b7fa9572-94ad-4291-8ae7-e0ce9ead279d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00131 sec., 62595.419847328245 rows/sec., 3.98 MiB/sec.
6248 2025.04.19 00:29:34.678069 [ 259 ] {b7fa9572-94ad-4291-8ae7-e0ce9ead279d} <Debug> TCPHandler: Processed in 0.001519279 sec.
6249 2025.04.19 00:29:35.000206 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.68 MiB, peak 205.54 MiB, free memory in arenas 0.00 B, will set to 199.46 MiB (RSS), difference: -1.21 MiB
6250 2025.04.19 00:29:35.826677 [ 135 ] {} <Debug> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6251 2025.04.19 00:29:35.826776 [ 135 ] {} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6252 2025.04.19 00:29:35.826817 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
6253 2025.04.19 00:29:35.827070 [ 196 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::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
6254 2025.04.19 00:29:35.827304 [ 196 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6255 2025.04.19 00:29:35.827343 [ 196 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part
6256 2025.04.19 00:29:35.827421 [ 196 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part
6257 2025.04.19 00:29:35.827527 [ 196 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::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
6258 2025.04.19 00:29:35.827610 [ 196 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part
6259 2025.04.19 00:29:35.827667 [ 196 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part
6260 2025.04.19 00:29:35.828998 [ 194 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.00207906 sec., 17315.51758967995 rows/sec., 1.44 MiB/sec.
6261 2025.04.19 00:29:35.829140 [ 196 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
6262 2025.04.19 00:29:35.829414 [ 196 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_9_2} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6263 2025.04.19 00:29:35.829494 [ 196 ] {f7b24b47-97f3-4b67-8a99-cc667bb12b0a::all_1_9_2} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
6264 2025.04.19 00:29:35.829571 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6265 2025.04.19 00:29:39.650844 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6266 2025.04.19 00:29:39.651068 [ 259 ] {08f14733-7e7e-4eef-974f-5475f92ea43f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6267 2025.04.19 00:29:39.651148 [ 259 ] {08f14733-7e7e-4eef-974f-5475f92ea43f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6268 2025.04.19 00:29:39.651938 [ 259 ] {08f14733-7e7e-4eef-974f-5475f92ea43f} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6269 2025.04.19 00:29:39.651986 [ 259 ] {08f14733-7e7e-4eef-974f-5475f92ea43f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6270 2025.04.19 00:29:39.652401 [ 259 ] {08f14733-7e7e-4eef-974f-5475f92ea43f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6271 2025.04.19 00:29:39.652659 [ 259 ] {08f14733-7e7e-4eef-974f-5475f92ea43f} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6272 2025.04.19 00:29:39.652877 [ 259 ] {08f14733-7e7e-4eef-974f-5475f92ea43f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001867 sec., 1071.2372790573113 rows/sec., 87.35 KiB/sec.
6273 2025.04.19 00:29:39.652934 [ 259 ] {08f14733-7e7e-4eef-974f-5475f92ea43f} <Debug> TCPHandler: Processed in 0.002224142 sec.
6274 2025.04.19 00:29:39.653060 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6275 2025.04.19 00:29:39.653165 [ 259 ] {7a961ccb-73e8-4b8e-be16-37b4e259cce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6276 2025.04.19 00:29:39.653211 [ 259 ] {7a961ccb-73e8-4b8e-be16-37b4e259cce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6277 2025.04.19 00:29:39.653759 [ 259 ] {7a961ccb-73e8-4b8e-be16-37b4e259cce7} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6278 2025.04.19 00:29:39.653799 [ 259 ] {7a961ccb-73e8-4b8e-be16-37b4e259cce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6279 2025.04.19 00:29:39.654148 [ 259 ] {7a961ccb-73e8-4b8e-be16-37b4e259cce7} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6280 2025.04.19 00:29:39.654392 [ 259 ] {7a961ccb-73e8-4b8e-be16-37b4e259cce7} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6281 2025.04.19 00:29:39.654562 [ 147 ] {} <Debug> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6282 2025.04.19 00:29:39.654614 [ 259 ] {7a961ccb-73e8-4b8e-be16-37b4e259cce7} <Debug> executeQuery: Read 73 rows, 6.06 KiB in 0.001465 sec., 49829.35153583618 rows/sec., 4.04 MiB/sec.
6283 2025.04.19 00:29:39.654643 [ 147 ] {} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6284 2025.04.19 00:29:39.654711 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6285 2025.04.19 00:29:39.654733 [ 259 ] {7a961ccb-73e8-4b8e-be16-37b4e259cce7} <Debug> TCPHandler: Processed in 0.001722893 sec.
6286 2025.04.19 00:29:39.654920 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6287 2025.04.19 00:29:39.654922 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6288 2025.04.19 00:29:39.655188 [ 259 ] {98194cd2-3987-474a-9310-04921099365c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6289 2025.04.19 00:29:39.655304 [ 259 ] {98194cd2-3987-474a-9310-04921099365c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6290 2025.04.19 00:29:39.655309 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6291 2025.04.19 00:29:39.655371 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1846 rows starting from the beginning of the part
6292 2025.04.19 00:29:39.655523 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1818 rows starting from the beginning of the part
6293 2025.04.19 00:29:39.655971 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 66 rows starting from the beginning of the part
6294 2025.04.19 00:29:39.656380 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 72 rows starting from the beginning of the part
6295 2025.04.19 00:29:39.656816 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 681 rows starting from the beginning of the part
6296 2025.04.19 00:29:39.657074 [ 189 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 73 rows starting from the beginning of the part
6297 2025.04.19 00:29:39.657829 [ 259 ] {98194cd2-3987-474a-9310-04921099365c} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6298 2025.04.19 00:29:39.657872 [ 259 ] {98194cd2-3987-474a-9310-04921099365c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6299 2025.04.19 00:29:39.658352 [ 259 ] {98194cd2-3987-474a-9310-04921099365c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6300 2025.04.19 00:29:39.658687 [ 259 ] {98194cd2-3987-474a-9310-04921099365c} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6301 2025.04.19 00:29:39.658831 [ 145 ] {} <Debug> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6302 2025.04.19 00:29:39.658873 [ 259 ] {98194cd2-3987-474a-9310-04921099365c} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.003781 sec., 2644.8029621793175 rows/sec., 196.04 KiB/sec.
6303 2025.04.19 00:29:39.658876 [ 145 ] {} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6304 2025.04.19 00:29:39.658928 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6305 2025.04.19 00:29:39.658959 [ 259 ] {98194cd2-3987-474a-9310-04921099365c} <Debug> TCPHandler: Processed in 0.004111029 sec.
6306 2025.04.19 00:29:39.659296 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6307 2025.04.19 00:29:39.659381 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
6308 2025.04.19 00:29:39.659627 [ 259 ] {48e14361-c26b-4824-8db3-17e8ccf572c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6309 2025.04.19 00:29:39.659842 [ 259 ] {48e14361-c26b-4824-8db3-17e8ccf572c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6310 2025.04.19 00:29:39.660292 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6311 2025.04.19 00:29:39.660480 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 164 rows starting from the beginning of the part
6312 2025.04.19 00:29:39.660969 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 144 rows starting from the beginning of the part
6313 2025.04.19 00:29:39.661511 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part
6314 2025.04.19 00:29:39.661983 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 8 rows starting from the beginning of the part
6315 2025.04.19 00:29:39.662417 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 138 rows starting from the beginning of the part
6316 2025.04.19 00:29:39.662820 [ 196 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 10 rows starting from the beginning of the part
6317 2025.04.19 00:29:39.662996 [ 194 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4556 rows, containing 5 columns (5 merged, 0 gathered) in 0.008136497 sec., 559946.1291511569 rows/sec., 47.58 MiB/sec.
6318 2025.04.19 00:29:39.663871 [ 194 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6319 2025.04.19 00:29:39.664088 [ 259 ] {48e14361-c26b-4824-8db3-17e8ccf572c3} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6320 2025.04.19 00:29:39.664197 [ 259 ] {48e14361-c26b-4824-8db3-17e8ccf572c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6321 2025.04.19 00:29:39.665295 [ 194 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_46_9} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6322 2025.04.19 00:29:39.665786 [ 259 ] {48e14361-c26b-4824-8db3-17e8ccf572c3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6323 2025.04.19 00:29:39.665786 [ 194 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_46_9} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6324 2025.04.19 00:29:39.666126 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB.
6325 2025.04.19 00:29:39.666434 [ 259 ] {48e14361-c26b-4824-8db3-17e8ccf572c3} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6326 2025.04.19 00:29:39.666772 [ 145 ] {} <Debug> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6327 2025.04.19 00:29:39.666876 [ 145 ] {} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6328 2025.04.19 00:29:39.666940 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6329 2025.04.19 00:29:39.666958 [ 186 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 472 rows, containing 5 columns (5 merged, 0 gathered) in 0.007932792 sec., 59499.85830965945 rows/sec., 3.99 MiB/sec.
6330 2025.04.19 00:29:39.667088 [ 259 ] {48e14361-c26b-4824-8db3-17e8ccf572c3} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.007551 sec., 9800.026486558072 rows/sec., 783.86 KiB/sec.
6331 2025.04.19 00:29:39.667524 [ 186 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6332 2025.04.19 00:29:39.667636 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6333 2025.04.19 00:29:39.667692 [ 259 ] {48e14361-c26b-4824-8db3-17e8ccf572c3} <Debug> TCPHandler: Processed in 0.008553924 sec.
6334 2025.04.19 00:29:39.668216 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6335 2025.04.19 00:29:39.668542 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6336 2025.04.19 00:29:39.668704 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part
6337 2025.04.19 00:29:39.668722 [ 259 ] {5d82fd32-f712-43e5-a037-c125fecfc047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6338 2025.04.19 00:29:39.668972 [ 259 ] {5d82fd32-f712-43e5-a037-c125fecfc047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6339 2025.04.19 00:29:39.669099 [ 186 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_41_8} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6340 2025.04.19 00:29:39.669248 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 876 rows starting from the beginning of the part
6341 2025.04.19 00:29:39.669697 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 72 rows starting from the beginning of the part
6342 2025.04.19 00:29:39.670184 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 72 rows starting from the beginning of the part
6343 2025.04.19 00:29:39.670341 [ 186 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_41_8} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6344 2025.04.19 00:29:39.670672 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 414 rows starting from the beginning of the part
6345 2025.04.19 00:29:39.671107 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 74 rows starting from the beginning of the part
6346 2025.04.19 00:29:39.671565 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
6347 2025.04.19 00:29:39.672068 [ 259 ] {5d82fd32-f712-43e5-a037-c125fecfc047} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6348 2025.04.19 00:29:39.672116 [ 259 ] {5d82fd32-f712-43e5-a037-c125fecfc047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6349 2025.04.19 00:29:39.672680 [ 259 ] {5d82fd32-f712-43e5-a037-c125fecfc047} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6350 2025.04.19 00:29:39.672958 [ 259 ] {5d82fd32-f712-43e5-a037-c125fecfc047} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6351 2025.04.19 00:29:39.673107 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6352 2025.04.19 00:29:39.673174 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6353 2025.04.19 00:29:39.673209 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6354 2025.04.19 00:29:39.673207 [ 259 ] {5d82fd32-f712-43e5-a037-c125fecfc047} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004648 sec., 34638.554216867466 rows/sec., 2.41 MiB/sec.
6355 2025.04.19 00:29:39.673874 [ 259 ] {5d82fd32-f712-43e5-a037-c125fecfc047} <Debug> TCPHandler: Processed in 0.005796172 sec.
6356 2025.04.19 00:29:39.674196 [ 193 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.007135847 sec., 339413.10681128677 rows/sec., 26.00 MiB/sec.
6357 2025.04.19 00:29:39.674221 [ 201 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6358 2025.04.19 00:29:39.674438 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6359 2025.04.19 00:29:39.674751 [ 200 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6360 2025.04.19 00:29:39.675063 [ 259 ] {4f4b14a0-4816-43ec-9565-c7576ff56020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6361 2025.04.19 00:29:39.675168 [ 201 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6362 2025.04.19 00:29:39.675345 [ 201 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12729 rows starting from the beginning of the part
6363 2025.04.19 00:29:39.675453 [ 259 ] {4f4b14a0-4816-43ec-9565-c7576ff56020} <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
6364 2025.04.19 00:29:39.675722 [ 201 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 960 rows starting from the beginning of the part
6365 2025.04.19 00:29:39.676123 [ 200 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_46_9} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6366 2025.04.19 00:29:39.676299 [ 201 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 130 rows starting from the beginning of the part
6367 2025.04.19 00:29:39.676673 [ 200 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_46_9} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6368 2025.04.19 00:29:39.676927 [ 201 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part
6369 2025.04.19 00:29:39.677135 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
6370 2025.04.19 00:29:39.677456 [ 201 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part
6371 2025.04.19 00:29:39.677895 [ 201 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 161 rows starting from the beginning of the part
6372 2025.04.19 00:29:39.679706 [ 259 ] {4f4b14a0-4816-43ec-9565-c7576ff56020} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6373 2025.04.19 00:29:39.679750 [ 259 ] {4f4b14a0-4816-43ec-9565-c7576ff56020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6374 2025.04.19 00:29:39.680655 [ 259 ] {4f4b14a0-4816-43ec-9565-c7576ff56020} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6375 2025.04.19 00:29:39.681026 [ 259 ] {4f4b14a0-4816-43ec-9565-c7576ff56020} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6376 2025.04.19 00:29:39.681279 [ 259 ] {4f4b14a0-4816-43ec-9565-c7576ff56020} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006489 sec., 1232.8556017876406 rows/sec., 2.21 MiB/sec.
6377 2025.04.19 00:29:39.681380 [ 259 ] {4f4b14a0-4816-43ec-9565-c7576ff56020} <Debug> TCPHandler: Processed in 0.007079286 sec.
6378 2025.04.19 00:29:39.681502 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6379 2025.04.19 00:29:39.681610 [ 259 ] {f1c19d83-b913-4c73-892c-3b4962269cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6380 2025.04.19 00:29:39.681657 [ 259 ] {f1c19d83-b913-4c73-892c-3b4962269cdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6381 2025.04.19 00:29:39.682123 [ 259 ] {f1c19d83-b913-4c73-892c-3b4962269cdf} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6382 2025.04.19 00:29:39.682163 [ 259 ] {f1c19d83-b913-4c73-892c-3b4962269cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6383 2025.04.19 00:29:39.682434 [ 187 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14377 rows, containing 5 columns (5 merged, 0 gathered) in 0.009104126 sec., 1579174.1019401532 rows/sec., 106.62 MiB/sec.
6384 2025.04.19 00:29:39.682681 [ 259 ] {f1c19d83-b913-4c73-892c-3b4962269cdf} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6385 2025.04.19 00:29:39.682960 [ 259 ] {f1c19d83-b913-4c73-892c-3b4962269cdf} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6386 2025.04.19 00:29:39.683059 [ 187 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6387 2025.04.19 00:29:39.683185 [ 145 ] {} <Debug> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6388 2025.04.19 00:29:39.683293 [ 145 ] {} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6389 2025.04.19 00:29:39.683409 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6390 2025.04.19 00:29:39.683441 [ 259 ] {f1c19d83-b913-4c73-892c-3b4962269cdf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00185 sec., 32432.43243243243 rows/sec., 2.19 MiB/sec.
6391 2025.04.19 00:29:39.683737 [ 259 ] {f1c19d83-b913-4c73-892c-3b4962269cdf} <Debug> TCPHandler: Processed in 0.002275043 sec.
6392 2025.04.19 00:29:39.683834 [ 200 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6393 2025.04.19 00:29:39.684074 [ 200 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6394 2025.04.19 00:29:39.684093 [ 187 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6395 2025.04.19 00:29:39.684119 [ 200 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2522 rows starting from the beginning of the part
6396 2025.04.19 00:29:39.684348 [ 200 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part
6397 2025.04.19 00:29:39.684384 [ 187 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6398 2025.04.19 00:29:39.684639 [ 200 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 48 rows starting from the beginning of the part
6399 2025.04.19 00:29:39.684741 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.65 MiB.
6400 2025.04.19 00:29:39.684881 [ 200 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part
6401 2025.04.19 00:29:39.684964 [ 200 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part
6402 2025.04.19 00:29:39.685042 [ 200 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part
6403 2025.04.19 00:29:39.686365 [ 199 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.002838995 sec., 988377.9295137892 rows/sec., 64.48 MiB/sec.
6404 2025.04.19 00:29:39.686678 [ 198 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6405 2025.04.19 00:29:39.686985 [ 198 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_46_9} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6406 2025.04.19 00:29:39.687069 [ 198 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_46_9} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6407 2025.04.19 00:29:39.687160 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
6408 2025.04.19 00:29:40.795066 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298
6409 2025.04.19 00:29:40.795761 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6410 2025.04.19 00:29:40.795808 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6411 2025.04.19 00:29:40.796325 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6412 2025.04.19 00:29:40.796693 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6413 2025.04.19 00:29:40.796963 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298
6414 2025.04.19 00:29:41.670360 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
6415 2025.04.19 00:29:41.692184 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6416 2025.04.19 00:29:41.692259 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6417 2025.04.19 00:29:41.699640 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6418 2025.04.19 00:29:41.700438 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6419 2025.04.19 00:29:41.703348 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
6420 2025.04.19 00:29:43.352354 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 922
6421 2025.04.19 00:29:43.355422 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6422 2025.04.19 00:29:43.355467 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6423 2025.04.19 00:29:43.356911 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6424 2025.04.19 00:29:43.357222 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6425 2025.04.19 00:29:43.357501 [ 142 ] {} <Debug> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6426 2025.04.19 00:29:43.357688 [ 142 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6427 2025.04.19 00:29:43.357808 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6428 2025.04.19 00:29:43.358429 [ 200 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::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
6429 2025.04.19 00:29:43.359194 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 922
6430 2025.04.19 00:29:43.359594 [ 200 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6431 2025.04.19 00:29:43.359726 [ 200 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 744 rows starting from the beginning of the part
6432 2025.04.19 00:29:43.360315 [ 200 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part
6433 2025.04.19 00:29:43.360715 [ 200 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part
6434 2025.04.19 00:29:43.361129 [ 200 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 58 rows starting from the beginning of the part
6435 2025.04.19 00:29:43.361528 [ 200 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part
6436 2025.04.19 00:29:43.361960 [ 200 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part
6437 2025.04.19 00:29:43.369316 [ 198 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 922 rows, containing 72 columns (72 merged, 0 gathered) in 0.011322377 sec., 81431.66404015695 rows/sec., 66.43 MiB/sec.
6438 2025.04.19 00:29:43.370607 [ 198 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6439 2025.04.19 00:29:43.371438 [ 198 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_21_4} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6440 2025.04.19 00:29:43.371549 [ 198 ] {53e0aae6-1143-4213-89d5-b76ae8039ec4::all_1_21_4} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6441 2025.04.19 00:29:43.371925 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB.
6442 2025.04.19 00:29:44.656555 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6443 2025.04.19 00:29:44.656776 [ 259 ] {71d68fa1-2322-4b0b-936b-26d623873401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6444 2025.04.19 00:29:44.656857 [ 259 ] {71d68fa1-2322-4b0b-936b-26d623873401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6445 2025.04.19 00:29:44.657734 [ 259 ] {71d68fa1-2322-4b0b-936b-26d623873401} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6446 2025.04.19 00:29:44.657783 [ 259 ] {71d68fa1-2322-4b0b-936b-26d623873401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6447 2025.04.19 00:29:44.658204 [ 259 ] {71d68fa1-2322-4b0b-936b-26d623873401} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6448 2025.04.19 00:29:44.658448 [ 259 ] {71d68fa1-2322-4b0b-936b-26d623873401} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6449 2025.04.19 00:29:44.658673 [ 259 ] {71d68fa1-2322-4b0b-936b-26d623873401} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001954 sec., 108495.39406345956 rows/sec., 6.90 MiB/sec.
6450 2025.04.19 00:29:44.658728 [ 259 ] {71d68fa1-2322-4b0b-936b-26d623873401} <Debug> TCPHandler: Processed in 0.002310354 sec.
6451 2025.04.19 00:29:44.658851 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6452 2025.04.19 00:29:44.658955 [ 259 ] {eec2689f-45e5-4f91-ae67-c2391533e949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6453 2025.04.19 00:29:44.659000 [ 259 ] {eec2689f-45e5-4f91-ae67-c2391533e949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6454 2025.04.19 00:29:44.659827 [ 259 ] {eec2689f-45e5-4f91-ae67-c2391533e949} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6455 2025.04.19 00:29:44.659865 [ 259 ] {eec2689f-45e5-4f91-ae67-c2391533e949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6456 2025.04.19 00:29:44.660243 [ 259 ] {eec2689f-45e5-4f91-ae67-c2391533e949} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6457 2025.04.19 00:29:44.660484 [ 259 ] {eec2689f-45e5-4f91-ae67-c2391533e949} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6458 2025.04.19 00:29:44.660669 [ 259 ] {eec2689f-45e5-4f91-ae67-c2391533e949} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.001736 sec., 392281.1059907834 rows/sec., 31.18 MiB/sec.
6459 2025.04.19 00:29:44.660720 [ 259 ] {eec2689f-45e5-4f91-ae67-c2391533e949} <Debug> TCPHandler: Processed in 0.001919547 sec.
6460 2025.04.19 00:29:44.660836 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6461 2025.04.19 00:29:44.660938 [ 259 ] {2203056b-9be9-4414-b470-706a3af5d36c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6462 2025.04.19 00:29:44.660983 [ 259 ] {2203056b-9be9-4414-b470-706a3af5d36c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6463 2025.04.19 00:29:44.661527 [ 259 ] {2203056b-9be9-4414-b470-706a3af5d36c} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6464 2025.04.19 00:29:44.661564 [ 259 ] {2203056b-9be9-4414-b470-706a3af5d36c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6465 2025.04.19 00:29:44.661898 [ 259 ] {2203056b-9be9-4414-b470-706a3af5d36c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6466 2025.04.19 00:29:44.662128 [ 259 ] {2203056b-9be9-4414-b470-706a3af5d36c} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6467 2025.04.19 00:29:44.662311 [ 259 ] {2203056b-9be9-4414-b470-706a3af5d36c} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001393 sec., 99066.7623833453 rows/sec., 6.16 MiB/sec.
6468 2025.04.19 00:29:44.662361 [ 259 ] {2203056b-9be9-4414-b470-706a3af5d36c} <Debug> TCPHandler: Processed in 0.001575881 sec.
6469 2025.04.19 00:29:44.662475 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6470 2025.04.19 00:29:44.662577 [ 259 ] {405a2544-c9d7-48fc-81d2-94a94105f1ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6471 2025.04.19 00:29:44.662622 [ 259 ] {405a2544-c9d7-48fc-81d2-94a94105f1ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6472 2025.04.19 00:29:44.663145 [ 259 ] {405a2544-c9d7-48fc-81d2-94a94105f1ac} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6473 2025.04.19 00:29:44.663183 [ 259 ] {405a2544-c9d7-48fc-81d2-94a94105f1ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6474 2025.04.19 00:29:44.663514 [ 259 ] {405a2544-c9d7-48fc-81d2-94a94105f1ac} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6475 2025.04.19 00:29:44.663733 [ 259 ] {405a2544-c9d7-48fc-81d2-94a94105f1ac} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6476 2025.04.19 00:29:44.663884 [ 136 ] {} <Debug> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6477 2025.04.19 00:29:44.663941 [ 259 ] {405a2544-c9d7-48fc-81d2-94a94105f1ac} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001383 sec., 81706.43528561099 rows/sec., 5.29 MiB/sec.
6478 2025.04.19 00:29:44.663965 [ 136 ] {} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6479 2025.04.19 00:29:44.664031 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6480 2025.04.19 00:29:44.664053 [ 259 ] {405a2544-c9d7-48fc-81d2-94a94105f1ac} <Debug> TCPHandler: Processed in 0.001621401 sec.
6481 2025.04.19 00:29:44.664198 [ 197 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full
6482 2025.04.19 00:29:44.664205 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6483 2025.04.19 00:29:44.664353 [ 197 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6484 2025.04.19 00:29:44.664357 [ 259 ] {89ce7db8-1297-40a6-a88d-1f3a0ccc49fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6485 2025.04.19 00:29:44.664395 [ 197 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 341 rows starting from the beginning of the part
6486 2025.04.19 00:29:44.664417 [ 259 ] {89ce7db8-1297-40a6-a88d-1f3a0ccc49fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6487 2025.04.19 00:29:44.664645 [ 197 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part
6488 2025.04.19 00:29:44.665048 [ 197 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part
6489 2025.04.19 00:29:44.665347 [ 197 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 341 rows starting from the beginning of the part
6490 2025.04.19 00:29:44.665727 [ 197 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part
6491 2025.04.19 00:29:44.666039 [ 197 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part
6492 2025.04.19 00:29:44.666852 [ 259 ] {89ce7db8-1297-40a6-a88d-1f3a0ccc49fc} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6493 2025.04.19 00:29:44.666895 [ 259 ] {89ce7db8-1297-40a6-a88d-1f3a0ccc49fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6494 2025.04.19 00:29:44.667420 [ 259 ] {89ce7db8-1297-40a6-a88d-1f3a0ccc49fc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6495 2025.04.19 00:29:44.667778 [ 259 ] {89ce7db8-1297-40a6-a88d-1f3a0ccc49fc} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6496 2025.04.19 00:29:44.667845 [ 191 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.003712451 sec., 305458.5770963711 rows/sec., 21.30 MiB/sec.
6497 2025.04.19 00:29:44.668112 [ 259 ] {89ce7db8-1297-40a6-a88d-1f3a0ccc49fc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.003775 sec., 29668.874172185428 rows/sec., 1.69 MiB/sec.
6498 2025.04.19 00:29:44.668240 [ 259 ] {89ce7db8-1297-40a6-a88d-1f3a0ccc49fc} <Debug> TCPHandler: Processed in 0.004089359 sec.
6499 2025.04.19 00:29:44.668266 [ 195 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6500 2025.04.19 00:29:44.668412 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6501 2025.04.19 00:29:44.668580 [ 259 ] {1d38a4fb-152c-47d5-a1d6-7674b02ef689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6502 2025.04.19 00:29:44.668655 [ 259 ] {1d38a4fb-152c-47d5-a1d6-7674b02ef689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6503 2025.04.19 00:29:44.668885 [ 195 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_20_4} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6504 2025.04.19 00:29:44.669155 [ 195 ] {ee021700-4325-4152-9b4f-a272d871d0c3::all_1_20_4} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6505 2025.04.19 00:29:44.669348 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
6506 2025.04.19 00:29:44.669789 [ 259 ] {1d38a4fb-152c-47d5-a1d6-7674b02ef689} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6507 2025.04.19 00:29:44.669830 [ 259 ] {1d38a4fb-152c-47d5-a1d6-7674b02ef689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6508 2025.04.19 00:29:44.670191 [ 259 ] {1d38a4fb-152c-47d5-a1d6-7674b02ef689} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6509 2025.04.19 00:29:44.670419 [ 259 ] {1d38a4fb-152c-47d5-a1d6-7674b02ef689} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6510 2025.04.19 00:29:44.670607 [ 259 ] {1d38a4fb-152c-47d5-a1d6-7674b02ef689} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.002073 sec., 199710.5643994211 rows/sec., 14.20 MiB/sec.
6511 2025.04.19 00:29:44.670660 [ 259 ] {1d38a4fb-152c-47d5-a1d6-7674b02ef689} <Debug> TCPHandler: Processed in 0.002335425 sec.
6512 2025.04.19 00:29:44.670776 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6513 2025.04.19 00:29:44.670879 [ 259 ] {d526aaab-6964-46fa-b2a4-b6da6b98a22e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6514 2025.04.19 00:29:44.670924 [ 259 ] {d526aaab-6964-46fa-b2a4-b6da6b98a22e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6515 2025.04.19 00:29:44.671332 [ 259 ] {d526aaab-6964-46fa-b2a4-b6da6b98a22e} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6516 2025.04.19 00:29:44.671369 [ 259 ] {d526aaab-6964-46fa-b2a4-b6da6b98a22e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6517 2025.04.19 00:29:44.671703 [ 259 ] {d526aaab-6964-46fa-b2a4-b6da6b98a22e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6518 2025.04.19 00:29:44.671934 [ 259 ] {d526aaab-6964-46fa-b2a4-b6da6b98a22e} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6519 2025.04.19 00:29:44.672078 [ 136 ] {} <Debug> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6520 2025.04.19 00:29:44.672139 [ 136 ] {} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6521 2025.04.19 00:29:44.672159 [ 259 ] {d526aaab-6964-46fa-b2a4-b6da6b98a22e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001292 sec., 4643.962848297214 rows/sec., 242.63 KiB/sec.
6522 2025.04.19 00:29:44.672176 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6523 2025.04.19 00:29:44.672290 [ 259 ] {d526aaab-6964-46fa-b2a4-b6da6b98a22e} <Debug> TCPHandler: Processed in 0.00155965 sec.
6524 2025.04.19 00:29:44.672533 [ 191 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full
6525 2025.04.19 00:29:44.672547 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6526 2025.04.19 00:29:44.672821 [ 259 ] {ab31e8c3-f66a-40b2-93fe-3d988af5687e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6527 2025.04.19 00:29:44.672946 [ 191 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6528 2025.04.19 00:29:44.672960 [ 259 ] {ab31e8c3-f66a-40b2-93fe-3d988af5687e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6529 2025.04.19 00:29:44.673079 [ 191 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part
6530 2025.04.19 00:29:44.673446 [ 191 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
6531 2025.04.19 00:29:44.673880 [ 191 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
6532 2025.04.19 00:29:44.674076 [ 191 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
6533 2025.04.19 00:29:44.674166 [ 191 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
6534 2025.04.19 00:29:44.674538 [ 191 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
6535 2025.04.19 00:29:44.675384 [ 259 ] {ab31e8c3-f66a-40b2-93fe-3d988af5687e} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6536 2025.04.19 00:29:44.675452 [ 259 ] {ab31e8c3-f66a-40b2-93fe-3d988af5687e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6537 2025.04.19 00:29:44.676577 [ 259 ] {ab31e8c3-f66a-40b2-93fe-3d988af5687e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6538 2025.04.19 00:29:44.677045 [ 197 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004736081 sec., 25337.404491181635 rows/sec., 1.29 MiB/sec.
6539 2025.04.19 00:29:44.677125 [ 259 ] {ab31e8c3-f66a-40b2-93fe-3d988af5687e} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6540 2025.04.19 00:29:44.677189 [ 197 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6541 2025.04.19 00:29:44.677396 [ 259 ] {ab31e8c3-f66a-40b2-93fe-3d988af5687e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004663 sec., 50825.64872399743 rows/sec., 3.41 MiB/sec.
6542 2025.04.19 00:29:44.677484 [ 259 ] {ab31e8c3-f66a-40b2-93fe-3d988af5687e} <Debug> TCPHandler: Processed in 0.005032397 sec.
6543 2025.04.19 00:29:44.677612 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6544 2025.04.19 00:29:44.677636 [ 197 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_20_4} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6545 2025.04.19 00:29:44.677733 [ 259 ] {59406249-763a-47a5-b20d-069aca52d518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6546 2025.04.19 00:29:44.677753 [ 197 ] {e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f::all_1_20_4} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6547 2025.04.19 00:29:44.677786 [ 259 ] {59406249-763a-47a5-b20d-069aca52d518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6548 2025.04.19 00:29:44.677865 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6549 2025.04.19 00:29:44.678247 [ 259 ] {59406249-763a-47a5-b20d-069aca52d518} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6550 2025.04.19 00:29:44.678283 [ 259 ] {59406249-763a-47a5-b20d-069aca52d518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6551 2025.04.19 00:29:44.678627 [ 259 ] {59406249-763a-47a5-b20d-069aca52d518} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6552 2025.04.19 00:29:44.678856 [ 259 ] {59406249-763a-47a5-b20d-069aca52d518} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6553 2025.04.19 00:29:44.679044 [ 259 ] {59406249-763a-47a5-b20d-069aca52d518} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001336 sec., 748.502994011976 rows/sec., 50.44 KiB/sec.
6554 2025.04.19 00:29:44.679091 [ 259 ] {59406249-763a-47a5-b20d-069aca52d518} <Debug> TCPHandler: Processed in 0.00153936 sec.
6555 2025.04.19 00:29:44.679205 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6556 2025.04.19 00:29:44.679307 [ 259 ] {7c9c8d6a-0ed5-47cb-a5d7-0549903aca14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6557 2025.04.19 00:29:44.679372 [ 259 ] {7c9c8d6a-0ed5-47cb-a5d7-0549903aca14} <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
6558 2025.04.19 00:29:44.680445 [ 259 ] {7c9c8d6a-0ed5-47cb-a5d7-0549903aca14} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6559 2025.04.19 00:29:44.680484 [ 259 ] {7c9c8d6a-0ed5-47cb-a5d7-0549903aca14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6560 2025.04.19 00:29:44.681092 [ 259 ] {7c9c8d6a-0ed5-47cb-a5d7-0549903aca14} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6561 2025.04.19 00:29:44.681338 [ 259 ] {7c9c8d6a-0ed5-47cb-a5d7-0549903aca14} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6562 2025.04.19 00:29:44.681621 [ 259 ] {7c9c8d6a-0ed5-47cb-a5d7-0549903aca14} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002327 sec., 13751.611516974644 rows/sec., 24.64 MiB/sec.
6563 2025.04.19 00:29:44.682134 [ 259 ] {7c9c8d6a-0ed5-47cb-a5d7-0549903aca14} <Debug> TCPHandler: Processed in 0.002977797 sec.
6564 2025.04.19 00:29:44.682298 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6565 2025.04.19 00:29:44.682400 [ 259 ] {e11d9823-0ef0-464e-9411-ea0fc679067d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6566 2025.04.19 00:29:44.682447 [ 259 ] {e11d9823-0ef0-464e-9411-ea0fc679067d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6567 2025.04.19 00:29:44.682885 [ 259 ] {e11d9823-0ef0-464e-9411-ea0fc679067d} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6568 2025.04.19 00:29:44.682923 [ 259 ] {e11d9823-0ef0-464e-9411-ea0fc679067d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6569 2025.04.19 00:29:44.683279 [ 259 ] {e11d9823-0ef0-464e-9411-ea0fc679067d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6570 2025.04.19 00:29:44.683508 [ 259 ] {e11d9823-0ef0-464e-9411-ea0fc679067d} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6571 2025.04.19 00:29:44.683726 [ 259 ] {e11d9823-0ef0-464e-9411-ea0fc679067d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001347 sec., 60876.02078693392 rows/sec., 3.87 MiB/sec.
6572 2025.04.19 00:29:44.683797 [ 259 ] {e11d9823-0ef0-464e-9411-ea0fc679067d} <Debug> TCPHandler: Processed in 0.00154874 sec.
6573 2025.04.19 00:29:48.176514 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache
6574 2025.04.19 00:29:48.176599 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache
6575 2025.04.19 00:29:48.297149 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786
6576 2025.04.19 00:29:48.298269 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6577 2025.04.19 00:29:48.298315 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6578 2025.04.19 00:29:48.298804 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6579 2025.04.19 00:29:48.299046 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6580 2025.04.19 00:29:48.299308 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
6581 2025.04.19 00:29:49.203474 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226
6582 2025.04.19 00:29:49.224874 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6583 2025.04.19 00:29:49.224931 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6584 2025.04.19 00:29:49.232555 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6585 2025.04.19 00:29:49.233334 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6586 2025.04.19 00:29:49.236463 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 226
6587 2025.04.19 00:29:49.650385 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6588 2025.04.19 00:29:49.650698 [ 259 ] {a073c61a-43c9-4b12-a888-fb2133818fb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6589 2025.04.19 00:29:49.650810 [ 259 ] {a073c61a-43c9-4b12-a888-fb2133818fb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6590 2025.04.19 00:29:49.651802 [ 259 ] {a073c61a-43c9-4b12-a888-fb2133818fb2} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6591 2025.04.19 00:29:49.651848 [ 259 ] {a073c61a-43c9-4b12-a888-fb2133818fb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6592 2025.04.19 00:29:49.652270 [ 259 ] {a073c61a-43c9-4b12-a888-fb2133818fb2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6593 2025.04.19 00:29:49.652525 [ 259 ] {a073c61a-43c9-4b12-a888-fb2133818fb2} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6594 2025.04.19 00:29:49.652711 [ 259 ] {a073c61a-43c9-4b12-a888-fb2133818fb2} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002094 sec., 34383.95415472779 rows/sec., 2.79 MiB/sec.
6595 2025.04.19 00:29:49.652766 [ 259 ] {a073c61a-43c9-4b12-a888-fb2133818fb2} <Debug> TCPHandler: Processed in 0.00256331 sec.
6596 2025.04.19 00:29:49.652894 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6597 2025.04.19 00:29:49.653002 [ 259 ] {1575a7de-c272-4156-b9b7-99224c9e5c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6598 2025.04.19 00:29:49.653048 [ 259 ] {1575a7de-c272-4156-b9b7-99224c9e5c0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6599 2025.04.19 00:29:49.653553 [ 259 ] {1575a7de-c272-4156-b9b7-99224c9e5c0a} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6600 2025.04.19 00:29:49.653589 [ 259 ] {1575a7de-c272-4156-b9b7-99224c9e5c0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6601 2025.04.19 00:29:49.653914 [ 259 ] {1575a7de-c272-4156-b9b7-99224c9e5c0a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6602 2025.04.19 00:29:49.654143 [ 259 ] {1575a7de-c272-4156-b9b7-99224c9e5c0a} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6603 2025.04.19 00:29:49.654306 [ 259 ] {1575a7de-c272-4156-b9b7-99224c9e5c0a} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00133 sec., 6015.037593984963 rows/sec., 452.30 KiB/sec.
6604 2025.04.19 00:29:49.654352 [ 259 ] {1575a7de-c272-4156-b9b7-99224c9e5c0a} <Debug> TCPHandler: Processed in 0.001508969 sec.
6605 2025.04.19 00:29:49.654458 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6606 2025.04.19 00:29:49.654558 [ 259 ] {59a14450-6935-41d2-b0fd-4e1fcfb3b550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6607 2025.04.19 00:29:49.654601 [ 259 ] {59a14450-6935-41d2-b0fd-4e1fcfb3b550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6608 2025.04.19 00:29:49.655165 [ 259 ] {59a14450-6935-41d2-b0fd-4e1fcfb3b550} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6609 2025.04.19 00:29:49.655202 [ 259 ] {59a14450-6935-41d2-b0fd-4e1fcfb3b550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6610 2025.04.19 00:29:49.655549 [ 259 ] {59a14450-6935-41d2-b0fd-4e1fcfb3b550} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6611 2025.04.19 00:29:49.655777 [ 259 ] {59a14450-6935-41d2-b0fd-4e1fcfb3b550} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6612 2025.04.19 00:29:49.655935 [ 259 ] {59a14450-6935-41d2-b0fd-4e1fcfb3b550} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001398 sec., 51502.145922746786 rows/sec., 4.02 MiB/sec.
6613 2025.04.19 00:29:49.655984 [ 259 ] {59a14450-6935-41d2-b0fd-4e1fcfb3b550} <Debug> TCPHandler: Processed in 0.001572771 sec.
6614 2025.04.19 00:29:49.656098 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6615 2025.04.19 00:29:49.656199 [ 259 ] {91b150c3-a526-4627-ad4d-2f841d5c7ede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6616 2025.04.19 00:29:49.656245 [ 259 ] {91b150c3-a526-4627-ad4d-2f841d5c7ede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6617 2025.04.19 00:29:49.656794 [ 259 ] {91b150c3-a526-4627-ad4d-2f841d5c7ede} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6618 2025.04.19 00:29:49.656831 [ 259 ] {91b150c3-a526-4627-ad4d-2f841d5c7ede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6619 2025.04.19 00:29:49.657206 [ 259 ] {91b150c3-a526-4627-ad4d-2f841d5c7ede} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6620 2025.04.19 00:29:49.657436 [ 259 ] {91b150c3-a526-4627-ad4d-2f841d5c7ede} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6621 2025.04.19 00:29:49.657596 [ 259 ] {91b150c3-a526-4627-ad4d-2f841d5c7ede} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001418 sec., 112834.97884344147 rows/sec., 7.86 MiB/sec.
6622 2025.04.19 00:29:49.657642 [ 259 ] {91b150c3-a526-4627-ad4d-2f841d5c7ede} <Debug> TCPHandler: Processed in 0.001592391 sec.
6623 2025.04.19 00:29:49.657766 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6624 2025.04.19 00:29:49.657903 [ 259 ] {2f083a72-64c2-456a-9d11-923ec3a0855d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6625 2025.04.19 00:29:49.657979 [ 259 ] {2f083a72-64c2-456a-9d11-923ec3a0855d} <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
6626 2025.04.19 00:29:49.659073 [ 259 ] {2f083a72-64c2-456a-9d11-923ec3a0855d} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6627 2025.04.19 00:29:49.659110 [ 259 ] {2f083a72-64c2-456a-9d11-923ec3a0855d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6628 2025.04.19 00:29:49.659692 [ 259 ] {2f083a72-64c2-456a-9d11-923ec3a0855d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6629 2025.04.19 00:29:49.659939 [ 259 ] {2f083a72-64c2-456a-9d11-923ec3a0855d} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6630 2025.04.19 00:29:49.660120 [ 259 ] {2f083a72-64c2-456a-9d11-923ec3a0855d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002246 sec., 3561.887800534283 rows/sec., 6.38 MiB/sec.
6631 2025.04.19 00:29:49.660209 [ 259 ] {2f083a72-64c2-456a-9d11-923ec3a0855d} <Debug> TCPHandler: Processed in 0.002503168 sec.
6632 2025.04.19 00:29:49.660325 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6633 2025.04.19 00:29:49.660427 [ 259 ] {46471312-123c-432f-b403-c72b11fbfbfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6634 2025.04.19 00:29:49.660473 [ 259 ] {46471312-123c-432f-b403-c72b11fbfbfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6635 2025.04.19 00:29:49.660900 [ 259 ] {46471312-123c-432f-b403-c72b11fbfbfa} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6636 2025.04.19 00:29:49.660936 [ 259 ] {46471312-123c-432f-b403-c72b11fbfbfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6637 2025.04.19 00:29:49.661273 [ 259 ] {46471312-123c-432f-b403-c72b11fbfbfa} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6638 2025.04.19 00:29:49.661505 [ 259 ] {46471312-123c-432f-b403-c72b11fbfbfa} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6639 2025.04.19 00:29:49.661664 [ 259 ] {46471312-123c-432f-b403-c72b11fbfbfa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001259 sec., 47656.87053216839 rows/sec., 3.21 MiB/sec.
6640 2025.04.19 00:29:49.661709 [ 259 ] {46471312-123c-432f-b403-c72b11fbfbfa} <Debug> TCPHandler: Processed in 0.001432458 sec.
6641 2025.04.19 00:29:49.938629 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6642 2025.04.19 00:29:49.938837 [ 259 ] {a0f264a9-42d2-4178-8908-14ea0153eeb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6643 2025.04.19 00:29:49.938918 [ 259 ] {a0f264a9-42d2-4178-8908-14ea0153eeb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6644 2025.04.19 00:29:49.939823 [ 259 ] {a0f264a9-42d2-4178-8908-14ea0153eeb4} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6645 2025.04.19 00:29:49.939874 [ 259 ] {a0f264a9-42d2-4178-8908-14ea0153eeb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6646 2025.04.19 00:29:49.940300 [ 259 ] {a0f264a9-42d2-4178-8908-14ea0153eeb4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6647 2025.04.19 00:29:49.940560 [ 259 ] {a0f264a9-42d2-4178-8908-14ea0153eeb4} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6648 2025.04.19 00:29:49.940713 [ 129 ] {} <Debug> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6649 2025.04.19 00:29:49.940756 [ 259 ] {a0f264a9-42d2-4178-8908-14ea0153eeb4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001974 sec., 107396.14994934143 rows/sec., 6.83 MiB/sec.
6650 2025.04.19 00:29:49.940759 [ 129 ] {} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6651 2025.04.19 00:29:49.940802 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6652 2025.04.19 00:29:49.940831 [ 259 ] {a0f264a9-42d2-4178-8908-14ea0153eeb4} <Debug> TCPHandler: Processed in 0.002342125 sec.
6653 2025.04.19 00:29:49.940983 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6654 2025.04.19 00:29:49.941007 [ 190 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full
6655 2025.04.19 00:29:49.941133 [ 259 ] {7811bc58-5ff6-4de2-8416-0333b667fe31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6656 2025.04.19 00:29:49.941247 [ 259 ] {7811bc58-5ff6-4de2-8416-0333b667fe31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6657 2025.04.19 00:29:49.941374 [ 190 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6658 2025.04.19 00:29:49.941472 [ 190 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 212 rows starting from the beginning of the part
6659 2025.04.19 00:29:49.941719 [ 190 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part
6660 2025.04.19 00:29:49.942251 [ 190 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 212 rows starting from the beginning of the part
6661 2025.04.19 00:29:49.942729 [ 190 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 212 rows starting from the beginning of the part
6662 2025.04.19 00:29:49.942955 [ 190 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part
6663 2025.04.19 00:29:49.943789 [ 259 ] {7811bc58-5ff6-4de2-8416-0333b667fe31} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6664 2025.04.19 00:29:49.943849 [ 259 ] {7811bc58-5ff6-4de2-8416-0333b667fe31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6665 2025.04.19 00:29:49.944777 [ 259 ] {7811bc58-5ff6-4de2-8416-0333b667fe31} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6666 2025.04.19 00:29:49.945267 [ 259 ] {7811bc58-5ff6-4de2-8416-0333b667fe31} <Trace> oximeter.fields_ipaddr (f7b24b47-97f3-4b67-8a99-cc667bb12b0a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6667 2025.04.19 00:29:49.945836 [ 259 ] {7811bc58-5ff6-4de2-8416-0333b667fe31} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004749 sec., 421.1412929037692 rows/sec., 34.34 KiB/sec.
6668 2025.04.19 00:29:49.945863 [ 191 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004943795 sec., 214410.1848883297 rows/sec., 14.45 MiB/sec.
6669 2025.04.19 00:29:49.945923 [ 259 ] {7811bc58-5ff6-4de2-8416-0333b667fe31} <Debug> TCPHandler: Processed in 0.004999136 sec.
6670 2025.04.19 00:29:49.946084 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6671 2025.04.19 00:29:49.946183 [ 191 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6672 2025.04.19 00:29:49.946235 [ 259 ] {15c630e4-f8c4-4a5c-8370-128eeb5a305b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6673 2025.04.19 00:29:49.946355 [ 259 ] {15c630e4-f8c4-4a5c-8370-128eeb5a305b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6674 2025.04.19 00:29:49.946838 [ 191 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_21_5} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6675 2025.04.19 00:29:49.947035 [ 191 ] {bd8002a0-a040-4b10-9f21-9a9fc83d58ba::all_1_21_5} <Trace> oximeter.fields_i16 (bd8002a0-a040-4b10-9f21-9a9fc83d58ba) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6676 2025.04.19 00:29:49.947136 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
6677 2025.04.19 00:29:49.948544 [ 259 ] {15c630e4-f8c4-4a5c-8370-128eeb5a305b} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6678 2025.04.19 00:29:49.948588 [ 259 ] {15c630e4-f8c4-4a5c-8370-128eeb5a305b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6679 2025.04.19 00:29:49.949042 [ 259 ] {15c630e4-f8c4-4a5c-8370-128eeb5a305b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6680 2025.04.19 00:29:49.949287 [ 259 ] {15c630e4-f8c4-4a5c-8370-128eeb5a305b} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6681 2025.04.19 00:29:49.949452 [ 259 ] {15c630e4-f8c4-4a5c-8370-128eeb5a305b} <Debug> executeQuery: Read 1814 rows, 151.28 KiB in 0.003272 sec., 554400.97799511 rows/sec., 45.15 MiB/sec.
6682 2025.04.19 00:29:49.949505 [ 259 ] {15c630e4-f8c4-4a5c-8370-128eeb5a305b} <Debug> TCPHandler: Processed in 0.003479777 sec.
6683 2025.04.19 00:29:49.949621 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6684 2025.04.19 00:29:49.949723 [ 259 ] {97f03657-f16f-42b5-869b-4dd7969de872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6685 2025.04.19 00:29:49.949768 [ 259 ] {97f03657-f16f-42b5-869b-4dd7969de872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6686 2025.04.19 00:29:49.950328 [ 259 ] {97f03657-f16f-42b5-869b-4dd7969de872} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6687 2025.04.19 00:29:49.950365 [ 259 ] {97f03657-f16f-42b5-869b-4dd7969de872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6688 2025.04.19 00:29:49.950698 [ 259 ] {97f03657-f16f-42b5-869b-4dd7969de872} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6689 2025.04.19 00:29:49.950928 [ 259 ] {97f03657-f16f-42b5-869b-4dd7969de872} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6690 2025.04.19 00:29:49.951089 [ 259 ] {97f03657-f16f-42b5-869b-4dd7969de872} <Debug> executeQuery: Read 136 rows, 8.63 KiB in 0.001386 sec., 98124.09812409812 rows/sec., 6.08 MiB/sec.
6691 2025.04.19 00:29:49.951137 [ 259 ] {97f03657-f16f-42b5-869b-4dd7969de872} <Debug> TCPHandler: Processed in 0.00156608 sec.
6692 2025.04.19 00:29:49.951248 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6693 2025.04.19 00:29:49.951352 [ 259 ] {5067a317-7148-49c8-8926-d587ea2c0b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6694 2025.04.19 00:29:49.951394 [ 259 ] {5067a317-7148-49c8-8926-d587ea2c0b10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6695 2025.04.19 00:29:49.952042 [ 259 ] {5067a317-7148-49c8-8926-d587ea2c0b10} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6696 2025.04.19 00:29:49.952078 [ 259 ] {5067a317-7148-49c8-8926-d587ea2c0b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6697 2025.04.19 00:29:49.952422 [ 259 ] {5067a317-7148-49c8-8926-d587ea2c0b10} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6698 2025.04.19 00:29:49.952649 [ 259 ] {5067a317-7148-49c8-8926-d587ea2c0b10} <Trace> oximeter.fields_u32 (ee021700-4325-4152-9b4f-a272d871d0c3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6699 2025.04.19 00:29:49.952840 [ 259 ] {5067a317-7148-49c8-8926-d587ea2c0b10} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001509 sec., 225977.46852220016 rows/sec., 15.08 MiB/sec.
6700 2025.04.19 00:29:49.952891 [ 259 ] {5067a317-7148-49c8-8926-d587ea2c0b10} <Debug> TCPHandler: Processed in 0.001692963 sec.
6701 2025.04.19 00:29:49.953001 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6702 2025.04.19 00:29:49.953102 [ 259 ] {3287604d-c034-463a-b7e9-f4771a6cdc15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6703 2025.04.19 00:29:49.953146 [ 259 ] {3287604d-c034-463a-b7e9-f4771a6cdc15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6704 2025.04.19 00:29:49.953687 [ 259 ] {3287604d-c034-463a-b7e9-f4771a6cdc15} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6705 2025.04.19 00:29:49.953725 [ 259 ] {3287604d-c034-463a-b7e9-f4771a6cdc15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6706 2025.04.19 00:29:49.954060 [ 259 ] {3287604d-c034-463a-b7e9-f4771a6cdc15} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6707 2025.04.19 00:29:49.954295 [ 259 ] {3287604d-c034-463a-b7e9-f4771a6cdc15} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6708 2025.04.19 00:29:49.954475 [ 127 ] {} <Debug> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6709 2025.04.19 00:29:49.954532 [ 259 ] {3287604d-c034-463a-b7e9-f4771a6cdc15} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00144 sec., 77777.77777777777 rows/sec., 4.43 MiB/sec.
6710 2025.04.19 00:29:49.954542 [ 127 ] {} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6711 2025.04.19 00:29:49.954629 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6712 2025.04.19 00:29:49.954657 [ 259 ] {3287604d-c034-463a-b7e9-f4771a6cdc15} <Debug> TCPHandler: Processed in 0.001704833 sec.
6713 2025.04.19 00:29:49.954879 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6714 2025.04.19 00:29:49.954878 [ 188 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full
6715 2025.04.19 00:29:49.955048 [ 259 ] {4599ae00-7a37-4de7-8d67-44b3ffe6e1e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6716 2025.04.19 00:29:49.955144 [ 259 ] {4599ae00-7a37-4de7-8d67-44b3ffe6e1e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6717 2025.04.19 00:29:49.955194 [ 188 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6718 2025.04.19 00:29:49.955301 [ 188 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 112 rows starting from the beginning of the part
6719 2025.04.19 00:29:49.955609 [ 188 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part
6720 2025.04.19 00:29:49.956047 [ 188 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 112 rows starting from the beginning of the part
6721 2025.04.19 00:29:49.956409 [ 188 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 112 rows starting from the beginning of the part
6722 2025.04.19 00:29:49.956707 [ 188 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 112 rows starting from the beginning of the part
6723 2025.04.19 00:29:49.957940 [ 259 ] {4599ae00-7a37-4de7-8d67-44b3ffe6e1e9} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6724 2025.04.19 00:29:49.958015 [ 259 ] {4599ae00-7a37-4de7-8d67-44b3ffe6e1e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6725 2025.04.19 00:29:49.958843 [ 188 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004081298 sec., 137211.24995038344 rows/sec., 8.34 MiB/sec.
6726 2025.04.19 00:29:49.958981 [ 259 ] {4599ae00-7a37-4de7-8d67-44b3ffe6e1e9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6727 2025.04.19 00:29:49.959034 [ 187 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6728 2025.04.19 00:29:49.959437 [ 259 ] {4599ae00-7a37-4de7-8d67-44b3ffe6e1e9} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6729 2025.04.19 00:29:49.959553 [ 187 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_21_5} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6730 2025.04.19 00:29:49.959757 [ 187 ] {2228c16e-ff7a-4d78-9e89-5c31aa019894::all_1_21_5} <Trace> oximeter.fields_u8 (2228c16e-ff7a-4d78-9e89-5c31aa019894) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6731 2025.04.19 00:29:49.959833 [ 259 ] {4599ae00-7a37-4de7-8d67-44b3ffe6e1e9} <Debug> executeQuery: Read 868 rows, 64.28 KiB in 0.004836 sec., 179487.1794871795 rows/sec., 12.98 MiB/sec.
6732 2025.04.19 00:29:49.959930 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6733 2025.04.19 00:29:49.960019 [ 259 ] {4599ae00-7a37-4de7-8d67-44b3ffe6e1e9} <Debug> TCPHandler: Processed in 0.005216551 sec.
6734 2025.04.19 00:29:49.960143 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6735 2025.04.19 00:29:49.960248 [ 259 ] {7ad3e321-c347-4acf-9b23-a77c140057b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6736 2025.04.19 00:29:49.960294 [ 259 ] {7ad3e321-c347-4acf-9b23-a77c140057b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6737 2025.04.19 00:29:49.960719 [ 259 ] {7ad3e321-c347-4acf-9b23-a77c140057b3} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6738 2025.04.19 00:29:49.960757 [ 259 ] {7ad3e321-c347-4acf-9b23-a77c140057b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6739 2025.04.19 00:29:49.961110 [ 259 ] {7ad3e321-c347-4acf-9b23-a77c140057b3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6740 2025.04.19 00:29:49.961340 [ 259 ] {7ad3e321-c347-4acf-9b23-a77c140057b3} <Trace> oximeter.measurements_bool (e90b02fe-ce5a-4cf4-8e65-9fa3c1a83c9f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6741 2025.04.19 00:29:49.961532 [ 259 ] {7ad3e321-c347-4acf-9b23-a77c140057b3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001305 sec., 4597.701149425287 rows/sec., 240.21 KiB/sec.
6742 2025.04.19 00:29:49.961582 [ 259 ] {7ad3e321-c347-4acf-9b23-a77c140057b3} <Debug> TCPHandler: Processed in 0.001489879 sec.
6743 2025.04.19 00:29:49.961699 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6744 2025.04.19 00:29:49.961803 [ 259 ] {cf458a8e-cdb0-43ab-91bc-11120235dd1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6745 2025.04.19 00:29:49.961849 [ 259 ] {cf458a8e-cdb0-43ab-91bc-11120235dd1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6746 2025.04.19 00:29:49.962582 [ 259 ] {cf458a8e-cdb0-43ab-91bc-11120235dd1a} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6747 2025.04.19 00:29:49.962620 [ 259 ] {cf458a8e-cdb0-43ab-91bc-11120235dd1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6748 2025.04.19 00:29:49.963041 [ 259 ] {cf458a8e-cdb0-43ab-91bc-11120235dd1a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6749 2025.04.19 00:29:49.963281 [ 259 ] {cf458a8e-cdb0-43ab-91bc-11120235dd1a} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6750 2025.04.19 00:29:49.963476 [ 259 ] {cf458a8e-cdb0-43ab-91bc-11120235dd1a} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001694 sec., 564344.746162928 rows/sec., 37.49 MiB/sec.
6751 2025.04.19 00:29:49.963526 [ 259 ] {cf458a8e-cdb0-43ab-91bc-11120235dd1a} <Debug> TCPHandler: Processed in 0.001877706 sec.
6752 2025.04.19 00:29:49.963635 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6753 2025.04.19 00:29:49.963738 [ 259 ] {6c32aa73-a629-49c0-b765-c209cc39a754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6754 2025.04.19 00:29:49.963785 [ 259 ] {6c32aa73-a629-49c0-b765-c209cc39a754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6755 2025.04.19 00:29:49.964176 [ 259 ] {6c32aa73-a629-49c0-b765-c209cc39a754} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6756 2025.04.19 00:29:49.964215 [ 259 ] {6c32aa73-a629-49c0-b765-c209cc39a754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6757 2025.04.19 00:29:49.964603 [ 259 ] {6c32aa73-a629-49c0-b765-c209cc39a754} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6758 2025.04.19 00:29:49.964836 [ 259 ] {6c32aa73-a629-49c0-b765-c209cc39a754} <Trace> oximeter.measurements_f64 (dd6ea1d7-c984-4b3b-ad6b-77e37ca9f5e9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6759 2025.04.19 00:29:49.965027 [ 259 ] {6c32aa73-a629-49c0-b765-c209cc39a754} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001309 sec., 763.9419404125287 rows/sec., 51.48 KiB/sec.
6760 2025.04.19 00:29:49.965075 [ 259 ] {6c32aa73-a629-49c0-b765-c209cc39a754} <Debug> TCPHandler: Processed in 0.001489699 sec.
6761 2025.04.19 00:29:49.965185 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6762 2025.04.19 00:29:49.965288 [ 259 ] {311e1577-9580-47b0-86ed-d8b666020017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6763 2025.04.19 00:29:49.965352 [ 259 ] {311e1577-9580-47b0-86ed-d8b666020017} <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
6764 2025.04.19 00:29:49.966388 [ 259 ] {311e1577-9580-47b0-86ed-d8b666020017} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6765 2025.04.19 00:29:49.966426 [ 259 ] {311e1577-9580-47b0-86ed-d8b666020017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6766 2025.04.19 00:29:49.967027 [ 259 ] {311e1577-9580-47b0-86ed-d8b666020017} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6767 2025.04.19 00:29:49.967278 [ 259 ] {311e1577-9580-47b0-86ed-d8b666020017} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6768 2025.04.19 00:29:49.967453 [ 127 ] {} <Debug> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6769 2025.04.19 00:29:49.967522 [ 127 ] {} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6770 2025.04.19 00:29:49.967558 [ 259 ] {311e1577-9580-47b0-86ed-d8b666020017} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002283 sec., 12264.564169951818 rows/sec., 21.98 MiB/sec.
6771 2025.04.19 00:29:49.967568 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6772 2025.04.19 00:29:49.968017 [ 193 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
6773 2025.04.19 00:29:49.968182 [ 259 ] {311e1577-9580-47b0-86ed-d8b666020017} <Debug> TCPHandler: Processed in 0.003038859 sec.
6774 2025.04.19 00:29:49.968823 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6775 2025.04.19 00:29:49.969097 [ 259 ] {efc49c49-3972-4ba4-8035-a076af3ad5be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6776 2025.04.19 00:29:49.969169 [ 259 ] {efc49c49-3972-4ba4-8035-a076af3ad5be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6777 2025.04.19 00:29:49.969174 [ 193 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6778 2025.04.19 00:29:49.969288 [ 193 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 602 rows starting from the beginning of the part
6779 2025.04.19 00:29:49.969865 [ 193 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part
6780 2025.04.19 00:29:49.970398 [ 193 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part
6781 2025.04.19 00:29:49.970509 [ 259 ] {efc49c49-3972-4ba4-8035-a076af3ad5be} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6782 2025.04.19 00:29:49.970585 [ 259 ] {efc49c49-3972-4ba4-8035-a076af3ad5be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6783 2025.04.19 00:29:49.970922 [ 193 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part
6784 2025.04.19 00:29:49.971447 [ 193 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part
6785 2025.04.19 00:29:49.971652 [ 259 ] {efc49c49-3972-4ba4-8035-a076af3ad5be} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6786 2025.04.19 00:29:49.971883 [ 193 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 28 rows starting from the beginning of the part
6787 2025.04.19 00:29:49.972323 [ 259 ] {efc49c49-3972-4ba4-8035-a076af3ad5be} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6788 2025.04.19 00:29:49.972892 [ 259 ] {efc49c49-3972-4ba4-8035-a076af3ad5be} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.003828 sec., 8881.922675026124 rows/sec., 527.82 KiB/sec.
6789 2025.04.19 00:29:49.972982 [ 259 ] {efc49c49-3972-4ba4-8035-a076af3ad5be} <Debug> TCPHandler: Processed in 0.004303363 sec.
6790 2025.04.19 00:29:49.977167 [ 187 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 710 rows, containing 19 columns (19 merged, 0 gathered) in 0.009468262 sec., 74987.36304508684 rows/sec., 134.37 MiB/sec.
6791 2025.04.19 00:29:49.978011 [ 187 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6792 2025.04.19 00:29:49.978418 [ 187 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6793 2025.04.19 00:29:49.978492 [ 187 ] {e8760166-362f-4d7d-b538-df02c885e1f5::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6794 2025.04.19 00:29:49.978631 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.58 MiB.
6795 2025.04.19 00:29:53.359472 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 980
6796 2025.04.19 00:29:53.363013 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6797 2025.04.19 00:29:53.363067 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6798 2025.04.19 00:29:53.364540 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6799 2025.04.19 00:29:53.364850 [ 243 ] {} <Trace> system.query_log (53e0aae6-1143-4213-89d5-b76ae8039ec4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6800 2025.04.19 00:29:53.365502 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 980
6801 2025.04.19 00:29:54.648468 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6802 2025.04.19 00:29:54.648991 [ 259 ] {f5db44f8-373e-4dc6-b757-5924c4c236cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6803 2025.04.19 00:29:54.649216 [ 259 ] {f5db44f8-373e-4dc6-b757-5924c4c236cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6804 2025.04.19 00:29:54.650380 [ 259 ] {f5db44f8-373e-4dc6-b757-5924c4c236cc} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6805 2025.04.19 00:29:54.650435 [ 259 ] {f5db44f8-373e-4dc6-b757-5924c4c236cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6806 2025.04.19 00:29:54.650882 [ 259 ] {f5db44f8-373e-4dc6-b757-5924c4c236cc} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6807 2025.04.19 00:29:54.651137 [ 259 ] {f5db44f8-373e-4dc6-b757-5924c4c236cc} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6808 2025.04.19 00:29:54.651374 [ 259 ] {f5db44f8-373e-4dc6-b757-5924c4c236cc} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.002583 sec., 24777.39063104917 rows/sec., 1.96 MiB/sec.
6809 2025.04.19 00:29:54.651478 [ 259 ] {f5db44f8-373e-4dc6-b757-5924c4c236cc} <Debug> TCPHandler: Processed in 0.003199971 sec.
6810 2025.04.19 00:29:54.651639 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6811 2025.04.19 00:29:54.651742 [ 259 ] {86c02541-a061-4e74-a062-96b62f3d51a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6812 2025.04.19 00:29:54.651789 [ 259 ] {86c02541-a061-4e74-a062-96b62f3d51a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6813 2025.04.19 00:29:54.652359 [ 259 ] {86c02541-a061-4e74-a062-96b62f3d51a0} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6814 2025.04.19 00:29:54.652399 [ 259 ] {86c02541-a061-4e74-a062-96b62f3d51a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6815 2025.04.19 00:29:54.652749 [ 259 ] {86c02541-a061-4e74-a062-96b62f3d51a0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6816 2025.04.19 00:29:54.652988 [ 259 ] {86c02541-a061-4e74-a062-96b62f3d51a0} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6817 2025.04.19 00:29:54.653184 [ 259 ] {86c02541-a061-4e74-a062-96b62f3d51a0} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001462 sec., 2735.9781121751025 rows/sec., 205.73 KiB/sec.
6818 2025.04.19 00:29:54.653234 [ 259 ] {86c02541-a061-4e74-a062-96b62f3d51a0} <Debug> TCPHandler: Processed in 0.001652622 sec.
6819 2025.04.19 00:29:54.653366 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6820 2025.04.19 00:29:54.653469 [ 259 ] {d263befe-6e59-4430-872a-f75301f9a7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6821 2025.04.19 00:29:54.653514 [ 259 ] {d263befe-6e59-4430-872a-f75301f9a7d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6822 2025.04.19 00:29:54.654097 [ 259 ] {d263befe-6e59-4430-872a-f75301f9a7d5} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6823 2025.04.19 00:29:54.654134 [ 259 ] {d263befe-6e59-4430-872a-f75301f9a7d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6824 2025.04.19 00:29:54.654491 [ 259 ] {d263befe-6e59-4430-872a-f75301f9a7d5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6825 2025.04.19 00:29:54.654728 [ 259 ] {d263befe-6e59-4430-872a-f75301f9a7d5} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6826 2025.04.19 00:29:54.654931 [ 259 ] {d263befe-6e59-4430-872a-f75301f9a7d5} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001484 sec., 45822.10242587601 rows/sec., 3.58 MiB/sec.
6827 2025.04.19 00:29:54.654982 [ 259 ] {d263befe-6e59-4430-872a-f75301f9a7d5} <Debug> TCPHandler: Processed in 0.001669561 sec.
6828 2025.04.19 00:29:54.655101 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6829 2025.04.19 00:29:54.655206 [ 259 ] {0498f0cc-497f-4626-a471-57ae09de9db5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6830 2025.04.19 00:29:54.655255 [ 259 ] {0498f0cc-497f-4626-a471-57ae09de9db5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6831 2025.04.19 00:29:54.655765 [ 259 ] {0498f0cc-497f-4626-a471-57ae09de9db5} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6832 2025.04.19 00:29:54.655803 [ 259 ] {0498f0cc-497f-4626-a471-57ae09de9db5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6833 2025.04.19 00:29:54.656190 [ 259 ] {0498f0cc-497f-4626-a471-57ae09de9db5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6834 2025.04.19 00:29:54.656432 [ 259 ] {0498f0cc-497f-4626-a471-57ae09de9db5} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6835 2025.04.19 00:29:54.656668 [ 259 ] {0498f0cc-497f-4626-a471-57ae09de9db5} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001481 sec., 86428.08912896692 rows/sec., 6.02 MiB/sec.
6836 2025.04.19 00:29:54.656740 [ 259 ] {0498f0cc-497f-4626-a471-57ae09de9db5} <Debug> TCPHandler: Processed in 0.001690022 sec.
6837 2025.04.19 00:29:54.656979 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6838 2025.04.19 00:29:54.657096 [ 259 ] {058c452b-17f8-4c4b-bec8-4e12cfd95fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6839 2025.04.19 00:29:54.657169 [ 259 ] {058c452b-17f8-4c4b-bec8-4e12cfd95fe8} <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
6840 2025.04.19 00:29:54.658196 [ 259 ] {058c452b-17f8-4c4b-bec8-4e12cfd95fe8} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6841 2025.04.19 00:29:54.658236 [ 259 ] {058c452b-17f8-4c4b-bec8-4e12cfd95fe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6842 2025.04.19 00:29:54.658826 [ 259 ] {058c452b-17f8-4c4b-bec8-4e12cfd95fe8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6843 2025.04.19 00:29:54.659096 [ 259 ] {058c452b-17f8-4c4b-bec8-4e12cfd95fe8} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6844 2025.04.19 00:29:54.659323 [ 259 ] {058c452b-17f8-4c4b-bec8-4e12cfd95fe8} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00225 sec., 1777.7777777777778 rows/sec., 3.19 MiB/sec.
6845 2025.04.19 00:29:54.659421 [ 259 ] {058c452b-17f8-4c4b-bec8-4e12cfd95fe8} <Debug> TCPHandler: Processed in 0.002539189 sec.
6846 2025.04.19 00:29:54.659543 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6847 2025.04.19 00:29:54.659647 [ 259 ] {80f91302-a088-441e-919d-6a6fd3ed35e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6848 2025.04.19 00:29:54.659694 [ 259 ] {80f91302-a088-441e-919d-6a6fd3ed35e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6849 2025.04.19 00:29:54.660116 [ 259 ] {80f91302-a088-441e-919d-6a6fd3ed35e1} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6850 2025.04.19 00:29:54.660156 [ 259 ] {80f91302-a088-441e-919d-6a6fd3ed35e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6851 2025.04.19 00:29:54.660512 [ 259 ] {80f91302-a088-441e-919d-6a6fd3ed35e1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6852 2025.04.19 00:29:54.660746 [ 259 ] {80f91302-a088-441e-919d-6a6fd3ed35e1} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6853 2025.04.19 00:29:54.660947 [ 259 ] {80f91302-a088-441e-919d-6a6fd3ed35e1} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001321 sec., 36336.109008327025 rows/sec., 2.45 MiB/sec.
6854 2025.04.19 00:29:54.660996 [ 259 ] {80f91302-a088-441e-919d-6a6fd3ed35e1} <Debug> TCPHandler: Processed in 0.001504469 sec.
6855 2025.04.19 00:29:55.799495 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213
6856 2025.04.19 00:29:55.800196 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6857 2025.04.19 00:29:55.800253 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6858 2025.04.19 00:29:55.800815 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6859 2025.04.19 00:29:55.801088 [ 244 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6860 2025.04.19 00:29:55.801294 [ 119 ] {} <Debug> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6861 2025.04.19 00:29:55.801330 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213
6862 2025.04.19 00:29:55.801383 [ 119 ] {} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6863 2025.04.19 00:29:55.801415 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6864 2025.04.19 00:29:55.801598 [ 186 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::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
6865 2025.04.19 00:29:55.801779 [ 186 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6866 2025.04.19 00:29:55.801826 [ 186 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part
6867 2025.04.19 00:29:55.801915 [ 186 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part
6868 2025.04.19 00:29:55.802132 [ 186 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part
6869 2025.04.19 00:29:55.802384 [ 186 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part
6870 2025.04.19 00:29:55.802534 [ 186 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part
6871 2025.04.19 00:29:55.802670 [ 186 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part
6872 2025.04.19 00:29:55.805164 [ 196 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.00365409 sec., 3889614.1036482407 rows/sec., 55.64 MiB/sec.
6873 2025.04.19 00:29:55.805528 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6874 2025.04.19 00:29:55.805834 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_31_6} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6875 2025.04.19 00:29:55.805916 [ 194 ] {54150aa7-617a-4d55-b852-ae35b7f8627e::all_1_31_6} <Trace> system.asynchronous_metric_log (54150aa7-617a-4d55-b852-ae35b7f8627e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6876 2025.04.19 00:29:55.806002 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB.
6877 2025.04.19 00:29:56.736586 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234
6878 2025.04.19 00:29:56.758600 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6879 2025.04.19 00:29:56.758664 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6880 2025.04.19 00:29:56.766035 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6881 2025.04.19 00:29:56.766822 [ 242 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6882 2025.04.19 00:29:56.767231 [ 116 ] {} <Debug> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6883 2025.04.19 00:29:56.767379 [ 116 ] {} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6884 2025.04.19 00:29:56.767457 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6885 2025.04.19 00:29:56.767929 [ 196 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::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
6886 2025.04.19 00:29:56.782475 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6887 2025.04.19 00:29:56.784171 [ 196 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6888 2025.04.19 00:29:56.785442 [ 196 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part
6889 2025.04.19 00:29:56.790549 [ 196 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part
6890 2025.04.19 00:29:56.795998 [ 196 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part
6891 2025.04.19 00:29:56.801351 [ 196 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part
6892 2025.04.19 00:29:56.807012 [ 196 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part
6893 2025.04.19 00:29:56.811203 [ 196 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part
6894 2025.04.19 00:29:56.868621 [ 196 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.101015992 sec., 2316.4649019137487 rows/sec., 11.98 MiB/sec.
6895 2025.04.19 00:29:56.870209 [ 196 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6896 2025.04.19 00:29:56.872460 [ 196 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_31_6} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6897 2025.04.19 00:29:56.872568 [ 196 ] {6915d62d-d95e-41bb-837f-f092e7d6fe0b::all_1_31_6} <Trace> system.metric_log (6915d62d-d95e-41bb-837f-f092e7d6fe0b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6898 2025.04.19 00:29:56.873795 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
6899 2025.04.19 00:29:57.000214 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.53 MiB, peak 214.07 MiB, free memory in arenas 0.00 B, will set to 204.68 MiB (RSS), difference: 1.15 MiB
6900 2025.04.19 00:29:59.650257 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6901 2025.04.19 00:29:59.650571 [ 259 ] {ae1f099b-383b-4f74-bcf3-6b984cd36b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6902 2025.04.19 00:29:59.650683 [ 259 ] {ae1f099b-383b-4f74-bcf3-6b984cd36b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6903 2025.04.19 00:29:59.651479 [ 259 ] {ae1f099b-383b-4f74-bcf3-6b984cd36b2a} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6904 2025.04.19 00:29:59.651527 [ 259 ] {ae1f099b-383b-4f74-bcf3-6b984cd36b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6905 2025.04.19 00:29:59.651946 [ 259 ] {ae1f099b-383b-4f74-bcf3-6b984cd36b2a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6906 2025.04.19 00:29:59.652207 [ 259 ] {ae1f099b-383b-4f74-bcf3-6b984cd36b2a} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6907 2025.04.19 00:29:59.652372 [ 113 ] {} <Debug> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6908 2025.04.19 00:29:59.652406 [ 259 ] {ae1f099b-383b-4f74-bcf3-6b984cd36b2a} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001916 sec., 37578.28810020877 rows/sec., 3.05 MiB/sec.
6909 2025.04.19 00:29:59.652422 [ 113 ] {} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6910 2025.04.19 00:29:59.652466 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6911 2025.04.19 00:29:59.652500 [ 259 ] {ae1f099b-383b-4f74-bcf3-6b984cd36b2a} <Debug> TCPHandler: Processed in 0.002442087 sec.
6912 2025.04.19 00:29:59.652691 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6913 2025.04.19 00:29:59.652719 [ 194 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
6914 2025.04.19 00:29:59.652864 [ 259 ] {ea19a24d-8d23-4ee0-8493-1517681ddacd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6915 2025.04.19 00:29:59.652957 [ 259 ] {ea19a24d-8d23-4ee0-8493-1517681ddacd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6916 2025.04.19 00:29:59.653239 [ 194 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6917 2025.04.19 00:29:59.653367 [ 194 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1846 rows starting from the beginning of the part
6918 2025.04.19 00:29:59.653891 [ 194 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 681 rows starting from the beginning of the part
6919 2025.04.19 00:29:59.654254 [ 194 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 72 rows starting from the beginning of the part
6920 2025.04.19 00:29:59.654486 [ 194 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1814 rows starting from the beginning of the part
6921 2025.04.19 00:29:59.654745 [ 194 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part
6922 2025.04.19 00:29:59.655066 [ 194 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 72 rows starting from the beginning of the part
6923 2025.04.19 00:29:59.655997 [ 259 ] {ea19a24d-8d23-4ee0-8493-1517681ddacd} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6924 2025.04.19 00:29:59.656044 [ 259 ] {ea19a24d-8d23-4ee0-8493-1517681ddacd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6925 2025.04.19 00:29:59.656935 [ 259 ] {ea19a24d-8d23-4ee0-8493-1517681ddacd} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6926 2025.04.19 00:29:59.657464 [ 259 ] {ea19a24d-8d23-4ee0-8493-1517681ddacd} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6927 2025.04.19 00:29:59.657843 [ 113 ] {} <Debug> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6928 2025.04.19 00:29:59.657954 [ 113 ] {} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6929 2025.04.19 00:29:59.658039 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6930 2025.04.19 00:29:59.658222 [ 259 ] {ea19a24d-8d23-4ee0-8493-1517681ddacd} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005379 sec., 1487.2652909462724 rows/sec., 111.84 KiB/sec.
6931 2025.04.19 00:29:59.658722 [ 259 ] {ea19a24d-8d23-4ee0-8493-1517681ddacd} <Debug> TCPHandler: Processed in 0.006103557 sec.
6932 2025.04.19 00:29:59.658797 [ 192 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6933 2025.04.19 00:29:59.659212 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6934 2025.04.19 00:29:59.659592 [ 192 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6935 2025.04.19 00:29:59.659631 [ 259 ] {6e8ccd73-ba74-495c-9cc7-3da5596e4d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6936 2025.04.19 00:29:59.659745 [ 192 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 164 rows starting from the beginning of the part
6937 2025.04.19 00:29:59.659791 [ 259 ] {6e8ccd73-ba74-495c-9cc7-3da5596e4d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6938 2025.04.19 00:29:59.660084 [ 192 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 138 rows starting from the beginning of the part
6939 2025.04.19 00:29:59.660347 [ 192 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part
6940 2025.04.19 00:29:59.660869 [ 192 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 136 rows starting from the beginning of the part
6941 2025.04.19 00:29:59.661314 [ 192 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 4 rows starting from the beginning of the part
6942 2025.04.19 00:29:59.661758 [ 192 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part
6943 2025.04.19 00:29:59.662804 [ 194 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4549 rows, containing 5 columns (5 merged, 0 gathered) in 0.010195827 sec., 446162.9252830595 rows/sec., 37.92 MiB/sec.
6944 2025.04.19 00:29:59.663402 [ 194 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6945 2025.04.19 00:29:59.663867 [ 259 ] {6e8ccd73-ba74-495c-9cc7-3da5596e4d69} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6946 2025.04.19 00:29:59.663961 [ 259 ] {6e8ccd73-ba74-495c-9cc7-3da5596e4d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6947 2025.04.19 00:29:59.664613 [ 194 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_51_10} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6948 2025.04.19 00:29:59.665126 [ 194 ] {22da0996-7c33-4caa-ab71-d05d9823bfc1::all_1_51_10} <Trace> oximeter.fields_string (22da0996-7c33-4caa-ab71-d05d9823bfc1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6949 2025.04.19 00:29:59.665495 [ 259 ] {6e8ccd73-ba74-495c-9cc7-3da5596e4d69} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6950 2025.04.19 00:29:59.665515 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB.
6951 2025.04.19 00:29:59.666177 [ 259 ] {6e8ccd73-ba74-495c-9cc7-3da5596e4d69} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6952 2025.04.19 00:29:59.666238 [ 200 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 458 rows, containing 5 columns (5 merged, 0 gathered) in 0.008008904 sec., 57186.351590679566 rows/sec., 3.82 MiB/sec.
6953 2025.04.19 00:29:59.666414 [ 113 ] {} <Debug> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6954 2025.04.19 00:29:59.666489 [ 113 ] {} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6955 2025.04.19 00:29:59.666568 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6956 2025.04.19 00:29:59.666579 [ 200 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6957 2025.04.19 00:29:59.666588 [ 259 ] {6e8ccd73-ba74-495c-9cc7-3da5596e4d69} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.007071 sec., 10182.435299109036 rows/sec., 814.01 KiB/sec.
6958 2025.04.19 00:29:59.667001 [ 259 ] {6e8ccd73-ba74-495c-9cc7-3da5596e4d69} <Debug> TCPHandler: Processed in 0.007937633 sec.
6959 2025.04.19 00:29:59.667187 [ 197 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
6960 2025.04.19 00:29:59.667264 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6961 2025.04.19 00:29:59.667509 [ 200 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_46_9} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6962 2025.04.19 00:29:59.667544 [ 197 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6963 2025.04.19 00:29:59.667537 [ 259 ] {94e9b5cd-5ba5-45ef-8c9d-dd848ece8fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6964 2025.04.19 00:29:59.667650 [ 197 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part
6965 2025.04.19 00:29:59.667723 [ 259 ] {94e9b5cd-5ba5-45ef-8c9d-dd848ece8fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6966 2025.04.19 00:29:59.667848 [ 200 ] {a9603a9e-c909-4e11-baf5-33e8b6899748::all_1_46_9} <Trace> oximeter.fields_u16 (a9603a9e-c909-4e11-baf5-33e8b6899748) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6967 2025.04.19 00:29:59.668147 [ 197 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 414 rows starting from the beginning of the part
6968 2025.04.19 00:29:59.668300 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
6969 2025.04.19 00:29:59.668633 [ 197 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 72 rows starting from the beginning of the part
6970 2025.04.19 00:29:59.668924 [ 197 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 868 rows starting from the beginning of the part
6971 2025.04.19 00:29:59.669296 [ 197 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 68 rows starting from the beginning of the part
6972 2025.04.19 00:29:59.669700 [ 197 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 72 rows starting from the beginning of the part
6973 2025.04.19 00:29:59.670418 [ 259 ] {94e9b5cd-5ba5-45ef-8c9d-dd848ece8fda} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6974 2025.04.19 00:29:59.670465 [ 259 ] {94e9b5cd-5ba5-45ef-8c9d-dd848ece8fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6975 2025.04.19 00:29:59.670996 [ 259 ] {94e9b5cd-5ba5-45ef-8c9d-dd848ece8fda} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6976 2025.04.19 00:29:59.671273 [ 259 ] {94e9b5cd-5ba5-45ef-8c9d-dd848ece8fda} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6977 2025.04.19 00:29:59.671416 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6978 2025.04.19 00:29:59.671462 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6979 2025.04.19 00:29:59.671486 [ 259 ] {94e9b5cd-5ba5-45ef-8c9d-dd848ece8fda} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004057 sec., 39438.00838057678 rows/sec., 2.75 MiB/sec.
6980 2025.04.19 00:29:59.671499 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
6981 2025.04.19 00:29:59.671702 [ 259 ] {94e9b5cd-5ba5-45ef-8c9d-dd848ece8fda} <Debug> TCPHandler: Processed in 0.004505017 sec.
6982 2025.04.19 00:29:59.672074 [ 197 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
6983 2025.04.19 00:29:59.672085 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6984 2025.04.19 00:29:59.672366 [ 195 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.005596227 sec., 430289.9078253974 rows/sec., 32.94 MiB/sec.
6985 2025.04.19 00:29:59.672405 [ 259 ] {35213e3f-0536-4280-a8c7-5f39c2c221fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6986 2025.04.19 00:29:59.672467 [ 197 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6987 2025.04.19 00:29:59.672552 [ 197 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14377 rows starting from the beginning of the part
6988 2025.04.19 00:29:59.672621 [ 259 ] {35213e3f-0536-4280-a8c7-5f39c2c221fa} <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
6989 2025.04.19 00:29:59.672950 [ 197 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part
6990 2025.04.19 00:29:59.673143 [ 195 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6991 2025.04.19 00:29:59.673625 [ 197 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part
6992 2025.04.19 00:29:59.674170 [ 197 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 956 rows starting from the beginning of the part
6993 2025.04.19 00:29:59.674553 [ 195 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_51_10} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6994 2025.04.19 00:29:59.674655 [ 197 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 128 rows starting from the beginning of the part
6995 2025.04.19 00:29:59.675033 [ 195 ] {cd24dba7-deef-4742-b8d8-5387941c6bfa::all_1_51_10} <Trace> oximeter.fields_uuid (cd24dba7-deef-4742-b8d8-5387941c6bfa) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6996 2025.04.19 00:29:59.675181 [ 197 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part
6997 2025.04.19 00:29:59.675556 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
6998 2025.04.19 00:29:59.677137 [ 259 ] {35213e3f-0536-4280-a8c7-5f39c2c221fa} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6999 2025.04.19 00:29:59.677184 [ 259 ] {35213e3f-0536-4280-a8c7-5f39c2c221fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
7000 2025.04.19 00:29:59.678168 [ 259 ] {35213e3f-0536-4280-a8c7-5f39c2c221fa} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7001 2025.04.19 00:29:59.678581 [ 259 ] {35213e3f-0536-4280-a8c7-5f39c2c221fa} <Trace> oximeter.measurements_histogramu64 (e8760166-362f-4d7d-b538-df02c885e1f5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7002 2025.04.19 00:29:59.678772 [ 259 ] {35213e3f-0536-4280-a8c7-5f39c2c221fa} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006463 sec., 1237.8152560730312 rows/sec., 2.22 MiB/sec.
7003 2025.04.19 00:29:59.678863 [ 259 ] {35213e3f-0536-4280-a8c7-5f39c2c221fa} <Debug> TCPHandler: Processed in 0.006890383 sec.
7004 2025.04.19 00:29:59.679015 [ 259 ] {} <Trace> TCP-Session: 04b266c8-c398-49bd-8c95-b8d1ee2135e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7005 2025.04.19 00:29:59.679116 [ 259 ] {f58f225e-e712-49a8-ae83-2c13ae28260f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7006 2025.04.19 00:29:59.679162 [ 259 ] {f58f225e-e712-49a8-ae83-2c13ae28260f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7007 2025.04.19 00:29:59.679599 [ 259 ] {f58f225e-e712-49a8-ae83-2c13ae28260f} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7008 2025.04.19 00:29:59.679635 [ 259 ] {f58f225e-e712-49a8-ae83-2c13ae28260f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
7009 2025.04.19 00:29:59.680134 [ 259 ] {f58f225e-e712-49a8-ae83-2c13ae28260f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7010 2025.04.19 00:29:59.680390 [ 259 ] {f58f225e-e712-49a8-ae83-2c13ae28260f} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7011 2025.04.19 00:29:59.680516 [ 113 ] {} <Debug> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7012 2025.04.19 00:29:59.680562 [ 113 ] {} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7013 2025.04.19 00:29:59.680608 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
7014 2025.04.19 00:29:59.680617 [ 259 ] {f58f225e-e712-49a8-ae83-2c13ae28260f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001508 sec., 39787.798408488066 rows/sec., 2.68 MiB/sec.
7015 2025.04.19 00:29:59.681032 [ 259 ] {f58f225e-e712-49a8-ae83-2c13ae28260f} <Debug> TCPHandler: Processed in 0.00206977 sec.
7016 2025.04.19 00:29:59.681376 [ 197 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16018 rows, containing 5 columns (5 merged, 0 gathered) in 0.009728167 sec., 1646558.9046734087 rows/sec., 111.15 MiB/sec.
7017 2025.04.19 00:29:59.681596 [ 199 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
7018 2025.04.19 00:29:59.681962 [ 197 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7019 2025.04.19 00:29:59.682069 [ 199 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7020 2025.04.19 00:29:59.682152 [ 199 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2806 rows starting from the beginning of the part
7021 2025.04.19 00:29:59.682374 [ 199 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part
7022 2025.04.19 00:29:59.682664 [ 199 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part
7023 2025.04.19 00:29:59.682820 [ 197 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7024 2025.04.19 00:29:59.682990 [ 199 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part
7025 2025.04.19 00:29:59.683097 [ 197 ] {214932e8-dc81-4ee9-b4ea-c714fa9b649d::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (214932e8-dc81-4ee9-b4ea-c714fa9b649d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7026 2025.04.19 00:29:59.683248 [ 199 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part
7027 2025.04.19 00:29:59.683349 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB.
7028 2025.04.19 00:29:59.683505 [ 199 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part
7029 2025.04.19 00:29:59.685105 [ 188 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3090 rows, containing 4 columns (4 merged, 0 gathered) in 0.004332164 sec., 713269.3960801114 rows/sec., 46.53 MiB/sec.
7030 2025.04.19 00:29:59.685435 [ 191 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7031 2025.04.19 00:29:59.685763 [ 191 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_51_10} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7032 2025.04.19 00:29:59.685840 [ 191 ] {5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd::all_1_51_10} <Trace> oximeter.measurements_u64 (5e8c653f-108f-48fc-af6e-ef2ddf6ed3dd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7033 2025.04.19 00:29:59.685908 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.