Max level shown:
1 [ Mar 12 22:35:21 Enabled. ]
2 [ Mar 12 22:35:21 Rereading configuration. ]
3 [ Mar 12 22:35:22 Rereading configuration. ]
4 [ Mar 12 22:35:28 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 [ Mar 12 22:35:28 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.03.12 22:35:28.867227 [ 1 ] {} <Information> Application: Will watch for the process with pid 23121
29 2025.03.12 22:35:28.867676 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.03.12 22:35:29.104887 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23121
31 2025.03.12 22:35:29.105617 [ 1 ] {} <Information> Application: starting up
32 2025.03.12 22:35:29.106296 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.03.12 22:35:29.194895 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.03.12 22:35:29.315016 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.03.12 22:35:29.315084 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.03.12 22:35:29.315101 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.03.12 22:35:29.315176 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.03.12 22:35:29.315579 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.03.12 22:35:29.317272 [ 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.03.12 22:35:29.318046 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.03.12 22:35:29.318923 [ 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.03.12 22:35:29.318948 [ 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.03.12 22:35:29.318965 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.03.12 22:35:29.319158 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.03.12 22:35:29.320085 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.03.12 22:35:29.325400 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.03.12 22:35:29.326217 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.03.12 22:35:29.327780 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.03.12 22:35:29.327867 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.03.12 22:35:29.329473 [ 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.03.12 22:35:29.329980 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.03.12 22:35:29.334419 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.03.12 22:35:29.335106 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.03.12 22:35:29.336658 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.03.12 22:35:29.337076 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.03.12 22:35:29.337493 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.03.12 22:35:29.337925 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.03.12 22:35:29.339344 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.03.12 22:35:29.339377 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.03.12 22:35:29.339453 [ 173 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.03.12 22:35:29.339576 [ 173 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.03.12 22:35:29.411960 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.03.12 22:35:29.411988 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000167564 sec
68 2025.03.12 22:35:29.412084 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.03.12 22:35:29.412136 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.03.12 22:35:29.412978 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.03.12 22:35:29.414209 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.03.12 22:35:29.428183 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.03.12 22:35:29.428229 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.03.12 22:35:29.428294 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.03.12 22:35:29.428307 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.03.12 22:35:29.428339 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.03.12 22:35:29.428398 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.03.12 22:35:29.433215 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.03.12 22:35:29.433263 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.03.12 22:35:29.433308 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.03.12 22:35:29.433511 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.03.12 22:35:29.433531 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.03.12 22:35:29.433568 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.03.12 22:35:29.433628 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.03.12 22:35:29.433642 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.03.12 22:35:29.433672 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.03.12 22:35:29.433754 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.03.12 22:35:29.462205 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.03.12 22:35:29.475866 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.03.12 22:35:29.475898 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4122e-05 sec
91 2025.03.12 22:35:29.475912 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.03.12 22:35:29.475923 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.03.12 22:35:29.475948 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.03.12 22:35:29.476161 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.03.12 22:35:29.476207 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.03.12 22:35:29.476221 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.03.12 22:35:29.476232 [ 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.03.12 22:35:29.476244 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.03.12 22:35:29.488337 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.03.12 22:35:29.488534 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB
101 2025.03.12 22:35:29.489414 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.4831e-05 sec.
102 2025.03.12 22:35:29.489887 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.03.12 22:35:29.489973 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.03.12 22:35:29.489992 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.03.12 22:35:29.490195 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57709
106 2025.03.12 22:35:29.490441 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.03.12 22:35:29.490498 [ 3 ] {} <Debug> TCP-Session: 2d873a88-61b9-4ec9-b9b6-21b8f6de0aed Authenticating user 'default' from [fd00:1122:3344:101::c]:57709
108 2025.03.12 22:35:29.490533 [ 3 ] {} <Debug> TCP-Session: 2d873a88-61b9-4ec9-b9b6-21b8f6de0aed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.03.12 22:35:29.490556 [ 3 ] {} <Debug> TCP-Session: 2d873a88-61b9-4ec9-b9b6-21b8f6de0aed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.03.12 22:35:29.490671 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.03.12 22:35:29.490713 [ 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.03.12 22:35:29.490741 [ 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.03.12 22:35:29.491784 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38917
114 2025.03.12 22:35:29.491828 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43815
115 2025.03.12 22:35:29.491886 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
116 2025.03.12 22:35:29.491926 [ 4 ] {} <Debug> TCP-Session: e436b68a-adfb-4f6d-a668-073cd0484389 Authenticating user 'default' from [fd00:1122:3344:101::c]:38917
117 2025.03.12 22:35:29.491963 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
118 2025.03.12 22:35:29.491973 [ 4 ] {} <Debug> TCP-Session: e436b68a-adfb-4f6d-a668-073cd0484389 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
119 2025.03.12 22:35:29.492028 [ 4 ] {} <Debug> TCP-Session: e436b68a-adfb-4f6d-a668-073cd0484389 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
120 2025.03.12 22:35:29.492035 [ 5 ] {} <Debug> TCP-Session: 493fe560-d6d0-40d9-a077-e80e3025b2a9 Authenticating user 'default' from [fd00:1122:3344:101::c]:43815
121 2025.03.12 22:35:29.492107 [ 5 ] {} <Debug> TCP-Session: 493fe560-d6d0-40d9-a077-e80e3025b2a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
122 2025.03.12 22:35:29.492132 [ 5 ] {} <Debug> TCP-Session: 493fe560-d6d0-40d9-a077-e80e3025b2a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2025.03.12 22:35:29.492801 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49057
124 2025.03.12 22:35:29.492953 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
125 2025.03.12 22:35:29.492986 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42970
126 2025.03.12 22:35:29.492998 [ 253 ] {} <Debug> TCP-Session: e3cf72e3-5c3c-4b9d-8fab-1d1c52e3739c Authenticating user 'default' from [fd00:1122:3344:101::c]:49057
127 2025.03.12 22:35:29.493087 [ 253 ] {} <Debug> TCP-Session: e3cf72e3-5c3c-4b9d-8fab-1d1c52e3739c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
128 2025.03.12 22:35:29.493102 [ 253 ] {} <Debug> TCP-Session: e3cf72e3-5c3c-4b9d-8fab-1d1c52e3739c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
129 2025.03.12 22:35:29.493291 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55743
130 2025.03.12 22:35:29.493297 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
131 2025.03.12 22:35:29.493402 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49612
132 2025.03.12 22:35:29.493551 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
133 2025.03.12 22:35:29.493636 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45860
134 2025.03.12 22:35:29.493668 [ 255 ] {} <Debug> TCP-Session: c7b73c7c-c2f3-47be-8dad-c5a548da286a Authenticating user 'default' from [fd00:1122:3344:101::c]:55743
135 2025.03.12 22:35:29.493675 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
136 2025.03.12 22:35:29.493558 [ 254 ] {} <Debug> TCP-Session: b4a43b6f-7d03-4888-b336-2fc32014ff00 Authenticating user 'default' from [fd00:1122:3344:101::c]:42970
137 2025.03.12 22:35:29.493812 [ 256 ] {} <Debug> TCP-Session: b95dc417-2dae-4fe7-8449-b8686bb7e668 Authenticating user 'default' from [fd00:1122:3344:101::c]:49612
138 2025.03.12 22:35:29.493727 [ 255 ] {} <Debug> TCP-Session: c7b73c7c-c2f3-47be-8dad-c5a548da286a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
139 2025.03.12 22:35:29.493857 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
140 2025.03.12 22:35:29.493875 [ 254 ] {} <Debug> TCP-Session: b4a43b6f-7d03-4888-b336-2fc32014ff00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
141 2025.03.12 22:35:29.493906 [ 255 ] {} <Debug> TCP-Session: c7b73c7c-c2f3-47be-8dad-c5a548da286a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
142 2025.03.12 22:35:29.493908 [ 256 ] {} <Debug> TCP-Session: b95dc417-2dae-4fe7-8449-b8686bb7e668 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
143 2025.03.12 22:35:29.493994 [ 254 ] {} <Debug> TCP-Session: b4a43b6f-7d03-4888-b336-2fc32014ff00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
144 2025.03.12 22:35:29.494007 [ 256 ] {} <Debug> TCP-Session: b95dc417-2dae-4fe7-8449-b8686bb7e668 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
145 2025.03.12 22:35:29.493943 [ 257 ] {} <Debug> TCP-Session: 017bc779-85be-4ec5-ba72-9daab5322d8d Authenticating user 'default' from [fd00:1122:3344:101::c]:45860
146 2025.03.12 22:35:29.494143 [ 257 ] {} <Debug> TCP-Session: 017bc779-85be-4ec5-ba72-9daab5322d8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2025.03.12 22:35:29.494178 [ 257 ] {} <Debug> TCP-Session: 017bc779-85be-4ec5-ba72-9daab5322d8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.03.12 22:35:30.000169 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.18 MiB, peak 117.18 MiB, free memory in arenas 0.00 B, will set to 119.42 MiB (RSS), difference: 2.24 MiB
149 2025.03.12 22:35:30.178641 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51004
150 2025.03.12 22:35:30.179771 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
151 2025.03.12 22:35:30.179813 [ 258 ] {} <Debug> TCP-Session: 1d637c37-5fa4-4884-9e65-4772608df87f Authenticating user 'default' from [fd00:1122:3344:101::b]:51004
152 2025.03.12 22:35:30.179836 [ 258 ] {} <Debug> TCP-Session: 1d637c37-5fa4-4884-9e65-4772608df87f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
153 2025.03.12 22:35:30.179865 [ 258 ] {} <Debug> TCP-Session: 1d637c37-5fa4-4884-9e65-4772608df87f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2025.03.12 22:35:30.179934 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
155 2025.03.12 22:35:30.179961 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
156 2025.03.12 22:35:30.179985 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
157 2025.03.12 22:35:30.181043 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40265
158 2025.03.12 22:35:30.181134 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57739
159 2025.03.12 22:35:30.181257 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54130
160 2025.03.12 22:35:30.181261 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
161 2025.03.12 22:35:30.181385 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48146
162 2025.03.12 22:35:30.181594 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53116
163 2025.03.12 22:35:30.181596 [ 259 ] {} <Debug> TCP-Session: a631768f-6e18-445a-8537-608f787e3042 Authenticating user 'default' from [fd00:1122:3344:101::b]:40265
164 2025.03.12 22:35:30.181668 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
165 2025.03.12 22:35:30.181713 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45029
166 2025.03.12 22:35:30.181729 [ 259 ] {} <Debug> TCP-Session: a631768f-6e18-445a-8537-608f787e3042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
167 2025.03.12 22:35:30.181858 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33420
168 2025.03.12 22:35:30.181896 [ 261 ] {} <Debug> TCP-Session: 8a90c4c7-bca1-45a4-8554-dde715fd5bd9 Authenticating user 'default' from [fd00:1122:3344:101::b]:54130
169 2025.03.12 22:35:30.181877 [ 259 ] {} <Debug> TCP-Session: a631768f-6e18-445a-8537-608f787e3042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
170 2025.03.12 22:35:30.182043 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
171 2025.03.12 22:35:30.182062 [ 261 ] {} <Debug> TCP-Session: 8a90c4c7-bca1-45a4-8554-dde715fd5bd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
172 2025.03.12 22:35:30.182153 [ 261 ] {} <Debug> TCP-Session: 8a90c4c7-bca1-45a4-8554-dde715fd5bd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
173 2025.03.12 22:35:30.182232 [ 264 ] {} <Debug> TCP-Session: ad7cd086-5e7d-4be4-8609-50e803c697ec Authenticating user 'default' from [fd00:1122:3344:101::b]:45029
174 2025.03.12 22:35:30.182261 [ 264 ] {} <Debug> TCP-Session: ad7cd086-5e7d-4be4-8609-50e803c697ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
175 2025.03.12 22:35:30.182285 [ 264 ] {} <Debug> TCP-Session: ad7cd086-5e7d-4be4-8609-50e803c697ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
176 2025.03.12 22:35:30.182380 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
177 2025.03.12 22:35:30.182418 [ 260 ] {} <Debug> TCP-Session: d7b56ef2-0970-4580-8a5d-17bc8f4abde9 Authenticating user 'default' from [fd00:1122:3344:101::b]:57739
178 2025.03.12 22:35:30.182459 [ 260 ] {} <Debug> TCP-Session: d7b56ef2-0970-4580-8a5d-17bc8f4abde9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
179 2025.03.12 22:35:30.182474 [ 260 ] {} <Debug> TCP-Session: d7b56ef2-0970-4580-8a5d-17bc8f4abde9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
180 2025.03.12 22:35:30.182940 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
181 2025.03.12 22:35:30.182993 [ 263 ] {} <Debug> TCP-Session: e8058508-96f1-4636-bfaa-9a5970900ed5 Authenticating user 'default' from [fd00:1122:3344:101::b]:53116
182 2025.03.12 22:35:30.183004 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
183 2025.03.12 22:35:30.183013 [ 263 ] {} <Debug> TCP-Session: e8058508-96f1-4636-bfaa-9a5970900ed5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
184 2025.03.12 22:35:30.183037 [ 265 ] {} <Debug> TCP-Session: 125df4a3-1f9c-480b-b85b-1cd72545f812 Authenticating user 'default' from [fd00:1122:3344:101::b]:33420
185 2025.03.12 22:35:30.183044 [ 263 ] {} <Debug> TCP-Session: e8058508-96f1-4636-bfaa-9a5970900ed5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
186 2025.03.12 22:35:30.183056 [ 265 ] {} <Debug> TCP-Session: 125df4a3-1f9c-480b-b85b-1cd72545f812 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
187 2025.03.12 22:35:30.183092 [ 265 ] {} <Debug> TCP-Session: 125df4a3-1f9c-480b-b85b-1cd72545f812 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
188 2025.03.12 22:35:30.185231 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
189 2025.03.12 22:35:30.185271 [ 262 ] {} <Debug> TCP-Session: 87a1b204-82af-4449-b55c-2dd73d846052 Authenticating user 'default' from [fd00:1122:3344:101::b]:48146
190 2025.03.12 22:35:30.185304 [ 262 ] {} <Debug> TCP-Session: 87a1b204-82af-4449-b55c-2dd73d846052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
191 2025.03.12 22:35:30.185317 [ 262 ] {} <Debug> TCP-Session: 87a1b204-82af-4449-b55c-2dd73d846052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
192 2025.03.12 22:35:30.210855 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35089
193 2025.03.12 22:35:30.211435 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
194 2025.03.12 22:35:30.211476 [ 266 ] {} <Debug> TCP-Session: cf61aa3a-0071-4957-8bf6-e3144a6ae784 Authenticating user 'default' from [fd00:1122:3344:101::a]:35089
195 2025.03.12 22:35:30.211496 [ 266 ] {} <Debug> TCP-Session: cf61aa3a-0071-4957-8bf6-e3144a6ae784 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
196 2025.03.12 22:35:30.211510 [ 266 ] {} <Debug> TCP-Session: cf61aa3a-0071-4957-8bf6-e3144a6ae784 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
197 2025.03.12 22:35:30.211588 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
198 2025.03.12 22:35:30.211616 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
199 2025.03.12 22:35:30.211644 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
200 2025.03.12 22:35:30.212565 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49928
201 2025.03.12 22:35:30.212739 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34025
202 2025.03.12 22:35:30.212751 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
203 2025.03.12 22:35:30.212803 [ 267 ] {} <Debug> TCP-Session: 7255455e-3af6-412f-a2a1-a62264becbac Authenticating user 'default' from [fd00:1122:3344:101::a]:49928
204 2025.03.12 22:35:30.212872 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57614
205 2025.03.12 22:35:30.212928 [ 267 ] {} <Debug> TCP-Session: 7255455e-3af6-412f-a2a1-a62264becbac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
206 2025.03.12 22:35:30.212935 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
207 2025.03.12 22:35:30.212959 [ 267 ] {} <Debug> TCP-Session: 7255455e-3af6-412f-a2a1-a62264becbac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
208 2025.03.12 22:35:30.213144 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50973
209 2025.03.12 22:35:30.213151 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
210 2025.03.12 22:35:30.213163 [ 268 ] {} <Debug> TCP-Session: 0c95cca1-5f84-472b-b50e-5bf7e20d7374 Authenticating user 'default' from [fd00:1122:3344:101::a]:34025
211 2025.03.12 22:35:30.213226 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57026
212 2025.03.12 22:35:30.213269 [ 269 ] {} <Debug> TCP-Session: 5db69d54-9a73-4aa3-b69e-784be122bf48 Authenticating user 'default' from [fd00:1122:3344:101::a]:57614
213 2025.03.12 22:35:30.213270 [ 268 ] {} <Debug> TCP-Session: 0c95cca1-5f84-472b-b50e-5bf7e20d7374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
214 2025.03.12 22:35:30.213354 [ 269 ] {} <Debug> TCP-Session: 5db69d54-9a73-4aa3-b69e-784be122bf48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
215 2025.03.12 22:35:30.213611 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57661
216 2025.03.12 22:35:30.213634 [ 268 ] {} <Debug> TCP-Session: 0c95cca1-5f84-472b-b50e-5bf7e20d7374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
217 2025.03.12 22:35:30.213628 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
218 2025.03.12 22:35:30.213710 [ 269 ] {} <Debug> TCP-Session: 5db69d54-9a73-4aa3-b69e-784be122bf48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
219 2025.03.12 22:35:30.213746 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
220 2025.03.12 22:35:30.213922 [ 271 ] {} <Debug> TCP-Session: f01c0d88-84d1-4dc0-851b-1410710eef5d Authenticating user 'default' from [fd00:1122:3344:101::a]:57026
221 2025.03.12 22:35:30.213964 [ 270 ] {} <Debug> TCP-Session: ba613fbf-deeb-46cc-9fa6-fa190b5f70a1 Authenticating user 'default' from [fd00:1122:3344:101::a]:50973
222 2025.03.12 22:35:30.213940 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65470
223 2025.03.12 22:35:30.214094 [ 271 ] {} <Debug> TCP-Session: f01c0d88-84d1-4dc0-851b-1410710eef5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
224 2025.03.12 22:35:30.214238 [ 271 ] {} <Debug> TCP-Session: f01c0d88-84d1-4dc0-851b-1410710eef5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
225 2025.03.12 22:35:30.214250 [ 270 ] {} <Debug> TCP-Session: ba613fbf-deeb-46cc-9fa6-fa190b5f70a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
226 2025.03.12 22:35:30.214254 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
227 2025.03.12 22:35:30.214102 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
228 2025.03.12 22:35:30.214337 [ 273 ] {} <Debug> TCP-Session: 411a8113-caf4-49b5-8ef6-c02f4612467b Authenticating user 'default' from [fd00:1122:3344:101::a]:65470
229 2025.03.12 22:35:30.214311 [ 270 ] {} <Debug> TCP-Session: ba613fbf-deeb-46cc-9fa6-fa190b5f70a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
230 2025.03.12 22:35:30.214386 [ 272 ] {} <Debug> TCP-Session: a18e8e8f-9a0a-4a23-8c76-b53e93de7cb6 Authenticating user 'default' from [fd00:1122:3344:101::a]:57661
231 2025.03.12 22:35:30.214433 [ 273 ] {} <Debug> TCP-Session: 411a8113-caf4-49b5-8ef6-c02f4612467b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
232 2025.03.12 22:35:30.214454 [ 272 ] {} <Debug> TCP-Session: a18e8e8f-9a0a-4a23-8c76-b53e93de7cb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
233 2025.03.12 22:35:30.214483 [ 273 ] {} <Debug> TCP-Session: 411a8113-caf4-49b5-8ef6-c02f4612467b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
234 2025.03.12 22:35:30.214495 [ 272 ] {} <Debug> TCP-Session: a18e8e8f-9a0a-4a23-8c76-b53e93de7cb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
235 2025.03.12 22:35:30.377659 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62839
236 2025.03.12 22:35:30.379578 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
237 2025.03.12 22:35:30.379644 [ 274 ] {} <Debug> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Authenticating user 'default' from [fd00:1122:3344:101::d]:62839
238 2025.03.12 22:35:30.379673 [ 274 ] {} <Debug> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
239 2025.03.12 22:35:30.379690 [ 274 ] {} <Debug> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
240 2025.03.12 22:35:30.379791 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
241 2025.03.12 22:35:30.379823 [ 274 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
242 2025.03.12 22:35:30.379858 [ 274 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
243 2025.03.12 22:35:30.380786 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63191
244 2025.03.12 22:35:30.380872 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50656
245 2025.03.12 22:35:30.381142 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62215
246 2025.03.12 22:35:30.381188 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
247 2025.03.12 22:35:30.381176 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
248 2025.03.12 22:35:30.381257 [ 275 ] {} <Debug> TCP-Session: f9c18afb-29b7-443d-8e53-53f000179f18 Authenticating user 'default' from [fd00:1122:3344:101::d]:63191
249 2025.03.12 22:35:30.381507 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44279
250 2025.03.12 22:35:30.381466 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51843
251 2025.03.12 22:35:30.381557 [ 275 ] {} <Debug> TCP-Session: f9c18afb-29b7-443d-8e53-53f000179f18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
252 2025.03.12 22:35:30.381525 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
253 2025.03.12 22:35:30.381519 [ 276 ] {} <Debug> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Authenticating user 'default' from [fd00:1122:3344:101::d]:50656
254 2025.03.12 22:35:30.381922 [ 276 ] {} <Debug> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
255 2025.03.12 22:35:30.381931 [ 275 ] {} <Debug> TCP-Session: f9c18afb-29b7-443d-8e53-53f000179f18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
256 2025.03.12 22:35:30.381817 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
257 2025.03.12 22:35:30.381923 [ 277 ] {} <Debug> TCP-Session: 9654050f-d063-4397-a1fa-eff7cb6cc72f Authenticating user 'default' from [fd00:1122:3344:101::d]:62215
258 2025.03.12 22:35:30.382022 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41704
259 2025.03.12 22:35:30.382197 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
260 2025.03.12 22:35:30.382193 [ 276 ] {} <Debug> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
261 2025.03.12 22:35:30.382940 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39666
262 2025.03.12 22:35:30.383013 [ 277 ] {} <Debug> TCP-Session: 9654050f-d063-4397-a1fa-eff7cb6cc72f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
263 2025.03.12 22:35:30.383027 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
264 2025.03.12 22:35:30.383053 [ 278 ] {} <Debug> TCP-Session: d4dc3412-7636-4cfd-9695-656c67e59fe7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51843
265 2025.03.12 22:35:30.383097 [ 277 ] {} <Debug> TCP-Session: 9654050f-d063-4397-a1fa-eff7cb6cc72f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
266 2025.03.12 22:35:30.383074 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37416
267 2025.03.12 22:35:30.382993 [ 279 ] {} <Debug> TCP-Session: f239be61-9e4b-4853-bc83-d048ad89898f Authenticating user 'default' from [fd00:1122:3344:101::d]:44279
268 2025.03.12 22:35:30.383962 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
269 2025.03.12 22:35:30.383994 [ 279 ] {} <Debug> TCP-Session: f239be61-9e4b-4853-bc83-d048ad89898f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
270 2025.03.12 22:35:30.384023 [ 278 ] {} <Debug> TCP-Session: d4dc3412-7636-4cfd-9695-656c67e59fe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
271 2025.03.12 22:35:30.384267 [ 279 ] {} <Debug> TCP-Session: f239be61-9e4b-4853-bc83-d048ad89898f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
272 2025.03.12 22:35:30.384283 [ 278 ] {} <Debug> TCP-Session: d4dc3412-7636-4cfd-9695-656c67e59fe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
273 2025.03.12 22:35:30.384298 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
274 2025.03.12 22:35:30.384300 [ 281 ] {} <Debug> TCP-Session: 348b3028-8ba4-4e80-9c87-fb5e0b54ee3e Authenticating user 'default' from [fd00:1122:3344:101::d]:39666
275 2025.03.12 22:35:30.384266 [ 280 ] {} <Debug> TCP-Session: 4a1dfd35-c357-43d3-9015-b107c00be164 Authenticating user 'default' from [fd00:1122:3344:101::d]:41704
276 2025.03.12 22:35:30.384457 [ 280 ] {} <Debug> TCP-Session: 4a1dfd35-c357-43d3-9015-b107c00be164 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
277 2025.03.12 22:35:30.384457 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
278 2025.03.12 22:35:30.384503 [ 281 ] {} <Debug> TCP-Session: 348b3028-8ba4-4e80-9c87-fb5e0b54ee3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
279 2025.03.12 22:35:30.384561 [ 280 ] {} <Debug> TCP-Session: 4a1dfd35-c357-43d3-9015-b107c00be164 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
280 2025.03.12 22:35:30.384578 [ 282 ] {} <Debug> TCP-Session: 971fcfab-3b78-4f9d-88f7-c9a2fae01c03 Authenticating user 'default' from [fd00:1122:3344:101::d]:37416
281 2025.03.12 22:35:30.384601 [ 281 ] {} <Debug> TCP-Session: 348b3028-8ba4-4e80-9c87-fb5e0b54ee3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
282 2025.03.12 22:35:30.384767 [ 282 ] {} <Debug> TCP-Session: 971fcfab-3b78-4f9d-88f7-c9a2fae01c03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
283 2025.03.12 22:35:30.384801 [ 282 ] {} <Debug> TCP-Session: 971fcfab-3b78-4f9d-88f7-c9a2fae01c03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
284 2025.03.12 22:35:30.387977 [ 274 ] {f2452c6a-a9d1-4b73-ad54-a71c9b451a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
285 2025.03.12 22:35:30.431844 [ 274 ] {f2452c6a-a9d1-4b73-ad54-a71c9b451a14} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62839) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
286 
287 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
288 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
289 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
290 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
291 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
292 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
293 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
294 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
295 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
296 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
297 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
298 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
299 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
300 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
301 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
302 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
303 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
304 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
305 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
306 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
307 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
308 
309 2025.03.12 22:35:30.433145 [ 274 ] {f2452c6a-a9d1-4b73-ad54-a71c9b451a14} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
310 
311 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
312 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
313 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
314 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
315 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
316 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
317 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
318 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
319 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
320 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
321 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
322 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
323 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
324 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
325 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
326 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
327 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
328 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
329 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
330 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
331 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
332 
333 2025.03.12 22:35:30.433252 [ 274 ] {f2452c6a-a9d1-4b73-ad54-a71c9b451a14} <Debug> TCPHandler: Processed in 0.051186787 sec.
334 2025.03.12 22:35:30.433682 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
335 2025.03.12 22:35:30.433880 [ 276 ] {65bf2085-2da3-4c59-9647-6cc2398e1bc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
336 2025.03.12 22:35:30.434269 [ 276 ] {65bf2085-2da3-4c59-9647-6cc2398e1bc0} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:50656) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
337 
338 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
339 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
340 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
341 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
342 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
343 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
344 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
345 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
346 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
347 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
348 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
349 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
350 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
351 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
352 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
353 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
354 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
355 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
356 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
357 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
358 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
359 
360 2025.03.12 22:35:30.434467 [ 276 ] {65bf2085-2da3-4c59-9647-6cc2398e1bc0} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
361 
362 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
363 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
364 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
365 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
366 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
367 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
368 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
369 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
370 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
371 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
372 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
373 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
374 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
375 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
376 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
377 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
378 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
379 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
380 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
381 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
382 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
383 
384 2025.03.12 22:35:30.434585 [ 276 ] {65bf2085-2da3-4c59-9647-6cc2398e1bc0} <Debug> TCPHandler: Processed in 0.001094058 sec.
385 2025.03.12 22:35:30.434801 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
386 2025.03.12 22:35:30.435994 [ 274 ] {6354bff8-5aca-422e-a6c8-d2121edbbaf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
387 2025.03.12 22:35:30.436085 [ 274 ] {6354bff8-5aca-422e-a6c8-d2121edbbaf6} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
388 2025.03.12 22:35:30.455523 [ 274 ] {6354bff8-5aca-422e-a6c8-d2121edbbaf6} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
389 2025.03.12 22:35:30.455571 [ 274 ] {6354bff8-5aca-422e-a6c8-d2121edbbaf6} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.4742e-05 sec
390 2025.03.12 22:35:30.455589 [ 274 ] {6354bff8-5aca-422e-a6c8-d2121edbbaf6} <Trace> ReferentialDeps: No tables
391 2025.03.12 22:35:30.455603 [ 274 ] {6354bff8-5aca-422e-a6c8-d2121edbbaf6} <Trace> LoadingDeps: No tables
392 2025.03.12 22:35:30.455636 [ 274 ] {6354bff8-5aca-422e-a6c8-d2121edbbaf6} <Information> DatabaseAtomic (oximeter): Starting up tables.
393 2025.03.12 22:35:30.456393 [ 274 ] {6354bff8-5aca-422e-a6c8-d2121edbbaf6} <Debug> TCPHandler: Processed in 0.021646721 sec.
394 2025.03.12 22:35:30.456556 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
395 2025.03.12 22:35:30.456712 [ 274 ] {24a6b3fe-c2d5-4a70-b2ad-022eeaf66d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) /* The version table contains metadata about the `oximeter` database */
396 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
397 2025.03.12 22:35:30.456765 [ 274 ] {24a6b3fe-c2d5-4a70-b2ad-022eeaf66d67} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
398 2025.03.12 22:35:30.464476 [ 274 ] {24a6b3fe-c2d5-4a70-b2ad-022eeaf66d67} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
399 2025.03.12 22:35:30.471115 [ 274 ] {24a6b3fe-c2d5-4a70-b2ad-022eeaf66d67} <Debug> oximeter.version (bbb34835-e4c4-4a37-9774-912eb791faaa): Loading data parts
400 2025.03.12 22:35:30.471658 [ 274 ] {24a6b3fe-c2d5-4a70-b2ad-022eeaf66d67} <Debug> oximeter.version (bbb34835-e4c4-4a37-9774-912eb791faaa): There are no data parts
401 2025.03.12 22:35:30.493974 [ 274 ] {24a6b3fe-c2d5-4a70-b2ad-022eeaf66d67} <Debug> TCPHandler: Processed in 0.037468182 sec.
402 2025.03.12 22:35:30.494163 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
403 2025.03.12 22:35:30.494369 [ 274 ] {b587693a-967f-4ca0-8472-25f3c73f5f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) /* The measurement tables contain all individual samples from each timeseries.
404 *
405 * Each table stores a single datum type, and otherwise contains nearly the same
406 * structure. The primary sorting key is on the timeseries name, key, and then
407 * timestamp, so that all timeseries from the same schema are grouped, followed
408 * by all samples from the same timeseries.
409 *
410 * This reflects that one usually looks up the _key_ in one or more field table,
411 * and then uses that to index quickly into the measurements tables.
412 */
413 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)
414 2025.03.12 22:35:30.494435 [ 274 ] {b587693a-967f-4ca0-8472-25f3c73f5f64} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
415 2025.03.12 22:35:30.529803 [ 274 ] {b587693a-967f-4ca0-8472-25f3c73f5f64} <Debug> oximeter.measurements_bool (8b72f94f-ed3b-47fe-ab3d-7a9a4fb5dea9): Loading data parts
416 2025.03.12 22:35:30.530111 [ 274 ] {b587693a-967f-4ca0-8472-25f3c73f5f64} <Debug> oximeter.measurements_bool (8b72f94f-ed3b-47fe-ab3d-7a9a4fb5dea9): There are no data parts
417 2025.03.12 22:35:30.552805 [ 274 ] {b587693a-967f-4ca0-8472-25f3c73f5f64} <Debug> TCPHandler: Processed in 0.058702991 sec.
418 2025.03.12 22:35:30.553037 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
419 2025.03.12 22:35:30.553265 [ 274 ] {7a91e4c2-01d5-4028-b810-67482c182f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
420 2025.03.12 22:35:30.553324 [ 274 ] {7a91e4c2-01d5-4028-b810-67482c182f94} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
421 2025.03.12 22:35:30.575754 [ 274 ] {7a91e4c2-01d5-4028-b810-67482c182f94} <Debug> oximeter.measurements_i8 (75f6564e-41ea-4263-8308-e46f886068b1): Loading data parts
422 2025.03.12 22:35:30.575973 [ 274 ] {7a91e4c2-01d5-4028-b810-67482c182f94} <Debug> oximeter.measurements_i8 (75f6564e-41ea-4263-8308-e46f886068b1): There are no data parts
423 2025.03.12 22:35:30.599119 [ 274 ] {7a91e4c2-01d5-4028-b810-67482c182f94} <Debug> TCPHandler: Processed in 0.046168817 sec.
424 2025.03.12 22:35:30.599321 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
425 2025.03.12 22:35:30.599558 [ 274 ] {b2fb23a9-4d22-4648-b6aa-6aabfd01202f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
426 2025.03.12 22:35:30.599633 [ 274 ] {b2fb23a9-4d22-4648-b6aa-6aabfd01202f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
427 2025.03.12 22:35:30.622323 [ 274 ] {b2fb23a9-4d22-4648-b6aa-6aabfd01202f} <Debug> oximeter.measurements_u8 (564b24e0-3d51-4bca-b541-85767305c70a): Loading data parts
428 2025.03.12 22:35:30.622567 [ 274 ] {b2fb23a9-4d22-4648-b6aa-6aabfd01202f} <Debug> oximeter.measurements_u8 (564b24e0-3d51-4bca-b541-85767305c70a): There are no data parts
429 2025.03.12 22:35:30.633169 [ 274 ] {b2fb23a9-4d22-4648-b6aa-6aabfd01202f} <Debug> TCPHandler: Processed in 0.033913319 sec.
430 2025.03.12 22:35:30.633326 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
431 2025.03.12 22:35:30.633550 [ 274 ] {e4507f00-1152-4cfe-886e-1baf7248e4c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
432 2025.03.12 22:35:30.633600 [ 274 ] {e4507f00-1152-4cfe-886e-1baf7248e4c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
433 2025.03.12 22:35:30.645380 [ 274 ] {e4507f00-1152-4cfe-886e-1baf7248e4c5} <Debug> oximeter.measurements_i16 (c47b70ca-8e9b-49c8-82d5-bc5b31ee4fb9): Loading data parts
434 2025.03.12 22:35:30.645637 [ 274 ] {e4507f00-1152-4cfe-886e-1baf7248e4c5} <Debug> oximeter.measurements_i16 (c47b70ca-8e9b-49c8-82d5-bc5b31ee4fb9): There are no data parts
435 2025.03.12 22:35:30.656269 [ 274 ] {e4507f00-1152-4cfe-886e-1baf7248e4c5} <Debug> TCPHandler: Processed in 0.023000586 sec.
436 2025.03.12 22:35:30.656435 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
437 2025.03.12 22:35:30.656633 [ 274 ] {8b39d10e-a03b-4211-8873-0953ceb690b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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.03.12 22:35:30.656699 [ 274 ] {8b39d10e-a03b-4211-8873-0953ceb690b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
439 2025.03.12 22:35:30.668933 [ 274 ] {8b39d10e-a03b-4211-8873-0953ceb690b4} <Debug> oximeter.measurements_u16 (3bd358df-f6a7-4b3d-bb51-39097f37bd0e): Loading data parts
440 2025.03.12 22:35:30.669155 [ 274 ] {8b39d10e-a03b-4211-8873-0953ceb690b4} <Debug> oximeter.measurements_u16 (3bd358df-f6a7-4b3d-bb51-39097f37bd0e): There are no data parts
441 2025.03.12 22:35:30.680123 [ 274 ] {8b39d10e-a03b-4211-8873-0953ceb690b4} <Debug> TCPHandler: Processed in 0.023741045 sec.
442 2025.03.12 22:35:30.680273 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
443 2025.03.12 22:35:30.680481 [ 274 ] {5fb35f1c-69f3-4a3c-9215-ce12246450c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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.03.12 22:35:30.680543 [ 274 ] {5fb35f1c-69f3-4a3c-9215-ce12246450c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
445 2025.03.12 22:35:30.692319 [ 274 ] {5fb35f1c-69f3-4a3c-9215-ce12246450c5} <Debug> oximeter.measurements_i32 (b49d59d2-1bac-4f88-93b0-7677d33d1ef3): Loading data parts
446 2025.03.12 22:35:30.692496 [ 274 ] {5fb35f1c-69f3-4a3c-9215-ce12246450c5} <Debug> oximeter.measurements_i32 (b49d59d2-1bac-4f88-93b0-7677d33d1ef3): There are no data parts
447 2025.03.12 22:35:30.712110 [ 274 ] {5fb35f1c-69f3-4a3c-9215-ce12246450c5} <Debug> TCPHandler: Processed in 0.031887636 sec.
448 2025.03.12 22:35:30.712306 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
449 2025.03.12 22:35:30.712542 [ 274 ] {d44438b1-f660-4707-8faa-5e03f933253c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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.03.12 22:35:30.712619 [ 274 ] {d44438b1-f660-4707-8faa-5e03f933253c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
451 2025.03.12 22:35:30.721185 [ 274 ] {d44438b1-f660-4707-8faa-5e03f933253c} <Debug> oximeter.measurements_u32 (90d82947-06bd-409a-8b76-53d880270f23): Loading data parts
452 2025.03.12 22:35:30.721379 [ 274 ] {d44438b1-f660-4707-8faa-5e03f933253c} <Debug> oximeter.measurements_u32 (90d82947-06bd-409a-8b76-53d880270f23): There are no data parts
453 2025.03.12 22:35:30.736680 [ 274 ] {d44438b1-f660-4707-8faa-5e03f933253c} <Debug> TCPHandler: Processed in 0.024441494 sec.
454 2025.03.12 22:35:30.736836 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
455 2025.03.12 22:35:30.737090 [ 274 ] {2d14bdc5-a57b-4279-8086-ede5c28b1127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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.03.12 22:35:30.737149 [ 274 ] {2d14bdc5-a57b-4279-8086-ede5c28b1127} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
457 2025.03.12 22:35:30.744617 [ 274 ] {2d14bdc5-a57b-4279-8086-ede5c28b1127} <Debug> oximeter.measurements_i64 (a9cc5a4e-f6c1-48ab-98a7-a695a6180904): Loading data parts
458 2025.03.12 22:35:30.744812 [ 274 ] {2d14bdc5-a57b-4279-8086-ede5c28b1127} <Debug> oximeter.measurements_i64 (a9cc5a4e-f6c1-48ab-98a7-a695a6180904): There are no data parts
459 2025.03.12 22:35:30.751435 [ 274 ] {2d14bdc5-a57b-4279-8086-ede5c28b1127} <Debug> TCPHandler: Processed in 0.01466075 sec.
460 2025.03.12 22:35:30.751624 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
461 2025.03.12 22:35:30.751856 [ 274 ] {c2e93eae-de61-4a54-a5a0-35b0d5f5aed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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.03.12 22:35:30.751937 [ 274 ] {c2e93eae-de61-4a54-a5a0-35b0d5f5aed6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
463 2025.03.12 22:35:30.763366 [ 274 ] {c2e93eae-de61-4a54-a5a0-35b0d5f5aed6} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Loading data parts
464 2025.03.12 22:35:30.763578 [ 274 ] {c2e93eae-de61-4a54-a5a0-35b0d5f5aed6} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): There are no data parts
465 2025.03.12 22:35:30.774078 [ 274 ] {c2e93eae-de61-4a54-a5a0-35b0d5f5aed6} <Debug> TCPHandler: Processed in 0.022518293 sec.
466 2025.03.12 22:35:30.774241 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
467 2025.03.12 22:35:30.774476 [ 274 ] {129d010b-3e93-4159-89ea-225536e0c7ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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.03.12 22:35:30.774546 [ 274 ] {129d010b-3e93-4159-89ea-225536e0c7ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
469 2025.03.12 22:35:30.786337 [ 274 ] {129d010b-3e93-4159-89ea-225536e0c7ef} <Debug> oximeter.measurements_f32 (69a4f002-ffb7-43ff-9c44-8d74c81cabea): Loading data parts
470 2025.03.12 22:35:30.786547 [ 274 ] {129d010b-3e93-4159-89ea-225536e0c7ef} <Debug> oximeter.measurements_f32 (69a4f002-ffb7-43ff-9c44-8d74c81cabea): There are no data parts
471 2025.03.12 22:35:30.797036 [ 274 ] {129d010b-3e93-4159-89ea-225536e0c7ef} <Debug> TCPHandler: Processed in 0.022858572 sec.
472 2025.03.12 22:35:30.797243 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
473 2025.03.12 22:35:30.797501 [ 274 ] {328d0bad-0220-4c7c-a9a7-b4858611c7d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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.03.12 22:35:30.797575 [ 274 ] {328d0bad-0220-4c7c-a9a7-b4858611c7d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
475 2025.03.12 22:35:30.809619 [ 274 ] {328d0bad-0220-4c7c-a9a7-b4858611c7d0} <Debug> oximeter.measurements_f64 (bf7028ec-0b23-487e-9c11-362e87b722c8): Loading data parts
476 2025.03.12 22:35:30.809888 [ 274 ] {328d0bad-0220-4c7c-a9a7-b4858611c7d0} <Debug> oximeter.measurements_f64 (bf7028ec-0b23-487e-9c11-362e87b722c8): There are no data parts
477 2025.03.12 22:35:30.841773 [ 274 ] {328d0bad-0220-4c7c-a9a7-b4858611c7d0} <Debug> TCPHandler: Processed in 0.044593216 sec.
478 2025.03.12 22:35:30.841949 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
479 2025.03.12 22:35:30.842162 [ 274 ] {d77ed40f-5a2d-43ce-9eb4-ce9dbbd6a2a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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.03.12 22:35:30.842221 [ 274 ] {d77ed40f-5a2d-43ce-9eb4-ce9dbbd6a2a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
481 2025.03.12 22:35:30.857508 [ 274 ] {d77ed40f-5a2d-43ce-9eb4-ce9dbbd6a2a8} <Debug> oximeter.measurements_string (a8ffce72-5227-40d8-8372-839a9efe8872): Loading data parts
482 2025.03.12 22:35:30.857699 [ 274 ] {d77ed40f-5a2d-43ce-9eb4-ce9dbbd6a2a8} <Debug> oximeter.measurements_string (a8ffce72-5227-40d8-8372-839a9efe8872): There are no data parts
483 2025.03.12 22:35:30.877251 [ 274 ] {d77ed40f-5a2d-43ce-9eb4-ce9dbbd6a2a8} <Debug> TCPHandler: Processed in 0.035367617 sec.
484 2025.03.12 22:35:30.877515 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
485 2025.03.12 22:35:30.877758 [ 274 ] {ab3110d7-c131-4b3d-a69d-f9c2890b972f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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.03.12 22:35:30.877833 [ 274 ] {ab3110d7-c131-4b3d-a69d-f9c2890b972f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
494 2025.03.12 22:35:30.890664 [ 274 ] {ab3110d7-c131-4b3d-a69d-f9c2890b972f} <Debug> oximeter.measurements_bytes (44585c5a-3d75-4c3a-a5e7-008e9e374ad3): Loading data parts
495 2025.03.12 22:35:30.890839 [ 274 ] {ab3110d7-c131-4b3d-a69d-f9c2890b972f} <Debug> oximeter.measurements_bytes (44585c5a-3d75-4c3a-a5e7-008e9e374ad3): There are no data parts
496 2025.03.12 22:35:30.914481 [ 274 ] {ab3110d7-c131-4b3d-a69d-f9c2890b972f} <Debug> TCPHandler: Processed in 0.03703793 sec.
497 2025.03.12 22:35:30.914679 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
498 2025.03.12 22:35:30.914927 [ 274 ] {8f7bc03f-ff9a-4d32-9e77-b89e3160c181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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.03.12 22:35:30.915009 [ 274 ] {8f7bc03f-ff9a-4d32-9e77-b89e3160c181} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
500 2025.03.12 22:35:30.926621 [ 274 ] {8f7bc03f-ff9a-4d32-9e77-b89e3160c181} <Debug> oximeter.measurements_cumulativei64 (ff16c12f-ce28-476c-a118-2155c6bee90d): Loading data parts
501 2025.03.12 22:35:30.926847 [ 274 ] {8f7bc03f-ff9a-4d32-9e77-b89e3160c181} <Debug> oximeter.measurements_cumulativei64 (ff16c12f-ce28-476c-a118-2155c6bee90d): There are no data parts
502 2025.03.12 22:35:30.936392 [ 274 ] {8f7bc03f-ff9a-4d32-9e77-b89e3160c181} <Debug> TCPHandler: Processed in 0.021774794 sec.
503 2025.03.12 22:35:30.936545 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
504 2025.03.12 22:35:30.936814 [ 274 ] {813e1d26-6d3a-4486-bcdd-eeab85b674cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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.03.12 22:35:30.936896 [ 274 ] {813e1d26-6d3a-4486-bcdd-eeab85b674cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
506 2025.03.12 22:35:30.944866 [ 274 ] {813e1d26-6d3a-4486-bcdd-eeab85b674cc} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Loading data parts
507 2025.03.12 22:35:30.945038 [ 274 ] {813e1d26-6d3a-4486-bcdd-eeab85b674cc} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): There are no data parts
508 2025.03.12 22:35:30.961157 [ 274 ] {813e1d26-6d3a-4486-bcdd-eeab85b674cc} <Debug> TCPHandler: Processed in 0.024674899 sec.
509 2025.03.12 22:35:30.961333 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
510 2025.03.12 22:35:30.961579 [ 274 ] {e1682d8e-dad5-49a4-b035-38eefdfbdafb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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.03.12 22:35:30.961662 [ 274 ] {e1682d8e-dad5-49a4-b035-38eefdfbdafb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
512 2025.03.12 22:35:30.968918 [ 274 ] {e1682d8e-dad5-49a4-b035-38eefdfbdafb} <Debug> oximeter.measurements_cumulativef32 (553c3973-acd7-436a-8835-abc93ffe38b2): Loading data parts
513 2025.03.12 22:35:30.969087 [ 274 ] {e1682d8e-dad5-49a4-b035-38eefdfbdafb} <Debug> oximeter.measurements_cumulativef32 (553c3973-acd7-436a-8835-abc93ffe38b2): There are no data parts
514 2025.03.12 22:35:30.986507 [ 274 ] {e1682d8e-dad5-49a4-b035-38eefdfbdafb} <Debug> TCPHandler: Processed in 0.025245185 sec.
515 2025.03.12 22:35:30.986661 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
516 2025.03.12 22:35:30.986860 [ 274 ] {3964f909-b2ec-441f-9410-baa27ce14081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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.03.12 22:35:30.986930 [ 274 ] {3964f909-b2ec-441f-9410-baa27ce14081} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
518 2025.03.12 22:35:30.994799 [ 274 ] {3964f909-b2ec-441f-9410-baa27ce14081} <Debug> oximeter.measurements_cumulativef64 (747cd5c0-a336-49f5-929f-58e0014cf23b): Loading data parts
519 2025.03.12 22:35:30.995017 [ 274 ] {3964f909-b2ec-441f-9410-baa27ce14081} <Debug> oximeter.measurements_cumulativef64 (747cd5c0-a336-49f5-929f-58e0014cf23b): There are no data parts
520 2025.03.12 22:35:31.000217 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.92 MiB, peak 124.92 MiB, free memory in arenas 0.00 B, will set to 135.26 MiB (RSS), difference: 10.35 MiB
521 2025.03.12 22:35:31.012043 [ 274 ] {3964f909-b2ec-441f-9410-baa27ce14081} <Debug> TCPHandler: Processed in 0.025432819 sec.
522 2025.03.12 22:35:31.012259 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
523 2025.03.12 22:35:31.012539 [ 274 ] {57e3065a-1a3f-4773-aa90-1ae03b006306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
524 * NOTE: Array types cannot be Nullable, see
525 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
526 * for more details.
527 *
528 * This means we need to use empty arrays to indicate a missing value. This
529 * is unfortunate, and at this point relies on the fact that an
530 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
531 * to figure out another way to represent missing samples here.
532 */
533 bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
534 2025.03.12 22:35:31.012621 [ 274 ] {57e3065a-1a3f-4773-aa90-1ae03b006306} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
535 2025.03.12 22:35:31.020914 [ 274 ] {57e3065a-1a3f-4773-aa90-1ae03b006306} <Debug> oximeter.measurements_histogrami8 (bb84b165-daaf-491a-87aa-37f27cb0c959): Loading data parts
536 2025.03.12 22:35:31.021088 [ 274 ] {57e3065a-1a3f-4773-aa90-1ae03b006306} <Debug> oximeter.measurements_histogrami8 (bb84b165-daaf-491a-87aa-37f27cb0c959): There are no data parts
537 2025.03.12 22:35:31.037583 [ 274 ] {57e3065a-1a3f-4773-aa90-1ae03b006306} <Debug> TCPHandler: Processed in 0.025376828 sec.
538 2025.03.12 22:35:31.037721 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
539 2025.03.12 22:35:31.037987 [ 274 ] {20fb7944-31a6-464b-ba0f-d0c9592783b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
540 2025.03.12 22:35:31.038070 [ 274 ] {20fb7944-31a6-464b-ba0f-d0c9592783b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
541 2025.03.12 22:35:31.049551 [ 274 ] {20fb7944-31a6-464b-ba0f-d0c9592783b7} <Debug> oximeter.measurements_histogramu8 (355be02f-a04a-4d8f-86a9-832c89df06c5): Loading data parts
542 2025.03.12 22:35:31.049717 [ 274 ] {20fb7944-31a6-464b-ba0f-d0c9592783b7} <Debug> oximeter.measurements_histogramu8 (355be02f-a04a-4d8f-86a9-832c89df06c5): There are no data parts
543 2025.03.12 22:35:31.060274 [ 274 ] {20fb7944-31a6-464b-ba0f-d0c9592783b7} <Debug> TCPHandler: Processed in 0.022604197 sec.
544 2025.03.12 22:35:31.060457 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
545 2025.03.12 22:35:31.060734 [ 274 ] {12d0940b-a5e5-4e6a-84e8-72efd2e85a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
546 2025.03.12 22:35:31.060811 [ 274 ] {12d0940b-a5e5-4e6a-84e8-72efd2e85a48} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
547 2025.03.12 22:35:31.072381 [ 274 ] {12d0940b-a5e5-4e6a-84e8-72efd2e85a48} <Debug> oximeter.measurements_histogrami16 (b1548756-a140-4b01-80e6-039699233302): Loading data parts
548 2025.03.12 22:35:31.072630 [ 274 ] {12d0940b-a5e5-4e6a-84e8-72efd2e85a48} <Debug> oximeter.measurements_histogrami16 (b1548756-a140-4b01-80e6-039699233302): There are no data parts
549 2025.03.12 22:35:31.083105 [ 274 ] {12d0940b-a5e5-4e6a-84e8-72efd2e85a48} <Debug> TCPHandler: Processed in 0.022699368 sec.
550 2025.03.12 22:35:31.083305 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
551 2025.03.12 22:35:31.083657 [ 274 ] {3186ffe4-c66c-4557-be64-20ae2fda6ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
552 2025.03.12 22:35:31.083763 [ 274 ] {3186ffe4-c66c-4557-be64-20ae2fda6ec6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
553 2025.03.12 22:35:31.095173 [ 274 ] {3186ffe4-c66c-4557-be64-20ae2fda6ec6} <Debug> oximeter.measurements_histogramu16 (fea0680b-9d84-4765-87f4-a040f09fb6b5): Loading data parts
554 2025.03.12 22:35:31.095366 [ 274 ] {3186ffe4-c66c-4557-be64-20ae2fda6ec6} <Debug> oximeter.measurements_histogramu16 (fea0680b-9d84-4765-87f4-a040f09fb6b5): There are no data parts
555 2025.03.12 22:35:31.129909 [ 274 ] {3186ffe4-c66c-4557-be64-20ae2fda6ec6} <Debug> TCPHandler: Processed in 0.046668239 sec.
556 2025.03.12 22:35:31.130063 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
557 2025.03.12 22:35:31.130341 [ 274 ] {f2feec4c-48b0-4b6a-aa8b-9ec7342baeb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
558 2025.03.12 22:35:31.130418 [ 274 ] {f2feec4c-48b0-4b6a-aa8b-9ec7342baeb4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
559 2025.03.12 22:35:31.152570 [ 274 ] {f2feec4c-48b0-4b6a-aa8b-9ec7342baeb4} <Debug> oximeter.measurements_histogrami32 (78055ee7-958d-4efb-8b68-3501ae0a9652): Loading data parts
560 2025.03.12 22:35:31.152818 [ 274 ] {f2feec4c-48b0-4b6a-aa8b-9ec7342baeb4} <Debug> oximeter.measurements_histogrami32 (78055ee7-958d-4efb-8b68-3501ae0a9652): There are no data parts
561 2025.03.12 22:35:31.155509 [ 274 ] {f2feec4c-48b0-4b6a-aa8b-9ec7342baeb4} <Debug> TCPHandler: Processed in 0.025497751 sec.
562 2025.03.12 22:35:31.155659 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
563 2025.03.12 22:35:31.155919 [ 274 ] {86c88cc1-8ae6-4313-96d3-517d5c2d9f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
564 2025.03.12 22:35:31.156000 [ 274 ] {86c88cc1-8ae6-4313-96d3-517d5c2d9f9a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
565 2025.03.12 22:35:31.181031 [ 274 ] {86c88cc1-8ae6-4313-96d3-517d5c2d9f9a} <Debug> oximeter.measurements_histogramu32 (e62b1c41-37db-411f-b625-9b55df6109be): Loading data parts
566 2025.03.12 22:35:31.181207 [ 274 ] {86c88cc1-8ae6-4313-96d3-517d5c2d9f9a} <Debug> oximeter.measurements_histogramu32 (e62b1c41-37db-411f-b625-9b55df6109be): There are no data parts
567 2025.03.12 22:35:31.200588 [ 274 ] {86c88cc1-8ae6-4313-96d3-517d5c2d9f9a} <Debug> TCPHandler: Processed in 0.044978016 sec.
568 2025.03.12 22:35:31.200759 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
569 2025.03.12 22:35:31.201044 [ 274 ] {e65dab99-eab3-45a9-a290-9da63685b65a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
570 2025.03.12 22:35:31.201126 [ 274 ] {e65dab99-eab3-45a9-a290-9da63685b65a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
571 2025.03.12 22:35:31.223487 [ 274 ] {e65dab99-eab3-45a9-a290-9da63685b65a} <Debug> oximeter.measurements_histogrami64 (a3e523f3-5a84-4bd3-be60-4d0293d04b2e): Loading data parts
572 2025.03.12 22:35:31.223663 [ 274 ] {e65dab99-eab3-45a9-a290-9da63685b65a} <Debug> oximeter.measurements_histogrami64 (a3e523f3-5a84-4bd3-be60-4d0293d04b2e): There are no data parts
573 2025.03.12 22:35:31.226366 [ 274 ] {e65dab99-eab3-45a9-a290-9da63685b65a} <Debug> TCPHandler: Processed in 0.025658585 sec.
574 2025.03.12 22:35:31.226535 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
575 2025.03.12 22:35:31.226797 [ 274 ] {a91c6b5c-8d5b-4891-be89-bb0ec9f1a52d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
576 2025.03.12 22:35:31.226879 [ 274 ] {a91c6b5c-8d5b-4891-be89-bb0ec9f1a52d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
577 2025.03.12 22:35:31.248031 [ 274 ] {a91c6b5c-8d5b-4891-be89-bb0ec9f1a52d} <Debug> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Loading data parts
578 2025.03.12 22:35:31.248208 [ 274 ] {a91c6b5c-8d5b-4891-be89-bb0ec9f1a52d} <Debug> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): There are no data parts
579 2025.03.12 22:35:31.250790 [ 274 ] {a91c6b5c-8d5b-4891-be89-bb0ec9f1a52d} <Debug> TCPHandler: Processed in 0.02430293 sec.
580 2025.03.12 22:35:31.250964 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
581 2025.03.12 22:35:31.251254 [ 274 ] {27d7811b-39e3-4d54-826f-255daf48beb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
582 2025.03.12 22:35:31.251340 [ 274 ] {27d7811b-39e3-4d54-826f-255daf48beb1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
583 2025.03.12 22:35:31.272111 [ 274 ] {27d7811b-39e3-4d54-826f-255daf48beb1} <Debug> oximeter.measurements_histogramf32 (b8fcc9d2-27cb-4e25-95d7-a001b9714e98): Loading data parts
584 2025.03.12 22:35:31.272401 [ 274 ] {27d7811b-39e3-4d54-826f-255daf48beb1} <Debug> oximeter.measurements_histogramf32 (b8fcc9d2-27cb-4e25-95d7-a001b9714e98): There are no data parts
585 2025.03.12 22:35:31.281081 [ 274 ] {27d7811b-39e3-4d54-826f-255daf48beb1} <Debug> TCPHandler: Processed in 0.030164812 sec.
586 2025.03.12 22:35:31.281434 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
587 2025.03.12 22:35:31.281803 [ 274 ] {0857409d-8dfe-45f4-a705-5e99a25a666e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
588 2025.03.12 22:35:31.281906 [ 274 ] {0857409d-8dfe-45f4-a705-5e99a25a666e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
589 2025.03.12 22:35:31.296963 [ 274 ] {0857409d-8dfe-45f4-a705-5e99a25a666e} <Debug> oximeter.measurements_histogramf64 (2d796953-ef99-4e45-bbc3-d73c1453bfcf): Loading data parts
590 2025.03.12 22:35:31.297198 [ 274 ] {0857409d-8dfe-45f4-a705-5e99a25a666e} <Debug> oximeter.measurements_histogramf64 (2d796953-ef99-4e45-bbc3-d73c1453bfcf): There are no data parts
591 2025.03.12 22:35:31.306235 [ 274 ] {0857409d-8dfe-45f4-a705-5e99a25a666e} <Debug> TCPHandler: Processed in 0.024923356 sec.
592 2025.03.12 22:35:31.306529 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
593 2025.03.12 22:35:31.306756 [ 274 ] {760e1563-8f0f-4627-9834-4c0be0cf59e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) /* The field tables store named dimensions of each timeseries.
594 *
595 * As with the measurement tables, there is one field table for each field data
596 * type. Fields are deduplicated by using the "replacing merge tree", though
597 * this behavior **must not** be relied upon for query correctness.
598 *
599 * The index for the fields differs from the measurements, however. Rows are
600 * sorted by timeseries name, then field name, field value, and finally
601 * timeseries key. This reflects the most common pattern for looking them up:
602 * by field name and possibly value, within a timeseries. The resulting keys are
603 * usually then used to look up measurements.
604 *
605 * NOTE: We may want to consider a secondary index on these tables, sorting by
606 * timeseries name and then key, since it would improve lookups where one
607 * already has the key. Realistically though, these tables are quite small and
608 * so performance benefits will be low in absolute terms.
609 *
610 * TTL: We use a materialized column to expire old field table records. This
611 * column is generated automatically by the database whenever a new row is
612 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
613 * query. Since these tables are `ReplacingMergeTree`s, that means the last
614 * record will remain during a deduplication, which will have the last
615 * timestamp. ClickHouse will then expire old data for us, similar to the
616 * measurement tables.
617 */
618 CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
619 2025.03.12 22:35:31.306830 [ 274 ] {760e1563-8f0f-4627-9834-4c0be0cf59e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
620 2025.03.12 22:35:31.321436 [ 274 ] {760e1563-8f0f-4627-9834-4c0be0cf59e9} <Debug> oximeter.fields_bool (c5b5ad81-957d-4a73-be04-687e321bc7f3): Loading data parts
621 2025.03.12 22:35:31.321626 [ 274 ] {760e1563-8f0f-4627-9834-4c0be0cf59e9} <Debug> oximeter.fields_bool (c5b5ad81-957d-4a73-be04-687e321bc7f3): There are no data parts
622 2025.03.12 22:35:31.333804 [ 274 ] {760e1563-8f0f-4627-9834-4c0be0cf59e9} <Debug> TCPHandler: Processed in 0.02737544 sec.
623 2025.03.12 22:35:31.333972 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
624 2025.03.12 22:35:31.334188 [ 274 ] {32fb1252-f0a4-4aba-856a-d32d9b4742c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
625 2025.03.12 22:35:31.334261 [ 274 ] {32fb1252-f0a4-4aba-856a-d32d9b4742c0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
626 2025.03.12 22:35:31.344173 [ 274 ] {32fb1252-f0a4-4aba-856a-d32d9b4742c0} <Debug> oximeter.fields_i8 (997ae60c-28e6-4c6b-acb8-9ce0d1d1c609): Loading data parts
627 2025.03.12 22:35:31.344356 [ 274 ] {32fb1252-f0a4-4aba-856a-d32d9b4742c0} <Debug> oximeter.fields_i8 (997ae60c-28e6-4c6b-acb8-9ce0d1d1c609): There are no data parts
628 2025.03.12 22:35:31.356509 [ 274 ] {32fb1252-f0a4-4aba-856a-d32d9b4742c0} <Debug> TCPHandler: Processed in 0.022596695 sec.
629 2025.03.12 22:35:31.356750 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
630 2025.03.12 22:35:31.357155 [ 274 ] {557d8d91-4340-4d93-af5a-8cdd4d8764a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
631 2025.03.12 22:35:31.357215 [ 274 ] {557d8d91-4340-4d93-af5a-8cdd4d8764a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
632 2025.03.12 22:35:31.366278 [ 274 ] {557d8d91-4340-4d93-af5a-8cdd4d8764a4} <Debug> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Loading data parts
633 2025.03.12 22:35:31.366447 [ 274 ] {557d8d91-4340-4d93-af5a-8cdd4d8764a4} <Debug> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): There are no data parts
634 2025.03.12 22:35:31.378489 [ 274 ] {557d8d91-4340-4d93-af5a-8cdd4d8764a4} <Debug> TCPHandler: Processed in 0.021841756 sec.
635 2025.03.12 22:35:31.378639 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
636 2025.03.12 22:35:31.378869 [ 274 ] {5e290d25-0e61-4293-a909-e64542c3fb07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
637 2025.03.12 22:35:31.378944 [ 274 ] {5e290d25-0e61-4293-a909-e64542c3fb07} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
638 2025.03.12 22:35:31.388570 [ 274 ] {5e290d25-0e61-4293-a909-e64542c3fb07} <Debug> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Loading data parts
639 2025.03.12 22:35:31.388747 [ 274 ] {5e290d25-0e61-4293-a909-e64542c3fb07} <Debug> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): There are no data parts
640 2025.03.12 22:35:31.400842 [ 274 ] {5e290d25-0e61-4293-a909-e64542c3fb07} <Debug> TCPHandler: Processed in 0.022262557 sec.
641 2025.03.12 22:35:31.401123 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
642 2025.03.12 22:35:31.401356 [ 274 ] {5acf65f7-763b-41cb-aaa2-142fe587b633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
643 2025.03.12 22:35:31.401417 [ 274 ] {5acf65f7-763b-41cb-aaa2-142fe587b633} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
644 2025.03.12 22:35:31.411081 [ 274 ] {5acf65f7-763b-41cb-aaa2-142fe587b633} <Debug> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Loading data parts
645 2025.03.12 22:35:31.411309 [ 274 ] {5acf65f7-763b-41cb-aaa2-142fe587b633} <Debug> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): There are no data parts
646 2025.03.12 22:35:31.423501 [ 274 ] {5acf65f7-763b-41cb-aaa2-142fe587b633} <Debug> TCPHandler: Processed in 0.022479323 sec.
647 2025.03.12 22:35:31.423648 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
648 2025.03.12 22:35:31.423879 [ 274 ] {66c99396-9c87-4a7b-babf-71478a08159d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
649 2025.03.12 22:35:31.423953 [ 274 ] {66c99396-9c87-4a7b-babf-71478a08159d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
650 2025.03.12 22:35:31.446361 [ 274 ] {66c99396-9c87-4a7b-babf-71478a08159d} <Debug> oximeter.fields_i32 (7c9ddcb9-b004-423d-9c44-d2dc20e390be): Loading data parts
651 2025.03.12 22:35:31.446567 [ 274 ] {66c99396-9c87-4a7b-babf-71478a08159d} <Debug> oximeter.fields_i32 (7c9ddcb9-b004-423d-9c44-d2dc20e390be): There are no data parts
652 2025.03.12 22:35:31.456872 [ 274 ] {66c99396-9c87-4a7b-babf-71478a08159d} <Debug> TCPHandler: Processed in 0.033284943 sec.
653 2025.03.12 22:35:31.457013 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
654 2025.03.12 22:35:31.457220 [ 274 ] {2b689741-2561-43c6-b627-05f53a6ff2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
655 2025.03.12 22:35:31.457282 [ 274 ] {2b689741-2561-43c6-b627-05f53a6ff2be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
656 2025.03.12 22:35:31.469172 [ 274 ] {2b689741-2561-43c6-b627-05f53a6ff2be} <Debug> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Loading data parts
657 2025.03.12 22:35:31.469375 [ 274 ] {2b689741-2561-43c6-b627-05f53a6ff2be} <Debug> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): There are no data parts
658 2025.03.12 22:35:31.479706 [ 274 ] {2b689741-2561-43c6-b627-05f53a6ff2be} <Debug> TCPHandler: Processed in 0.02274552 sec.
659 2025.03.12 22:35:31.479831 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
660 2025.03.12 22:35:31.480019 [ 274 ] {d6b08758-af7e-42a2-99e3-e5fb750045e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
661 2025.03.12 22:35:31.480088 [ 274 ] {d6b08758-af7e-42a2-99e3-e5fb750045e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
662 2025.03.12 22:35:31.503591 [ 274 ] {d6b08758-af7e-42a2-99e3-e5fb750045e0} <Debug> oximeter.fields_i64 (9372d9ea-246a-4515-9817-596e884c6eba): Loading data parts
663 2025.03.12 22:35:31.503904 [ 274 ] {d6b08758-af7e-42a2-99e3-e5fb750045e0} <Debug> oximeter.fields_i64 (9372d9ea-246a-4515-9817-596e884c6eba): There are no data parts
664 2025.03.12 22:35:31.506770 [ 274 ] {d6b08758-af7e-42a2-99e3-e5fb750045e0} <Debug> TCPHandler: Processed in 0.02698987 sec.
665 2025.03.12 22:35:31.506922 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
666 2025.03.12 22:35:31.507119 [ 274 ] {bef8996e-f37e-4f01-8406-eb0b15a4f3d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
667 2025.03.12 22:35:31.507186 [ 274 ] {bef8996e-f37e-4f01-8406-eb0b15a4f3d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
668 2025.03.12 22:35:31.509064 [ 274 ] {bef8996e-f37e-4f01-8406-eb0b15a4f3d4} <Debug> oximeter.fields_u64 (ab299831-8249-44d5-94c8-3d43535cfd54): Loading data parts
669 2025.03.12 22:35:31.509240 [ 274 ] {bef8996e-f37e-4f01-8406-eb0b15a4f3d4} <Debug> oximeter.fields_u64 (ab299831-8249-44d5-94c8-3d43535cfd54): There are no data parts
670 2025.03.12 22:35:31.531403 [ 274 ] {bef8996e-f37e-4f01-8406-eb0b15a4f3d4} <Debug> TCPHandler: Processed in 0.024530636 sec.
671 2025.03.12 22:35:31.531566 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
672 2025.03.12 22:35:31.531801 [ 274 ] {d3dbf426-eae3-4f7f-be1e-df30fa66b339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
673 2025.03.12 22:35:31.531873 [ 274 ] {d3dbf426-eae3-4f7f-be1e-df30fa66b339} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
674 2025.03.12 22:35:31.553029 [ 274 ] {d3dbf426-eae3-4f7f-be1e-df30fa66b339} <Debug> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Loading data parts
675 2025.03.12 22:35:31.553248 [ 274 ] {d3dbf426-eae3-4f7f-be1e-df30fa66b339} <Debug> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): There are no data parts
676 2025.03.12 22:35:31.560343 [ 274 ] {d3dbf426-eae3-4f7f-be1e-df30fa66b339} <Debug> TCPHandler: Processed in 0.028838348 sec.
677 2025.03.12 22:35:31.560510 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
678 2025.03.12 22:35:31.560740 [ 274 ] {5b193df3-57ef-42a2-99c3-50345a11a099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
679 2025.03.12 22:35:31.560813 [ 274 ] {5b193df3-57ef-42a2-99c3-50345a11a099} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
680 2025.03.12 22:35:31.566573 [ 274 ] {5b193df3-57ef-42a2-99c3-50345a11a099} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Loading data parts
681 2025.03.12 22:35:31.566776 [ 274 ] {5b193df3-57ef-42a2-99c3-50345a11a099} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): There are no data parts
682 2025.03.12 22:35:31.577206 [ 274 ] {5b193df3-57ef-42a2-99c3-50345a11a099} <Debug> TCPHandler: Processed in 0.016754675 sec.
683 2025.03.12 22:35:31.577349 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
684 2025.03.12 22:35:31.577556 [ 274 ] {48466b45-ab3f-49a8-9357-861787bc3b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
685 2025.03.12 22:35:31.577603 [ 274 ] {48466b45-ab3f-49a8-9357-861787bc3b64} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
686 2025.03.12 22:35:31.589337 [ 274 ] {48466b45-ab3f-49a8-9357-861787bc3b64} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Loading data parts
687 2025.03.12 22:35:31.589542 [ 274 ] {48466b45-ab3f-49a8-9357-861787bc3b64} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): There are no data parts
688 2025.03.12 22:35:31.600151 [ 274 ] {48466b45-ab3f-49a8-9357-861787bc3b64} <Debug> TCPHandler: Processed in 0.022853102 sec.
689 2025.03.12 22:35:31.600336 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
690 2025.03.12 22:35:31.600605 [ 274 ] {7886052e-5cef-4594-94c1-3629874945cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) /* The timeseries schema table stores the extracted schema for the samples
691 * oximeter collects.
692 */
693 CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete)
694 2025.03.12 22:35:31.600685 [ 274 ] {7886052e-5cef-4594-94c1-3629874945cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
695 2025.03.12 22:35:31.612317 [ 274 ] {7886052e-5cef-4594-94c1-3629874945cc} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d): Loading data parts
696 2025.03.12 22:35:31.612526 [ 274 ] {7886052e-5cef-4594-94c1-3629874945cc} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d): There are no data parts
697 2025.03.12 22:35:31.622548 [ 274 ] {7886052e-5cef-4594-94c1-3629874945cc} <Debug> TCPHandler: Processed in 0.022263497 sec.
698 2025.03.12 22:35:31.624618 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
699 2025.03.12 22:35:31.624905 [ 276 ] {2f67d2dc-1c52-4a3d-913e-72bf1a65e955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
700 2025.03.12 22:35:31.626117 [ 276 ] {2f67d2dc-1c52-4a3d-913e-72bf1a65e955} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
701 2025.03.12 22:35:31.634147 [ 283 ] {2f67d2dc-1c52-4a3d-913e-72bf1a65e955} <Trace> oximeter.version (bbb34835-e4c4-4a37-9774-912eb791faaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
702 2025.03.12 22:35:31.634201 [ 283 ] {2f67d2dc-1c52-4a3d-913e-72bf1a65e955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
703 2025.03.12 22:35:31.638682 [ 283 ] {2f67d2dc-1c52-4a3d-913e-72bf1a65e955} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
704 2025.03.12 22:35:31.639067 [ 283 ] {2f67d2dc-1c52-4a3d-913e-72bf1a65e955} <Trace> oximeter.version (bbb34835-e4c4-4a37-9774-912eb791faaa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
705 2025.03.12 22:35:31.639368 [ 276 ] {2f67d2dc-1c52-4a3d-913e-72bf1a65e955} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014597 sec., 68.50722751250257 rows/sec., 1.07 KiB/sec.
706 2025.03.12 22:35:31.639684 [ 276 ] {2f67d2dc-1c52-4a3d-913e-72bf1a65e955} <Debug> TCPHandler: Processed in 0.015133923 sec.
707 2025.03.12 22:35:32.000157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.21 MiB, peak 137.21 MiB, free memory in arenas 0.00 B, will set to 140.88 MiB (RSS), difference: 3.67 MiB
708 2025.03.12 22:35:36.934192 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
709 2025.03.12 22:35:36.934294 [ 242 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
710 2025.03.12 22:35:36.935018 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
711 2025.03.12 22:35:36.935144 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
712 2025.03.12 22:35:36.942781 [ 244 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Loading data parts
713 2025.03.12 22:35:36.943171 [ 244 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): There are no data parts
714 2025.03.12 22:35:36.950714 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
715 2025.03.12 22:35:36.950774 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
716 2025.03.12 22:35:36.953827 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
717 2025.03.12 22:35:36.954720 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
718 2025.03.12 22:35:36.955322 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
719 2025.03.12 22:35:36.967172 [ 242 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Loading data parts
720 2025.03.12 22:35:36.967469 [ 242 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): There are no data parts
721 2025.03.12 22:35:37.000115 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
722 2025.03.12 22:35:37.000172 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
723 2025.03.12 22:35:37.000182 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.13 MiB, peak 145.25 MiB, free memory in arenas 0.00 B, will set to 148.88 MiB (RSS), difference: 3.75 MiB
724 2025.03.12 22:35:37.007965 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
725 2025.03.12 22:35:37.009131 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
726 2025.03.12 22:35:37.011499 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
727 2025.03.12 22:35:39.434943 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88
728 2025.03.12 22:35:39.435039 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
729 2025.03.12 22:35:39.445355 [ 243 ] {} <Debug> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Loading data parts
730 2025.03.12 22:35:39.445567 [ 243 ] {} <Debug> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): There are no data parts
731 2025.03.12 22:35:39.459139 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
732 2025.03.12 22:35:39.459179 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
733 2025.03.12 22:35:39.460958 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
734 2025.03.12 22:35:39.461632 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
735 2025.03.12 22:35:39.462205 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88
736 2025.03.12 22:35:40.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.57 MiB, peak 154.57 MiB, free memory in arenas 0.00 B, will set to 150.77 MiB (RSS), difference: -3.79 MiB
737 2025.03.12 22:35:44.339823 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache
738 2025.03.12 22:35:44.339980 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache
739 2025.03.12 22:35:44.455513 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
740 2025.03.12 22:35:44.456588 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
741 2025.03.12 22:35:44.456633 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
742 2025.03.12 22:35:44.457444 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
743 2025.03.12 22:35:44.457893 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
744 2025.03.12 22:35:44.458141 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
745 2025.03.12 22:35:44.511727 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
746 2025.03.12 22:35:44.532200 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
747 2025.03.12 22:35:44.532253 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
748 2025.03.12 22:35:44.538796 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
749 2025.03.12 22:35:44.539938 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
750 2025.03.12 22:35:44.542250 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
751 2025.03.12 22:35:45.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.45 MiB, peak 155.45 MiB, free memory in arenas 0.00 B, will set to 152.54 MiB (RSS), difference: 1.09 MiB
752 2025.03.12 22:35:50.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.56 MiB, peak 155.45 MiB, free memory in arenas 0.00 B, will set to 152.58 MiB (RSS), difference: 4.02 MiB
753 2025.03.12 22:35:51.650658 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
754 2025.03.12 22:35:51.650926 [ 274 ] {90b5a574-9ab6-47bb-aac9-6a41dbc7f89d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
755 2025.03.12 22:35:51.651310 [ 274 ] {90b5a574-9ab6-47bb-aac9-6a41dbc7f89d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
756 2025.03.12 22:35:51.653597 [ 274 ] {90b5a574-9ab6-47bb-aac9-6a41dbc7f89d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
757 2025.03.12 22:35:51.654421 [ 274 ] {90b5a574-9ab6-47bb-aac9-6a41dbc7f89d} <Debug> TCPHandler: Processed in 0.00388733 sec.
758 2025.03.12 22:35:51.655438 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
759 2025.03.12 22:35:51.655585 [ 274 ] {9105a619-bd05-44f7-8d16-68e45876196e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
760 2025.03.12 22:35:51.659305 [ 274 ] {9105a619-bd05-44f7-8d16-68e45876196e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
761 2025.03.12 22:35:51.659360 [ 274 ] {9105a619-bd05-44f7-8d16-68e45876196e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
762 2025.03.12 22:35:51.659866 [ 274 ] {9105a619-bd05-44f7-8d16-68e45876196e} <Debug> TCPHandler: Processed in 0.004477727 sec.
763 2025.03.12 22:35:51.660156 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
764 2025.03.12 22:35:51.660293 [ 274 ] {df0589ca-9401-4193-bc3e-5426f8e317dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
765 2025.03.12 22:35:51.660643 [ 274 ] {df0589ca-9401-4193-bc3e-5426f8e317dc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
766 2025.03.12 22:35:51.660694 [ 274 ] {df0589ca-9401-4193-bc3e-5426f8e317dc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
767 2025.03.12 22:35:51.661133 [ 274 ] {df0589ca-9401-4193-bc3e-5426f8e317dc} <Debug> TCPHandler: Processed in 0.001033626 sec.
768 2025.03.12 22:35:51.661437 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
769 2025.03.12 22:35:51.661583 [ 274 ] {b6c5987d-3f98-48d9-8127-b1c1067327f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
770 2025.03.12 22:35:51.661898 [ 274 ] {b6c5987d-3f98-48d9-8127-b1c1067327f5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
771 2025.03.12 22:35:51.661951 [ 274 ] {b6c5987d-3f98-48d9-8127-b1c1067327f5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
772 2025.03.12 22:35:51.662391 [ 274 ] {b6c5987d-3f98-48d9-8127-b1c1067327f5} <Debug> TCPHandler: Processed in 0.001015336 sec.
773 2025.03.12 22:35:51.662598 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
774 2025.03.12 22:35:51.662733 [ 274 ] {1224dcd9-f4a3-4210-8c99-b256e4b09ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
775 2025.03.12 22:35:51.663045 [ 274 ] {1224dcd9-f4a3-4210-8c99-b256e4b09ff3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
776 2025.03.12 22:35:51.663096 [ 274 ] {1224dcd9-f4a3-4210-8c99-b256e4b09ff3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
777 2025.03.12 22:35:51.663531 [ 274 ] {1224dcd9-f4a3-4210-8c99-b256e4b09ff3} <Debug> TCPHandler: Processed in 0.000981936 sec.
778 2025.03.12 22:35:51.663744 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
779 2025.03.12 22:35:51.663880 [ 274 ] {a5b1efdb-53a4-4e03-a53e-d353ef456818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
780 2025.03.12 22:35:51.664197 [ 274 ] {a5b1efdb-53a4-4e03-a53e-d353ef456818} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
781 2025.03.12 22:35:51.664249 [ 274 ] {a5b1efdb-53a4-4e03-a53e-d353ef456818} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
782 2025.03.12 22:35:51.664682 [ 274 ] {a5b1efdb-53a4-4e03-a53e-d353ef456818} <Debug> TCPHandler: Processed in 0.000986855 sec.
783 2025.03.12 22:35:51.664881 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
784 2025.03.12 22:35:51.665018 [ 274 ] {1355ce4c-e773-41ec-9ef0-b0e8b24af9a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
785 2025.03.12 22:35:51.665339 [ 274 ] {1355ce4c-e773-41ec-9ef0-b0e8b24af9a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
786 2025.03.12 22:35:51.665392 [ 274 ] {1355ce4c-e773-41ec-9ef0-b0e8b24af9a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
787 2025.03.12 22:35:51.665833 [ 274 ] {1355ce4c-e773-41ec-9ef0-b0e8b24af9a1} <Debug> TCPHandler: Processed in 0.001002806 sec.
788 2025.03.12 22:35:51.666033 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
789 2025.03.12 22:35:51.666172 [ 274 ] {aae9ffdb-ca20-45d1-a96a-ae5c7c28503e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
790 2025.03.12 22:35:51.666498 [ 274 ] {aae9ffdb-ca20-45d1-a96a-ae5c7c28503e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
791 2025.03.12 22:35:51.666550 [ 274 ] {aae9ffdb-ca20-45d1-a96a-ae5c7c28503e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
792 2025.03.12 22:35:51.666989 [ 274 ] {aae9ffdb-ca20-45d1-a96a-ae5c7c28503e} <Debug> TCPHandler: Processed in 0.001006656 sec.
793 2025.03.12 22:35:51.667197 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
794 2025.03.12 22:35:51.667333 [ 274 ] {f991d094-0fc9-4081-85a1-9b30f5b662de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
795 2025.03.12 22:35:51.667666 [ 274 ] {f991d094-0fc9-4081-85a1-9b30f5b662de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
796 2025.03.12 22:35:51.667718 [ 274 ] {f991d094-0fc9-4081-85a1-9b30f5b662de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
797 2025.03.12 22:35:51.668149 [ 274 ] {f991d094-0fc9-4081-85a1-9b30f5b662de} <Debug> TCPHandler: Processed in 0.001000586 sec.
798 2025.03.12 22:35:51.668345 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
799 2025.03.12 22:35:51.668484 [ 274 ] {d777bd5e-083a-44ea-b623-6e11cac609b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
800 2025.03.12 22:35:51.668816 [ 274 ] {d777bd5e-083a-44ea-b623-6e11cac609b6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
801 2025.03.12 22:35:51.668868 [ 274 ] {d777bd5e-083a-44ea-b623-6e11cac609b6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
802 2025.03.12 22:35:51.669295 [ 274 ] {d777bd5e-083a-44ea-b623-6e11cac609b6} <Debug> TCPHandler: Processed in 0.000999846 sec.
803 2025.03.12 22:35:51.669519 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
804 2025.03.12 22:35:51.669659 [ 274 ] {5940bcdb-e59e-4120-9f60-ded17efc77d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
805 2025.03.12 22:35:51.669996 [ 274 ] {5940bcdb-e59e-4120-9f60-ded17efc77d5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
806 2025.03.12 22:35:51.670048 [ 274 ] {5940bcdb-e59e-4120-9f60-ded17efc77d5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
807 2025.03.12 22:35:51.670562 [ 274 ] {5940bcdb-e59e-4120-9f60-ded17efc77d5} <Debug> TCPHandler: Processed in 0.001092149 sec.
808 2025.03.12 22:35:51.670766 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
809 2025.03.12 22:35:51.670916 [ 274 ] {19bc31ce-188b-4d8d-87ec-2743f8a7bee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
810 2025.03.12 22:35:51.671256 [ 274 ] {19bc31ce-188b-4d8d-87ec-2743f8a7bee3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
811 2025.03.12 22:35:51.671308 [ 274 ] {19bc31ce-188b-4d8d-87ec-2743f8a7bee3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
812 2025.03.12 22:35:51.671760 [ 274 ] {19bc31ce-188b-4d8d-87ec-2743f8a7bee3} <Debug> TCPHandler: Processed in 0.001045227 sec.
813 2025.03.12 22:35:51.672000 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
814 2025.03.12 22:35:51.672159 [ 274 ] {77dfa72d-5fe5-42a0-b165-1c1ce42d7464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
815 2025.03.12 22:35:51.672505 [ 274 ] {77dfa72d-5fe5-42a0-b165-1c1ce42d7464} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
816 2025.03.12 22:35:51.672558 [ 274 ] {77dfa72d-5fe5-42a0-b165-1c1ce42d7464} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
817 2025.03.12 22:35:51.673081 [ 274 ] {77dfa72d-5fe5-42a0-b165-1c1ce42d7464} <Debug> TCPHandler: Processed in 0.001133979 sec.
818 2025.03.12 22:35:51.673319 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
819 2025.03.12 22:35:51.673463 [ 274 ] {3256cafb-3fbf-4a04-8921-8c48a9952244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
820 2025.03.12 22:35:51.673822 [ 274 ] {3256cafb-3fbf-4a04-8921-8c48a9952244} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
821 2025.03.12 22:35:51.673885 [ 274 ] {3256cafb-3fbf-4a04-8921-8c48a9952244} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
822 2025.03.12 22:35:51.674578 [ 274 ] {3256cafb-3fbf-4a04-8921-8c48a9952244} <Debug> TCPHandler: Processed in 0.001307474 sec.
823 2025.03.12 22:35:51.676087 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
824 2025.03.12 22:35:51.676255 [ 274 ] {f285b081-10c7-4bc9-a32c-e80201bc8ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
825 2025.03.12 22:35:51.676681 [ 274 ] {f285b081-10c7-4bc9-a32c-e80201bc8ef8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
826 2025.03.12 22:35:51.676738 [ 274 ] {f285b081-10c7-4bc9-a32c-e80201bc8ef8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
827 2025.03.12 22:35:51.677219 [ 274 ] {f285b081-10c7-4bc9-a32c-e80201bc8ef8} <Debug> TCPHandler: Processed in 0.001188711 sec.
828 2025.03.12 22:35:51.677455 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
829 2025.03.12 22:35:51.677604 [ 274 ] {2a9cf824-d03d-481a-a949-29e0010c5cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
830 2025.03.12 22:35:51.677970 [ 274 ] {2a9cf824-d03d-481a-a949-29e0010c5cf1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
831 2025.03.12 22:35:51.678027 [ 274 ] {2a9cf824-d03d-481a-a949-29e0010c5cf1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
832 2025.03.12 22:35:51.678579 [ 274 ] {2a9cf824-d03d-481a-a949-29e0010c5cf1} <Debug> TCPHandler: Processed in 0.00117536 sec.
833 2025.03.12 22:35:51.678825 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
834 2025.03.12 22:35:51.678975 [ 274 ] {d2902907-5a22-4ef9-b712-5d31badb27e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
835 2025.03.12 22:35:51.679372 [ 274 ] {d2902907-5a22-4ef9-b712-5d31badb27e3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
836 2025.03.12 22:35:51.679445 [ 274 ] {d2902907-5a22-4ef9-b712-5d31badb27e3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
837 2025.03.12 22:35:51.679962 [ 274 ] {d2902907-5a22-4ef9-b712-5d31badb27e3} <Debug> TCPHandler: Processed in 0.00118652 sec.
838 2025.03.12 22:35:51.680219 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
839 2025.03.12 22:35:51.680377 [ 274 ] {91cf7005-4130-4e3e-986a-f7a46888f64d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
840 2025.03.12 22:35:51.680744 [ 274 ] {91cf7005-4130-4e3e-986a-f7a46888f64d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
841 2025.03.12 22:35:51.680800 [ 274 ] {91cf7005-4130-4e3e-986a-f7a46888f64d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
842 2025.03.12 22:35:51.681301 [ 274 ] {91cf7005-4130-4e3e-986a-f7a46888f64d} <Debug> TCPHandler: Processed in 0.001138369 sec.
843 2025.03.12 22:35:51.686893 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
844 2025.03.12 22:35:51.687020 [ 274 ] {e6a727fc-b760-4b5e-a574-ff5a2b3fe0f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
845 2025.03.12 22:35:51.687068 [ 274 ] {e6a727fc-b760-4b5e-a574-ff5a2b3fe0f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
846 2025.03.12 22:35:51.687928 [ 274 ] {e6a727fc-b760-4b5e-a574-ff5a2b3fe0f0} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
847 2025.03.12 22:35:51.687969 [ 274 ] {e6a727fc-b760-4b5e-a574-ff5a2b3fe0f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
848 2025.03.12 22:35:51.688688 [ 274 ] {e6a727fc-b760-4b5e-a574-ff5a2b3fe0f0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
849 2025.03.12 22:35:51.689164 [ 274 ] {e6a727fc-b760-4b5e-a574-ff5a2b3fe0f0} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
850 2025.03.12 22:35:51.689383 [ 274 ] {e6a727fc-b760-4b5e-a574-ff5a2b3fe0f0} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002395 sec., 7515.657620041754 rows/sec., 1.03 MiB/sec.
851 2025.03.12 22:35:51.689511 [ 274 ] {e6a727fc-b760-4b5e-a574-ff5a2b3fe0f0} <Debug> TCPHandler: Processed in 0.00267093 sec.
852 2025.03.12 22:35:51.689675 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
853 2025.03.12 22:35:51.689786 [ 274 ] {92dacbb8-9fb8-4d0d-a1c8-1f8977a9dcfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
854 2025.03.12 22:35:51.689831 [ 274 ] {92dacbb8-9fb8-4d0d-a1c8-1f8977a9dcfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
855 2025.03.12 22:35:51.693885 [ 274 ] {92dacbb8-9fb8-4d0d-a1c8-1f8977a9dcfd} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
856 2025.03.12 22:35:51.693924 [ 274 ] {92dacbb8-9fb8-4d0d-a1c8-1f8977a9dcfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
857 2025.03.12 22:35:51.694500 [ 274 ] {92dacbb8-9fb8-4d0d-a1c8-1f8977a9dcfd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
858 2025.03.12 22:35:51.695111 [ 274 ] {92dacbb8-9fb8-4d0d-a1c8-1f8977a9dcfd} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
859 2025.03.12 22:35:51.695352 [ 274 ] {92dacbb8-9fb8-4d0d-a1c8-1f8977a9dcfd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.005585 sec., 10026.857654431513 rows/sec., 788.77 KiB/sec.
860 2025.03.12 22:35:51.695411 [ 274 ] {92dacbb8-9fb8-4d0d-a1c8-1f8977a9dcfd} <Debug> TCPHandler: Processed in 0.00578857 sec.
861 2025.03.12 22:35:51.695541 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
862 2025.03.12 22:35:51.695649 [ 274 ] {59c1cdaa-22b0-48ff-96c5-b3f6d307615b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
863 2025.03.12 22:35:51.695695 [ 274 ] {59c1cdaa-22b0-48ff-96c5-b3f6d307615b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
864 2025.03.12 22:35:51.696261 [ 274 ] {59c1cdaa-22b0-48ff-96c5-b3f6d307615b} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
865 2025.03.12 22:35:51.696301 [ 274 ] {59c1cdaa-22b0-48ff-96c5-b3f6d307615b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
866 2025.03.12 22:35:51.696894 [ 274 ] {59c1cdaa-22b0-48ff-96c5-b3f6d307615b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
867 2025.03.12 22:35:51.697500 [ 274 ] {59c1cdaa-22b0-48ff-96c5-b3f6d307615b} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
868 2025.03.12 22:35:51.697734 [ 274 ] {59c1cdaa-22b0-48ff-96c5-b3f6d307615b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002105 sec., 30403.800475059383 rows/sec., 2.37 MiB/sec.
869 2025.03.12 22:35:51.697787 [ 274 ] {59c1cdaa-22b0-48ff-96c5-b3f6d307615b} <Debug> TCPHandler: Processed in 0.002297549 sec.
870 2025.03.12 22:35:51.697910 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
871 2025.03.12 22:35:51.698020 [ 274 ] {47f2ed8f-2c5e-4025-972c-85fbb5580301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
872 2025.03.12 22:35:51.698069 [ 274 ] {47f2ed8f-2c5e-4025-972c-85fbb5580301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
873 2025.03.12 22:35:51.698645 [ 274 ] {47f2ed8f-2c5e-4025-972c-85fbb5580301} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
874 2025.03.12 22:35:51.698680 [ 274 ] {47f2ed8f-2c5e-4025-972c-85fbb5580301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
875 2025.03.12 22:35:51.699286 [ 274 ] {47f2ed8f-2c5e-4025-972c-85fbb5580301} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
876 2025.03.12 22:35:51.699865 [ 274 ] {47f2ed8f-2c5e-4025-972c-85fbb5580301} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
877 2025.03.12 22:35:51.700076 [ 274 ] {47f2ed8f-2c5e-4025-972c-85fbb5580301} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00208 sec., 61538.461538461546 rows/sec., 4.29 MiB/sec.
878 2025.03.12 22:35:51.700136 [ 274 ] {47f2ed8f-2c5e-4025-972c-85fbb5580301} <Debug> TCPHandler: Processed in 0.002276639 sec.
879 2025.03.12 22:35:51.700271 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
880 2025.03.12 22:35:51.700381 [ 274 ] {ec087cc6-d7ec-44e4-9b13-b1c9fa39dbc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
881 2025.03.12 22:35:51.700428 [ 274 ] {ec087cc6-d7ec-44e4-9b13-b1c9fa39dbc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
882 2025.03.12 22:35:51.700878 [ 274 ] {ec087cc6-d7ec-44e4-9b13-b1c9fa39dbc0} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
883 2025.03.12 22:35:51.700918 [ 274 ] {ec087cc6-d7ec-44e4-9b13-b1c9fa39dbc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
884 2025.03.12 22:35:51.701454 [ 274 ] {ec087cc6-d7ec-44e4-9b13-b1c9fa39dbc0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
885 2025.03.12 22:35:51.701937 [ 274 ] {ec087cc6-d7ec-44e4-9b13-b1c9fa39dbc0} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
886 2025.03.12 22:35:51.702144 [ 274 ] {ec087cc6-d7ec-44e4-9b13-b1c9fa39dbc0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001786 sec., 26875.699888017916 rows/sec., 1.81 MiB/sec.
887 2025.03.12 22:35:51.702194 [ 274 ] {ec087cc6-d7ec-44e4-9b13-b1c9fa39dbc0} <Debug> TCPHandler: Processed in 0.001975051 sec.
888 2025.03.12 22:35:51.958384 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
889 2025.03.12 22:35:51.959001 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
890 2025.03.12 22:35:51.959040 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
891 2025.03.12 22:35:51.959784 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
892 2025.03.12 22:35:51.960273 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
893 2025.03.12 22:35:51.960520 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
894 2025.03.12 22:35:52.042356 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
895 2025.03.12 22:35:52.061427 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
896 2025.03.12 22:35:52.061495 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
897 2025.03.12 22:35:52.068617 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
898 2025.03.12 22:35:52.069855 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
899 2025.03.12 22:35:52.072611 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
900 2025.03.12 22:35:56.657921 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
901 2025.03.12 22:35:56.658204 [ 274 ] {49b8c4c3-0d02-4998-bfac-5e8ac65af81d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
902 2025.03.12 22:35:56.658312 [ 274 ] {49b8c4c3-0d02-4998-bfac-5e8ac65af81d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
903 2025.03.12 22:35:56.659321 [ 274 ] {49b8c4c3-0d02-4998-bfac-5e8ac65af81d} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
904 2025.03.12 22:35:56.659373 [ 274 ] {49b8c4c3-0d02-4998-bfac-5e8ac65af81d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
905 2025.03.12 22:35:56.659811 [ 274 ] {49b8c4c3-0d02-4998-bfac-5e8ac65af81d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
906 2025.03.12 22:35:56.660066 [ 274 ] {49b8c4c3-0d02-4998-bfac-5e8ac65af81d} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
907 2025.03.12 22:35:56.660299 [ 274 ] {49b8c4c3-0d02-4998-bfac-5e8ac65af81d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002177 sec., 25723.47266881029 rows/sec., 1.98 MiB/sec.
908 2025.03.12 22:35:56.660355 [ 274 ] {49b8c4c3-0d02-4998-bfac-5e8ac65af81d} <Debug> TCPHandler: Processed in 0.002576537 sec.
909 2025.03.12 22:35:56.660480 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
910 2025.03.12 22:35:56.660588 [ 274 ] {f7cbfbe8-572a-4e8b-bef1-1b5b459c777e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
911 2025.03.12 22:35:56.660634 [ 274 ] {f7cbfbe8-572a-4e8b-bef1-1b5b459c777e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
912 2025.03.12 22:35:56.661173 [ 274 ] {f7cbfbe8-572a-4e8b-bef1-1b5b459c777e} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
913 2025.03.12 22:35:56.661214 [ 274 ] {f7cbfbe8-572a-4e8b-bef1-1b5b459c777e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
914 2025.03.12 22:35:56.661573 [ 274 ] {f7cbfbe8-572a-4e8b-bef1-1b5b459c777e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
915 2025.03.12 22:35:56.661816 [ 274 ] {f7cbfbe8-572a-4e8b-bef1-1b5b459c777e} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
916 2025.03.12 22:35:56.662045 [ 274 ] {f7cbfbe8-572a-4e8b-bef1-1b5b459c777e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001479 sec., 43272.48140635564 rows/sec., 3.38 MiB/sec.
917 2025.03.12 22:35:56.662098 [ 274 ] {f7cbfbe8-572a-4e8b-bef1-1b5b459c777e} <Debug> TCPHandler: Processed in 0.001669613 sec.
918 2025.03.12 22:35:56.662215 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
919 2025.03.12 22:35:56.662323 [ 274 ] {9c27ba32-3e0d-4c3a-9867-68a330a93287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
920 2025.03.12 22:35:56.662372 [ 274 ] {9c27ba32-3e0d-4c3a-9867-68a330a93287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
921 2025.03.12 22:35:56.662903 [ 274 ] {9c27ba32-3e0d-4c3a-9867-68a330a93287} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
922 2025.03.12 22:35:56.662942 [ 274 ] {9c27ba32-3e0d-4c3a-9867-68a330a93287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
923 2025.03.12 22:35:56.663338 [ 274 ] {9c27ba32-3e0d-4c3a-9867-68a330a93287} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
924 2025.03.12 22:35:56.663578 [ 274 ] {9c27ba32-3e0d-4c3a-9867-68a330a93287} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
925 2025.03.12 22:35:56.663785 [ 274 ] {9c27ba32-3e0d-4c3a-9867-68a330a93287} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001486 sec., 107671.60161507403 rows/sec., 7.50 MiB/sec.
926 2025.03.12 22:35:56.663837 [ 274 ] {9c27ba32-3e0d-4c3a-9867-68a330a93287} <Debug> TCPHandler: Processed in 0.001674234 sec.
927 2025.03.12 22:35:56.663942 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
928 2025.03.12 22:35:56.664046 [ 274 ] {2b37a398-ad06-4f3f-b4f2-264fd7101e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
929 2025.03.12 22:35:56.664093 [ 274 ] {2b37a398-ad06-4f3f-b4f2-264fd7101e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
930 2025.03.12 22:35:56.664529 [ 274 ] {2b37a398-ad06-4f3f-b4f2-264fd7101e59} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
931 2025.03.12 22:35:56.664568 [ 274 ] {2b37a398-ad06-4f3f-b4f2-264fd7101e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
932 2025.03.12 22:35:56.664923 [ 274 ] {2b37a398-ad06-4f3f-b4f2-264fd7101e59} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
933 2025.03.12 22:35:56.665161 [ 274 ] {2b37a398-ad06-4f3f-b4f2-264fd7101e59} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
934 2025.03.12 22:35:56.665362 [ 274 ] {2b37a398-ad06-4f3f-b4f2-264fd7101e59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001339 sec., 44809.55937266617 rows/sec., 3.02 MiB/sec.
935 2025.03.12 22:35:56.665412 [ 274 ] {2b37a398-ad06-4f3f-b4f2-264fd7101e59} <Debug> TCPHandler: Processed in 0.001519579 sec.
936 2025.03.12 22:35:59.340021 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache
937 2025.03.12 22:35:59.340090 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache
938 2025.03.12 22:35:59.461613 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
939 2025.03.12 22:35:59.462285 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
940 2025.03.12 22:35:59.462337 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
941 2025.03.12 22:35:59.462918 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
942 2025.03.12 22:35:59.463174 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
943 2025.03.12 22:35:59.463480 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
944 2025.03.12 22:35:59.463700 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142
945 2025.03.12 22:35:59.467846 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
946 2025.03.12 22:35:59.467890 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
947 2025.03.12 22:35:59.469385 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
948 2025.03.12 22:35:59.469686 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
949 2025.03.12 22:35:59.470181 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142
950 2025.03.12 22:35:59.572664 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
951 2025.03.12 22:35:59.591945 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
952 2025.03.12 22:35:59.591995 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
953 2025.03.12 22:35:59.598495 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
954 2025.03.12 22:35:59.599216 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
955 2025.03.12 22:35:59.601672 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
956 2025.03.12 22:36:01.652218 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
957 2025.03.12 22:36:01.652625 [ 274 ] {c9815f9e-c1ae-4502-93e1-fe814d07b29e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) 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)
958 2025.03.12 22:36:01.653304 [ 274 ] {c9815f9e-c1ae-4502-93e1-fe814d07b29e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
959 2025.03.12 22:36:01.653381 [ 274 ] {c9815f9e-c1ae-4502-93e1-fe814d07b29e} <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
960 2025.03.12 22:36:01.653692 [ 274 ] {c9815f9e-c1ae-4502-93e1-fe814d07b29e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
961 2025.03.12 22:36:01.653876 [ 274 ] {c9815f9e-c1ae-4502-93e1-fe814d07b29e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
962 2025.03.12 22:36:01.654163 [ 274 ] {c9815f9e-c1ae-4502-93e1-fe814d07b29e} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
963 2025.03.12 22:36:01.655322 [ 274 ] {c9815f9e-c1ae-4502-93e1-fe814d07b29e} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
964 2025.03.12 22:36:01.657323 [ 274 ] {c9815f9e-c1ae-4502-93e1-fe814d07b29e} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (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
965 2025.03.12 22:36:01.657373 [ 274 ] {c9815f9e-c1ae-4502-93e1-fe814d07b29e} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
966 2025.03.12 22:36:01.657580 [ 274 ] {c9815f9e-c1ae-4502-93e1-fe814d07b29e} <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'))"
967 2025.03.12 22:36:01.657633 [ 274 ] {c9815f9e-c1ae-4502-93e1-fe814d07b29e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
968 2025.03.12 22:36:01.663730 [ 274 ] {c9815f9e-c1ae-4502-93e1-fe814d07b29e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.011292 sec., 1594.0488841657811 rows/sec., 65.21 KiB/sec.
969 2025.03.12 22:36:01.663859 [ 274 ] {c9815f9e-c1ae-4502-93e1-fe814d07b29e} <Debug> TCPHandler: Processed in 0.011825676 sec.
970 2025.03.12 22:36:01.670820 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
971 2025.03.12 22:36:01.670971 [ 274 ] {c662c7e9-0344-400a-8327-c118bab4fce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
972 2025.03.12 22:36:01.671032 [ 274 ] {c662c7e9-0344-400a-8327-c118bab4fce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
973 2025.03.12 22:36:01.671810 [ 274 ] {c662c7e9-0344-400a-8327-c118bab4fce4} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
974 2025.03.12 22:36:01.671852 [ 274 ] {c662c7e9-0344-400a-8327-c118bab4fce4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
975 2025.03.12 22:36:01.672362 [ 274 ] {c662c7e9-0344-400a-8327-c118bab4fce4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
976 2025.03.12 22:36:01.672593 [ 274 ] {c662c7e9-0344-400a-8327-c118bab4fce4} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
977 2025.03.12 22:36:01.672803 [ 274 ] {c662c7e9-0344-400a-8327-c118bab4fce4} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.001873 sec., 533.9028296849973 rows/sec., 79.77 KiB/sec.
978 2025.03.12 22:36:01.672869 [ 274 ] {c662c7e9-0344-400a-8327-c118bab4fce4} <Debug> TCPHandler: Processed in 0.002115225 sec.
979 2025.03.12 22:36:01.673014 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
980 2025.03.12 22:36:01.673121 [ 274 ] {eecfb4e0-6016-4f4c-8f38-b8d3a633e600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
981 2025.03.12 22:36:01.673168 [ 274 ] {eecfb4e0-6016-4f4c-8f38-b8d3a633e600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
982 2025.03.12 22:36:01.673738 [ 274 ] {eecfb4e0-6016-4f4c-8f38-b8d3a633e600} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
983 2025.03.12 22:36:01.673777 [ 274 ] {eecfb4e0-6016-4f4c-8f38-b8d3a633e600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
984 2025.03.12 22:36:01.674132 [ 274 ] {eecfb4e0-6016-4f4c-8f38-b8d3a633e600} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
985 2025.03.12 22:36:01.674392 [ 274 ] {eecfb4e0-6016-4f4c-8f38-b8d3a633e600} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
986 2025.03.12 22:36:01.674570 [ 274 ] {eecfb4e0-6016-4f4c-8f38-b8d3a633e600} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001471 sec., 48946.29503738953 rows/sec., 3.98 MiB/sec.
987 2025.03.12 22:36:01.674621 [ 274 ] {eecfb4e0-6016-4f4c-8f38-b8d3a633e600} <Debug> TCPHandler: Processed in 0.001657333 sec.
988 2025.03.12 22:36:01.674745 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
989 2025.03.12 22:36:01.674854 [ 274 ] {41d1671e-4aa9-4940-ab13-bfe00af4c68d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
990 2025.03.12 22:36:01.674901 [ 274 ] {41d1671e-4aa9-4940-ab13-bfe00af4c68d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
991 2025.03.12 22:36:01.675464 [ 274 ] {41d1671e-4aa9-4940-ab13-bfe00af4c68d} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
992 2025.03.12 22:36:01.675501 [ 274 ] {41d1671e-4aa9-4940-ab13-bfe00af4c68d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
993 2025.03.12 22:36:01.675852 [ 274 ] {41d1671e-4aa9-4940-ab13-bfe00af4c68d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
994 2025.03.12 22:36:01.676098 [ 274 ] {41d1671e-4aa9-4940-ab13-bfe00af4c68d} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
995 2025.03.12 22:36:01.676343 [ 274 ] {41d1671e-4aa9-4940-ab13-bfe00af4c68d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001499 sec., 5336.891260840561 rows/sec., 401.31 KiB/sec.
996 2025.03.12 22:36:01.676420 [ 274 ] {41d1671e-4aa9-4940-ab13-bfe00af4c68d} <Debug> TCPHandler: Processed in 0.001725085 sec.
997 2025.03.12 22:36:01.676539 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
998 2025.03.12 22:36:01.676646 [ 274 ] {a5cef683-2875-4a2b-aa5d-86b68b0bfe16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
999 2025.03.12 22:36:01.676691 [ 274 ] {a5cef683-2875-4a2b-aa5d-86b68b0bfe16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1000 2025.03.12 22:36:01.677257 [ 274 ] {a5cef683-2875-4a2b-aa5d-86b68b0bfe16} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1001 2025.03.12 22:36:01.677296 [ 274 ] {a5cef683-2875-4a2b-aa5d-86b68b0bfe16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
1002 2025.03.12 22:36:01.677646 [ 274 ] {a5cef683-2875-4a2b-aa5d-86b68b0bfe16} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1003 2025.03.12 22:36:01.677894 [ 274 ] {a5cef683-2875-4a2b-aa5d-86b68b0bfe16} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1004 2025.03.12 22:36:01.678094 [ 274 ] {a5cef683-2875-4a2b-aa5d-86b68b0bfe16} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001464 sec., 49180.32786885246 rows/sec., 3.84 MiB/sec.
1005 2025.03.12 22:36:01.678160 [ 274 ] {a5cef683-2875-4a2b-aa5d-86b68b0bfe16} <Debug> TCPHandler: Processed in 0.001672104 sec.
1006 2025.03.12 22:36:01.678296 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1007 2025.03.12 22:36:01.678404 [ 274 ] {f1beaa38-0c80-46f5-983e-5e6c603e914b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1008 2025.03.12 22:36:01.678461 [ 274 ] {f1beaa38-0c80-46f5-983e-5e6c603e914b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1009 2025.03.12 22:36:01.678992 [ 274 ] {f1beaa38-0c80-46f5-983e-5e6c603e914b} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1010 2025.03.12 22:36:01.679030 [ 274 ] {f1beaa38-0c80-46f5-983e-5e6c603e914b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
1011 2025.03.12 22:36:01.679413 [ 274 ] {f1beaa38-0c80-46f5-983e-5e6c603e914b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1012 2025.03.12 22:36:01.679667 [ 274 ] {f1beaa38-0c80-46f5-983e-5e6c603e914b} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1013 2025.03.12 22:36:01.679904 [ 274 ] {f1beaa38-0c80-46f5-983e-5e6c603e914b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001494 sec., 107095.04685408299 rows/sec., 7.46 MiB/sec.
1014 2025.03.12 22:36:01.679989 [ 274 ] {f1beaa38-0c80-46f5-983e-5e6c603e914b} <Debug> TCPHandler: Processed in 0.001744885 sec.
1015 2025.03.12 22:36:01.680111 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1016 2025.03.12 22:36:01.680219 [ 274 ] {307b19da-cbe5-47fd-890b-98aaa0a3fb59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1017 2025.03.12 22:36:01.680286 [ 274 ] {307b19da-cbe5-47fd-890b-98aaa0a3fb59} <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
1018 2025.03.12 22:36:01.681322 [ 274 ] {307b19da-cbe5-47fd-890b-98aaa0a3fb59} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1019 2025.03.12 22:36:01.681362 [ 274 ] {307b19da-cbe5-47fd-890b-98aaa0a3fb59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
1020 2025.03.12 22:36:01.683961 [ 274 ] {307b19da-cbe5-47fd-890b-98aaa0a3fb59} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1021 2025.03.12 22:36:01.684269 [ 274 ] {307b19da-cbe5-47fd-890b-98aaa0a3fb59} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1022 2025.03.12 22:36:01.684462 [ 274 ] {307b19da-cbe5-47fd-890b-98aaa0a3fb59} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004266 sec., 1875.293014533521 rows/sec., 3.36 MiB/sec.
1023 2025.03.12 22:36:01.684553 [ 274 ] {307b19da-cbe5-47fd-890b-98aaa0a3fb59} <Debug> TCPHandler: Processed in 0.004491566 sec.
1024 2025.03.12 22:36:01.684680 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1025 2025.03.12 22:36:01.684788 [ 274 ] {ddd19091-eea8-4f5f-a322-77a0db2cebd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1026 2025.03.12 22:36:01.684833 [ 274 ] {ddd19091-eea8-4f5f-a322-77a0db2cebd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1027 2025.03.12 22:36:01.685285 [ 274 ] {ddd19091-eea8-4f5f-a322-77a0db2cebd0} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1028 2025.03.12 22:36:01.685323 [ 274 ] {ddd19091-eea8-4f5f-a322-77a0db2cebd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
1029 2025.03.12 22:36:01.685687 [ 274 ] {ddd19091-eea8-4f5f-a322-77a0db2cebd0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1030 2025.03.12 22:36:01.685928 [ 274 ] {ddd19091-eea8-4f5f-a322-77a0db2cebd0} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1031 2025.03.12 22:36:01.686129 [ 274 ] {ddd19091-eea8-4f5f-a322-77a0db2cebd0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec.
1032 2025.03.12 22:36:01.686180 [ 274 ] {ddd19091-eea8-4f5f-a322-77a0db2cebd0} <Debug> TCPHandler: Processed in 0.001552251 sec.
1033 2025.03.12 22:36:06.657154 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1034 2025.03.12 22:36:06.657363 [ 274 ] {bdc12acb-e91b-478d-8571-a797b507f574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1035 2025.03.12 22:36:06.657438 [ 274 ] {bdc12acb-e91b-478d-8571-a797b507f574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1036 2025.03.12 22:36:06.658268 [ 274 ] {bdc12acb-e91b-478d-8571-a797b507f574} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1037 2025.03.12 22:36:06.658319 [ 274 ] {bdc12acb-e91b-478d-8571-a797b507f574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
1038 2025.03.12 22:36:06.658744 [ 274 ] {bdc12acb-e91b-478d-8571-a797b507f574} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1039 2025.03.12 22:36:06.659004 [ 274 ] {bdc12acb-e91b-478d-8571-a797b507f574} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1040 2025.03.12 22:36:06.659243 [ 274 ] {bdc12acb-e91b-478d-8571-a797b507f574} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001934 sec., 28955.532574974146 rows/sec., 2.22 MiB/sec.
1041 2025.03.12 22:36:06.659310 [ 274 ] {bdc12acb-e91b-478d-8571-a797b507f574} <Debug> TCPHandler: Processed in 0.002287439 sec.
1042 2025.03.12 22:36:06.659439 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1043 2025.03.12 22:36:06.659554 [ 274 ] {f77850e5-3aff-4228-b316-6295df191a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1044 2025.03.12 22:36:06.659602 [ 274 ] {f77850e5-3aff-4228-b316-6295df191a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1045 2025.03.12 22:36:06.660155 [ 274 ] {f77850e5-3aff-4228-b316-6295df191a18} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1046 2025.03.12 22:36:06.660194 [ 274 ] {f77850e5-3aff-4228-b316-6295df191a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
1047 2025.03.12 22:36:06.660548 [ 274 ] {f77850e5-3aff-4228-b316-6295df191a18} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1048 2025.03.12 22:36:06.660784 [ 274 ] {f77850e5-3aff-4228-b316-6295df191a18} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1049 2025.03.12 22:36:06.661089 [ 274 ] {f77850e5-3aff-4228-b316-6295df191a18} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001536 sec., 41666.666666666664 rows/sec., 3.25 MiB/sec.
1050 2025.03.12 22:36:06.661191 [ 274 ] {f77850e5-3aff-4228-b316-6295df191a18} <Debug> TCPHandler: Processed in 0.001803617 sec.
1051 2025.03.12 22:36:06.661311 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1052 2025.03.12 22:36:06.661420 [ 274 ] {3b6db87f-a868-42cf-aa79-36511486ab85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1053 2025.03.12 22:36:06.661469 [ 274 ] {3b6db87f-a868-42cf-aa79-36511486ab85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1054 2025.03.12 22:36:06.662002 [ 274 ] {3b6db87f-a868-42cf-aa79-36511486ab85} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1055 2025.03.12 22:36:06.662043 [ 274 ] {3b6db87f-a868-42cf-aa79-36511486ab85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
1056 2025.03.12 22:36:06.662429 [ 274 ] {3b6db87f-a868-42cf-aa79-36511486ab85} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1057 2025.03.12 22:36:06.662667 [ 274 ] {3b6db87f-a868-42cf-aa79-36511486ab85} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1058 2025.03.12 22:36:06.662873 [ 274 ] {3b6db87f-a868-42cf-aa79-36511486ab85} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001476 sec., 108401.0840108401 rows/sec., 7.55 MiB/sec.
1059 2025.03.12 22:36:06.662925 [ 274 ] {3b6db87f-a868-42cf-aa79-36511486ab85} <Debug> TCPHandler: Processed in 0.001665473 sec.
1060 2025.03.12 22:36:06.663031 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1061 2025.03.12 22:36:06.663134 [ 274 ] {c7236995-998c-41da-9665-ae342b7231ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1062 2025.03.12 22:36:06.663179 [ 274 ] {c7236995-998c-41da-9665-ae342b7231ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1063 2025.03.12 22:36:06.663619 [ 274 ] {c7236995-998c-41da-9665-ae342b7231ec} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1064 2025.03.12 22:36:06.663658 [ 274 ] {c7236995-998c-41da-9665-ae342b7231ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
1065 2025.03.12 22:36:06.664014 [ 274 ] {c7236995-998c-41da-9665-ae342b7231ec} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1066 2025.03.12 22:36:06.664252 [ 274 ] {c7236995-998c-41da-9665-ae342b7231ec} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1067 2025.03.12 22:36:06.664463 [ 274 ] {c7236995-998c-41da-9665-ae342b7231ec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec.
1068 2025.03.12 22:36:06.664514 [ 274 ] {c7236995-998c-41da-9665-ae342b7231ec} <Debug> TCPHandler: Processed in 0.001533199 sec.
1069 2025.03.12 22:36:06.963622 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1070 2025.03.12 22:36:06.964356 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1071 2025.03.12 22:36:06.964404 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
1072 2025.03.12 22:36:06.964993 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1073 2025.03.12 22:36:06.965246 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1074 2025.03.12 22:36:06.965485 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1075 2025.03.12 22:36:07.101751 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1076 2025.03.12 22:36:07.120976 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1077 2025.03.12 22:36:07.121030 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
1078 2025.03.12 22:36:07.127904 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1079 2025.03.12 22:36:07.128628 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1080 2025.03.12 22:36:07.131412 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1081 2025.03.12 22:36:09.470478 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 166
1082 2025.03.12 22:36:09.473259 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1083 2025.03.12 22:36:09.473313 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1084 2025.03.12 22:36:09.474792 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1085 2025.03.12 22:36:09.475095 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1086 2025.03.12 22:36:09.475631 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 166
1087 2025.03.12 22:36:11.658075 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1088 2025.03.12 22:36:11.658263 [ 274 ] {8c8487dc-4990-4d4f-b9f6-b55f7ddd4d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1089 2025.03.12 22:36:11.658339 [ 274 ] {8c8487dc-4990-4d4f-b9f6-b55f7ddd4d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1090 2025.03.12 22:36:11.659093 [ 274 ] {8c8487dc-4990-4d4f-b9f6-b55f7ddd4d94} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1091 2025.03.12 22:36:11.659140 [ 274 ] {8c8487dc-4990-4d4f-b9f6-b55f7ddd4d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1092 2025.03.12 22:36:11.659583 [ 274 ] {8c8487dc-4990-4d4f-b9f6-b55f7ddd4d94} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1093 2025.03.12 22:36:11.659835 [ 274 ] {8c8487dc-4990-4d4f-b9f6-b55f7ddd4d94} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1094 2025.03.12 22:36:11.660070 [ 274 ] {8c8487dc-4990-4d4f-b9f6-b55f7ddd4d94} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001859 sec., 38730.500268961805 rows/sec., 3.15 MiB/sec.
1095 2025.03.12 22:36:11.660133 [ 274 ] {8c8487dc-4990-4d4f-b9f6-b55f7ddd4d94} <Debug> TCPHandler: Processed in 0.002202287 sec.
1096 2025.03.12 22:36:11.660272 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1097 2025.03.12 22:36:11.660380 [ 274 ] {ba9261bd-d235-4d13-bc8e-41056822db85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1098 2025.03.12 22:36:11.660426 [ 274 ] {ba9261bd-d235-4d13-bc8e-41056822db85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1099 2025.03.12 22:36:11.660945 [ 274 ] {ba9261bd-d235-4d13-bc8e-41056822db85} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1100 2025.03.12 22:36:11.660988 [ 274 ] {ba9261bd-d235-4d13-bc8e-41056822db85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1101 2025.03.12 22:36:11.661338 [ 274 ] {ba9261bd-d235-4d13-bc8e-41056822db85} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1102 2025.03.12 22:36:11.661574 [ 274 ] {ba9261bd-d235-4d13-bc8e-41056822db85} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1103 2025.03.12 22:36:11.661806 [ 274 ] {ba9261bd-d235-4d13-bc8e-41056822db85} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001446 sec., 5532.5034578146615 rows/sec., 416.02 KiB/sec.
1104 2025.03.12 22:36:11.661950 [ 274 ] {ba9261bd-d235-4d13-bc8e-41056822db85} <Debug> TCPHandler: Processed in 0.001730924 sec.
1105 2025.03.12 22:36:11.662074 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1106 2025.03.12 22:36:11.662181 [ 274 ] {87641df4-0980-4137-83f1-8366f9002383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1107 2025.03.12 22:36:11.662226 [ 274 ] {87641df4-0980-4137-83f1-8366f9002383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1108 2025.03.12 22:36:11.662789 [ 274 ] {87641df4-0980-4137-83f1-8366f9002383} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1109 2025.03.12 22:36:11.662828 [ 274 ] {87641df4-0980-4137-83f1-8366f9002383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1110 2025.03.12 22:36:11.663188 [ 274 ] {87641df4-0980-4137-83f1-8366f9002383} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1111 2025.03.12 22:36:11.663431 [ 274 ] {87641df4-0980-4137-83f1-8366f9002383} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1112 2025.03.12 22:36:11.663725 [ 274 ] {87641df4-0980-4137-83f1-8366f9002383} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001542 sec., 46692.607003891055 rows/sec., 3.65 MiB/sec.
1113 2025.03.12 22:36:11.663842 [ 274 ] {87641df4-0980-4137-83f1-8366f9002383} <Debug> TCPHandler: Processed in 0.001817478 sec.
1114 2025.03.12 22:36:11.663967 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1115 2025.03.12 22:36:11.664076 [ 274 ] {7b708ca8-02cc-484a-b947-e9215a45bea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1116 2025.03.12 22:36:11.664126 [ 274 ] {7b708ca8-02cc-484a-b947-e9215a45bea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1117 2025.03.12 22:36:11.664698 [ 274 ] {7b708ca8-02cc-484a-b947-e9215a45bea2} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1118 2025.03.12 22:36:11.664740 [ 274 ] {7b708ca8-02cc-484a-b947-e9215a45bea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1119 2025.03.12 22:36:11.665136 [ 274 ] {7b708ca8-02cc-484a-b947-e9215a45bea2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1120 2025.03.12 22:36:11.665375 [ 274 ] {7b708ca8-02cc-484a-b947-e9215a45bea2} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1121 2025.03.12 22:36:11.665590 [ 274 ] {7b708ca8-02cc-484a-b947-e9215a45bea2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001536 sec., 104166.66666666666 rows/sec., 7.26 MiB/sec.
1122 2025.03.12 22:36:11.665642 [ 274 ] {7b708ca8-02cc-484a-b947-e9215a45bea2} <Debug> TCPHandler: Processed in 0.001732845 sec.
1123 2025.03.12 22:36:11.665762 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1124 2025.03.12 22:36:11.665868 [ 274 ] {d76b7211-97da-4d47-b1d9-4d07a4d1236d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1125 2025.03.12 22:36:11.665934 [ 274 ] {d76b7211-97da-4d47-b1d9-4d07a4d1236d} <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
1126 2025.03.12 22:36:11.666961 [ 274 ] {d76b7211-97da-4d47-b1d9-4d07a4d1236d} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1127 2025.03.12 22:36:11.667002 [ 274 ] {d76b7211-97da-4d47-b1d9-4d07a4d1236d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1128 2025.03.12 22:36:11.667609 [ 274 ] {d76b7211-97da-4d47-b1d9-4d07a4d1236d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1129 2025.03.12 22:36:11.667869 [ 274 ] {d76b7211-97da-4d47-b1d9-4d07a4d1236d} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): 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.03.12 22:36:11.668192 [ 274 ] {d76b7211-97da-4d47-b1d9-4d07a4d1236d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00234 sec., 3418.8034188034185 rows/sec., 6.13 MiB/sec.
1131 2025.03.12 22:36:11.668294 [ 274 ] {d76b7211-97da-4d47-b1d9-4d07a4d1236d} <Debug> TCPHandler: Processed in 0.002583537 sec.
1132 2025.03.12 22:36:11.668440 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1133 2025.03.12 22:36:11.668546 [ 274 ] {6a2917bb-6dd5-4d29-8968-730cf2468b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1134 2025.03.12 22:36:11.668594 [ 274 ] {6a2917bb-6dd5-4d29-8968-730cf2468b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1135 2025.03.12 22:36:11.669038 [ 274 ] {6a2917bb-6dd5-4d29-8968-730cf2468b8e} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1136 2025.03.12 22:36:11.669078 [ 274 ] {6a2917bb-6dd5-4d29-8968-730cf2468b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1137 2025.03.12 22:36:11.669446 [ 274 ] {6a2917bb-6dd5-4d29-8968-730cf2468b8e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1138 2025.03.12 22:36:11.669697 [ 274 ] {6a2917bb-6dd5-4d29-8968-730cf2468b8e} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1139 2025.03.12 22:36:11.669908 [ 274 ] {6a2917bb-6dd5-4d29-8968-730cf2468b8e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec.
1140 2025.03.12 22:36:11.669959 [ 274 ] {6a2917bb-6dd5-4d29-8968-730cf2468b8e} <Debug> TCPHandler: Processed in 0.00156957 sec.
1141 2025.03.12 22:36:14.340136 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache
1142 2025.03.12 22:36:14.340190 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache
1143 2025.03.12 22:36:14.465618 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1144 2025.03.12 22:36:14.466399 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1145 2025.03.12 22:36:14.466454 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1146 2025.03.12 22:36:14.467085 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1147 2025.03.12 22:36:14.467339 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1148 2025.03.12 22:36:14.467587 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1149 2025.03.12 22:36:14.467586 [ 81 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1150 2025.03.12 22:36:14.467680 [ 81 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1151 2025.03.12 22:36:14.467709 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1152 2025.03.12 22:36:14.467930 [ 189 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
1153 2025.03.12 22:36:14.468110 [ 189 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1154 2025.03.12 22:36:14.468287 [ 189 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
1155 2025.03.12 22:36:14.468423 [ 189 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
1156 2025.03.12 22:36:14.468634 [ 189 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
1157 2025.03.12 22:36:14.468814 [ 189 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
1158 2025.03.12 22:36:14.469007 [ 189 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
1159 2025.03.12 22:36:14.469157 [ 189 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
1160 2025.03.12 22:36:14.477741 [ 193 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.009946187 sec., 282118.16246768733 rows/sec., 4.04 MiB/sec.
1161 2025.03.12 22:36:14.478536 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1162 2025.03.12 22:36:14.478887 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_6_1} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1163 2025.03.12 22:36:14.478977 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_6_1} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1164 2025.03.12 22:36:14.479175 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1165 2025.03.12 22:36:14.631498 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1166 2025.03.12 22:36:14.652562 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1167 2025.03.12 22:36:14.652629 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1168 2025.03.12 22:36:14.660088 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1169 2025.03.12 22:36:14.660888 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1170 2025.03.12 22:36:14.661304 [ 80 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1171 2025.03.12 22:36:14.661430 [ 80 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1172 2025.03.12 22:36:14.661506 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1173 2025.03.12 22:36:14.661978 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
1174 2025.03.12 22:36:14.676951 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1175 2025.03.12 22:36:14.678257 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1176 2025.03.12 22:36:14.679731 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
1177 2025.03.12 22:36:14.685117 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
1178 2025.03.12 22:36:14.690363 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
1179 2025.03.12 22:36:14.695506 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
1180 2025.03.12 22:36:14.702884 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
1181 2025.03.12 22:36:14.707450 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
1182 2025.03.12 22:36:14.775311 [ 200 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.113650436 sec., 404.7498770704232 rows/sec., 2.09 MiB/sec.
1183 2025.03.12 22:36:14.777995 [ 200 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1184 2025.03.12 22:36:14.780898 [ 200 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_6_1} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1185 2025.03.12 22:36:14.781034 [ 200 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_6_1} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1186 2025.03.12 22:36:14.783134 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1187 2025.03.12 22:36:15.000161 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.51 MiB, peak 169.05 MiB, free memory in arenas 0.00 B, will set to 162.75 MiB (RSS), difference: 3.24 MiB
1188 2025.03.12 22:36:16.659191 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1189 2025.03.12 22:36:16.659387 [ 274 ] {27d3f429-0030-46fd-bbf7-ed2d96485bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1190 2025.03.12 22:36:16.659463 [ 274 ] {27d3f429-0030-46fd-bbf7-ed2d96485bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1191 2025.03.12 22:36:16.660224 [ 274 ] {27d3f429-0030-46fd-bbf7-ed2d96485bfd} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1192 2025.03.12 22:36:16.660278 [ 274 ] {27d3f429-0030-46fd-bbf7-ed2d96485bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1193 2025.03.12 22:36:16.660745 [ 274 ] {27d3f429-0030-46fd-bbf7-ed2d96485bfd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1194 2025.03.12 22:36:16.661025 [ 274 ] {27d3f429-0030-46fd-bbf7-ed2d96485bfd} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1195 2025.03.12 22:36:16.661215 [ 78 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1196 2025.03.12 22:36:16.661285 [ 274 ] {27d3f429-0030-46fd-bbf7-ed2d96485bfd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001949 sec., 28732.683427398668 rows/sec., 2.21 MiB/sec.
1197 2025.03.12 22:36:16.661292 [ 78 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1198 2025.03.12 22:36:16.661368 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1199 2025.03.12 22:36:16.661415 [ 274 ] {27d3f429-0030-46fd-bbf7-ed2d96485bfd} <Debug> TCPHandler: Processed in 0.002362131 sec.
1200 2025.03.12 22:36:16.661734 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1201 2025.03.12 22:36:16.661861 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::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
1202 2025.03.12 22:36:16.661932 [ 274 ] {860d0a18-8f75-4ffe-9f9c-9f04505c1428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1203 2025.03.12 22:36:16.662035 [ 274 ] {860d0a18-8f75-4ffe-9f9c-9f04505c1428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1204 2025.03.12 22:36:16.662232 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1205 2025.03.12 22:36:16.662330 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::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
1206 2025.03.12 22:36:16.662745 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::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
1207 2025.03.12 22:36:16.663225 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part
1208 2025.03.12 22:36:16.663502 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::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
1209 2025.03.12 22:36:16.663902 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part
1210 2025.03.12 22:36:16.664250 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part
1211 2025.03.12 22:36:16.664890 [ 274 ] {860d0a18-8f75-4ffe-9f9c-9f04505c1428} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1212 2025.03.12 22:36:16.664949 [ 274 ] {860d0a18-8f75-4ffe-9f9c-9f04505c1428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1213 2025.03.12 22:36:16.665909 [ 274 ] {860d0a18-8f75-4ffe-9f9c-9f04505c1428} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1214 2025.03.12 22:36:16.666545 [ 274 ] {860d0a18-8f75-4ffe-9f9c-9f04505c1428} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1215 2025.03.12 22:36:16.666863 [ 78 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1216 2025.03.12 22:36:16.666985 [ 78 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1217 2025.03.12 22:36:16.667074 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1218 2025.03.12 22:36:16.667182 [ 274 ] {860d0a18-8f75-4ffe-9f9c-9f04505c1428} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005237 sec., 12220.737063204124 rows/sec., 976.75 KiB/sec.
1219 2025.03.12 22:36:16.667652 [ 274 ] {860d0a18-8f75-4ffe-9f9c-9f04505c1428} <Debug> TCPHandler: Processed in 0.006049876 sec.
1220 2025.03.12 22:36:16.667665 [ 191 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
1221 2025.03.12 22:36:16.667982 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1222 2025.03.12 22:36:16.668006 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 368 rows, containing 5 columns (5 merged, 0 gathered) in 0.006508519 sec., 56541.28074297701 rows/sec., 4.66 MiB/sec.
1223 2025.03.12 22:36:16.668228 [ 191 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1224 2025.03.12 22:36:16.668311 [ 274 ] {52a9efa0-d275-43c3-9764-a0096c502399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1225 2025.03.12 22:36:16.668346 [ 191 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
1226 2025.03.12 22:36:16.668417 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1227 2025.03.12 22:36:16.668447 [ 274 ] {52a9efa0-d275-43c3-9764-a0096c502399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1228 2025.03.12 22:36:16.668913 [ 191 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
1229 2025.03.12 22:36:16.669354 [ 191 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part
1230 2025.03.12 22:36:16.669834 [ 191 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
1231 2025.03.12 22:36:16.670134 [ 191 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part
1232 2025.03.12 22:36:16.670550 [ 191 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part
1233 2025.03.12 22:36:16.671231 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_6_1} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1234 2025.03.12 22:36:16.671632 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_6_1} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1235 2025.03.12 22:36:16.671746 [ 274 ] {52a9efa0-d275-43c3-9764-a0096c502399} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1236 2025.03.12 22:36:16.671841 [ 274 ] {52a9efa0-d275-43c3-9764-a0096c502399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1237 2025.03.12 22:36:16.671893 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1238 2025.03.12 22:36:16.672991 [ 274 ] {52a9efa0-d275-43c3-9764-a0096c502399} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1239 2025.03.12 22:36:16.673602 [ 274 ] {52a9efa0-d275-43c3-9764-a0096c502399} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1240 2025.03.12 22:36:16.673877 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1241 2025.03.12 22:36:16.673975 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1242 2025.03.12 22:36:16.674065 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1243 2025.03.12 22:36:16.674202 [ 274 ] {52a9efa0-d275-43c3-9764-a0096c502399} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005961 sec., 26841.1340379131 rows/sec., 1.87 MiB/sec.
1244 2025.03.12 22:36:16.674637 [ 274 ] {52a9efa0-d275-43c3-9764-a0096c502399} <Debug> TCPHandler: Processed in 0.006770036 sec.
1245 2025.03.12 22:36:16.674649 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
1246 2025.03.12 22:36:16.674788 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 400 rows, containing 5 columns (5 merged, 0 gathered) in 0.007563976 sec., 52882.24076861164 rows/sec., 4.33 MiB/sec.
1247 2025.03.12 22:36:16.674893 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1248 2025.03.12 22:36:16.674947 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1249 2025.03.12 22:36:16.675060 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
1250 2025.03.12 22:36:16.675110 [ 274 ] {fb299280-94b5-4aca-bc80-fb2f5ed75e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1251 2025.03.12 22:36:16.675199 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1252 2025.03.12 22:36:16.675276 [ 274 ] {fb299280-94b5-4aca-bc80-fb2f5ed75e9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1253 2025.03.12 22:36:16.675494 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
1254 2025.03.12 22:36:16.676059 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part
1255 2025.03.12 22:36:16.676549 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
1256 2025.03.12 22:36:16.677007 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_6_1} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1257 2025.03.12 22:36:16.677006 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part
1258 2025.03.12 22:36:16.677519 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_6_1} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1259 2025.03.12 22:36:16.677538 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
1260 2025.03.12 22:36:16.677971 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
1261 2025.03.12 22:36:16.678364 [ 274 ] {fb299280-94b5-4aca-bc80-fb2f5ed75e9d} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1262 2025.03.12 22:36:16.678413 [ 274 ] {fb299280-94b5-4aca-bc80-fb2f5ed75e9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1263 2025.03.12 22:36:16.678974 [ 274 ] {fb299280-94b5-4aca-bc80-fb2f5ed75e9d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1264 2025.03.12 22:36:16.679295 [ 274 ] {fb299280-94b5-4aca-bc80-fb2f5ed75e9d} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1265 2025.03.12 22:36:16.679518 [ 78 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1266 2025.03.12 22:36:16.679636 [ 78 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1267 2025.03.12 22:36:16.679719 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1268 2025.03.12 22:36:16.679793 [ 274 ] {fb299280-94b5-4aca-bc80-fb2f5ed75e9d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004692 sec., 12787.723785166241 rows/sec., 882.49 KiB/sec.
1269 2025.03.12 22:36:16.680569 [ 274 ] {fb299280-94b5-4aca-bc80-fb2f5ed75e9d} <Debug> TCPHandler: Processed in 0.005761419 sec.
1270 2025.03.12 22:36:16.680628 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
1271 2025.03.12 22:36:16.680919 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 928 rows, containing 5 columns (5 merged, 0 gathered) in 0.006706323 sec., 138376.8720951854 rows/sec., 9.64 MiB/sec.
1272 2025.03.12 22:36:16.681030 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1273 2025.03.12 22:36:16.681074 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
1274 2025.03.12 22:36:16.681219 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1275 2025.03.12 22:36:16.681279 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
1276 2025.03.12 22:36:16.681638 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part
1277 2025.03.12 22:36:16.681857 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
1278 2025.03.12 22:36:16.682044 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part
1279 2025.03.12 22:36:16.682288 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
1280 2025.03.12 22:36:16.682373 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1281 2025.03.12 22:36:16.682719 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1282 2025.03.12 22:36:16.682848 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
1283 2025.03.12 22:36:16.683730 [ 196 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 4 columns (4 merged, 0 gathered) in 0.003773327 sec., 92226.30320669267 rows/sec., 6.22 MiB/sec.
1284 2025.03.12 22:36:16.683960 [ 195 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1285 2025.03.12 22:36:16.684366 [ 195 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_6_1} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1286 2025.03.12 22:36:16.684465 [ 195 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_6_1} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1287 2025.03.12 22:36:16.684569 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
1288 2025.03.12 22:36:17.309805 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1289 2025.03.12 22:36:17.310061 [ 274 ] {48365d3e-5cb7-480c-8513-bc06af83695b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1290 2025.03.12 22:36:17.310456 [ 274 ] {48365d3e-5cb7-480c-8513-bc06af83695b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1291 2025.03.12 22:36:17.310501 [ 274 ] {48365d3e-5cb7-480c-8513-bc06af83695b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1292 2025.03.12 22:36:17.310803 [ 274 ] {48365d3e-5cb7-480c-8513-bc06af83695b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1293 2025.03.12 22:36:17.310887 [ 274 ] {48365d3e-5cb7-480c-8513-bc06af83695b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1294 2025.03.12 22:36:17.311065 [ 274 ] {48365d3e-5cb7-480c-8513-bc06af83695b} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1295 2025.03.12 22:36:17.311332 [ 287 ] {48365d3e-5cb7-480c-8513-bc06af83695b} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1296 2025.03.12 22:36:17.311360 [ 286 ] {48365d3e-5cb7-480c-8513-bc06af83695b} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1297 2025.03.12 22:36:17.311498 [ 274 ] {48365d3e-5cb7-480c-8513-bc06af83695b} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1298 2025.03.12 22:36:17.311530 [ 274 ] {48365d3e-5cb7-480c-8513-bc06af83695b} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1299 2025.03.12 22:36:17.311586 [ 274 ] {48365d3e-5cb7-480c-8513-bc06af83695b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1300 2025.03.12 22:36:17.311612 [ 274 ] {48365d3e-5cb7-480c-8513-bc06af83695b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1301 2025.03.12 22:36:17.312265 [ 274 ] {48365d3e-5cb7-480c-8513-bc06af83695b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002317 sec., 7768.666378938282 rows/sec., 317.79 KiB/sec.
1302 2025.03.12 22:36:17.312354 [ 274 ] {48365d3e-5cb7-480c-8513-bc06af83695b} <Debug> TCPHandler: Processed in 0.00268235 sec.
1303 2025.03.12 22:36:17.312812 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1304 2025.03.12 22:36:17.312966 [ 274 ] {2115965d-1789-4184-89cf-27ac97b30548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1305 2025.03.12 22:36:17.313239 [ 274 ] {2115965d-1789-4184-89cf-27ac97b30548} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1306 2025.03.12 22:36:17.313281 [ 274 ] {2115965d-1789-4184-89cf-27ac97b30548} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE
1307 2025.03.12 22:36:17.313548 [ 274 ] {2115965d-1789-4184-89cf-27ac97b30548} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1308 2025.03.12 22:36:17.313614 [ 274 ] {2115965d-1789-4184-89cf-27ac97b30548} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1309 2025.03.12 22:36:17.313759 [ 274 ] {2115965d-1789-4184-89cf-27ac97b30548} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1310 2025.03.12 22:36:17.313835 [ 287 ] {2115965d-1789-4184-89cf-27ac97b30548} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1311 2025.03.12 22:36:17.313862 [ 286 ] {2115965d-1789-4184-89cf-27ac97b30548} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1312 2025.03.12 22:36:17.313950 [ 274 ] {2115965d-1789-4184-89cf-27ac97b30548} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1313 2025.03.12 22:36:17.313978 [ 274 ] {2115965d-1789-4184-89cf-27ac97b30548} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1314 2025.03.12 22:36:17.314026 [ 274 ] {2115965d-1789-4184-89cf-27ac97b30548} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))"
1315 2025.03.12 22:36:17.314049 [ 274 ] {2115965d-1789-4184-89cf-27ac97b30548} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1316 2025.03.12 22:36:17.314762 [ 274 ] {2115965d-1789-4184-89cf-27ac97b30548} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001864 sec., 9656.652360515021 rows/sec., 395.03 KiB/sec.
1317 2025.03.12 22:36:17.314883 [ 274 ] {2115965d-1789-4184-89cf-27ac97b30548} <Debug> TCPHandler: Processed in 0.002123006 sec.
1318 2025.03.12 22:36:17.315162 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1319 2025.03.12 22:36:17.315314 [ 274 ] {2aa75e98-61bf-4174-aae0-d6f9c4dca567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1320 2025.03.12 22:36:17.315586 [ 274 ] {2aa75e98-61bf-4174-aae0-d6f9c4dca567} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1321 2025.03.12 22:36:17.315629 [ 274 ] {2aa75e98-61bf-4174-aae0-d6f9c4dca567} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE
1322 2025.03.12 22:36:17.315897 [ 274 ] {2aa75e98-61bf-4174-aae0-d6f9c4dca567} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1323 2025.03.12 22:36:17.315964 [ 274 ] {2aa75e98-61bf-4174-aae0-d6f9c4dca567} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1324 2025.03.12 22:36:17.316137 [ 274 ] {2aa75e98-61bf-4174-aae0-d6f9c4dca567} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1325 2025.03.12 22:36:17.316247 [ 286 ] {2aa75e98-61bf-4174-aae0-d6f9c4dca567} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1326 2025.03.12 22:36:17.316259 [ 287 ] {2aa75e98-61bf-4174-aae0-d6f9c4dca567} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1327 2025.03.12 22:36:17.316351 [ 274 ] {2aa75e98-61bf-4174-aae0-d6f9c4dca567} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1328 2025.03.12 22:36:17.316375 [ 274 ] {2aa75e98-61bf-4174-aae0-d6f9c4dca567} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1329 2025.03.12 22:36:17.316423 [ 274 ] {2aa75e98-61bf-4174-aae0-d6f9c4dca567} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1330 2025.03.12 22:36:17.316448 [ 274 ] {2aa75e98-61bf-4174-aae0-d6f9c4dca567} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1331 2025.03.12 22:36:17.317026 [ 274 ] {2aa75e98-61bf-4174-aae0-d6f9c4dca567} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001779 sec., 10118.043844856662 rows/sec., 413.90 KiB/sec.
1332 2025.03.12 22:36:17.317173 [ 274 ] {2aa75e98-61bf-4174-aae0-d6f9c4dca567} <Debug> TCPHandler: Processed in 0.002060524 sec.
1333 2025.03.12 22:36:17.317472 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1334 2025.03.12 22:36:17.317628 [ 274 ] {51b9b516-c926-4c24-8282-c4bb3f281f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1335 2025.03.12 22:36:17.317905 [ 274 ] {51b9b516-c926-4c24-8282-c4bb3f281f9b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1336 2025.03.12 22:36:17.317947 [ 274 ] {51b9b516-c926-4c24-8282-c4bb3f281f9b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE
1337 2025.03.12 22:36:17.318221 [ 274 ] {51b9b516-c926-4c24-8282-c4bb3f281f9b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1338 2025.03.12 22:36:17.318287 [ 274 ] {51b9b516-c926-4c24-8282-c4bb3f281f9b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1339 2025.03.12 22:36:17.318431 [ 274 ] {51b9b516-c926-4c24-8282-c4bb3f281f9b} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1340 2025.03.12 22:36:17.318538 [ 286 ] {51b9b516-c926-4c24-8282-c4bb3f281f9b} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1341 2025.03.12 22:36:17.318549 [ 287 ] {51b9b516-c926-4c24-8282-c4bb3f281f9b} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1342 2025.03.12 22:36:17.318647 [ 274 ] {51b9b516-c926-4c24-8282-c4bb3f281f9b} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1343 2025.03.12 22:36:17.318671 [ 274 ] {51b9b516-c926-4c24-8282-c4bb3f281f9b} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1344 2025.03.12 22:36:17.318717 [ 274 ] {51b9b516-c926-4c24-8282-c4bb3f281f9b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1345 2025.03.12 22:36:17.318742 [ 274 ] {51b9b516-c926-4c24-8282-c4bb3f281f9b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1346 2025.03.12 22:36:17.319327 [ 274 ] {51b9b516-c926-4c24-8282-c4bb3f281f9b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001767 sec., 10186.757215619695 rows/sec., 416.71 KiB/sec.
1347 2025.03.12 22:36:17.319447 [ 274 ] {51b9b516-c926-4c24-8282-c4bb3f281f9b} <Debug> TCPHandler: Processed in 0.002027833 sec.
1348 2025.03.12 22:36:17.319709 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1349 2025.03.12 22:36:17.319865 [ 274 ] {17d6597d-5c3d-4239-bcce-ca06b9c47339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1350 2025.03.12 22:36:17.320166 [ 274 ] {17d6597d-5c3d-4239-bcce-ca06b9c47339} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1351 2025.03.12 22:36:17.320210 [ 274 ] {17d6597d-5c3d-4239-bcce-ca06b9c47339} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE
1352 2025.03.12 22:36:17.320486 [ 274 ] {17d6597d-5c3d-4239-bcce-ca06b9c47339} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1353 2025.03.12 22:36:17.320551 [ 274 ] {17d6597d-5c3d-4239-bcce-ca06b9c47339} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1354 2025.03.12 22:36:17.320691 [ 274 ] {17d6597d-5c3d-4239-bcce-ca06b9c47339} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1355 2025.03.12 22:36:17.320803 [ 286 ] {17d6597d-5c3d-4239-bcce-ca06b9c47339} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1356 2025.03.12 22:36:17.320804 [ 287 ] {17d6597d-5c3d-4239-bcce-ca06b9c47339} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1357 2025.03.12 22:36:17.320908 [ 274 ] {17d6597d-5c3d-4239-bcce-ca06b9c47339} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1358 2025.03.12 22:36:17.320931 [ 274 ] {17d6597d-5c3d-4239-bcce-ca06b9c47339} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1359 2025.03.12 22:36:17.320979 [ 274 ] {17d6597d-5c3d-4239-bcce-ca06b9c47339} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1360 2025.03.12 22:36:17.321003 [ 274 ] {17d6597d-5c3d-4239-bcce-ca06b9c47339} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1361 2025.03.12 22:36:17.321575 [ 274 ] {17d6597d-5c3d-4239-bcce-ca06b9c47339} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00178 sec., 10112.359550561798 rows/sec., 413.67 KiB/sec.
1362 2025.03.12 22:36:17.321694 [ 274 ] {17d6597d-5c3d-4239-bcce-ca06b9c47339} <Debug> TCPHandler: Processed in 0.002036203 sec.
1363 2025.03.12 22:36:17.321950 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1364 2025.03.12 22:36:17.322105 [ 274 ] {23e5ff1c-fcec-47e5-9d21-cbf4b884a878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1365 2025.03.12 22:36:17.322382 [ 274 ] {23e5ff1c-fcec-47e5-9d21-cbf4b884a878} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1366 2025.03.12 22:36:17.322425 [ 274 ] {23e5ff1c-fcec-47e5-9d21-cbf4b884a878} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE
1367 2025.03.12 22:36:17.322702 [ 274 ] {23e5ff1c-fcec-47e5-9d21-cbf4b884a878} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1368 2025.03.12 22:36:17.322767 [ 274 ] {23e5ff1c-fcec-47e5-9d21-cbf4b884a878} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1369 2025.03.12 22:36:17.322909 [ 274 ] {23e5ff1c-fcec-47e5-9d21-cbf4b884a878} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1370 2025.03.12 22:36:17.323024 [ 287 ] {23e5ff1c-fcec-47e5-9d21-cbf4b884a878} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1371 2025.03.12 22:36:17.323029 [ 286 ] {23e5ff1c-fcec-47e5-9d21-cbf4b884a878} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1372 2025.03.12 22:36:17.323143 [ 274 ] {23e5ff1c-fcec-47e5-9d21-cbf4b884a878} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1373 2025.03.12 22:36:17.323170 [ 274 ] {23e5ff1c-fcec-47e5-9d21-cbf4b884a878} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1374 2025.03.12 22:36:17.323218 [ 274 ] {23e5ff1c-fcec-47e5-9d21-cbf4b884a878} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1375 2025.03.12 22:36:17.323243 [ 274 ] {23e5ff1c-fcec-47e5-9d21-cbf4b884a878} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1376 2025.03.12 22:36:17.323780 [ 274 ] {23e5ff1c-fcec-47e5-9d21-cbf4b884a878} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001745 sec., 10315.186246418338 rows/sec., 421.96 KiB/sec.
1377 2025.03.12 22:36:17.323864 [ 274 ] {23e5ff1c-fcec-47e5-9d21-cbf4b884a878} <Debug> TCPHandler: Processed in 0.001965141 sec.
1378 2025.03.12 22:36:17.331998 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1379 2025.03.12 22:36:17.332161 [ 274 ] {b4079a30-b2d5-4058-83d0-54ca1b295604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1380 2025.03.12 22:36:17.332441 [ 274 ] {b4079a30-b2d5-4058-83d0-54ca1b295604} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1381 2025.03.12 22:36:17.332487 [ 274 ] {b4079a30-b2d5-4058-83d0-54ca1b295604} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1382 2025.03.12 22:36:17.332778 [ 274 ] {b4079a30-b2d5-4058-83d0-54ca1b295604} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1383 2025.03.12 22:36:17.332847 [ 274 ] {b4079a30-b2d5-4058-83d0-54ca1b295604} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1384 2025.03.12 22:36:17.332994 [ 274 ] {b4079a30-b2d5-4058-83d0-54ca1b295604} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1385 2025.03.12 22:36:17.333100 [ 287 ] {b4079a30-b2d5-4058-83d0-54ca1b295604} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1386 2025.03.12 22:36:17.333111 [ 286 ] {b4079a30-b2d5-4058-83d0-54ca1b295604} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1387 2025.03.12 22:36:17.333219 [ 274 ] {b4079a30-b2d5-4058-83d0-54ca1b295604} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1388 2025.03.12 22:36:17.333247 [ 274 ] {b4079a30-b2d5-4058-83d0-54ca1b295604} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1389 2025.03.12 22:36:17.333294 [ 274 ] {b4079a30-b2d5-4058-83d0-54ca1b295604} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1390 2025.03.12 22:36:17.333320 [ 274 ] {b4079a30-b2d5-4058-83d0-54ca1b295604} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1391 2025.03.12 22:36:17.333827 [ 274 ] {b4079a30-b2d5-4058-83d0-54ca1b295604} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001737 sec., 10362.694300518135 rows/sec., 423.91 KiB/sec.
1392 2025.03.12 22:36:17.333913 [ 274 ] {b4079a30-b2d5-4058-83d0-54ca1b295604} <Debug> TCPHandler: Processed in 0.001968281 sec.
1393 2025.03.12 22:36:17.334213 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1394 2025.03.12 22:36:17.334369 [ 274 ] {25f65aba-36b0-4f61-9a26-04f865bc60b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1395 2025.03.12 22:36:17.334651 [ 274 ] {25f65aba-36b0-4f61-9a26-04f865bc60b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1396 2025.03.12 22:36:17.334698 [ 274 ] {25f65aba-36b0-4f61-9a26-04f865bc60b5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1397 2025.03.12 22:36:17.334990 [ 274 ] {25f65aba-36b0-4f61-9a26-04f865bc60b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1398 2025.03.12 22:36:17.335057 [ 274 ] {25f65aba-36b0-4f61-9a26-04f865bc60b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1399 2025.03.12 22:36:17.335202 [ 274 ] {25f65aba-36b0-4f61-9a26-04f865bc60b5} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1400 2025.03.12 22:36:17.335276 [ 287 ] {25f65aba-36b0-4f61-9a26-04f865bc60b5} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1401 2025.03.12 22:36:17.335303 [ 286 ] {25f65aba-36b0-4f61-9a26-04f865bc60b5} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1402 2025.03.12 22:36:17.335399 [ 274 ] {25f65aba-36b0-4f61-9a26-04f865bc60b5} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1403 2025.03.12 22:36:17.335428 [ 274 ] {25f65aba-36b0-4f61-9a26-04f865bc60b5} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1404 2025.03.12 22:36:17.335475 [ 274 ] {25f65aba-36b0-4f61-9a26-04f865bc60b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1405 2025.03.12 22:36:17.335500 [ 274 ] {25f65aba-36b0-4f61-9a26-04f865bc60b5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1406 2025.03.12 22:36:17.336075 [ 274 ] {25f65aba-36b0-4f61-9a26-04f865bc60b5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001775 sec., 10140.845070422534 rows/sec., 414.83 KiB/sec.
1407 2025.03.12 22:36:17.336201 [ 274 ] {25f65aba-36b0-4f61-9a26-04f865bc60b5} <Debug> TCPHandler: Processed in 0.002039713 sec.
1408 2025.03.12 22:36:17.336461 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1409 2025.03.12 22:36:17.336616 [ 274 ] {9651f1a8-5767-4e35-98d6-690679bf164a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1410 2025.03.12 22:36:17.336911 [ 274 ] {9651f1a8-5767-4e35-98d6-690679bf164a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1411 2025.03.12 22:36:17.336957 [ 274 ] {9651f1a8-5767-4e35-98d6-690679bf164a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1412 2025.03.12 22:36:17.337255 [ 274 ] {9651f1a8-5767-4e35-98d6-690679bf164a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1413 2025.03.12 22:36:17.337323 [ 274 ] {9651f1a8-5767-4e35-98d6-690679bf164a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1414 2025.03.12 22:36:17.337465 [ 274 ] {9651f1a8-5767-4e35-98d6-690679bf164a} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1415 2025.03.12 22:36:17.337580 [ 286 ] {9651f1a8-5767-4e35-98d6-690679bf164a} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1416 2025.03.12 22:36:17.337595 [ 287 ] {9651f1a8-5767-4e35-98d6-690679bf164a} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1417 2025.03.12 22:36:17.337689 [ 274 ] {9651f1a8-5767-4e35-98d6-690679bf164a} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1418 2025.03.12 22:36:17.337712 [ 274 ] {9651f1a8-5767-4e35-98d6-690679bf164a} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1419 2025.03.12 22:36:17.337759 [ 274 ] {9651f1a8-5767-4e35-98d6-690679bf164a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1420 2025.03.12 22:36:17.337784 [ 274 ] {9651f1a8-5767-4e35-98d6-690679bf164a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1421 2025.03.12 22:36:17.338361 [ 274 ] {9651f1a8-5767-4e35-98d6-690679bf164a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001816 sec., 9911.894273127753 rows/sec., 405.47 KiB/sec.
1422 2025.03.12 22:36:17.338480 [ 274 ] {9651f1a8-5767-4e35-98d6-690679bf164a} <Debug> TCPHandler: Processed in 0.002070534 sec.
1423 2025.03.12 22:36:17.338710 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1424 2025.03.12 22:36:17.338867 [ 274 ] {910b54d3-dac1-43a2-b3c7-3979521719be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1425 2025.03.12 22:36:17.339153 [ 274 ] {910b54d3-dac1-43a2-b3c7-3979521719be} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1426 2025.03.12 22:36:17.339199 [ 274 ] {910b54d3-dac1-43a2-b3c7-3979521719be} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1427 2025.03.12 22:36:17.339492 [ 274 ] {910b54d3-dac1-43a2-b3c7-3979521719be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1428 2025.03.12 22:36:17.339559 [ 274 ] {910b54d3-dac1-43a2-b3c7-3979521719be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1429 2025.03.12 22:36:17.339703 [ 274 ] {910b54d3-dac1-43a2-b3c7-3979521719be} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1430 2025.03.12 22:36:17.339807 [ 286 ] {910b54d3-dac1-43a2-b3c7-3979521719be} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1431 2025.03.12 22:36:17.339822 [ 287 ] {910b54d3-dac1-43a2-b3c7-3979521719be} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1432 2025.03.12 22:36:17.339916 [ 274 ] {910b54d3-dac1-43a2-b3c7-3979521719be} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1433 2025.03.12 22:36:17.339940 [ 274 ] {910b54d3-dac1-43a2-b3c7-3979521719be} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1434 2025.03.12 22:36:17.339987 [ 274 ] {910b54d3-dac1-43a2-b3c7-3979521719be} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1435 2025.03.12 22:36:17.340013 [ 274 ] {910b54d3-dac1-43a2-b3c7-3979521719be} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1436 2025.03.12 22:36:17.340601 [ 274 ] {910b54d3-dac1-43a2-b3c7-3979521719be} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001807 sec., 9961.261759822912 rows/sec., 407.49 KiB/sec.
1437 2025.03.12 22:36:17.340722 [ 274 ] {910b54d3-dac1-43a2-b3c7-3979521719be} <Debug> TCPHandler: Processed in 0.002062593 sec.
1438 2025.03.12 22:36:17.340941 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1439 2025.03.12 22:36:17.341101 [ 274 ] {a162e28b-f00e-4c23-98cd-25b171e18730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1440 2025.03.12 22:36:17.341412 [ 274 ] {a162e28b-f00e-4c23-98cd-25b171e18730} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1441 2025.03.12 22:36:17.341460 [ 274 ] {a162e28b-f00e-4c23-98cd-25b171e18730} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1442 2025.03.12 22:36:17.341760 [ 274 ] {a162e28b-f00e-4c23-98cd-25b171e18730} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1443 2025.03.12 22:36:17.341827 [ 274 ] {a162e28b-f00e-4c23-98cd-25b171e18730} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1444 2025.03.12 22:36:17.341972 [ 274 ] {a162e28b-f00e-4c23-98cd-25b171e18730} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1445 2025.03.12 22:36:17.342087 [ 286 ] {a162e28b-f00e-4c23-98cd-25b171e18730} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1446 2025.03.12 22:36:17.342103 [ 287 ] {a162e28b-f00e-4c23-98cd-25b171e18730} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1447 2025.03.12 22:36:17.342200 [ 274 ] {a162e28b-f00e-4c23-98cd-25b171e18730} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1448 2025.03.12 22:36:17.342223 [ 274 ] {a162e28b-f00e-4c23-98cd-25b171e18730} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1449 2025.03.12 22:36:17.342272 [ 274 ] {a162e28b-f00e-4c23-98cd-25b171e18730} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1450 2025.03.12 22:36:17.342296 [ 274 ] {a162e28b-f00e-4c23-98cd-25b171e18730} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1451 2025.03.12 22:36:17.342863 [ 274 ] {a162e28b-f00e-4c23-98cd-25b171e18730} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001836 sec., 9803.921568627451 rows/sec., 401.05 KiB/sec.
1452 2025.03.12 22:36:17.342981 [ 274 ] {a162e28b-f00e-4c23-98cd-25b171e18730} <Debug> TCPHandler: Processed in 0.002092224 sec.
1453 2025.03.12 22:36:17.343220 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1454 2025.03.12 22:36:17.343390 [ 274 ] {7e3642cc-c887-416b-852e-08300bc66c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1455 2025.03.12 22:36:17.343694 [ 274 ] {7e3642cc-c887-416b-852e-08300bc66c50} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1456 2025.03.12 22:36:17.343742 [ 274 ] {7e3642cc-c887-416b-852e-08300bc66c50} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1457 2025.03.12 22:36:17.344057 [ 274 ] {7e3642cc-c887-416b-852e-08300bc66c50} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1458 2025.03.12 22:36:17.344126 [ 274 ] {7e3642cc-c887-416b-852e-08300bc66c50} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1459 2025.03.12 22:36:17.344272 [ 274 ] {7e3642cc-c887-416b-852e-08300bc66c50} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1460 2025.03.12 22:36:17.344374 [ 287 ] {7e3642cc-c887-416b-852e-08300bc66c50} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1461 2025.03.12 22:36:17.344396 [ 286 ] {7e3642cc-c887-416b-852e-08300bc66c50} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1462 2025.03.12 22:36:17.344512 [ 274 ] {7e3642cc-c887-416b-852e-08300bc66c50} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1463 2025.03.12 22:36:17.344541 [ 274 ] {7e3642cc-c887-416b-852e-08300bc66c50} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1464 2025.03.12 22:36:17.344591 [ 274 ] {7e3642cc-c887-416b-852e-08300bc66c50} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1465 2025.03.12 22:36:17.344616 [ 274 ] {7e3642cc-c887-416b-852e-08300bc66c50} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1466 2025.03.12 22:36:17.345148 [ 274 ] {7e3642cc-c887-416b-852e-08300bc66c50} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001836 sec., 9803.921568627451 rows/sec., 401.05 KiB/sec.
1467 2025.03.12 22:36:17.345237 [ 274 ] {7e3642cc-c887-416b-852e-08300bc66c50} <Debug> TCPHandler: Processed in 0.002081034 sec.
1468 2025.03.12 22:36:17.437195 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1469 2025.03.12 22:36:17.437371 [ 274 ] {90a0aafd-7506-4aee-8884-8aedb996ccab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1470 2025.03.12 22:36:17.437448 [ 274 ] {90a0aafd-7506-4aee-8884-8aedb996ccab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1471 2025.03.12 22:36:17.438345 [ 274 ] {90a0aafd-7506-4aee-8884-8aedb996ccab} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1472 2025.03.12 22:36:17.438399 [ 274 ] {90a0aafd-7506-4aee-8884-8aedb996ccab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1473 2025.03.12 22:36:17.438959 [ 274 ] {90a0aafd-7506-4aee-8884-8aedb996ccab} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1474 2025.03.12 22:36:17.439190 [ 274 ] {90a0aafd-7506-4aee-8884-8aedb996ccab} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1475 2025.03.12 22:36:17.439471 [ 274 ] {90a0aafd-7506-4aee-8884-8aedb996ccab} <Debug> executeQuery: Read 12 rows, 4.18 KiB in 0.00214 sec., 5607.476635514019 rows/sec., 1.91 MiB/sec.
1476 2025.03.12 22:36:17.439674 [ 274 ] {90a0aafd-7506-4aee-8884-8aedb996ccab} <Debug> TCPHandler: Processed in 0.002591637 sec.
1477 2025.03.12 22:36:17.439819 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1478 2025.03.12 22:36:17.439936 [ 274 ] {15ba0240-6d09-49ef-8b3f-190cdaa99ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1479 2025.03.12 22:36:17.439985 [ 274 ] {15ba0240-6d09-49ef-8b3f-190cdaa99ad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1480 2025.03.12 22:36:17.441172 [ 274 ] {15ba0240-6d09-49ef-8b3f-190cdaa99ad8} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1481 2025.03.12 22:36:17.441213 [ 274 ] {15ba0240-6d09-49ef-8b3f-190cdaa99ad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1482 2025.03.12 22:36:17.441595 [ 274 ] {15ba0240-6d09-49ef-8b3f-190cdaa99ad8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1483 2025.03.12 22:36:17.441839 [ 274 ] {15ba0240-6d09-49ef-8b3f-190cdaa99ad8} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1484 2025.03.12 22:36:17.442089 [ 274 ] {15ba0240-6d09-49ef-8b3f-190cdaa99ad8} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002176 sec., 11029.411764705883 rows/sec., 937.07 KiB/sec.
1485 2025.03.12 22:36:17.442259 [ 274 ] {15ba0240-6d09-49ef-8b3f-190cdaa99ad8} <Debug> TCPHandler: Processed in 0.002489155 sec.
1486 2025.03.12 22:36:17.442386 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1487 2025.03.12 22:36:17.442495 [ 274 ] {24e4f77a-8dc4-4442-b2f6-9b4617969799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1488 2025.03.12 22:36:17.442542 [ 274 ] {24e4f77a-8dc4-4442-b2f6-9b4617969799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1489 2025.03.12 22:36:17.443800 [ 274 ] {24e4f77a-8dc4-4442-b2f6-9b4617969799} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1490 2025.03.12 22:36:17.443841 [ 274 ] {24e4f77a-8dc4-4442-b2f6-9b4617969799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1491 2025.03.12 22:36:17.444305 [ 274 ] {24e4f77a-8dc4-4442-b2f6-9b4617969799} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1492 2025.03.12 22:36:17.444555 [ 274 ] {24e4f77a-8dc4-4442-b2f6-9b4617969799} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1493 2025.03.12 22:36:17.444770 [ 274 ] {24e4f77a-8dc4-4442-b2f6-9b4617969799} <Debug> executeQuery: Read 1332 rows, 114.01 KiB in 0.002299 sec., 579382.3401478904 rows/sec., 48.43 MiB/sec.
1494 2025.03.12 22:36:17.444830 [ 274 ] {24e4f77a-8dc4-4442-b2f6-9b4617969799} <Debug> TCPHandler: Processed in 0.002493425 sec.
1495 2025.03.12 22:36:17.444953 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1496 2025.03.12 22:36:17.445061 [ 274 ] {9d7c58fd-c007-48db-b30b-6fa4b36058b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1497 2025.03.12 22:36:17.445107 [ 274 ] {9d7c58fd-c007-48db-b30b-6fa4b36058b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1498 2025.03.12 22:36:17.445643 [ 274 ] {9d7c58fd-c007-48db-b30b-6fa4b36058b6} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1499 2025.03.12 22:36:17.445683 [ 274 ] {9d7c58fd-c007-48db-b30b-6fa4b36058b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1500 2025.03.12 22:36:17.446046 [ 274 ] {9d7c58fd-c007-48db-b30b-6fa4b36058b6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1501 2025.03.12 22:36:17.446290 [ 274 ] {9d7c58fd-c007-48db-b30b-6fa4b36058b6} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1502 2025.03.12 22:36:17.446581 [ 274 ] {9d7c58fd-c007-48db-b30b-6fa4b36058b6} <Debug> executeQuery: Read 20 rows, 1.56 KiB in 0.001526 sec., 13106.15989515072 rows/sec., 1023.92 KiB/sec.
1503 2025.03.12 22:36:17.446654 [ 274 ] {9d7c58fd-c007-48db-b30b-6fa4b36058b6} <Debug> TCPHandler: Processed in 0.001752156 sec.
1504 2025.03.12 22:36:17.446760 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1505 2025.03.12 22:36:17.446863 [ 274 ] {bea42114-3a71-4cde-9376-963ea6626728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1506 2025.03.12 22:36:17.446907 [ 274 ] {bea42114-3a71-4cde-9376-963ea6626728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1507 2025.03.12 22:36:17.447521 [ 274 ] {bea42114-3a71-4cde-9376-963ea6626728} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1508 2025.03.12 22:36:17.447561 [ 274 ] {bea42114-3a71-4cde-9376-963ea6626728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1509 2025.03.12 22:36:17.447936 [ 274 ] {bea42114-3a71-4cde-9376-963ea6626728} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1510 2025.03.12 22:36:17.448170 [ 274 ] {bea42114-3a71-4cde-9376-963ea6626728} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1511 2025.03.12 22:36:17.448370 [ 274 ] {bea42114-3a71-4cde-9376-963ea6626728} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001514 sec., 166446.49933949803 rows/sec., 11.51 MiB/sec.
1512 2025.03.12 22:36:17.448493 [ 274 ] {bea42114-3a71-4cde-9376-963ea6626728} <Debug> TCPHandler: Processed in 0.001782576 sec.
1513 2025.03.12 22:36:17.448615 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1514 2025.03.12 22:36:17.448721 [ 274 ] {a1021ce5-c7ad-4d9e-9b2e-2f537149aaf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1515 2025.03.12 22:36:17.448765 [ 274 ] {a1021ce5-c7ad-4d9e-9b2e-2f537149aaf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1516 2025.03.12 22:36:17.449300 [ 274 ] {a1021ce5-c7ad-4d9e-9b2e-2f537149aaf0} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1517 2025.03.12 22:36:17.449339 [ 274 ] {a1021ce5-c7ad-4d9e-9b2e-2f537149aaf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1518 2025.03.12 22:36:17.449693 [ 274 ] {a1021ce5-c7ad-4d9e-9b2e-2f537149aaf0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1519 2025.03.12 22:36:17.449928 [ 274 ] {a1021ce5-c7ad-4d9e-9b2e-2f537149aaf0} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1520 2025.03.12 22:36:17.450172 [ 274 ] {a1021ce5-c7ad-4d9e-9b2e-2f537149aaf0} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001465 sec., 8191.126279863482 rows/sec., 639.93 KiB/sec.
1521 2025.03.12 22:36:17.450232 [ 274 ] {a1021ce5-c7ad-4d9e-9b2e-2f537149aaf0} <Debug> TCPHandler: Processed in 0.001668484 sec.
1522 2025.03.12 22:36:17.450337 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1523 2025.03.12 22:36:17.450439 [ 274 ] {43f24d98-e94b-42a3-84e7-f5a6b39ae92f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1524 2025.03.12 22:36:17.450484 [ 274 ] {43f24d98-e94b-42a3-84e7-f5a6b39ae92f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1525 2025.03.12 22:36:17.451189 [ 274 ] {43f24d98-e94b-42a3-84e7-f5a6b39ae92f} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1526 2025.03.12 22:36:17.451229 [ 274 ] {43f24d98-e94b-42a3-84e7-f5a6b39ae92f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1527 2025.03.12 22:36:17.451607 [ 274 ] {43f24d98-e94b-42a3-84e7-f5a6b39ae92f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1528 2025.03.12 22:36:17.451858 [ 274 ] {43f24d98-e94b-42a3-84e7-f5a6b39ae92f} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1529 2025.03.12 22:36:17.452035 [ 274 ] {43f24d98-e94b-42a3-84e7-f5a6b39ae92f} <Debug> executeQuery: Read 564 rows, 43.30 KiB in 0.001617 sec., 348794.06307977735 rows/sec., 26.15 MiB/sec.
1530 2025.03.12 22:36:17.452087 [ 274 ] {43f24d98-e94b-42a3-84e7-f5a6b39ae92f} <Debug> TCPHandler: Processed in 0.001799507 sec.
1531 2025.03.12 22:36:17.452209 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1532 2025.03.12 22:36:17.452315 [ 274 ] {42efa03c-2d61-448d-8ec5-3c2f1b7c1c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1533 2025.03.12 22:36:17.452363 [ 274 ] {42efa03c-2d61-448d-8ec5-3c2f1b7c1c7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1534 2025.03.12 22:36:17.453544 [ 274 ] {42efa03c-2d61-448d-8ec5-3c2f1b7c1c7c} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1535 2025.03.12 22:36:17.453578 [ 274 ] {42efa03c-2d61-448d-8ec5-3c2f1b7c1c7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1536 2025.03.12 22:36:17.454123 [ 274 ] {42efa03c-2d61-448d-8ec5-3c2f1b7c1c7c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1537 2025.03.12 22:36:17.454364 [ 274 ] {42efa03c-2d61-448d-8ec5-3c2f1b7c1c7c} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1538 2025.03.12 22:36:17.454601 [ 274 ] {42efa03c-2d61-448d-8ec5-3c2f1b7c1c7c} <Debug> executeQuery: Read 2564 rows, 178.00 KiB in 0.002289 sec., 1120139.7990388817 rows/sec., 75.94 MiB/sec.
1539 2025.03.12 22:36:17.454749 [ 274 ] {42efa03c-2d61-448d-8ec5-3c2f1b7c1c7c} <Debug> TCPHandler: Processed in 0.002591318 sec.
1540 2025.03.12 22:36:17.454874 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1541 2025.03.12 22:36:17.454981 [ 274 ] {7e1caa0a-2608-4419-8b33-9b4d82d2cb7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1542 2025.03.12 22:36:17.455049 [ 274 ] {7e1caa0a-2608-4419-8b33-9b4d82d2cb7c} <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
1543 2025.03.12 22:36:17.456077 [ 274 ] {7e1caa0a-2608-4419-8b33-9b4d82d2cb7c} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1544 2025.03.12 22:36:17.456115 [ 274 ] {7e1caa0a-2608-4419-8b33-9b4d82d2cb7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1545 2025.03.12 22:36:17.456711 [ 274 ] {7e1caa0a-2608-4419-8b33-9b4d82d2cb7c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1546 2025.03.12 22:36:17.456966 [ 274 ] {7e1caa0a-2608-4419-8b33-9b4d82d2cb7c} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1547 2025.03.12 22:36:17.457162 [ 274 ] {7e1caa0a-2608-4419-8b33-9b4d82d2cb7c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002203 sec., 3631.4117113027687 rows/sec., 6.51 MiB/sec.
1548 2025.03.12 22:36:17.457251 [ 274 ] {7e1caa0a-2608-4419-8b33-9b4d82d2cb7c} <Debug> TCPHandler: Processed in 0.002427922 sec.
1549 2025.03.12 22:36:17.457380 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1550 2025.03.12 22:36:17.457487 [ 274 ] {b8a8c565-6d65-4b69-9510-666d74b78705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1551 2025.03.12 22:36:17.457533 [ 274 ] {b8a8c565-6d65-4b69-9510-666d74b78705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1552 2025.03.12 22:36:17.457955 [ 274 ] {b8a8c565-6d65-4b69-9510-666d74b78705} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1553 2025.03.12 22:36:17.457998 [ 274 ] {b8a8c565-6d65-4b69-9510-666d74b78705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
1554 2025.03.12 22:36:17.458344 [ 274 ] {b8a8c565-6d65-4b69-9510-666d74b78705} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1555 2025.03.12 22:36:17.458596 [ 274 ] {b8a8c565-6d65-4b69-9510-666d74b78705} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1556 2025.03.12 22:36:17.458769 [ 274 ] {b8a8c565-6d65-4b69-9510-666d74b78705} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001304 sec., 9202.453987730061 rows/sec., 635.07 KiB/sec.
1557 2025.03.12 22:36:17.458817 [ 274 ] {b8a8c565-6d65-4b69-9510-666d74b78705} <Debug> TCPHandler: Processed in 0.001488059 sec.
1558 2025.03.12 22:36:18.000239 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.27 MiB, peak 169.05 MiB, free memory in arenas 0.00 B, will set to 163.22 MiB (RSS), difference: -1.05 MiB
1559 2025.03.12 22:36:19.475812 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 230
1560 2025.03.12 22:36:19.480058 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1561 2025.03.12 22:36:19.480106 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1562 2025.03.12 22:36:19.481628 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1563 2025.03.12 22:36:19.481932 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1564 2025.03.12 22:36:19.482737 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 230
1565 2025.03.12 22:36:21.656123 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1566 2025.03.12 22:36:21.656324 [ 274 ] {25f25702-0187-47d2-9a97-c4c7a2d7c98c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1567 2025.03.12 22:36:21.656403 [ 274 ] {25f25702-0187-47d2-9a97-c4c7a2d7c98c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1568 2025.03.12 22:36:21.657210 [ 274 ] {25f25702-0187-47d2-9a97-c4c7a2d7c98c} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1569 2025.03.12 22:36:21.657255 [ 274 ] {25f25702-0187-47d2-9a97-c4c7a2d7c98c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1570 2025.03.12 22:36:21.657688 [ 274 ] {25f25702-0187-47d2-9a97-c4c7a2d7c98c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1571 2025.03.12 22:36:21.657941 [ 274 ] {25f25702-0187-47d2-9a97-c4c7a2d7c98c} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1572 2025.03.12 22:36:21.658147 [ 274 ] {25f25702-0187-47d2-9a97-c4c7a2d7c98c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001879 sec., 29803.086748270358 rows/sec., 2.29 MiB/sec.
1573 2025.03.12 22:36:21.658203 [ 274 ] {25f25702-0187-47d2-9a97-c4c7a2d7c98c} <Debug> TCPHandler: Processed in 0.002216658 sec.
1574 2025.03.12 22:36:21.658324 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1575 2025.03.12 22:36:21.658431 [ 274 ] {30cf08b7-6e4f-4bb4-80af-6446bffb2715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1576 2025.03.12 22:36:21.658476 [ 274 ] {30cf08b7-6e4f-4bb4-80af-6446bffb2715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1577 2025.03.12 22:36:21.659011 [ 274 ] {30cf08b7-6e4f-4bb4-80af-6446bffb2715} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1578 2025.03.12 22:36:21.659051 [ 274 ] {30cf08b7-6e4f-4bb4-80af-6446bffb2715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1579 2025.03.12 22:36:21.659394 [ 274 ] {30cf08b7-6e4f-4bb4-80af-6446bffb2715} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1580 2025.03.12 22:36:21.659633 [ 274 ] {30cf08b7-6e4f-4bb4-80af-6446bffb2715} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1581 2025.03.12 22:36:21.659844 [ 274 ] {30cf08b7-6e4f-4bb4-80af-6446bffb2715} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001434 sec., 44630.404463040446 rows/sec., 3.48 MiB/sec.
1582 2025.03.12 22:36:21.659896 [ 274 ] {30cf08b7-6e4f-4bb4-80af-6446bffb2715} <Debug> TCPHandler: Processed in 0.001622762 sec.
1583 2025.03.12 22:36:21.660015 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1584 2025.03.12 22:36:21.660124 [ 274 ] {f69f6412-60f1-44ee-bebf-89293102b2c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1585 2025.03.12 22:36:21.660175 [ 274 ] {f69f6412-60f1-44ee-bebf-89293102b2c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1586 2025.03.12 22:36:21.660676 [ 274 ] {f69f6412-60f1-44ee-bebf-89293102b2c3} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1587 2025.03.12 22:36:21.660717 [ 274 ] {f69f6412-60f1-44ee-bebf-89293102b2c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1588 2025.03.12 22:36:21.661094 [ 274 ] {f69f6412-60f1-44ee-bebf-89293102b2c3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1589 2025.03.12 22:36:21.661337 [ 274 ] {f69f6412-60f1-44ee-bebf-89293102b2c3} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1590 2025.03.12 22:36:21.661545 [ 274 ] {f69f6412-60f1-44ee-bebf-89293102b2c3} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001443 sec., 88704.0887040887 rows/sec., 6.18 MiB/sec.
1591 2025.03.12 22:36:21.661597 [ 274 ] {f69f6412-60f1-44ee-bebf-89293102b2c3} <Debug> TCPHandler: Processed in 0.001631863 sec.
1592 2025.03.12 22:36:21.661715 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1593 2025.03.12 22:36:21.661821 [ 274 ] {00947919-5a94-48d5-bbae-04664b23b1ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1594 2025.03.12 22:36:21.661867 [ 274 ] {00947919-5a94-48d5-bbae-04664b23b1ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1595 2025.03.12 22:36:21.662297 [ 274 ] {00947919-5a94-48d5-bbae-04664b23b1ab} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1596 2025.03.12 22:36:21.662337 [ 274 ] {00947919-5a94-48d5-bbae-04664b23b1ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1597 2025.03.12 22:36:21.662688 [ 274 ] {00947919-5a94-48d5-bbae-04664b23b1ab} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1598 2025.03.12 22:36:21.662917 [ 274 ] {00947919-5a94-48d5-bbae-04664b23b1ab} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1599 2025.03.12 22:36:21.663179 [ 274 ] {00947919-5a94-48d5-bbae-04664b23b1ab} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001373 sec., 34959.941733430445 rows/sec., 2.36 MiB/sec.
1600 2025.03.12 22:36:21.663352 [ 274 ] {00947919-5a94-48d5-bbae-04664b23b1ab} <Debug> TCPHandler: Processed in 0.001683394 sec.
1601 2025.03.12 22:36:21.967715 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1602 2025.03.12 22:36:21.968367 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1603 2025.03.12 22:36:21.968414 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1604 2025.03.12 22:36:21.968955 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1605 2025.03.12 22:36:21.969211 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1606 2025.03.12 22:36:21.969475 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1607 2025.03.12 22:36:22.177046 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1608 2025.03.12 22:36:22.196056 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1609 2025.03.12 22:36:22.196120 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1610 2025.03.12 22:36:22.203184 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1611 2025.03.12 22:36:22.203948 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1612 2025.03.12 22:36:22.206670 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1613 2025.03.12 22:36:23.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.76 MiB, peak 169.05 MiB, free memory in arenas 0.00 B, will set to 164.99 MiB (RSS), difference: 1.23 MiB
1614 2025.03.12 22:36:26.657512 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1615 2025.03.12 22:36:26.657713 [ 274 ] {7f95b484-266b-435e-861c-2813660e20a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1616 2025.03.12 22:36:26.657783 [ 274 ] {7f95b484-266b-435e-861c-2813660e20a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1617 2025.03.12 22:36:26.658585 [ 274 ] {7f95b484-266b-435e-861c-2813660e20a6} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1618 2025.03.12 22:36:26.658631 [ 274 ] {7f95b484-266b-435e-861c-2813660e20a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1619 2025.03.12 22:36:26.659057 [ 274 ] {7f95b484-266b-435e-861c-2813660e20a6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1620 2025.03.12 22:36:26.659303 [ 274 ] {7f95b484-266b-435e-861c-2813660e20a6} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1621 2025.03.12 22:36:26.659543 [ 274 ] {7f95b484-266b-435e-861c-2813660e20a6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00188 sec., 29787.23404255319 rows/sec., 2.29 MiB/sec.
1622 2025.03.12 22:36:26.659599 [ 274 ] {7f95b484-266b-435e-861c-2813660e20a6} <Debug> TCPHandler: Processed in 0.002213647 sec.
1623 2025.03.12 22:36:26.659724 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1624 2025.03.12 22:36:26.659831 [ 274 ] {b68717c8-fbf0-441a-8e08-8efde119e4db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1625 2025.03.12 22:36:26.659877 [ 274 ] {b68717c8-fbf0-441a-8e08-8efde119e4db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1626 2025.03.12 22:36:26.660416 [ 274 ] {b68717c8-fbf0-441a-8e08-8efde119e4db} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1627 2025.03.12 22:36:26.660457 [ 274 ] {b68717c8-fbf0-441a-8e08-8efde119e4db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1628 2025.03.12 22:36:26.660817 [ 274 ] {b68717c8-fbf0-441a-8e08-8efde119e4db} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1629 2025.03.12 22:36:26.661056 [ 274 ] {b68717c8-fbf0-441a-8e08-8efde119e4db} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1630 2025.03.12 22:36:26.661271 [ 274 ] {b68717c8-fbf0-441a-8e08-8efde119e4db} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001463 sec., 43745.72795625427 rows/sec., 3.41 MiB/sec.
1631 2025.03.12 22:36:26.661346 [ 274 ] {b68717c8-fbf0-441a-8e08-8efde119e4db} <Debug> TCPHandler: Processed in 0.001673683 sec.
1632 2025.03.12 22:36:26.661464 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1633 2025.03.12 22:36:26.661571 [ 274 ] {c2d6743e-8286-4424-a7a5-4db56566394f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1634 2025.03.12 22:36:26.661621 [ 274 ] {c2d6743e-8286-4424-a7a5-4db56566394f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1635 2025.03.12 22:36:26.662155 [ 274 ] {c2d6743e-8286-4424-a7a5-4db56566394f} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1636 2025.03.12 22:36:26.662210 [ 274 ] {c2d6743e-8286-4424-a7a5-4db56566394f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1637 2025.03.12 22:36:26.662602 [ 274 ] {c2d6743e-8286-4424-a7a5-4db56566394f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1638 2025.03.12 22:36:26.662846 [ 274 ] {c2d6743e-8286-4424-a7a5-4db56566394f} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1639 2025.03.12 22:36:26.663052 [ 274 ] {c2d6743e-8286-4424-a7a5-4db56566394f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001504 sec., 106382.97872340426 rows/sec., 7.41 MiB/sec.
1640 2025.03.12 22:36:26.663105 [ 274 ] {c2d6743e-8286-4424-a7a5-4db56566394f} <Debug> TCPHandler: Processed in 0.001691124 sec.
1641 2025.03.12 22:36:26.663210 [ 274 ] {} <Trace> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1642 2025.03.12 22:36:26.663313 [ 274 ] {e507725c-9134-4532-9793-adc157b99d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62839) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1643 2025.03.12 22:36:26.663359 [ 274 ] {e507725c-9134-4532-9793-adc157b99d90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1644 2025.03.12 22:36:26.663789 [ 274 ] {e507725c-9134-4532-9793-adc157b99d90} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1645 2025.03.12 22:36:26.663829 [ 274 ] {e507725c-9134-4532-9793-adc157b99d90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1646 2025.03.12 22:36:26.664194 [ 274 ] {e507725c-9134-4532-9793-adc157b99d90} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1647 2025.03.12 22:36:26.664430 [ 274 ] {e507725c-9134-4532-9793-adc157b99d90} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1648 2025.03.12 22:36:26.664735 [ 274 ] {e507725c-9134-4532-9793-adc157b99d90} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec.
1649 2025.03.12 22:36:26.664868 [ 274 ] {e507725c-9134-4532-9793-adc157b99d90} <Debug> TCPHandler: Processed in 0.001707725 sec.
1650 2025.03.12 22:36:29.340231 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache
1651 2025.03.12 22:36:29.340292 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache
1652 2025.03.12 22:36:29.469615 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
1653 2025.03.12 22:36:29.470354 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1654 2025.03.12 22:36:29.470391 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1655 2025.03.12 22:36:29.470987 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1656 2025.03.12 22:36:29.471240 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1657 2025.03.12 22:36:29.471419 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1658 2025.03.12 22:36:29.483108 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 246
1659 2025.03.12 22:36:29.485808 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1660 2025.03.12 22:36:29.485855 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1661 2025.03.12 22:36:29.487312 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1662 2025.03.12 22:36:29.487610 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1663 2025.03.12 22:36:29.488269 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 246
1664 2025.03.12 22:36:29.706753 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1665 2025.03.12 22:36:29.726448 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1666 2025.03.12 22:36:29.726513 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1667 2025.03.12 22:36:29.733385 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1668 2025.03.12 22:36:29.734168 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1669 2025.03.12 22:36:29.737272 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1670 2025.03.12 22:36:30.383306 [ 274 ] {} <Debug> TCPHandler: Done processing connection.
1671 2025.03.12 22:36:30.383407 [ 274 ] {} <Debug> TCP-Session: 823bec16-5dbb-4697-a043-01ad5011214e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1672 2025.03.12 22:36:31.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.28 MiB, peak 169.55 MiB, free memory in arenas 0.00 B, will set to 165.34 MiB (RSS), difference: 2.06 MiB
1673 2025.03.12 22:36:31.653904 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1674 2025.03.12 22:36:31.654253 [ 276 ] {b126d9c6-6340-43a6-aa71-1334f1a022e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1675 2025.03.12 22:36:31.654828 [ 276 ] {b126d9c6-6340-43a6-aa71-1334f1a022e9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1676 2025.03.12 22:36:31.654894 [ 276 ] {b126d9c6-6340-43a6-aa71-1334f1a022e9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1677 2025.03.12 22:36:31.655364 [ 276 ] {b126d9c6-6340-43a6-aa71-1334f1a022e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1678 2025.03.12 22:36:31.655465 [ 276 ] {b126d9c6-6340-43a6-aa71-1334f1a022e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1679 2025.03.12 22:36:31.655663 [ 276 ] {b126d9c6-6340-43a6-aa71-1334f1a022e9} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1680 2025.03.12 22:36:31.655844 [ 287 ] {b126d9c6-6340-43a6-aa71-1334f1a022e9} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1681 2025.03.12 22:36:31.655939 [ 288 ] {b126d9c6-6340-43a6-aa71-1334f1a022e9} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1682 2025.03.12 22:36:31.655993 [ 286 ] {b126d9c6-6340-43a6-aa71-1334f1a022e9} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1683 2025.03.12 22:36:31.656119 [ 276 ] {b126d9c6-6340-43a6-aa71-1334f1a022e9} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (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
1684 2025.03.12 22:36:31.656152 [ 276 ] {b126d9c6-6340-43a6-aa71-1334f1a022e9} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1685 2025.03.12 22:36:31.658460 [ 276 ] {b126d9c6-6340-43a6-aa71-1334f1a022e9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1686 2025.03.12 22:36:31.658500 [ 276 ] {b126d9c6-6340-43a6-aa71-1334f1a022e9} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Reading approx. 30 rows with 2 streams
1687 2025.03.12 22:36:31.658579 [ 276 ] {b126d9c6-6340-43a6-aa71-1334f1a022e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1688 2025.03.12 22:36:31.658641 [ 276 ] {b126d9c6-6340-43a6-aa71-1334f1a022e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1689 2025.03.12 22:36:31.659980 [ 276 ] {b126d9c6-6340-43a6-aa71-1334f1a022e9} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.005893 sec., 5090.78567792296 rows/sec., 213.44 KiB/sec.
1690 2025.03.12 22:36:31.660117 [ 276 ] {b126d9c6-6340-43a6-aa71-1334f1a022e9} <Debug> TCPHandler: Processed in 0.006431287 sec.
1691 2025.03.12 22:36:31.660357 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1692 2025.03.12 22:36:31.660529 [ 276 ] {6e936bb1-b5d9-4ce9-93cc-1d48cb61daf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) 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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1693 2025.03.12 22:36:31.660836 [ 276 ] {6e936bb1-b5d9-4ce9-93cc-1d48cb61daf5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1694 2025.03.12 22:36:31.660884 [ 276 ] {6e936bb1-b5d9-4ce9-93cc-1d48cb61daf5} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1695 2025.03.12 22:36:31.661196 [ 276 ] {6e936bb1-b5d9-4ce9-93cc-1d48cb61daf5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1696 2025.03.12 22:36:31.661262 [ 276 ] {6e936bb1-b5d9-4ce9-93cc-1d48cb61daf5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1697 2025.03.12 22:36:31.661406 [ 276 ] {6e936bb1-b5d9-4ce9-93cc-1d48cb61daf5} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1698 2025.03.12 22:36:31.661517 [ 288 ] {6e936bb1-b5d9-4ce9-93cc-1d48cb61daf5} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1699 2025.03.12 22:36:31.661547 [ 287 ] {6e936bb1-b5d9-4ce9-93cc-1d48cb61daf5} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1700 2025.03.12 22:36:31.661567 [ 286 ] {6e936bb1-b5d9-4ce9-93cc-1d48cb61daf5} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1701 2025.03.12 22:36:31.661681 [ 276 ] {6e936bb1-b5d9-4ce9-93cc-1d48cb61daf5} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (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
1702 2025.03.12 22:36:31.661711 [ 276 ] {6e936bb1-b5d9-4ce9-93cc-1d48cb61daf5} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1703 2025.03.12 22:36:31.661793 [ 276 ] {6e936bb1-b5d9-4ce9-93cc-1d48cb61daf5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1704 2025.03.12 22:36:31.661814 [ 276 ] {6e936bb1-b5d9-4ce9-93cc-1d48cb61daf5} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Reading approx. 30 rows with 2 streams
1705 2025.03.12 22:36:31.661854 [ 276 ] {6e936bb1-b5d9-4ce9-93cc-1d48cb61daf5} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1706 2025.03.12 22:36:31.661896 [ 276 ] {6e936bb1-b5d9-4ce9-93cc-1d48cb61daf5} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1707 2025.03.12 22:36:31.662655 [ 276 ] {6e936bb1-b5d9-4ce9-93cc-1d48cb61daf5} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.002208 sec., 13586.956521739132 rows/sec., 569.66 KiB/sec.
1708 2025.03.12 22:36:31.662761 [ 276 ] {6e936bb1-b5d9-4ce9-93cc-1d48cb61daf5} <Debug> TCPHandler: Processed in 0.002461314 sec.
1709 2025.03.12 22:36:31.662975 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1710 2025.03.12 22:36:31.663140 [ 276 ] {c510b4d2-b359-4094-842b-0ff977e437a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) 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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1711 2025.03.12 22:36:31.663436 [ 276 ] {c510b4d2-b359-4094-842b-0ff977e437a7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1712 2025.03.12 22:36:31.663484 [ 276 ] {c510b4d2-b359-4094-842b-0ff977e437a7} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1713 2025.03.12 22:36:31.663803 [ 276 ] {c510b4d2-b359-4094-842b-0ff977e437a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1714 2025.03.12 22:36:31.663871 [ 276 ] {c510b4d2-b359-4094-842b-0ff977e437a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1715 2025.03.12 22:36:31.664017 [ 276 ] {c510b4d2-b359-4094-842b-0ff977e437a7} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1716 2025.03.12 22:36:31.664126 [ 288 ] {c510b4d2-b359-4094-842b-0ff977e437a7} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1717 2025.03.12 22:36:31.664136 [ 287 ] {c510b4d2-b359-4094-842b-0ff977e437a7} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1718 2025.03.12 22:36:31.664169 [ 286 ] {c510b4d2-b359-4094-842b-0ff977e437a7} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1719 2025.03.12 22:36:31.664278 [ 276 ] {c510b4d2-b359-4094-842b-0ff977e437a7} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (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
1720 2025.03.12 22:36:31.664314 [ 276 ] {c510b4d2-b359-4094-842b-0ff977e437a7} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1721 2025.03.12 22:36:31.664401 [ 276 ] {c510b4d2-b359-4094-842b-0ff977e437a7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1722 2025.03.12 22:36:31.664422 [ 276 ] {c510b4d2-b359-4094-842b-0ff977e437a7} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Reading approx. 30 rows with 2 streams
1723 2025.03.12 22:36:31.664465 [ 276 ] {c510b4d2-b359-4094-842b-0ff977e437a7} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1724 2025.03.12 22:36:31.664509 [ 276 ] {c510b4d2-b359-4094-842b-0ff977e437a7} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1725 2025.03.12 22:36:31.665243 [ 276 ] {c510b4d2-b359-4094-842b-0ff977e437a7} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.002179 sec., 13767.783386874713 rows/sec., 577.24 KiB/sec.
1726 2025.03.12 22:36:31.665353 [ 276 ] {c510b4d2-b359-4094-842b-0ff977e437a7} <Debug> TCPHandler: Processed in 0.002431073 sec.
1727 2025.03.12 22:36:31.666269 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1728 2025.03.12 22:36:31.666440 [ 276 ] {2bf9cb99-7950-4007-8f0d-da4de63d3104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) 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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1729 2025.03.12 22:36:31.666739 [ 276 ] {2bf9cb99-7950-4007-8f0d-da4de63d3104} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1730 2025.03.12 22:36:31.666789 [ 276 ] {2bf9cb99-7950-4007-8f0d-da4de63d3104} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1731 2025.03.12 22:36:31.667106 [ 276 ] {2bf9cb99-7950-4007-8f0d-da4de63d3104} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1732 2025.03.12 22:36:31.667174 [ 276 ] {2bf9cb99-7950-4007-8f0d-da4de63d3104} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1733 2025.03.12 22:36:31.667318 [ 276 ] {2bf9cb99-7950-4007-8f0d-da4de63d3104} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1734 2025.03.12 22:36:31.667384 [ 287 ] {2bf9cb99-7950-4007-8f0d-da4de63d3104} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1735 2025.03.12 22:36:31.667446 [ 288 ] {2bf9cb99-7950-4007-8f0d-da4de63d3104} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1736 2025.03.12 22:36:31.667468 [ 286 ] {2bf9cb99-7950-4007-8f0d-da4de63d3104} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1737 2025.03.12 22:36:31.667575 [ 276 ] {2bf9cb99-7950-4007-8f0d-da4de63d3104} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (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
1738 2025.03.12 22:36:31.667605 [ 276 ] {2bf9cb99-7950-4007-8f0d-da4de63d3104} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1739 2025.03.12 22:36:31.667690 [ 276 ] {2bf9cb99-7950-4007-8f0d-da4de63d3104} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1740 2025.03.12 22:36:31.667711 [ 276 ] {2bf9cb99-7950-4007-8f0d-da4de63d3104} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Reading approx. 30 rows with 2 streams
1741 2025.03.12 22:36:31.667755 [ 276 ] {2bf9cb99-7950-4007-8f0d-da4de63d3104} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1742 2025.03.12 22:36:31.667800 [ 276 ] {2bf9cb99-7950-4007-8f0d-da4de63d3104} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1743 2025.03.12 22:36:31.668557 [ 276 ] {2bf9cb99-7950-4007-8f0d-da4de63d3104} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.002197 sec., 13654.984069185251 rows/sec., 572.51 KiB/sec.
1744 2025.03.12 22:36:31.668666 [ 276 ] {2bf9cb99-7950-4007-8f0d-da4de63d3104} <Debug> TCPHandler: Processed in 0.002450714 sec.
1745 2025.03.12 22:36:31.676322 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1746 2025.03.12 22:36:31.676730 [ 276 ] {63d4ce42-3645-40b6-a16e-4f7c4ef14518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1747 2025.03.12 22:36:31.676802 [ 276 ] {63d4ce42-3645-40b6-a16e-4f7c4ef14518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1748 2025.03.12 22:36:31.677564 [ 276 ] {63d4ce42-3645-40b6-a16e-4f7c4ef14518} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1749 2025.03.12 22:36:31.677612 [ 276 ] {63d4ce42-3645-40b6-a16e-4f7c4ef14518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1750 2025.03.12 22:36:31.678150 [ 276 ] {63d4ce42-3645-40b6-a16e-4f7c4ef14518} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1751 2025.03.12 22:36:31.678397 [ 276 ] {63d4ce42-3645-40b6-a16e-4f7c4ef14518} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1752 2025.03.12 22:36:31.678667 [ 276 ] {63d4ce42-3645-40b6-a16e-4f7c4ef14518} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.001968 sec., 2032.5203252032518 rows/sec., 191.54 KiB/sec.
1753 2025.03.12 22:36:31.678969 [ 276 ] {63d4ce42-3645-40b6-a16e-4f7c4ef14518} <Debug> TCPHandler: Processed in 0.002763132 sec.
1754 2025.03.12 22:36:31.679109 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1755 2025.03.12 22:36:31.679215 [ 276 ] {c29478ad-e4d6-437b-ad61-e454f50c6655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1756 2025.03.12 22:36:31.679263 [ 276 ] {c29478ad-e4d6-437b-ad61-e454f50c6655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1757 2025.03.12 22:36:31.679939 [ 276 ] {c29478ad-e4d6-437b-ad61-e454f50c6655} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1758 2025.03.12 22:36:31.679983 [ 276 ] {c29478ad-e4d6-437b-ad61-e454f50c6655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1759 2025.03.12 22:36:31.680374 [ 276 ] {c29478ad-e4d6-437b-ad61-e454f50c6655} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1760 2025.03.12 22:36:31.680624 [ 276 ] {c29478ad-e4d6-437b-ad61-e454f50c6655} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1761 2025.03.12 22:36:31.680886 [ 276 ] {c29478ad-e4d6-437b-ad61-e454f50c6655} <Debug> executeQuery: Read 126 rows, 11.03 KiB in 0.001689 sec., 74600.35523978686 rows/sec., 6.38 MiB/sec.
1762 2025.03.12 22:36:31.681033 [ 276 ] {c29478ad-e4d6-437b-ad61-e454f50c6655} <Debug> TCPHandler: Processed in 0.001975851 sec.
1763 2025.03.12 22:36:31.681163 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1764 2025.03.12 22:36:31.681271 [ 276 ] {64b5b5f1-b2c2-4f7b-b49e-8a32a869b5fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1765 2025.03.12 22:36:31.681316 [ 276 ] {64b5b5f1-b2c2-4f7b-b49e-8a32a869b5fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1766 2025.03.12 22:36:31.681873 [ 276 ] {64b5b5f1-b2c2-4f7b-b49e-8a32a869b5fd} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1767 2025.03.12 22:36:31.681918 [ 276 ] {64b5b5f1-b2c2-4f7b-b49e-8a32a869b5fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1768 2025.03.12 22:36:31.682290 [ 276 ] {64b5b5f1-b2c2-4f7b-b49e-8a32a869b5fd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1769 2025.03.12 22:36:31.682546 [ 276 ] {64b5b5f1-b2c2-4f7b-b49e-8a32a869b5fd} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): 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.03.12 22:36:31.682778 [ 276 ] {64b5b5f1-b2c2-4f7b-b49e-8a32a869b5fd} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001524 sec., 22309.71128608924 rows/sec., 1.64 MiB/sec.
1771 2025.03.12 22:36:31.682897 [ 276 ] {64b5b5f1-b2c2-4f7b-b49e-8a32a869b5fd} <Debug> TCPHandler: Processed in 0.001784287 sec.
1772 2025.03.12 22:36:31.683025 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1773 2025.03.12 22:36:31.683144 [ 276 ] {cdfa7815-657c-41bf-8398-c4067d778c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1774 2025.03.12 22:36:31.683192 [ 276 ] {cdfa7815-657c-41bf-8398-c4067d778c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1775 2025.03.12 22:36:31.683784 [ 276 ] {cdfa7815-657c-41bf-8398-c4067d778c92} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1776 2025.03.12 22:36:31.683827 [ 276 ] {cdfa7815-657c-41bf-8398-c4067d778c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1777 2025.03.12 22:36:31.684227 [ 276 ] {cdfa7815-657c-41bf-8398-c4067d778c92} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1778 2025.03.12 22:36:31.684479 [ 276 ] {cdfa7815-657c-41bf-8398-c4067d778c92} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1779 2025.03.12 22:36:31.684853 [ 276 ] {cdfa7815-657c-41bf-8398-c4067d778c92} <Debug> executeQuery: Read 2 rows, 136.00 B in 0.001695 sec., 1179.9410029498526 rows/sec., 78.36 KiB/sec.
1780 2025.03.12 22:36:31.684916 [ 276 ] {cdfa7815-657c-41bf-8398-c4067d778c92} <Debug> TCPHandler: Processed in 0.00194378 sec.
1781 2025.03.12 22:36:31.685036 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1782 2025.03.12 22:36:31.685144 [ 276 ] {3ddd64ad-cca2-49df-8702-002c15fe8b8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1783 2025.03.12 22:36:31.685196 [ 276 ] {3ddd64ad-cca2-49df-8702-002c15fe8b8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1784 2025.03.12 22:36:31.685846 [ 276 ] {3ddd64ad-cca2-49df-8702-002c15fe8b8d} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1785 2025.03.12 22:36:31.685889 [ 276 ] {3ddd64ad-cca2-49df-8702-002c15fe8b8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1786 2025.03.12 22:36:31.686309 [ 276 ] {3ddd64ad-cca2-49df-8702-002c15fe8b8d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1787 2025.03.12 22:36:31.686559 [ 276 ] {3ddd64ad-cca2-49df-8702-002c15fe8b8d} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1788 2025.03.12 22:36:31.686871 [ 276 ] {3ddd64ad-cca2-49df-8702-002c15fe8b8d} <Debug> executeQuery: Read 110 rows, 8.80 KiB in 0.001715 sec., 64139.9416909621 rows/sec., 5.01 MiB/sec.
1789 2025.03.12 22:36:31.686985 [ 276 ] {3ddd64ad-cca2-49df-8702-002c15fe8b8d} <Debug> TCPHandler: Processed in 0.002000391 sec.
1790 2025.03.12 22:36:31.687108 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1791 2025.03.12 22:36:31.687217 [ 276 ] {fb297716-d02e-4ded-a61f-ad06bff35bad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1792 2025.03.12 22:36:31.687342 [ 276 ] {fb297716-d02e-4ded-a61f-ad06bff35bad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1793 2025.03.12 22:36:31.687876 [ 276 ] {fb297716-d02e-4ded-a61f-ad06bff35bad} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1794 2025.03.12 22:36:31.687916 [ 276 ] {fb297716-d02e-4ded-a61f-ad06bff35bad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1795 2025.03.12 22:36:31.688325 [ 276 ] {fb297716-d02e-4ded-a61f-ad06bff35bad} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1796 2025.03.12 22:36:31.688571 [ 276 ] {fb297716-d02e-4ded-a61f-ad06bff35bad} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1797 2025.03.12 22:36:31.688795 [ 276 ] {fb297716-d02e-4ded-a61f-ad06bff35bad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec.
1798 2025.03.12 22:36:31.688848 [ 276 ] {fb297716-d02e-4ded-a61f-ad06bff35bad} <Debug> TCPHandler: Processed in 0.001791977 sec.
1799 2025.03.12 22:36:31.688955 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1800 2025.03.12 22:36:31.689138 [ 276 ] {fe958a13-1696-4b9d-8518-5efb8c8a23d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1801 2025.03.12 22:36:31.689188 [ 276 ] {fe958a13-1696-4b9d-8518-5efb8c8a23d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1802 2025.03.12 22:36:31.689625 [ 276 ] {fe958a13-1696-4b9d-8518-5efb8c8a23d4} <Trace> oximeter.measurements_f64 (bf7028ec-0b23-487e-9c11-362e87b722c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1803 2025.03.12 22:36:31.689664 [ 276 ] {fe958a13-1696-4b9d-8518-5efb8c8a23d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1804 2025.03.12 22:36:31.690034 [ 276 ] {fe958a13-1696-4b9d-8518-5efb8c8a23d4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1805 2025.03.12 22:36:31.690273 [ 276 ] {fe958a13-1696-4b9d-8518-5efb8c8a23d4} <Trace> oximeter.measurements_f64 (bf7028ec-0b23-487e-9c11-362e87b722c8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1806 2025.03.12 22:36:31.690565 [ 276 ] {fe958a13-1696-4b9d-8518-5efb8c8a23d4} <Debug> executeQuery: Read 2 rows, 130.00 B in 0.001435 sec., 1393.7282229965156 rows/sec., 88.47 KiB/sec.
1807 2025.03.12 22:36:31.690751 [ 276 ] {fe958a13-1696-4b9d-8518-5efb8c8a23d4} <Debug> TCPHandler: Processed in 0.001842598 sec.
1808 2025.03.12 22:36:31.690886 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1809 2025.03.12 22:36:31.690994 [ 276 ] {3769043a-1159-4c38-b869-b07faac5d6d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1810 2025.03.12 22:36:31.691066 [ 276 ] {3769043a-1159-4c38-b869-b07faac5d6d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1811 2025.03.12 22:36:31.692349 [ 276 ] {3769043a-1159-4c38-b869-b07faac5d6d7} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1812 2025.03.12 22:36:31.692387 [ 276 ] {3769043a-1159-4c38-b869-b07faac5d6d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1813 2025.03.12 22:36:31.693063 [ 276 ] {3769043a-1159-4c38-b869-b07faac5d6d7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1814 2025.03.12 22:36:31.693337 [ 276 ] {3769043a-1159-4c38-b869-b07faac5d6d7} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1815 2025.03.12 22:36:31.693725 [ 276 ] {3769043a-1159-4c38-b869-b07faac5d6d7} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002702 sec., 12583.271650629164 rows/sec., 22.55 MiB/sec.
1816 2025.03.12 22:36:31.693957 [ 276 ] {3769043a-1159-4c38-b869-b07faac5d6d7} <Debug> TCPHandler: Processed in 0.003124191 sec.
1817 2025.03.12 22:36:31.694087 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1818 2025.03.12 22:36:31.694192 [ 276 ] {68ff5183-b1fc-4093-8113-8192343e2357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1819 2025.03.12 22:36:31.694240 [ 276 ] {68ff5183-b1fc-4093-8113-8192343e2357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1820 2025.03.12 22:36:31.694680 [ 276 ] {68ff5183-b1fc-4093-8113-8192343e2357} <Trace> oximeter.measurements_i64 (a9cc5a4e-f6c1-48ab-98a7-a695a6180904): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1821 2025.03.12 22:36:31.694719 [ 276 ] {68ff5183-b1fc-4093-8113-8192343e2357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1822 2025.03.12 22:36:31.695121 [ 276 ] {68ff5183-b1fc-4093-8113-8192343e2357} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1823 2025.03.12 22:36:31.695365 [ 276 ] {68ff5183-b1fc-4093-8113-8192343e2357} <Trace> oximeter.measurements_i64 (a9cc5a4e-f6c1-48ab-98a7-a695a6180904): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1824 2025.03.12 22:36:31.695585 [ 276 ] {68ff5183-b1fc-4093-8113-8192343e2357} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001406 sec., 14935.988620199147 rows/sec., 1.09 MiB/sec.
1825 2025.03.12 22:36:31.695787 [ 276 ] {68ff5183-b1fc-4093-8113-8192343e2357} <Debug> TCPHandler: Processed in 0.001755876 sec.
1826 2025.03.12 22:36:31.695914 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1827 2025.03.12 22:36:31.696022 [ 276 ] {519dbddb-ca22-483a-9a4e-1544e4523f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1828 2025.03.12 22:36:31.696073 [ 276 ] {519dbddb-ca22-483a-9a4e-1544e4523f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1829 2025.03.12 22:36:31.696538 [ 276 ] {519dbddb-ca22-483a-9a4e-1544e4523f57} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1830 2025.03.12 22:36:31.696578 [ 276 ] {519dbddb-ca22-483a-9a4e-1544e4523f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1831 2025.03.12 22:36:31.696929 [ 276 ] {519dbddb-ca22-483a-9a4e-1544e4523f57} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1832 2025.03.12 22:36:31.697176 [ 276 ] {519dbddb-ca22-483a-9a4e-1544e4523f57} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1833 2025.03.12 22:36:31.697400 [ 276 ] {519dbddb-ca22-483a-9a4e-1544e4523f57} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec.
1834 2025.03.12 22:36:31.697451 [ 276 ] {519dbddb-ca22-483a-9a4e-1544e4523f57} <Debug> TCPHandler: Processed in 0.001587921 sec.
1835 2025.03.12 22:36:36.658219 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1836 2025.03.12 22:36:36.658470 [ 276 ] {2e5cbb56-0715-4b19-ad57-1216dd54793b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1837 2025.03.12 22:36:36.658561 [ 276 ] {2e5cbb56-0715-4b19-ad57-1216dd54793b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1838 2025.03.12 22:36:36.659579 [ 276 ] {2e5cbb56-0715-4b19-ad57-1216dd54793b} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1839 2025.03.12 22:36:36.659635 [ 276 ] {2e5cbb56-0715-4b19-ad57-1216dd54793b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1840 2025.03.12 22:36:36.660206 [ 276 ] {2e5cbb56-0715-4b19-ad57-1216dd54793b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1841 2025.03.12 22:36:36.660562 [ 276 ] {2e5cbb56-0715-4b19-ad57-1216dd54793b} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1842 2025.03.12 22:36:36.660785 [ 49 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1843 2025.03.12 22:36:36.660871 [ 49 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1844 2025.03.12 22:36:36.660907 [ 276 ] {2e5cbb56-0715-4b19-ad57-1216dd54793b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00249 sec., 22489.95983935743 rows/sec., 1.73 MiB/sec.
1845 2025.03.12 22:36:36.660915 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1846 2025.03.12 22:36:36.661108 [ 276 ] {2e5cbb56-0715-4b19-ad57-1216dd54793b} <Debug> TCPHandler: Processed in 0.00308509 sec.
1847 2025.03.12 22:36:36.661171 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::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
1848 2025.03.12 22:36:36.661333 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1849 2025.03.12 22:36:36.661374 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1850 2025.03.12 22:36:36.661419 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part
1851 2025.03.12 22:36:36.661550 [ 276 ] {98281a18-510c-4f9d-a575-b36e0055edf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1852 2025.03.12 22:36:36.661667 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1332 rows starting from the beginning of the part
1853 2025.03.12 22:36:36.661763 [ 276 ] {98281a18-510c-4f9d-a575-b36e0055edf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1854 2025.03.12 22:36:36.661956 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::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
1855 2025.03.12 22:36:36.662301 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part
1856 2025.03.12 22:36:36.662544 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 126 rows starting from the beginning of the part
1857 2025.03.12 22:36:36.662842 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part
1858 2025.03.12 22:36:36.664891 [ 276 ] {98281a18-510c-4f9d-a575-b36e0055edf4} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1859 2025.03.12 22:36:36.664984 [ 276 ] {98281a18-510c-4f9d-a575-b36e0055edf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1860 2025.03.12 22:36:36.666098 [ 196 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1698 rows, containing 5 columns (5 merged, 0 gathered) in 0.00503791 sec., 337044.52838577906 rows/sec., 29.25 MiB/sec.
1861 2025.03.12 22:36:36.666134 [ 276 ] {98281a18-510c-4f9d-a575-b36e0055edf4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1862 2025.03.12 22:36:36.666476 [ 196 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1863 2025.03.12 22:36:36.666673 [ 276 ] {98281a18-510c-4f9d-a575-b36e0055edf4} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1864 2025.03.12 22:36:36.666979 [ 49 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1865 2025.03.12 22:36:36.667068 [ 49 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1866 2025.03.12 22:36:36.667152 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1867 2025.03.12 22:36:36.667217 [ 196 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_11_2} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1868 2025.03.12 22:36:36.667373 [ 276 ] {98281a18-510c-4f9d-a575-b36e0055edf4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005849 sec., 10942.041374593948 rows/sec., 874.55 KiB/sec.
1869 2025.03.12 22:36:36.667689 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
1870 2025.03.12 22:36:36.667722 [ 276 ] {98281a18-510c-4f9d-a575-b36e0055edf4} <Debug> TCPHandler: Processed in 0.006484219 sec.
1871 2025.03.12 22:36:36.667726 [ 196 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_11_2} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1872 2025.03.12 22:36:36.668062 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
1873 2025.03.12 22:36:36.668099 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1874 2025.03.12 22:36:36.668120 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1875 2025.03.12 22:36:36.668185 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part
1876 2025.03.12 22:36:36.668327 [ 276 ] {ae4941e8-a863-432b-97c0-b9a8ae3475d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1877 2025.03.12 22:36:36.668526 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 564 rows starting from the beginning of the part
1878 2025.03.12 22:36:36.668581 [ 276 ] {ae4941e8-a863-432b-97c0-b9a8ae3475d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1879 2025.03.12 22:36:36.668906 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
1880 2025.03.12 22:36:36.669273 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part
1881 2025.03.12 22:36:36.669646 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 110 rows starting from the beginning of the part
1882 2025.03.12 22:36:36.669996 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part
1883 2025.03.12 22:36:36.671756 [ 276 ] {ae4941e8-a863-432b-97c0-b9a8ae3475d9} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1884 2025.03.12 22:36:36.671854 [ 276 ] {ae4941e8-a863-432b-97c0-b9a8ae3475d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1885 2025.03.12 22:36:36.673388 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 938 rows, containing 5 columns (5 merged, 0 gathered) in 0.006083588 sec., 154185.32615949668 rows/sec., 12.34 MiB/sec.
1886 2025.03.12 22:36:36.673463 [ 276 ] {ae4941e8-a863-432b-97c0-b9a8ae3475d9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1887 2025.03.12 22:36:36.673604 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1888 2025.03.12 22:36:36.674092 [ 276 ] {ae4941e8-a863-432b-97c0-b9a8ae3475d9} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1889 2025.03.12 22:36:36.674155 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_11_2} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1890 2025.03.12 22:36:36.674308 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_11_2} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1891 2025.03.12 22:36:36.674427 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1892 2025.03.12 22:36:36.674525 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1893 2025.03.12 22:36:36.674616 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1894 2025.03.12 22:36:36.674697 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
1895 2025.03.12 22:36:36.674761 [ 276 ] {ae4941e8-a863-432b-97c0-b9a8ae3475d9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006501 sec., 24611.59821565913 rows/sec., 1.71 MiB/sec.
1896 2025.03.12 22:36:36.675150 [ 276 ] {ae4941e8-a863-432b-97c0-b9a8ae3475d9} <Debug> TCPHandler: Processed in 0.007198576 sec.
1897 2025.03.12 22:36:36.675150 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
1898 2025.03.12 22:36:36.675415 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1899 2025.03.12 22:36:36.675461 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 928 rows starting from the beginning of the part
1900 2025.03.12 22:36:36.675465 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1901 2025.03.12 22:36:36.675606 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2564 rows starting from the beginning of the part
1902 2025.03.12 22:36:36.675875 [ 276 ] {dcb66224-2e46-4590-8489-41aaf2f956b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1903 2025.03.12 22:36:36.675957 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
1904 2025.03.12 22:36:36.676063 [ 276 ] {dcb66224-2e46-4590-8489-41aaf2f956b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1905 2025.03.12 22:36:36.676203 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
1906 2025.03.12 22:36:36.676663 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part
1907 2025.03.12 22:36:36.676978 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
1908 2025.03.12 22:36:36.678129 [ 276 ] {dcb66224-2e46-4590-8489-41aaf2f956b3} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1909 2025.03.12 22:36:36.678187 [ 276 ] {dcb66224-2e46-4590-8489-41aaf2f956b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1910 2025.03.12 22:36:36.679040 [ 276 ] {dcb66224-2e46-4590-8489-41aaf2f956b3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1911 2025.03.12 22:36:36.679466 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4100 rows, containing 5 columns (5 merged, 0 gathered) in 0.004663951 sec., 879082.9920811774 rows/sec., 60.21 MiB/sec.
1912 2025.03.12 22:36:36.679560 [ 276 ] {dcb66224-2e46-4590-8489-41aaf2f956b3} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1913 2025.03.12 22:36:36.679770 [ 49 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1914 2025.03.12 22:36:36.679873 [ 49 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1915 2025.03.12 22:36:36.679945 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1916 2025.03.12 22:36:36.680046 [ 276 ] {dcb66224-2e46-4590-8489-41aaf2f956b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004335 sec., 13840.830449826988 rows/sec., 955.16 KiB/sec.
1917 2025.03.12 22:36:36.680063 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1918 2025.03.12 22:36:36.680185 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
1919 2025.03.12 22:36:36.680469 [ 276 ] {dcb66224-2e46-4590-8489-41aaf2f956b3} <Debug> TCPHandler: Processed in 0.005073992 sec.
1920 2025.03.12 22:36:36.680604 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1921 2025.03.12 22:36:36.680700 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 348 rows starting from the beginning of the part
1922 2025.03.12 22:36:36.680893 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part
1923 2025.03.12 22:36:36.681153 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
1924 2025.03.12 22:36:36.681418 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
1925 2025.03.12 22:36:36.681435 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1926 2025.03.12 22:36:36.681644 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part
1927 2025.03.12 22:36:36.681886 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
1928 2025.03.12 22:36:36.681918 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1929 2025.03.12 22:36:36.682333 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB.
1930 2025.03.12 22:36:36.683346 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 4 columns (4 merged, 0 gathered) in 0.003305326 sec., 177894.7069063687 rows/sec., 11.99 MiB/sec.
1931 2025.03.12 22:36:36.683508 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1932 2025.03.12 22:36:36.683811 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_11_2} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1933 2025.03.12 22:36:36.683891 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_11_2} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1934 2025.03.12 22:36:36.683960 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
1935 2025.03.12 22:36:36.971557 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
1936 2025.03.12 22:36:36.972313 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1937 2025.03.12 22:36:36.972370 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1938 2025.03.12 22:36:36.972940 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1939 2025.03.12 22:36:36.973228 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1940 2025.03.12 22:36:36.973532 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
1941 2025.03.12 22:36:37.237364 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
1942 2025.03.12 22:36:37.258384 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1943 2025.03.12 22:36:37.258456 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1944 2025.03.12 22:36:37.266304 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1945 2025.03.12 22:36:37.267248 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1946 2025.03.12 22:36:37.271476 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
1947 2025.03.12 22:36:39.488423 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 282
1948 2025.03.12 22:36:39.491594 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1949 2025.03.12 22:36:39.491648 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1950 2025.03.12 22:36:39.493179 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1951 2025.03.12 22:36:39.493487 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1952 2025.03.12 22:36:39.493684 [ 43 ] {} <Debug> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1953 2025.03.12 22:36:39.493809 [ 43 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1954 2025.03.12 22:36:39.493876 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1955 2025.03.12 22:36:39.494570 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::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
1956 2025.03.12 22:36:39.495076 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 282
1957 2025.03.12 22:36:39.495602 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1958 2025.03.12 22:36:39.495785 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::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
1959 2025.03.12 22:36:39.496520 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::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
1960 2025.03.12 22:36:39.497113 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part
1961 2025.03.12 22:36:39.497677 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::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
1962 2025.03.12 22:36:39.498322 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part
1963 2025.03.12 22:36:39.498921 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part
1964 2025.03.12 22:36:39.506721 [ 186 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 72 columns (72 merged, 0 gathered) in 0.012670138 sec., 22257.058289341443 rows/sec., 22.71 MiB/sec.
1965 2025.03.12 22:36:39.507498 [ 200 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1966 2025.03.12 22:36:39.508193 [ 200 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_6_1} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1967 2025.03.12 22:36:39.508273 [ 200 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_6_1} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1968 2025.03.12 22:36:39.508464 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.63 MiB.
1969 2025.03.12 22:36:41.660700 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1970 2025.03.12 22:36:41.660912 [ 276 ] {ff14a898-81eb-4117-a235-afc44bfba10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1971 2025.03.12 22:36:41.660992 [ 276 ] {ff14a898-81eb-4117-a235-afc44bfba10b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1972 2025.03.12 22:36:41.661896 [ 276 ] {ff14a898-81eb-4117-a235-afc44bfba10b} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1973 2025.03.12 22:36:41.661942 [ 276 ] {ff14a898-81eb-4117-a235-afc44bfba10b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1974 2025.03.12 22:36:41.662410 [ 276 ] {ff14a898-81eb-4117-a235-afc44bfba10b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1975 2025.03.12 22:36:41.662661 [ 276 ] {ff14a898-81eb-4117-a235-afc44bfba10b} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1976 2025.03.12 22:36:41.662902 [ 276 ] {ff14a898-81eb-4117-a235-afc44bfba10b} <Debug> executeQuery: Read 124 rows, 10.85 KiB in 0.002047 sec., 60576.45334636052 rows/sec., 5.18 MiB/sec.
1977 2025.03.12 22:36:41.662964 [ 276 ] {ff14a898-81eb-4117-a235-afc44bfba10b} <Debug> TCPHandler: Processed in 0.002402592 sec.
1978 2025.03.12 22:36:41.663094 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1979 2025.03.12 22:36:41.663207 [ 276 ] {9f7b1e66-274f-4b62-9d2b-564a144742e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1980 2025.03.12 22:36:41.663255 [ 276 ] {9f7b1e66-274f-4b62-9d2b-564a144742e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1981 2025.03.12 22:36:41.663795 [ 276 ] {9f7b1e66-274f-4b62-9d2b-564a144742e1} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1982 2025.03.12 22:36:41.663836 [ 276 ] {9f7b1e66-274f-4b62-9d2b-564a144742e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1983 2025.03.12 22:36:41.664183 [ 276 ] {9f7b1e66-274f-4b62-9d2b-564a144742e1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1984 2025.03.12 22:36:41.664417 [ 276 ] {9f7b1e66-274f-4b62-9d2b-564a144742e1} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1985 2025.03.12 22:36:41.664691 [ 276 ] {9f7b1e66-274f-4b62-9d2b-564a144742e1} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001488 sec., 22849.4623655914 rows/sec., 1.68 MiB/sec.
1986 2025.03.12 22:36:41.664825 [ 276 ] {9f7b1e66-274f-4b62-9d2b-564a144742e1} <Debug> TCPHandler: Processed in 0.001783576 sec.
1987 2025.03.12 22:36:41.664935 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1988 2025.03.12 22:36:41.665039 [ 276 ] {8167a72a-84a1-49f1-be1a-7eaf2ef667fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1989 2025.03.12 22:36:41.665086 [ 276 ] {8167a72a-84a1-49f1-be1a-7eaf2ef667fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1990 2025.03.12 22:36:41.665678 [ 276 ] {8167a72a-84a1-49f1-be1a-7eaf2ef667fd} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1991 2025.03.12 22:36:41.665718 [ 276 ] {8167a72a-84a1-49f1-be1a-7eaf2ef667fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
1992 2025.03.12 22:36:41.666077 [ 276 ] {8167a72a-84a1-49f1-be1a-7eaf2ef667fd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1993 2025.03.12 22:36:41.666311 [ 276 ] {8167a72a-84a1-49f1-be1a-7eaf2ef667fd} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1994 2025.03.12 22:36:41.666515 [ 276 ] {8167a72a-84a1-49f1-be1a-7eaf2ef667fd} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001498 sec., 65420.56074766355 rows/sec., 5.11 MiB/sec.
1995 2025.03.12 22:36:41.666568 [ 276 ] {8167a72a-84a1-49f1-be1a-7eaf2ef667fd} <Debug> TCPHandler: Processed in 0.001685073 sec.
1996 2025.03.12 22:36:41.666691 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1997 2025.03.12 22:36:41.666797 [ 276 ] {b66fe6dc-edc6-4dca-8576-a6b57cb4d31a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1998 2025.03.12 22:36:41.666846 [ 276 ] {b66fe6dc-edc6-4dca-8576-a6b57cb4d31a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1999 2025.03.12 22:36:41.667373 [ 276 ] {b66fe6dc-edc6-4dca-8576-a6b57cb4d31a} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2000 2025.03.12 22:36:41.667411 [ 276 ] {b66fe6dc-edc6-4dca-8576-a6b57cb4d31a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2001 2025.03.12 22:36:41.667792 [ 276 ] {b66fe6dc-edc6-4dca-8576-a6b57cb4d31a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2002 2025.03.12 22:36:41.668043 [ 276 ] {b66fe6dc-edc6-4dca-8576-a6b57cb4d31a} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2003 2025.03.12 22:36:41.668265 [ 276 ] {b66fe6dc-edc6-4dca-8576-a6b57cb4d31a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001485 sec., 107744.10774410775 rows/sec., 7.50 MiB/sec.
2004 2025.03.12 22:36:41.668349 [ 276 ] {b66fe6dc-edc6-4dca-8576-a6b57cb4d31a} <Debug> TCPHandler: Processed in 0.001707284 sec.
2005 2025.03.12 22:36:41.668461 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2006 2025.03.12 22:36:41.668563 [ 276 ] {3e93cf22-6f21-431c-927e-0c60b7a67700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2007 2025.03.12 22:36:41.668628 [ 276 ] {3e93cf22-6f21-431c-927e-0c60b7a67700} <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
2008 2025.03.12 22:36:41.669754 [ 276 ] {3e93cf22-6f21-431c-927e-0c60b7a67700} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2009 2025.03.12 22:36:41.669792 [ 276 ] {3e93cf22-6f21-431c-927e-0c60b7a67700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2010 2025.03.12 22:36:41.670426 [ 276 ] {3e93cf22-6f21-431c-927e-0c60b7a67700} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2011 2025.03.12 22:36:41.670673 [ 276 ] {3e93cf22-6f21-431c-927e-0c60b7a67700} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2012 2025.03.12 22:36:41.670923 [ 276 ] {3e93cf22-6f21-431c-927e-0c60b7a67700} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002379 sec., 14291.719209751996 rows/sec., 25.61 MiB/sec.
2013 2025.03.12 22:36:41.671017 [ 276 ] {3e93cf22-6f21-431c-927e-0c60b7a67700} <Debug> TCPHandler: Processed in 0.002610508 sec.
2014 2025.03.12 22:36:41.671133 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2015 2025.03.12 22:36:41.671235 [ 276 ] {ad0f5abe-b4eb-4c9d-9c27-71f3175278a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2016 2025.03.12 22:36:41.671280 [ 276 ] {ad0f5abe-b4eb-4c9d-9c27-71f3175278a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2017 2025.03.12 22:36:41.671730 [ 276 ] {ad0f5abe-b4eb-4c9d-9c27-71f3175278a7} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2018 2025.03.12 22:36:41.671769 [ 276 ] {ad0f5abe-b4eb-4c9d-9c27-71f3175278a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2019 2025.03.12 22:36:41.672125 [ 276 ] {ad0f5abe-b4eb-4c9d-9c27-71f3175278a7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2020 2025.03.12 22:36:41.672375 [ 276 ] {ad0f5abe-b4eb-4c9d-9c27-71f3175278a7} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2021 2025.03.12 22:36:41.672583 [ 276 ] {ad0f5abe-b4eb-4c9d-9c27-71f3175278a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec.
2022 2025.03.12 22:36:41.672634 [ 276 ] {ad0f5abe-b4eb-4c9d-9c27-71f3175278a7} <Debug> TCPHandler: Processed in 0.001551181 sec.
2023 2025.03.12 22:36:44.340335 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache
2024 2025.03.12 22:36:44.340410 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache
2025 2025.03.12 22:36:44.473713 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
2026 2025.03.12 22:36:44.474882 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2027 2025.03.12 22:36:44.474974 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2028 2025.03.12 22:36:44.475674 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2029 2025.03.12 22:36:44.475987 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2030 2025.03.12 22:36:44.476277 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2031 2025.03.12 22:36:44.771554 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2032 2025.03.12 22:36:44.792941 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2033 2025.03.12 22:36:44.793000 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2034 2025.03.12 22:36:44.800766 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2035 2025.03.12 22:36:44.801653 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2036 2025.03.12 22:36:44.805191 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2037 2025.03.12 22:36:46.657379 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2038 2025.03.12 22:36:46.657590 [ 276 ] {a76e4ac0-b5c8-40a2-995f-75500d6f6baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2039 2025.03.12 22:36:46.657669 [ 276 ] {a76e4ac0-b5c8-40a2-995f-75500d6f6baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2040 2025.03.12 22:36:46.658553 [ 276 ] {a76e4ac0-b5c8-40a2-995f-75500d6f6baa} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2041 2025.03.12 22:36:46.658594 [ 276 ] {a76e4ac0-b5c8-40a2-995f-75500d6f6baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2042 2025.03.12 22:36:46.659023 [ 276 ] {a76e4ac0-b5c8-40a2-995f-75500d6f6baa} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2043 2025.03.12 22:36:46.659279 [ 276 ] {a76e4ac0-b5c8-40a2-995f-75500d6f6baa} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2044 2025.03.12 22:36:46.659487 [ 276 ] {a76e4ac0-b5c8-40a2-995f-75500d6f6baa} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001956 sec., 28629.856850715747 rows/sec., 2.20 MiB/sec.
2045 2025.03.12 22:36:46.659544 [ 276 ] {a76e4ac0-b5c8-40a2-995f-75500d6f6baa} <Debug> TCPHandler: Processed in 0.002302799 sec.
2046 2025.03.12 22:36:46.659661 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2047 2025.03.12 22:36:46.659768 [ 276 ] {19ad8fa1-baa1-47ce-a5b6-6b3d7ba5bc9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2048 2025.03.12 22:36:46.659812 [ 276 ] {19ad8fa1-baa1-47ce-a5b6-6b3d7ba5bc9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2049 2025.03.12 22:36:46.660345 [ 276 ] {19ad8fa1-baa1-47ce-a5b6-6b3d7ba5bc9e} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2050 2025.03.12 22:36:46.660384 [ 276 ] {19ad8fa1-baa1-47ce-a5b6-6b3d7ba5bc9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2051 2025.03.12 22:36:46.660731 [ 276 ] {19ad8fa1-baa1-47ce-a5b6-6b3d7ba5bc9e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2052 2025.03.12 22:36:46.660965 [ 276 ] {19ad8fa1-baa1-47ce-a5b6-6b3d7ba5bc9e} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2053 2025.03.12 22:36:46.661186 [ 276 ] {19ad8fa1-baa1-47ce-a5b6-6b3d7ba5bc9e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00144 sec., 44444.444444444445 rows/sec., 3.47 MiB/sec.
2054 2025.03.12 22:36:46.661239 [ 276 ] {19ad8fa1-baa1-47ce-a5b6-6b3d7ba5bc9e} <Debug> TCPHandler: Processed in 0.001626962 sec.
2055 2025.03.12 22:36:46.661356 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2056 2025.03.12 22:36:46.661472 [ 276 ] {ab285bf6-0b12-49b1-a47b-f51fb7030790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2057 2025.03.12 22:36:46.661522 [ 276 ] {ab285bf6-0b12-49b1-a47b-f51fb7030790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2058 2025.03.12 22:36:46.662054 [ 276 ] {ab285bf6-0b12-49b1-a47b-f51fb7030790} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2059 2025.03.12 22:36:46.662099 [ 276 ] {ab285bf6-0b12-49b1-a47b-f51fb7030790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2060 2025.03.12 22:36:46.662500 [ 276 ] {ab285bf6-0b12-49b1-a47b-f51fb7030790} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2061 2025.03.12 22:36:46.662755 [ 276 ] {ab285bf6-0b12-49b1-a47b-f51fb7030790} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2062 2025.03.12 22:36:46.663022 [ 276 ] {ab285bf6-0b12-49b1-a47b-f51fb7030790} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec.
2063 2025.03.12 22:36:46.663191 [ 276 ] {ab285bf6-0b12-49b1-a47b-f51fb7030790} <Debug> TCPHandler: Processed in 0.001888869 sec.
2064 2025.03.12 22:36:46.663299 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2065 2025.03.12 22:36:46.663403 [ 276 ] {10fbb827-091e-4bdb-a7dc-59a03c69c905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2066 2025.03.12 22:36:46.663450 [ 276 ] {10fbb827-091e-4bdb-a7dc-59a03c69c905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2067 2025.03.12 22:36:46.663899 [ 276 ] {10fbb827-091e-4bdb-a7dc-59a03c69c905} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2068 2025.03.12 22:36:46.663939 [ 276 ] {10fbb827-091e-4bdb-a7dc-59a03c69c905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2069 2025.03.12 22:36:46.664301 [ 276 ] {10fbb827-091e-4bdb-a7dc-59a03c69c905} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2070 2025.03.12 22:36:46.664544 [ 276 ] {10fbb827-091e-4bdb-a7dc-59a03c69c905} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2071 2025.03.12 22:36:46.664758 [ 276 ] {10fbb827-091e-4bdb-a7dc-59a03c69c905} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec.
2072 2025.03.12 22:36:46.664809 [ 276 ] {10fbb827-091e-4bdb-a7dc-59a03c69c905} <Debug> TCPHandler: Processed in 0.00156027 sec.
2073 2025.03.12 22:36:47.980068 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2074 2025.03.12 22:36:47.980364 [ 276 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
2075 2025.03.12 22:36:47.980855 [ 276 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2076 2025.03.12 22:36:47.980920 [ 276 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
2077 2025.03.12 22:36:47.981298 [ 276 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2078 2025.03.12 22:36:47.981378 [ 276 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2079 2025.03.12 22:36:47.981548 [ 276 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2080 2025.03.12 22:36:47.981679 [ 287 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2081 2025.03.12 22:36:47.981792 [ 287 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2082 2025.03.12 22:36:47.981793 [ 288 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2083 2025.03.12 22:36:47.981820 [ 286 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2084 2025.03.12 22:36:47.981965 [ 276 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (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
2085 2025.03.12 22:36:47.981997 [ 276 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Spreading mark ranges among streams (default reading)
2086 2025.03.12 22:36:47.982115 [ 276 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2087 2025.03.12 22:36:47.982141 [ 276 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (SelectExecutor): Reading approx. 34 rows with 3 streams
2088 2025.03.12 22:36:47.982185 [ 276 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2089 2025.03.12 22:36:47.982231 [ 276 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2090 2025.03.12 22:36:47.982274 [ 276 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2091 2025.03.12 22:36:47.983451 [ 276 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <Debug> executeQuery: Read 34 rows, 1.44 KiB in 0.003228 sec., 10532.837670384139 rows/sec., 444.72 KiB/sec.
2092 2025.03.12 22:36:47.983597 [ 276 ] {e8c7cc6a-f11c-4053-b672-3b9af10549f0} <Debug> TCPHandler: Processed in 0.003672135 sec.
2093 2025.03.12 22:36:48.023760 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2094 2025.03.12 22:36:48.023910 [ 276 ] {9cbbbe0e-8473-4394-a8e5-d2ad0fa92ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2095 2025.03.12 22:36:48.023973 [ 276 ] {9cbbbe0e-8473-4394-a8e5-d2ad0fa92ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2096 2025.03.12 22:36:48.024709 [ 276 ] {9cbbbe0e-8473-4394-a8e5-d2ad0fa92ee3} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2097 2025.03.12 22:36:48.024754 [ 276 ] {9cbbbe0e-8473-4394-a8e5-d2ad0fa92ee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2098 2025.03.12 22:36:48.025236 [ 276 ] {9cbbbe0e-8473-4394-a8e5-d2ad0fa92ee3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2099 2025.03.12 22:36:48.025463 [ 276 ] {9cbbbe0e-8473-4394-a8e5-d2ad0fa92ee3} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2100 2025.03.12 22:36:48.025704 [ 276 ] {9cbbbe0e-8473-4394-a8e5-d2ad0fa92ee3} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001834 sec., 545.2562704471102 rows/sec., 123.53 KiB/sec.
2101 2025.03.12 22:36:48.025789 [ 276 ] {9cbbbe0e-8473-4394-a8e5-d2ad0fa92ee3} <Debug> TCPHandler: Processed in 0.002093554 sec.
2102 2025.03.12 22:36:48.025912 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2103 2025.03.12 22:36:48.026016 [ 276 ] {2b93dc97-1f42-4368-9ccc-e7c099c0c15d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2104 2025.03.12 22:36:48.026062 [ 276 ] {2b93dc97-1f42-4368-9ccc-e7c099c0c15d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2105 2025.03.12 22:36:48.026600 [ 276 ] {2b93dc97-1f42-4368-9ccc-e7c099c0c15d} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2106 2025.03.12 22:36:48.026639 [ 276 ] {2b93dc97-1f42-4368-9ccc-e7c099c0c15d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2107 2025.03.12 22:36:48.026987 [ 276 ] {2b93dc97-1f42-4368-9ccc-e7c099c0c15d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2108 2025.03.12 22:36:48.027216 [ 276 ] {2b93dc97-1f42-4368-9ccc-e7c099c0c15d} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2109 2025.03.12 22:36:48.027479 [ 276 ] {2b93dc97-1f42-4368-9ccc-e7c099c0c15d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001463 sec., 16404.64798359535 rows/sec., 1.36 MiB/sec.
2110 2025.03.12 22:36:48.027571 [ 276 ] {2b93dc97-1f42-4368-9ccc-e7c099c0c15d} <Debug> TCPHandler: Processed in 0.001709995 sec.
2111 2025.03.12 22:36:48.027685 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2112 2025.03.12 22:36:48.027791 [ 276 ] {11acb94b-656d-4693-bbf5-075c912607ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2113 2025.03.12 22:36:48.027837 [ 276 ] {11acb94b-656d-4693-bbf5-075c912607ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2114 2025.03.12 22:36:48.028350 [ 276 ] {11acb94b-656d-4693-bbf5-075c912607ab} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2115 2025.03.12 22:36:48.028391 [ 276 ] {11acb94b-656d-4693-bbf5-075c912607ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2116 2025.03.12 22:36:48.028726 [ 276 ] {11acb94b-656d-4693-bbf5-075c912607ab} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2117 2025.03.12 22:36:48.028961 [ 276 ] {11acb94b-656d-4693-bbf5-075c912607ab} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2118 2025.03.12 22:36:48.029181 [ 276 ] {11acb94b-656d-4693-bbf5-075c912607ab} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001411 sec., 8504.606661941885 rows/sec., 693.49 KiB/sec.
2119 2025.03.12 22:36:48.029237 [ 276 ] {11acb94b-656d-4693-bbf5-075c912607ab} <Debug> TCPHandler: Processed in 0.001602222 sec.
2120 2025.03.12 22:36:48.029339 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2121 2025.03.12 22:36:48.029441 [ 276 ] {4501d020-9205-40fb-bb7a-fc797b9d4421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2122 2025.03.12 22:36:48.029485 [ 276 ] {4501d020-9205-40fb-bb7a-fc797b9d4421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2123 2025.03.12 22:36:48.030667 [ 276 ] {4501d020-9205-40fb-bb7a-fc797b9d4421} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2124 2025.03.12 22:36:48.030706 [ 276 ] {4501d020-9205-40fb-bb7a-fc797b9d4421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2125 2025.03.12 22:36:48.031153 [ 276 ] {4501d020-9205-40fb-bb7a-fc797b9d4421} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2126 2025.03.12 22:36:48.031395 [ 276 ] {4501d020-9205-40fb-bb7a-fc797b9d4421} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2127 2025.03.12 22:36:48.031606 [ 276 ] {4501d020-9205-40fb-bb7a-fc797b9d4421} <Debug> executeQuery: Read 1392 rows, 119.51 KiB in 0.002185 sec., 637070.938215103 rows/sec., 53.41 MiB/sec.
2128 2025.03.12 22:36:48.031658 [ 276 ] {4501d020-9205-40fb-bb7a-fc797b9d4421} <Debug> TCPHandler: Processed in 0.002367871 sec.
2129 2025.03.12 22:36:48.031762 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2130 2025.03.12 22:36:48.031864 [ 276 ] {840c6ca2-6208-41f1-88f8-ab915928dba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2131 2025.03.12 22:36:48.031909 [ 276 ] {840c6ca2-6208-41f1-88f8-ab915928dba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2132 2025.03.12 22:36:48.032429 [ 276 ] {840c6ca2-6208-41f1-88f8-ab915928dba0} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2133 2025.03.12 22:36:48.032469 [ 276 ] {840c6ca2-6208-41f1-88f8-ab915928dba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2134 2025.03.12 22:36:48.032824 [ 276 ] {840c6ca2-6208-41f1-88f8-ab915928dba0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2135 2025.03.12 22:36:48.033052 [ 276 ] {840c6ca2-6208-41f1-88f8-ab915928dba0} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2136 2025.03.12 22:36:48.033230 [ 33 ] {} <Debug> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2137 2025.03.12 22:36:48.033285 [ 276 ] {840c6ca2-6208-41f1-88f8-ab915928dba0} <Debug> executeQuery: Read 59 rows, 4.43 KiB in 0.001441 sec., 40943.78903539209 rows/sec., 3.00 MiB/sec.
2138 2025.03.12 22:36:48.033350 [ 33 ] {} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2139 2025.03.12 22:36:48.033397 [ 276 ] {840c6ca2-6208-41f1-88f8-ab915928dba0} <Debug> TCPHandler: Processed in 0.001683594 sec.
2140 2025.03.12 22:36:48.033424 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2141 2025.03.12 22:36:48.033570 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2142 2025.03.12 22:36:48.033681 [ 186 ] {66b69b54-d211-46c0-9adb-7851f41f176b::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
2143 2025.03.12 22:36:48.033749 [ 276 ] {c70e65c9-7a79-438d-aad2-b6799a9d6326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2144 2025.03.12 22:36:48.033835 [ 276 ] {c70e65c9-7a79-438d-aad2-b6799a9d6326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2145 2025.03.12 22:36:48.034101 [ 186 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2146 2025.03.12 22:36:48.034177 [ 186 ] {66b69b54-d211-46c0-9adb-7851f41f176b::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
2147 2025.03.12 22:36:48.034557 [ 186 ] {66b69b54-d211-46c0-9adb-7851f41f176b::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
2148 2025.03.12 22:36:48.034905 [ 186 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part
2149 2025.03.12 22:36:48.035282 [ 186 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part
2150 2025.03.12 22:36:48.035625 [ 186 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part
2151 2025.03.12 22:36:48.035946 [ 186 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 59 rows starting from the beginning of the part
2152 2025.03.12 22:36:48.036765 [ 276 ] {c70e65c9-7a79-438d-aad2-b6799a9d6326} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2153 2025.03.12 22:36:48.036841 [ 276 ] {c70e65c9-7a79-438d-aad2-b6799a9d6326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2154 2025.03.12 22:36:48.037795 [ 276 ] {c70e65c9-7a79-438d-aad2-b6799a9d6326} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2155 2025.03.12 22:36:48.038337 [ 276 ] {c70e65c9-7a79-438d-aad2-b6799a9d6326} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2156 2025.03.12 22:36:48.038334 [ 200 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 163 rows, containing 5 columns (5 merged, 0 gathered) in 0.004773214 sec., 34148.898415197815 rows/sec., 2.65 MiB/sec.
2157 2025.03.12 22:36:48.038709 [ 200 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2158 2025.03.12 22:36:48.038796 [ 276 ] {c70e65c9-7a79-438d-aad2-b6799a9d6326} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.005056 sec., 49841.77215189874 rows/sec., 3.45 MiB/sec.
2159 2025.03.12 22:36:48.039035 [ 276 ] {c70e65c9-7a79-438d-aad2-b6799a9d6326} <Debug> TCPHandler: Processed in 0.005535444 sec.
2160 2025.03.12 22:36:48.039205 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2161 2025.03.12 22:36:48.039384 [ 276 ] {53981258-e7e5-4047-80b9-f9f09e3a2ae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2162 2025.03.12 22:36:48.039465 [ 276 ] {53981258-e7e5-4047-80b9-f9f09e3a2ae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2163 2025.03.12 22:36:48.039465 [ 200 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_6_1} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2164 2025.03.12 22:36:48.039709 [ 200 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_6_1} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2165 2025.03.12 22:36:48.039914 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
2166 2025.03.12 22:36:48.040355 [ 276 ] {53981258-e7e5-4047-80b9-f9f09e3a2ae9} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2167 2025.03.12 22:36:48.040400 [ 276 ] {53981258-e7e5-4047-80b9-f9f09e3a2ae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2168 2025.03.12 22:36:48.040766 [ 276 ] {53981258-e7e5-4047-80b9-f9f09e3a2ae9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2169 2025.03.12 22:36:48.041002 [ 276 ] {53981258-e7e5-4047-80b9-f9f09e3a2ae9} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2170 2025.03.12 22:36:48.041229 [ 276 ] {53981258-e7e5-4047-80b9-f9f09e3a2ae9} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001891 sec., 6345.848757271285 rows/sec., 495.77 KiB/sec.
2171 2025.03.12 22:36:48.041395 [ 276 ] {53981258-e7e5-4047-80b9-f9f09e3a2ae9} <Debug> TCPHandler: Processed in 0.002277409 sec.
2172 2025.03.12 22:36:48.041534 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2173 2025.03.12 22:36:48.041641 [ 276 ] {dbf23473-e804-42c2-820c-7d4f9064de6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2174 2025.03.12 22:36:48.041686 [ 276 ] {dbf23473-e804-42c2-820c-7d4f9064de6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2175 2025.03.12 22:36:48.042457 [ 276 ] {dbf23473-e804-42c2-820c-7d4f9064de6b} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2176 2025.03.12 22:36:48.042498 [ 276 ] {dbf23473-e804-42c2-820c-7d4f9064de6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2177 2025.03.12 22:36:48.042896 [ 276 ] {dbf23473-e804-42c2-820c-7d4f9064de6b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2178 2025.03.12 22:36:48.043140 [ 276 ] {dbf23473-e804-42c2-820c-7d4f9064de6b} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2179 2025.03.12 22:36:48.043409 [ 276 ] {dbf23473-e804-42c2-820c-7d4f9064de6b} <Debug> executeQuery: Read 603 rows, 46.44 KiB in 0.001779 sec., 338954.46880269813 rows/sec., 25.49 MiB/sec.
2180 2025.03.12 22:36:48.043603 [ 276 ] {dbf23473-e804-42c2-820c-7d4f9064de6b} <Debug> TCPHandler: Processed in 0.002113695 sec.
2181 2025.03.12 22:36:48.043716 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2182 2025.03.12 22:36:48.043819 [ 276 ] {bf950444-cb6d-486c-acfc-9e113b19addf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2183 2025.03.12 22:36:48.043867 [ 276 ] {bf950444-cb6d-486c-acfc-9e113b19addf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2184 2025.03.12 22:36:48.044596 [ 276 ] {bf950444-cb6d-486c-acfc-9e113b19addf} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2185 2025.03.12 22:36:48.044636 [ 276 ] {bf950444-cb6d-486c-acfc-9e113b19addf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2186 2025.03.12 22:36:48.045067 [ 276 ] {bf950444-cb6d-486c-acfc-9e113b19addf} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2187 2025.03.12 22:36:48.045305 [ 276 ] {bf950444-cb6d-486c-acfc-9e113b19addf} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2188 2025.03.12 22:36:48.045513 [ 276 ] {bf950444-cb6d-486c-acfc-9e113b19addf} <Debug> executeQuery: Read 950 rows, 65.65 KiB in 0.001715 sec., 553935.860058309 rows/sec., 37.39 MiB/sec.
2189 2025.03.12 22:36:48.045565 [ 276 ] {bf950444-cb6d-486c-acfc-9e113b19addf} <Debug> TCPHandler: Processed in 0.001898659 sec.
2190 2025.03.12 22:36:48.045666 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2191 2025.03.12 22:36:48.045770 [ 276 ] {8650564f-3d6f-4547-9d9a-de1fe1b42741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2192 2025.03.12 22:36:48.045836 [ 276 ] {8650564f-3d6f-4547-9d9a-de1fe1b42741} <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
2193 2025.03.12 22:36:48.046990 [ 276 ] {8650564f-3d6f-4547-9d9a-de1fe1b42741} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2194 2025.03.12 22:36:48.047031 [ 276 ] {8650564f-3d6f-4547-9d9a-de1fe1b42741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2195 2025.03.12 22:36:48.047669 [ 276 ] {8650564f-3d6f-4547-9d9a-de1fe1b42741} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2196 2025.03.12 22:36:48.047927 [ 276 ] {8650564f-3d6f-4547-9d9a-de1fe1b42741} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2197 2025.03.12 22:36:48.048112 [ 31 ] {} <Debug> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2198 2025.03.12 22:36:48.048210 [ 276 ] {8650564f-3d6f-4547-9d9a-de1fe1b42741} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002454 sec., 14262.42868785656 rows/sec., 25.56 MiB/sec.
2199 2025.03.12 22:36:48.048212 [ 31 ] {} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2200 2025.03.12 22:36:48.048319 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB.
2201 2025.03.12 22:36:48.048559 [ 276 ] {8650564f-3d6f-4547-9d9a-de1fe1b42741} <Debug> TCPHandler: Processed in 0.002940026 sec.
2202 2025.03.12 22:36:48.048669 [ 191 ] {1f75fe11-1029-454f-991a-395decf3ac5f::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
2203 2025.03.12 22:36:48.048765 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2204 2025.03.12 22:36:48.048977 [ 276 ] {46c1eac3-485d-44d1-9f6d-87fbeef24e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2205 2025.03.12 22:36:48.049095 [ 276 ] {46c1eac3-485d-44d1-9f6d-87fbeef24e9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2206 2025.03.12 22:36:48.049680 [ 191 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2207 2025.03.12 22:36:48.049914 [ 191 ] {1f75fe11-1029-454f-991a-395decf3ac5f::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
2208 2025.03.12 22:36:48.050668 [ 191 ] {1f75fe11-1029-454f-991a-395decf3ac5f::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
2209 2025.03.12 22:36:48.051440 [ 276 ] {46c1eac3-485d-44d1-9f6d-87fbeef24e9f} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2210 2025.03.12 22:36:48.051475 [ 191 ] {1f75fe11-1029-454f-991a-395decf3ac5f::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
2211 2025.03.12 22:36:48.051533 [ 276 ] {46c1eac3-485d-44d1-9f6d-87fbeef24e9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2212 2025.03.12 22:36:48.052065 [ 191 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part
2213 2025.03.12 22:36:48.052807 [ 191 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part
2214 2025.03.12 22:36:48.052985 [ 276 ] {46c1eac3-485d-44d1-9f6d-87fbeef24e9f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2215 2025.03.12 22:36:48.053344 [ 191 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part
2216 2025.03.12 22:36:48.053824 [ 276 ] {46c1eac3-485d-44d1-9f6d-87fbeef24e9f} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2217 2025.03.12 22:36:48.054638 [ 276 ] {46c1eac3-485d-44d1-9f6d-87fbeef24e9f} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.005711 sec., 3852.2150236385924 rows/sec., 267.95 KiB/sec.
2218 2025.03.12 22:36:48.054941 [ 276 ] {46c1eac3-485d-44d1-9f6d-87fbeef24e9f} <Debug> TCPHandler: Processed in 0.006238842 sec.
2219 2025.03.12 22:36:48.057243 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 127 rows, containing 19 columns (19 merged, 0 gathered) in 0.008746176 sec., 14520.631645189853 rows/sec., 26.02 MiB/sec.
2220 2025.03.12 22:36:48.057605 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2221 2025.03.12 22:36:48.058091 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2222 2025.03.12 22:36:48.058173 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2223 2025.03.12 22:36:48.058285 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB.
2224 2025.03.12 22:36:49.495301 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 326
2225 2025.03.12 22:36:49.498718 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2226 2025.03.12 22:36:49.498787 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2227 2025.03.12 22:36:49.500399 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2228 2025.03.12 22:36:49.500727 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2229 2025.03.12 22:36:49.501201 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 326
2230 2025.03.12 22:36:51.655072 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2231 2025.03.12 22:36:51.655267 [ 276 ] {56984d65-1c7a-4224-944b-97a726f0e6b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2232 2025.03.12 22:36:51.655342 [ 276 ] {56984d65-1c7a-4224-944b-97a726f0e6b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2233 2025.03.12 22:36:51.656100 [ 276 ] {56984d65-1c7a-4224-944b-97a726f0e6b4} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2234 2025.03.12 22:36:51.656154 [ 276 ] {56984d65-1c7a-4224-944b-97a726f0e6b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2235 2025.03.12 22:36:51.656598 [ 276 ] {56984d65-1c7a-4224-944b-97a726f0e6b4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2236 2025.03.12 22:36:51.656863 [ 276 ] {56984d65-1c7a-4224-944b-97a726f0e6b4} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2237 2025.03.12 22:36:51.657105 [ 276 ] {56984d65-1c7a-4224-944b-97a726f0e6b4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00189 sec., 29629.62962962963 rows/sec., 2.28 MiB/sec.
2238 2025.03.12 22:36:51.657164 [ 276 ] {56984d65-1c7a-4224-944b-97a726f0e6b4} <Debug> TCPHandler: Processed in 0.002226177 sec.
2239 2025.03.12 22:36:51.657289 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2240 2025.03.12 22:36:51.657402 [ 276 ] {0e8eb163-8c05-4546-802b-58a8231f7185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2241 2025.03.12 22:36:51.657449 [ 276 ] {0e8eb163-8c05-4546-802b-58a8231f7185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2242 2025.03.12 22:36:51.657991 [ 276 ] {0e8eb163-8c05-4546-802b-58a8231f7185} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2243 2025.03.12 22:36:51.658031 [ 276 ] {0e8eb163-8c05-4546-802b-58a8231f7185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2244 2025.03.12 22:36:51.658397 [ 276 ] {0e8eb163-8c05-4546-802b-58a8231f7185} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2245 2025.03.12 22:36:51.658643 [ 276 ] {0e8eb163-8c05-4546-802b-58a8231f7185} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2246 2025.03.12 22:36:51.658869 [ 276 ] {0e8eb163-8c05-4546-802b-58a8231f7185} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001492 sec., 42895.442359249326 rows/sec., 3.35 MiB/sec.
2247 2025.03.12 22:36:51.658922 [ 276 ] {0e8eb163-8c05-4546-802b-58a8231f7185} <Debug> TCPHandler: Processed in 0.001685814 sec.
2248 2025.03.12 22:36:51.659040 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2249 2025.03.12 22:36:51.659148 [ 276 ] {e12d63a9-7801-4555-86a7-f7dc5214248a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2250 2025.03.12 22:36:51.659199 [ 276 ] {e12d63a9-7801-4555-86a7-f7dc5214248a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2251 2025.03.12 22:36:51.659694 [ 276 ] {e12d63a9-7801-4555-86a7-f7dc5214248a} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2252 2025.03.12 22:36:51.659735 [ 276 ] {e12d63a9-7801-4555-86a7-f7dc5214248a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2253 2025.03.12 22:36:51.660125 [ 276 ] {e12d63a9-7801-4555-86a7-f7dc5214248a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2254 2025.03.12 22:36:51.660392 [ 276 ] {e12d63a9-7801-4555-86a7-f7dc5214248a} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2255 2025.03.12 22:36:51.660618 [ 276 ] {e12d63a9-7801-4555-86a7-f7dc5214248a} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001492 sec., 65683.64611260053 rows/sec., 4.58 MiB/sec.
2256 2025.03.12 22:36:51.660670 [ 276 ] {e12d63a9-7801-4555-86a7-f7dc5214248a} <Debug> TCPHandler: Processed in 0.001680903 sec.
2257 2025.03.12 22:36:51.660792 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2258 2025.03.12 22:36:51.660911 [ 276 ] {0f62abfb-9fbf-485d-8a91-aca4e71549a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2259 2025.03.12 22:36:51.660962 [ 276 ] {0f62abfb-9fbf-485d-8a91-aca4e71549a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2260 2025.03.12 22:36:51.661411 [ 276 ] {0f62abfb-9fbf-485d-8a91-aca4e71549a1} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2261 2025.03.12 22:36:51.661454 [ 276 ] {0f62abfb-9fbf-485d-8a91-aca4e71549a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2262 2025.03.12 22:36:51.661837 [ 276 ] {0f62abfb-9fbf-485d-8a91-aca4e71549a1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2263 2025.03.12 22:36:51.662088 [ 276 ] {0f62abfb-9fbf-485d-8a91-aca4e71549a1} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2264 2025.03.12 22:36:51.662363 [ 276 ] {0f62abfb-9fbf-485d-8a91-aca4e71549a1} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001474 sec., 25780.189959294436 rows/sec., 1.73 MiB/sec.
2265 2025.03.12 22:36:51.662568 [ 276 ] {0f62abfb-9fbf-485d-8a91-aca4e71549a1} <Debug> TCPHandler: Processed in 0.001827357 sec.
2266 2025.03.12 22:36:51.976407 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
2267 2025.03.12 22:36:51.977153 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2268 2025.03.12 22:36:51.977207 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2269 2025.03.12 22:36:51.977730 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2270 2025.03.12 22:36:51.977990 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2271 2025.03.12 22:36:51.978215 [ 26 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2272 2025.03.12 22:36:51.978238 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
2273 2025.03.12 22:36:51.978299 [ 26 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2274 2025.03.12 22:36:51.978326 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2275 2025.03.12 22:36:51.978549 [ 194 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
2276 2025.03.12 22:36:51.978744 [ 194 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2277 2025.03.12 22:36:51.978795 [ 194 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
2278 2025.03.12 22:36:51.978896 [ 194 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
2279 2025.03.12 22:36:51.979015 [ 194 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
2280 2025.03.12 22:36:51.979124 [ 194 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
2281 2025.03.12 22:36:51.979217 [ 194 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
2282 2025.03.12 22:36:51.979297 [ 194 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
2283 2025.03.12 22:36:51.980904 [ 187 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002494425 sec., 2029726.2896258654 rows/sec., 29.04 MiB/sec.
2284 2025.03.12 22:36:51.981375 [ 193 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2285 2025.03.12 22:36:51.981729 [ 193 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_11_2} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2286 2025.03.12 22:36:51.981820 [ 193 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_11_2} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2287 2025.03.12 22:36:51.981932 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2288 2025.03.12 22:36:52.305256 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2289 2025.03.12 22:36:52.325775 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2290 2025.03.12 22:36:52.325827 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2291 2025.03.12 22:36:52.333244 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2292 2025.03.12 22:36:52.333998 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2293 2025.03.12 22:36:52.334369 [ 48 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2294 2025.03.12 22:36:52.334514 [ 48 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2295 2025.03.12 22:36:52.334584 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2296 2025.03.12 22:36:52.334894 [ 194 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
2297 2025.03.12 22:36:52.342964 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2298 2025.03.12 22:36:52.344311 [ 194 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2299 2025.03.12 22:36:52.345172 [ 194 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
2300 2025.03.12 22:36:52.349398 [ 194 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
2301 2025.03.12 22:36:52.356690 [ 194 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
2302 2025.03.12 22:36:52.361478 [ 194 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
2303 2025.03.12 22:36:52.366567 [ 194 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
2304 2025.03.12 22:36:52.370771 [ 194 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
2305 2025.03.12 22:36:52.428307 [ 187 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.093587035 sec., 886.8749822023959 rows/sec., 4.59 MiB/sec.
2306 2025.03.12 22:36:52.430771 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2307 2025.03.12 22:36:52.433655 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_11_2} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2308 2025.03.12 22:36:52.433784 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_11_2} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2309 2025.03.12 22:36:52.436074 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2310 2025.03.12 22:36:53.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.16 MiB, peak 179.05 MiB, free memory in arenas 0.00 B, will set to 171.02 MiB (RSS), difference: 1.86 MiB
2311 2025.03.12 22:36:56.658230 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2312 2025.03.12 22:36:56.658434 [ 276 ] {98464d86-62be-4073-b0b4-9c6907eda1bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2313 2025.03.12 22:36:56.658507 [ 276 ] {98464d86-62be-4073-b0b4-9c6907eda1bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2314 2025.03.12 22:36:56.659374 [ 276 ] {98464d86-62be-4073-b0b4-9c6907eda1bc} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2315 2025.03.12 22:36:56.659427 [ 276 ] {98464d86-62be-4073-b0b4-9c6907eda1bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2316 2025.03.12 22:36:56.659914 [ 276 ] {98464d86-62be-4073-b0b4-9c6907eda1bc} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2317 2025.03.12 22:36:56.660181 [ 276 ] {98464d86-62be-4073-b0b4-9c6907eda1bc} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2318 2025.03.12 22:36:56.660342 [ 133 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2319 2025.03.12 22:36:56.660385 [ 133 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2320 2025.03.12 22:36:56.660399 [ 276 ] {98464d86-62be-4073-b0b4-9c6907eda1bc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002018 sec., 27750.247770069378 rows/sec., 2.13 MiB/sec.
2321 2025.03.12 22:36:56.660410 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2322 2025.03.12 22:36:56.660502 [ 276 ] {98464d86-62be-4073-b0b4-9c6907eda1bc} <Debug> TCPHandler: Processed in 0.002421642 sec.
2323 2025.03.12 22:36:56.660797 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::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
2324 2025.03.12 22:36:56.660834 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2325 2025.03.12 22:36:56.661091 [ 276 ] {da651f6a-a7fc-40e7-bae3-33bb8b3b4af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2326 2025.03.12 22:36:56.661152 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2327 2025.03.12 22:36:56.661177 [ 276 ] {da651f6a-a7fc-40e7-bae3-33bb8b3b4af5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2328 2025.03.12 22:36:56.661221 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1386 rows starting from the beginning of the part
2329 2025.03.12 22:36:56.661517 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 124 rows starting from the beginning of the part
2330 2025.03.12 22:36:56.661837 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part
2331 2025.03.12 22:36:56.662237 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1392 rows starting from the beginning of the part
2332 2025.03.12 22:36:56.662611 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::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
2333 2025.03.12 22:36:56.662976 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part
2334 2025.03.12 22:36:56.663924 [ 276 ] {da651f6a-a7fc-40e7-bae3-33bb8b3b4af5} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2335 2025.03.12 22:36:56.663998 [ 276 ] {da651f6a-a7fc-40e7-bae3-33bb8b3b4af5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2336 2025.03.12 22:36:56.665003 [ 276 ] {da651f6a-a7fc-40e7-bae3-33bb8b3b4af5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2337 2025.03.12 22:36:56.665512 [ 276 ] {da651f6a-a7fc-40e7-bae3-33bb8b3b4af5} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2338 2025.03.12 22:36:56.665666 [ 133 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2339 2025.03.12 22:36:56.665716 [ 133 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2340 2025.03.12 22:36:56.665750 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2341 2025.03.12 22:36:56.665759 [ 276 ] {da651f6a-a7fc-40e7-bae3-33bb8b3b4af5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004734 sec., 13519.22264469793 rows/sec., 1.06 MiB/sec.
2342 2025.03.12 22:36:56.665974 [ 276 ] {da651f6a-a7fc-40e7-bae3-33bb8b3b4af5} <Debug> TCPHandler: Processed in 0.005240586 sec.
2343 2025.03.12 22:36:56.666208 [ 187 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
2344 2025.03.12 22:36:56.666346 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2345 2025.03.12 22:36:56.666747 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3070 rows, containing 5 columns (5 merged, 0 gathered) in 0.006220241 sec., 493550.00875368016 rows/sec., 43.11 MiB/sec.
2346 2025.03.12 22:36:56.666763 [ 276 ] {22766bb5-55f1-4bf3-8a3c-0971f78d1eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2347 2025.03.12 22:36:56.666854 [ 187 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2348 2025.03.12 22:36:56.666905 [ 276 ] {22766bb5-55f1-4bf3-8a3c-0971f78d1eea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2349 2025.03.12 22:36:56.666929 [ 187 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 602 rows starting from the beginning of the part
2350 2025.03.12 22:36:56.667183 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2351 2025.03.12 22:36:56.667675 [ 187 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 98 rows starting from the beginning of the part
2352 2025.03.12 22:36:56.668325 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_16_3} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2353 2025.03.12 22:36:56.668475 [ 187 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part
2354 2025.03.12 22:36:56.668541 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_16_3} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2355 2025.03.12 22:36:56.668828 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
2356 2025.03.12 22:36:56.668989 [ 187 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 603 rows starting from the beginning of the part
2357 2025.03.12 22:36:56.669337 [ 187 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
2358 2025.03.12 22:36:56.669702 [ 187 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part
2359 2025.03.12 22:36:56.669993 [ 276 ] {22766bb5-55f1-4bf3-8a3c-0971f78d1eea} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2360 2025.03.12 22:36:56.670091 [ 276 ] {22766bb5-55f1-4bf3-8a3c-0971f78d1eea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2361 2025.03.12 22:36:56.670959 [ 276 ] {22766bb5-55f1-4bf3-8a3c-0971f78d1eea} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2362 2025.03.12 22:36:56.671596 [ 276 ] {22766bb5-55f1-4bf3-8a3c-0971f78d1eea} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2363 2025.03.12 22:36:56.671951 [ 133 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2364 2025.03.12 22:36:56.672090 [ 133 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2365 2025.03.12 22:36:56.672188 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2366 2025.03.12 22:36:56.672279 [ 276 ] {22766bb5-55f1-4bf3-8a3c-0971f78d1eea} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005652 sec., 28308.563340410474 rows/sec., 1.97 MiB/sec.
2367 2025.03.12 22:36:56.672401 [ 276 ] {22766bb5-55f1-4bf3-8a3c-0971f78d1eea} <Debug> TCPHandler: Processed in 0.006190321 sec.
2368 2025.03.12 22:36:56.672407 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
2369 2025.03.12 22:36:56.672745 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2370 2025.03.12 22:36:56.673059 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2371 2025.03.12 22:36:56.673132 [ 276 ] {31ab5d51-fb22-4be7-b940-06960a49222d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2372 2025.03.12 22:36:56.673231 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4100 rows starting from the beginning of the part
2373 2025.03.12 22:36:56.673309 [ 276 ] {31ab5d51-fb22-4be7-b940-06960a49222d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2374 2025.03.12 22:36:56.673386 [ 187 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1495 rows, containing 5 columns (5 merged, 0 gathered) in 0.007515615 sec., 198919.18359309252 rows/sec., 15.83 MiB/sec.
2375 2025.03.12 22:36:56.673710 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part
2376 2025.03.12 22:36:56.674215 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
2377 2025.03.12 22:36:56.674663 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2378 2025.03.12 22:36:56.674711 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 950 rows starting from the beginning of the part
2379 2025.03.12 22:36:56.675143 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 98 rows starting from the beginning of the part
2380 2025.03.12 22:36:56.675581 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
2381 2025.03.12 22:36:56.676576 [ 276 ] {31ab5d51-fb22-4be7-b940-06960a49222d} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2382 2025.03.12 22:36:56.676667 [ 276 ] {31ab5d51-fb22-4be7-b940-06960a49222d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2383 2025.03.12 22:36:56.676722 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_16_3} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2384 2025.03.12 22:36:56.677111 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_16_3} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2385 2025.03.12 22:36:56.677330 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
2386 2025.03.12 22:36:56.677689 [ 276 ] {31ab5d51-fb22-4be7-b940-06960a49222d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2387 2025.03.12 22:36:56.678029 [ 276 ] {31ab5d51-fb22-4be7-b940-06960a49222d} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2388 2025.03.12 22:36:56.678212 [ 133 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2389 2025.03.12 22:36:56.678250 [ 133 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2390 2025.03.12 22:36:56.678292 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2391 2025.03.12 22:36:56.678296 [ 276 ] {31ab5d51-fb22-4be7-b940-06960a49222d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005297 sec., 11327.166320558808 rows/sec., 781.69 KiB/sec.
2392 2025.03.12 22:36:56.678557 [ 276 ] {31ab5d51-fb22-4be7-b940-06960a49222d} <Debug> TCPHandler: Processed in 0.005927774 sec.
2393 2025.03.12 22:36:56.678809 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
2394 2025.03.12 22:36:56.679228 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2395 2025.03.12 22:36:56.679338 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 588 rows starting from the beginning of the part
2396 2025.03.12 22:36:56.679455 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part
2397 2025.03.12 22:36:56.679668 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
2398 2025.03.12 22:36:56.679855 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 22 rows starting from the beginning of the part
2399 2025.03.12 22:36:56.679996 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 38 rows starting from the beginning of the part
2400 2025.03.12 22:36:56.680396 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
2401 2025.03.12 22:36:56.680752 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5628 rows, containing 5 columns (5 merged, 0 gathered) in 0.00846414 sec., 664922.8391779909 rows/sec., 45.51 MiB/sec.
2402 2025.03.12 22:36:56.681371 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2403 2025.03.12 22:36:56.682080 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2404 2025.03.12 22:36:56.682282 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2405 2025.03.12 22:36:56.682460 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB.
2406 2025.03.12 22:36:56.682685 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 4 columns (4 merged, 0 gathered) in 0.004284671 sec., 193247.04277177874 rows/sec., 13.02 MiB/sec.
2407 2025.03.12 22:36:56.682901 [ 188 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2408 2025.03.12 22:36:56.683223 [ 188 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_16_3} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2409 2025.03.12 22:36:56.683300 [ 188 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_16_3} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2410 2025.03.12 22:36:56.683388 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2411 2025.03.12 22:36:59.340469 [ 173 ] {} <Debug> DNSResolver: Updating DNS cache
2412 2025.03.12 22:36:59.340587 [ 173 ] {} <Debug> DNSResolver: Updated DNS cache
2413 2025.03.12 22:36:59.478398 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
2414 2025.03.12 22:36:59.479191 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2415 2025.03.12 22:36:59.479246 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2416 2025.03.12 22:36:59.479811 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2417 2025.03.12 22:36:59.480059 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2418 2025.03.12 22:36:59.480301 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2419 2025.03.12 22:36:59.501501 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 342
2420 2025.03.12 22:36:59.504489 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2421 2025.03.12 22:36:59.504537 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2422 2025.03.12 22:36:59.506015 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2423 2025.03.12 22:36:59.506334 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2424 2025.03.12 22:36:59.506857 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 342
2425 2025.03.12 22:36:59.843044 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2426 2025.03.12 22:36:59.861749 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2427 2025.03.12 22:36:59.861803 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2428 2025.03.12 22:36:59.868917 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2429 2025.03.12 22:36:59.869721 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2430 2025.03.12 22:36:59.872698 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2431 2025.03.12 22:37:00.039596 [ 125 ] {} <Debug> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2432 2025.03.12 22:37:00.039696 [ 125 ] {} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2433 2025.03.12 22:37:00.039735 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2434 2025.03.12 22:37:00.039987 [ 186 ] {b72e5419-4765-4448-aeae-008a14b6db2d::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
2435 2025.03.12 22:37:00.040434 [ 186 ] {b72e5419-4765-4448-aeae-008a14b6db2d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2436 2025.03.12 22:37:00.040498 [ 186 ] {b72e5419-4765-4448-aeae-008a14b6db2d::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
2437 2025.03.12 22:37:00.040624 [ 186 ] {b72e5419-4765-4448-aeae-008a14b6db2d::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
2438 2025.03.12 22:37:00.040730 [ 186 ] {b72e5419-4765-4448-aeae-008a14b6db2d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part
2439 2025.03.12 22:37:00.040829 [ 186 ] {b72e5419-4765-4448-aeae-008a14b6db2d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part
2440 2025.03.12 22:37:00.040954 [ 186 ] {b72e5419-4765-4448-aeae-008a14b6db2d::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
2441 2025.03.12 22:37:00.043152 [ 201 ] {b72e5419-4765-4448-aeae-008a14b6db2d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 6 columns (6 merged, 0 gathered) in 0.003312436 sec., 10868.134508862962 rows/sec., 2.20 MiB/sec.
2442 2025.03.12 22:37:00.043437 [ 201 ] {b72e5419-4765-4448-aeae-008a14b6db2d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2443 2025.03.12 22:37:00.043956 [ 201 ] {b72e5419-4765-4448-aeae-008a14b6db2d::all_1_5_1} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2444 2025.03.12 22:37:00.044042 [ 201 ] {b72e5419-4765-4448-aeae-008a14b6db2d::all_1_5_1} <Trace> oximeter.timeseries_schema (b72e5419-4765-4448-aeae-008a14b6db2d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2445 2025.03.12 22:37:00.044146 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2446 2025.03.12 22:37:01.660408 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2447 2025.03.12 22:37:01.660664 [ 276 ] {e3085e8c-a2cc-417d-9bc1-2ae83410e006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2448 2025.03.12 22:37:01.660745 [ 276 ] {e3085e8c-a2cc-417d-9bc1-2ae83410e006} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2449 2025.03.12 22:37:01.661660 [ 276 ] {e3085e8c-a2cc-417d-9bc1-2ae83410e006} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2450 2025.03.12 22:37:01.661704 [ 276 ] {e3085e8c-a2cc-417d-9bc1-2ae83410e006} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2451 2025.03.12 22:37:01.662157 [ 276 ] {e3085e8c-a2cc-417d-9bc1-2ae83410e006} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2452 2025.03.12 22:37:01.662409 [ 276 ] {e3085e8c-a2cc-417d-9bc1-2ae83410e006} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2453 2025.03.12 22:37:01.662674 [ 276 ] {e3085e8c-a2cc-417d-9bc1-2ae83410e006} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002065 sec., 65859.56416464891 rows/sec., 5.69 MiB/sec.
2454 2025.03.12 22:37:01.662895 [ 276 ] {e3085e8c-a2cc-417d-9bc1-2ae83410e006} <Debug> TCPHandler: Processed in 0.002624318 sec.
2455 2025.03.12 22:37:01.663063 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2456 2025.03.12 22:37:01.663170 [ 276 ] {e3027883-8bee-4a24-99cd-8355d471c753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2457 2025.03.12 22:37:01.663216 [ 276 ] {e3027883-8bee-4a24-99cd-8355d471c753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2458 2025.03.12 22:37:01.663786 [ 276 ] {e3027883-8bee-4a24-99cd-8355d471c753} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2459 2025.03.12 22:37:01.663827 [ 276 ] {e3027883-8bee-4a24-99cd-8355d471c753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2460 2025.03.12 22:37:01.664182 [ 276 ] {e3027883-8bee-4a24-99cd-8355d471c753} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2461 2025.03.12 22:37:01.664421 [ 276 ] {e3027883-8bee-4a24-99cd-8355d471c753} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2462 2025.03.12 22:37:01.664628 [ 276 ] {e3027883-8bee-4a24-99cd-8355d471c753} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001482 sec., 26990.55330634278 rows/sec., 1.98 MiB/sec.
2463 2025.03.12 22:37:01.664682 [ 276 ] {e3027883-8bee-4a24-99cd-8355d471c753} <Debug> TCPHandler: Processed in 0.001670644 sec.
2464 2025.03.12 22:37:01.664797 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2465 2025.03.12 22:37:01.664902 [ 276 ] {8e5eee3e-af0b-4e45-9a4e-db8b77475343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2466 2025.03.12 22:37:01.664947 [ 276 ] {8e5eee3e-af0b-4e45-9a4e-db8b77475343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2467 2025.03.12 22:37:01.665506 [ 276 ] {8e5eee3e-af0b-4e45-9a4e-db8b77475343} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2468 2025.03.12 22:37:01.665547 [ 276 ] {8e5eee3e-af0b-4e45-9a4e-db8b77475343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2469 2025.03.12 22:37:01.665914 [ 276 ] {8e5eee3e-af0b-4e45-9a4e-db8b77475343} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2470 2025.03.12 22:37:01.666159 [ 276 ] {8e5eee3e-af0b-4e45-9a4e-db8b77475343} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2471 2025.03.12 22:37:01.666370 [ 276 ] {8e5eee3e-af0b-4e45-9a4e-db8b77475343} <Debug> executeQuery: Read 110 rows, 8.80 KiB in 0.00149 sec., 73825.5033557047 rows/sec., 5.77 MiB/sec.
2472 2025.03.12 22:37:01.666422 [ 276 ] {8e5eee3e-af0b-4e45-9a4e-db8b77475343} <Debug> TCPHandler: Processed in 0.001676404 sec.
2473 2025.03.12 22:37:01.666534 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2474 2025.03.12 22:37:01.666640 [ 276 ] {f4b041b0-7de5-4c0c-a8f2-8787df14d0ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2475 2025.03.12 22:37:01.666690 [ 276 ] {f4b041b0-7de5-4c0c-a8f2-8787df14d0ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2476 2025.03.12 22:37:01.667216 [ 276 ] {f4b041b0-7de5-4c0c-a8f2-8787df14d0ab} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2477 2025.03.12 22:37:01.667257 [ 276 ] {f4b041b0-7de5-4c0c-a8f2-8787df14d0ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2478 2025.03.12 22:37:01.667665 [ 276 ] {f4b041b0-7de5-4c0c-a8f2-8787df14d0ab} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2479 2025.03.12 22:37:01.667904 [ 276 ] {f4b041b0-7de5-4c0c-a8f2-8787df14d0ab} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2480 2025.03.12 22:37:01.668117 [ 276 ] {f4b041b0-7de5-4c0c-a8f2-8787df14d0ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001499 sec., 106737.82521681121 rows/sec., 7.43 MiB/sec.
2481 2025.03.12 22:37:01.668168 [ 276 ] {f4b041b0-7de5-4c0c-a8f2-8787df14d0ab} <Debug> TCPHandler: Processed in 0.001685563 sec.
2482 2025.03.12 22:37:01.668288 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2483 2025.03.12 22:37:01.668406 [ 276 ] {5aa0d3fc-9bc5-4b7b-ae4d-a1f23148ce3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2484 2025.03.12 22:37:01.668478 [ 276 ] {5aa0d3fc-9bc5-4b7b-ae4d-a1f23148ce3d} <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
2485 2025.03.12 22:37:01.669680 [ 276 ] {5aa0d3fc-9bc5-4b7b-ae4d-a1f23148ce3d} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2486 2025.03.12 22:37:01.669721 [ 276 ] {5aa0d3fc-9bc5-4b7b-ae4d-a1f23148ce3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2487 2025.03.12 22:37:01.670399 [ 276 ] {5aa0d3fc-9bc5-4b7b-ae4d-a1f23148ce3d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2488 2025.03.12 22:37:01.670782 [ 276 ] {5aa0d3fc-9bc5-4b7b-ae4d-a1f23148ce3d} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2489 2025.03.12 22:37:01.671252 [ 276 ] {5aa0d3fc-9bc5-4b7b-ae4d-a1f23148ce3d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002854 sec., 14015.41695865452 rows/sec., 25.11 MiB/sec.
2490 2025.03.12 22:37:01.671398 [ 276 ] {5aa0d3fc-9bc5-4b7b-ae4d-a1f23148ce3d} <Debug> TCPHandler: Processed in 0.003163262 sec.
2491 2025.03.12 22:37:01.671555 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2492 2025.03.12 22:37:01.671688 [ 276 ] {7bf2368a-527e-442e-95b2-5461387ce69d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2493 2025.03.12 22:37:01.671749 [ 276 ] {7bf2368a-527e-442e-95b2-5461387ce69d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2494 2025.03.12 22:37:01.672340 [ 276 ] {7bf2368a-527e-442e-95b2-5461387ce69d} <Trace> oximeter.measurements_i64 (a9cc5a4e-f6c1-48ab-98a7-a695a6180904): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2495 2025.03.12 22:37:01.672393 [ 276 ] {7bf2368a-527e-442e-95b2-5461387ce69d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2496 2025.03.12 22:37:01.672774 [ 276 ] {7bf2368a-527e-442e-95b2-5461387ce69d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2497 2025.03.12 22:37:01.673021 [ 276 ] {7bf2368a-527e-442e-95b2-5461387ce69d} <Trace> oximeter.measurements_i64 (a9cc5a4e-f6c1-48ab-98a7-a695a6180904): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2498 2025.03.12 22:37:01.673305 [ 276 ] {7bf2368a-527e-442e-95b2-5461387ce69d} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001631 sec., 3678.724708767627 rows/sec., 259.86 KiB/sec.
2499 2025.03.12 22:37:01.673368 [ 276 ] {7bf2368a-527e-442e-95b2-5461387ce69d} <Debug> TCPHandler: Processed in 0.001876719 sec.
2500 2025.03.12 22:37:01.673477 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2501 2025.03.12 22:37:01.673594 [ 276 ] {3e4b9355-f166-4661-9e99-1d78acf1466e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2502 2025.03.12 22:37:01.673643 [ 276 ] {3e4b9355-f166-4661-9e99-1d78acf1466e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2503 2025.03.12 22:37:01.674088 [ 276 ] {3e4b9355-f166-4661-9e99-1d78acf1466e} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2504 2025.03.12 22:37:01.674129 [ 276 ] {3e4b9355-f166-4661-9e99-1d78acf1466e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2505 2025.03.12 22:37:01.674501 [ 276 ] {3e4b9355-f166-4661-9e99-1d78acf1466e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2506 2025.03.12 22:37:01.674740 [ 276 ] {3e4b9355-f166-4661-9e99-1d78acf1466e} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2507 2025.03.12 22:37:01.674950 [ 276 ] {3e4b9355-f166-4661-9e99-1d78acf1466e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec.
2508 2025.03.12 22:37:01.675002 [ 276 ] {3e4b9355-f166-4661-9e99-1d78acf1466e} <Debug> TCPHandler: Processed in 0.00157612 sec.
2509 2025.03.12 22:37:06.657371 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2510 2025.03.12 22:37:06.657604 [ 276 ] {7310efcb-3866-47af-9ffa-f0b47d540454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2511 2025.03.12 22:37:06.657689 [ 276 ] {7310efcb-3866-47af-9ffa-f0b47d540454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2512 2025.03.12 22:37:06.658489 [ 276 ] {7310efcb-3866-47af-9ffa-f0b47d540454} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2513 2025.03.12 22:37:06.658540 [ 276 ] {7310efcb-3866-47af-9ffa-f0b47d540454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2514 2025.03.12 22:37:06.658982 [ 276 ] {7310efcb-3866-47af-9ffa-f0b47d540454} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2515 2025.03.12 22:37:06.659244 [ 276 ] {7310efcb-3866-47af-9ffa-f0b47d540454} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2516 2025.03.12 22:37:06.659479 [ 276 ] {7310efcb-3866-47af-9ffa-f0b47d540454} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.22 MiB/sec.
2517 2025.03.12 22:37:06.659537 [ 276 ] {7310efcb-3866-47af-9ffa-f0b47d540454} <Debug> TCPHandler: Processed in 0.00230971 sec.
2518 2025.03.12 22:37:06.659663 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2519 2025.03.12 22:37:06.659771 [ 276 ] {70c6d678-61b4-4cfc-b6ba-66543f36fb72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2520 2025.03.12 22:37:06.659817 [ 276 ] {70c6d678-61b4-4cfc-b6ba-66543f36fb72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2521 2025.03.12 22:37:06.660373 [ 276 ] {70c6d678-61b4-4cfc-b6ba-66543f36fb72} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2522 2025.03.12 22:37:06.660414 [ 276 ] {70c6d678-61b4-4cfc-b6ba-66543f36fb72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2523 2025.03.12 22:37:06.660768 [ 276 ] {70c6d678-61b4-4cfc-b6ba-66543f36fb72} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2524 2025.03.12 22:37:06.661007 [ 276 ] {70c6d678-61b4-4cfc-b6ba-66543f36fb72} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2525 2025.03.12 22:37:06.661230 [ 276 ] {70c6d678-61b4-4cfc-b6ba-66543f36fb72} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001482 sec., 43184.88529014845 rows/sec., 3.37 MiB/sec.
2526 2025.03.12 22:37:06.661283 [ 276 ] {70c6d678-61b4-4cfc-b6ba-66543f36fb72} <Debug> TCPHandler: Processed in 0.001672603 sec.
2527 2025.03.12 22:37:06.661400 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2528 2025.03.12 22:37:06.661506 [ 276 ] {b057cf28-057a-428b-b246-8d2bfaef041e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2529 2025.03.12 22:37:06.661556 [ 276 ] {b057cf28-057a-428b-b246-8d2bfaef041e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2530 2025.03.12 22:37:06.662088 [ 276 ] {b057cf28-057a-428b-b246-8d2bfaef041e} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2531 2025.03.12 22:37:06.662128 [ 276 ] {b057cf28-057a-428b-b246-8d2bfaef041e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2532 2025.03.12 22:37:06.662515 [ 276 ] {b057cf28-057a-428b-b246-8d2bfaef041e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2533 2025.03.12 22:37:06.662749 [ 276 ] {b057cf28-057a-428b-b246-8d2bfaef041e} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2534 2025.03.12 22:37:06.662964 [ 276 ] {b057cf28-057a-428b-b246-8d2bfaef041e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00148 sec., 108108.1081081081 rows/sec., 7.53 MiB/sec.
2535 2025.03.12 22:37:06.663018 [ 276 ] {b057cf28-057a-428b-b246-8d2bfaef041e} <Debug> TCPHandler: Processed in 0.001670703 sec.
2536 2025.03.12 22:37:06.663127 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2537 2025.03.12 22:37:06.663232 [ 276 ] {dc0e1898-8346-4573-b63a-dc5cb2a35304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2538 2025.03.12 22:37:06.663280 [ 276 ] {dc0e1898-8346-4573-b63a-dc5cb2a35304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2539 2025.03.12 22:37:06.663723 [ 276 ] {dc0e1898-8346-4573-b63a-dc5cb2a35304} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2540 2025.03.12 22:37:06.663764 [ 276 ] {dc0e1898-8346-4573-b63a-dc5cb2a35304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2541 2025.03.12 22:37:06.664125 [ 276 ] {dc0e1898-8346-4573-b63a-dc5cb2a35304} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2542 2025.03.12 22:37:06.664381 [ 276 ] {dc0e1898-8346-4573-b63a-dc5cb2a35304} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2543 2025.03.12 22:37:06.664599 [ 276 ] {dc0e1898-8346-4573-b63a-dc5cb2a35304} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec.
2544 2025.03.12 22:37:06.664650 [ 276 ] {dc0e1898-8346-4573-b63a-dc5cb2a35304} <Debug> TCPHandler: Processed in 0.001574491 sec.
2545 2025.03.12 22:37:06.981406 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978
2546 2025.03.12 22:37:06.982049 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2547 2025.03.12 22:37:06.982093 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2548 2025.03.12 22:37:06.982654 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2549 2025.03.12 22:37:06.982915 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2550 2025.03.12 22:37:06.983145 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978
2551 2025.03.12 22:37:07.373753 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2552 2025.03.12 22:37:07.394052 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2553 2025.03.12 22:37:07.394122 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2554 2025.03.12 22:37:07.401968 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2555 2025.03.12 22:37:07.402713 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2556 2025.03.12 22:37:07.405402 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2557 2025.03.12 22:37:09.507963 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 364
2558 2025.03.12 22:37:09.510765 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2559 2025.03.12 22:37:09.510811 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2560 2025.03.12 22:37:09.512322 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2561 2025.03.12 22:37:09.512631 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2562 2025.03.12 22:37:09.513182 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 364
2563 2025.03.12 22:37:11.660888 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2564 2025.03.12 22:37:11.661113 [ 276 ] {e666feb1-71a2-49f4-97b8-415c9d85e2d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2565 2025.03.12 22:37:11.661198 [ 276 ] {e666feb1-71a2-49f4-97b8-415c9d85e2d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2566 2025.03.12 22:37:11.662124 [ 276 ] {e666feb1-71a2-49f4-97b8-415c9d85e2d4} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2567 2025.03.12 22:37:11.662177 [ 276 ] {e666feb1-71a2-49f4-97b8-415c9d85e2d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2568 2025.03.12 22:37:11.662626 [ 276 ] {e666feb1-71a2-49f4-97b8-415c9d85e2d4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2569 2025.03.12 22:37:11.662883 [ 276 ] {e666feb1-71a2-49f4-97b8-415c9d85e2d4} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2570 2025.03.12 22:37:11.663142 [ 276 ] {e666feb1-71a2-49f4-97b8-415c9d85e2d4} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002094 sec., 64947.46895893028 rows/sec., 5.61 MiB/sec.
2571 2025.03.12 22:37:11.663200 [ 276 ] {e666feb1-71a2-49f4-97b8-415c9d85e2d4} <Debug> TCPHandler: Processed in 0.002461073 sec.
2572 2025.03.12 22:37:11.663326 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2573 2025.03.12 22:37:11.663434 [ 276 ] {0e6a36aa-95fe-4d60-ba4a-6ca7de5d4503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2574 2025.03.12 22:37:11.663481 [ 276 ] {0e6a36aa-95fe-4d60-ba4a-6ca7de5d4503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2575 2025.03.12 22:37:11.664026 [ 276 ] {0e6a36aa-95fe-4d60-ba4a-6ca7de5d4503} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2576 2025.03.12 22:37:11.664067 [ 276 ] {0e6a36aa-95fe-4d60-ba4a-6ca7de5d4503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2577 2025.03.12 22:37:11.664423 [ 276 ] {0e6a36aa-95fe-4d60-ba4a-6ca7de5d4503} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2578 2025.03.12 22:37:11.664663 [ 276 ] {0e6a36aa-95fe-4d60-ba4a-6ca7de5d4503} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2579 2025.03.12 22:37:11.664875 [ 276 ] {0e6a36aa-95fe-4d60-ba4a-6ca7de5d4503} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001464 sec., 27322.4043715847 rows/sec., 2.01 MiB/sec.
2580 2025.03.12 22:37:11.664929 [ 276 ] {0e6a36aa-95fe-4d60-ba4a-6ca7de5d4503} <Debug> TCPHandler: Processed in 0.001654753 sec.
2581 2025.03.12 22:37:11.665037 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2582 2025.03.12 22:37:11.665140 [ 276 ] {a3cd9ef6-36e2-489b-8a02-433f617f7cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2583 2025.03.12 22:37:11.665186 [ 276 ] {a3cd9ef6-36e2-489b-8a02-433f617f7cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2584 2025.03.12 22:37:11.665766 [ 276 ] {a3cd9ef6-36e2-489b-8a02-433f617f7cec} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2585 2025.03.12 22:37:11.665808 [ 276 ] {a3cd9ef6-36e2-489b-8a02-433f617f7cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2586 2025.03.12 22:37:11.666172 [ 276 ] {a3cd9ef6-36e2-489b-8a02-433f617f7cec} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2587 2025.03.12 22:37:11.666410 [ 276 ] {a3cd9ef6-36e2-489b-8a02-433f617f7cec} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2588 2025.03.12 22:37:11.666617 [ 276 ] {a3cd9ef6-36e2-489b-8a02-433f617f7cec} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001499 sec., 69379.58639092729 rows/sec., 5.42 MiB/sec.
2589 2025.03.12 22:37:11.666670 [ 276 ] {a3cd9ef6-36e2-489b-8a02-433f617f7cec} <Debug> TCPHandler: Processed in 0.001684833 sec.
2590 2025.03.12 22:37:11.666789 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2591 2025.03.12 22:37:11.666896 [ 276 ] {0034862a-9774-4524-a751-a18e62e837d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2592 2025.03.12 22:37:11.666948 [ 276 ] {0034862a-9774-4524-a751-a18e62e837d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2593 2025.03.12 22:37:11.667479 [ 276 ] {0034862a-9774-4524-a751-a18e62e837d4} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2594 2025.03.12 22:37:11.667519 [ 276 ] {0034862a-9774-4524-a751-a18e62e837d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2595 2025.03.12 22:37:11.667912 [ 276 ] {0034862a-9774-4524-a751-a18e62e837d4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2596 2025.03.12 22:37:11.668152 [ 276 ] {0034862a-9774-4524-a751-a18e62e837d4} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2597 2025.03.12 22:37:11.668383 [ 276 ] {0034862a-9774-4524-a751-a18e62e837d4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0015 sec., 106666.66666666667 rows/sec., 7.43 MiB/sec.
2598 2025.03.12 22:37:11.668436 [ 276 ] {0034862a-9774-4524-a751-a18e62e837d4} <Debug> TCPHandler: Processed in 0.001700414 sec.
2599 2025.03.12 22:37:11.668558 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2600 2025.03.12 22:37:11.668665 [ 276 ] {81cfc168-9890-4bf0-bf39-4e742fe4aa2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2601 2025.03.12 22:37:11.668734 [ 276 ] {81cfc168-9890-4bf0-bf39-4e742fe4aa2f} <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
2602 2025.03.12 22:37:11.669893 [ 276 ] {81cfc168-9890-4bf0-bf39-4e742fe4aa2f} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2603 2025.03.12 22:37:11.669933 [ 276 ] {81cfc168-9890-4bf0-bf39-4e742fe4aa2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2604 2025.03.12 22:37:11.670592 [ 276 ] {81cfc168-9890-4bf0-bf39-4e742fe4aa2f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2605 2025.03.12 22:37:11.670850 [ 276 ] {81cfc168-9890-4bf0-bf39-4e742fe4aa2f} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2606 2025.03.12 22:37:11.671085 [ 276 ] {81cfc168-9890-4bf0-bf39-4e742fe4aa2f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002441 sec., 16386.726751331422 rows/sec., 29.36 MiB/sec.
2607 2025.03.12 22:37:11.671185 [ 276 ] {81cfc168-9890-4bf0-bf39-4e742fe4aa2f} <Debug> TCPHandler: Processed in 0.002678519 sec.
2608 2025.03.12 22:37:11.671302 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2609 2025.03.12 22:37:11.671407 [ 276 ] {13f79ed0-6a82-4687-ba95-c19052f7e42b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2610 2025.03.12 22:37:11.671454 [ 276 ] {13f79ed0-6a82-4687-ba95-c19052f7e42b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2611 2025.03.12 22:37:11.671900 [ 276 ] {13f79ed0-6a82-4687-ba95-c19052f7e42b} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2612 2025.03.12 22:37:11.671939 [ 276 ] {13f79ed0-6a82-4687-ba95-c19052f7e42b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2613 2025.03.12 22:37:11.672303 [ 276 ] {13f79ed0-6a82-4687-ba95-c19052f7e42b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2614 2025.03.12 22:37:11.672546 [ 276 ] {13f79ed0-6a82-4687-ba95-c19052f7e42b} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2615 2025.03.12 22:37:11.672759 [ 276 ] {13f79ed0-6a82-4687-ba95-c19052f7e42b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec.
2616 2025.03.12 22:37:11.672811 [ 276 ] {13f79ed0-6a82-4687-ba95-c19052f7e42b} <Debug> TCPHandler: Processed in 0.001560551 sec.
2617 2025.03.12 22:37:14.340640 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache
2618 2025.03.12 22:37:14.340703 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache
2619 2025.03.12 22:37:14.483272 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466
2620 2025.03.12 22:37:14.484052 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2621 2025.03.12 22:37:14.484101 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2622 2025.03.12 22:37:14.484669 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2623 2025.03.12 22:37:14.484924 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2624 2025.03.12 22:37:14.485159 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
2625 2025.03.12 22:37:14.905470 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
2626 2025.03.12 22:37:14.926096 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2627 2025.03.12 22:37:14.926153 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2628 2025.03.12 22:37:14.933346 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2629 2025.03.12 22:37:14.934097 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2630 2025.03.12 22:37:14.937016 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
2631 2025.03.12 22:37:16.658654 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2632 2025.03.12 22:37:16.658874 [ 276 ] {fd27e36a-81e6-4057-8abf-b83140dcbc6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2633 2025.03.12 22:37:16.658954 [ 276 ] {fd27e36a-81e6-4057-8abf-b83140dcbc6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2634 2025.03.12 22:37:16.659738 [ 276 ] {fd27e36a-81e6-4057-8abf-b83140dcbc6e} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2635 2025.03.12 22:37:16.659787 [ 276 ] {fd27e36a-81e6-4057-8abf-b83140dcbc6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2636 2025.03.12 22:37:16.660229 [ 276 ] {fd27e36a-81e6-4057-8abf-b83140dcbc6e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2637 2025.03.12 22:37:16.660480 [ 276 ] {fd27e36a-81e6-4057-8abf-b83140dcbc6e} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2638 2025.03.12 22:37:16.660752 [ 276 ] {fd27e36a-81e6-4057-8abf-b83140dcbc6e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001926 sec., 29075.80477673936 rows/sec., 2.23 MiB/sec.
2639 2025.03.12 22:37:16.660833 [ 276 ] {fd27e36a-81e6-4057-8abf-b83140dcbc6e} <Debug> TCPHandler: Processed in 0.0023199 sec.
2640 2025.03.12 22:37:16.661066 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2641 2025.03.12 22:37:16.661176 [ 276 ] {e2c53b7e-64b0-4c7e-91ad-65eb02de7a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2642 2025.03.12 22:37:16.661224 [ 276 ] {e2c53b7e-64b0-4c7e-91ad-65eb02de7a82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2643 2025.03.12 22:37:16.661784 [ 276 ] {e2c53b7e-64b0-4c7e-91ad-65eb02de7a82} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2644 2025.03.12 22:37:16.661824 [ 276 ] {e2c53b7e-64b0-4c7e-91ad-65eb02de7a82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2645 2025.03.12 22:37:16.662175 [ 276 ] {e2c53b7e-64b0-4c7e-91ad-65eb02de7a82} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2646 2025.03.12 22:37:16.662411 [ 276 ] {e2c53b7e-64b0-4c7e-91ad-65eb02de7a82} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2647 2025.03.12 22:37:16.662634 [ 276 ] {e2c53b7e-64b0-4c7e-91ad-65eb02de7a82} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001483 sec., 43155.76534052596 rows/sec., 3.37 MiB/sec.
2648 2025.03.12 22:37:16.662688 [ 276 ] {e2c53b7e-64b0-4c7e-91ad-65eb02de7a82} <Debug> TCPHandler: Processed in 0.001693604 sec.
2649 2025.03.12 22:37:16.662804 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2650 2025.03.12 22:37:16.662912 [ 276 ] {b8033ff6-94d9-4bf4-a333-36224dc58cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2651 2025.03.12 22:37:16.662961 [ 276 ] {b8033ff6-94d9-4bf4-a333-36224dc58cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2652 2025.03.12 22:37:16.663492 [ 276 ] {b8033ff6-94d9-4bf4-a333-36224dc58cfe} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2653 2025.03.12 22:37:16.663531 [ 276 ] {b8033ff6-94d9-4bf4-a333-36224dc58cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2654 2025.03.12 22:37:16.663914 [ 276 ] {b8033ff6-94d9-4bf4-a333-36224dc58cfe} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2655 2025.03.12 22:37:16.664148 [ 276 ] {b8033ff6-94d9-4bf4-a333-36224dc58cfe} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2656 2025.03.12 22:37:16.664398 [ 276 ] {b8033ff6-94d9-4bf4-a333-36224dc58cfe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001508 sec., 106100.79575596817 rows/sec., 7.39 MiB/sec.
2657 2025.03.12 22:37:16.664575 [ 276 ] {b8033ff6-94d9-4bf4-a333-36224dc58cfe} <Debug> TCPHandler: Processed in 0.001816147 sec.
2658 2025.03.12 22:37:16.664772 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2659 2025.03.12 22:37:16.664880 [ 276 ] {c8ee5f48-7f48-45b8-8c54-58d6bc5274da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2660 2025.03.12 22:37:16.664930 [ 276 ] {c8ee5f48-7f48-45b8-8c54-58d6bc5274da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2661 2025.03.12 22:37:16.665401 [ 276 ] {c8ee5f48-7f48-45b8-8c54-58d6bc5274da} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2662 2025.03.12 22:37:16.665440 [ 276 ] {c8ee5f48-7f48-45b8-8c54-58d6bc5274da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2663 2025.03.12 22:37:16.665792 [ 276 ] {c8ee5f48-7f48-45b8-8c54-58d6bc5274da} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2664 2025.03.12 22:37:16.666029 [ 276 ] {c8ee5f48-7f48-45b8-8c54-58d6bc5274da} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2665 2025.03.12 22:37:16.666280 [ 276 ] {c8ee5f48-7f48-45b8-8c54-58d6bc5274da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec.
2666 2025.03.12 22:37:16.666485 [ 276 ] {c8ee5f48-7f48-45b8-8c54-58d6bc5274da} <Debug> TCPHandler: Processed in 0.001774086 sec.
2667 2025.03.12 22:37:18.018541 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2668 2025.03.12 22:37:18.018762 [ 276 ] {f211b043-dcf3-46fb-a748-40f43dff0a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2669 2025.03.12 22:37:18.018847 [ 276 ] {f211b043-dcf3-46fb-a748-40f43dff0a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2670 2025.03.12 22:37:18.019666 [ 276 ] {f211b043-dcf3-46fb-a748-40f43dff0a6a} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2671 2025.03.12 22:37:18.019719 [ 276 ] {f211b043-dcf3-46fb-a748-40f43dff0a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2672 2025.03.12 22:37:18.020154 [ 276 ] {f211b043-dcf3-46fb-a748-40f43dff0a6a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2673 2025.03.12 22:37:18.020416 [ 276 ] {f211b043-dcf3-46fb-a748-40f43dff0a6a} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2674 2025.03.12 22:37:18.020625 [ 276 ] {f211b043-dcf3-46fb-a748-40f43dff0a6a} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001921 sec., 12493.492972410204 rows/sec., 1.04 MiB/sec.
2675 2025.03.12 22:37:18.020703 [ 276 ] {f211b043-dcf3-46fb-a748-40f43dff0a6a} <Debug> TCPHandler: Processed in 0.00231161 sec.
2676 2025.03.12 22:37:18.020836 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2677 2025.03.12 22:37:18.020954 [ 276 ] {96305f99-4ad5-4008-a64f-084b47cf913a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2678 2025.03.12 22:37:18.021004 [ 276 ] {96305f99-4ad5-4008-a64f-084b47cf913a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2679 2025.03.12 22:37:18.021531 [ 276 ] {96305f99-4ad5-4008-a64f-084b47cf913a} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2680 2025.03.12 22:37:18.021570 [ 276 ] {96305f99-4ad5-4008-a64f-084b47cf913a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2681 2025.03.12 22:37:18.021921 [ 276 ] {96305f99-4ad5-4008-a64f-084b47cf913a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2682 2025.03.12 22:37:18.022185 [ 276 ] {96305f99-4ad5-4008-a64f-084b47cf913a} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2683 2025.03.12 22:37:18.022386 [ 276 ] {96305f99-4ad5-4008-a64f-084b47cf913a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001451 sec., 1378.3597518952447 rows/sec., 112.40 KiB/sec.
2684 2025.03.12 22:37:18.022552 [ 276 ] {96305f99-4ad5-4008-a64f-084b47cf913a} <Debug> TCPHandler: Processed in 0.001767846 sec.
2685 2025.03.12 22:37:18.022682 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2686 2025.03.12 22:37:18.022790 [ 276 ] {a645020b-3511-4cdb-b1c7-65333327609a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2687 2025.03.12 22:37:18.022835 [ 276 ] {a645020b-3511-4cdb-b1c7-65333327609a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2688 2025.03.12 22:37:18.024153 [ 276 ] {a645020b-3511-4cdb-b1c7-65333327609a} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2689 2025.03.12 22:37:18.024195 [ 276 ] {a645020b-3511-4cdb-b1c7-65333327609a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2690 2025.03.12 22:37:18.024643 [ 276 ] {a645020b-3511-4cdb-b1c7-65333327609a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2691 2025.03.12 22:37:18.024892 [ 276 ] {a645020b-3511-4cdb-b1c7-65333327609a} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2692 2025.03.12 22:37:18.025025 [ 149 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2693 2025.03.12 22:37:18.025070 [ 149 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2694 2025.03.12 22:37:18.025080 [ 276 ] {a645020b-3511-4cdb-b1c7-65333327609a} <Debug> executeQuery: Read 1397 rows, 120.12 KiB in 0.00231 sec., 604761.9047619047 rows/sec., 50.78 MiB/sec.
2695 2025.03.12 22:37:18.025093 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2696 2025.03.12 22:37:18.025192 [ 276 ] {a645020b-3511-4cdb-b1c7-65333327609a} <Debug> TCPHandler: Processed in 0.002563306 sec.
2697 2025.03.12 22:37:18.025555 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2698 2025.03.12 22:37:18.025563 [ 200 ] {04bf0494-1f58-4c03-b2e7-121877616829::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
2699 2025.03.12 22:37:18.025770 [ 276 ] {f639948c-0512-485b-8f49-3097de480cb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2700 2025.03.12 22:37:18.025879 [ 276 ] {f639948c-0512-485b-8f49-3097de480cb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2701 2025.03.12 22:37:18.025893 [ 200 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2702 2025.03.12 22:37:18.026001 [ 200 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1394 rows starting from the beginning of the part
2703 2025.03.12 22:37:18.026353 [ 200 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 136 rows starting from the beginning of the part
2704 2025.03.12 22:37:18.026808 [ 200 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part
2705 2025.03.12 22:37:18.027184 [ 200 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 136 rows starting from the beginning of the part
2706 2025.03.12 22:37:18.027500 [ 200 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part
2707 2025.03.12 22:37:18.027857 [ 200 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1397 rows starting from the beginning of the part
2708 2025.03.12 22:37:18.028586 [ 276 ] {f639948c-0512-485b-8f49-3097de480cb7} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2709 2025.03.12 22:37:18.028656 [ 276 ] {f639948c-0512-485b-8f49-3097de480cb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2710 2025.03.12 22:37:18.029536 [ 276 ] {f639948c-0512-485b-8f49-3097de480cb7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2711 2025.03.12 22:37:18.030208 [ 276 ] {f639948c-0512-485b-8f49-3097de480cb7} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2712 2025.03.12 22:37:18.030675 [ 276 ] {f639948c-0512-485b-8f49-3097de480cb7} <Debug> executeQuery: Read 54 rows, 4.11 KiB in 0.004955 sec., 10898.08274470232 rows/sec., 829.14 KiB/sec.
2713 2025.03.12 22:37:18.030883 [ 276 ] {f639948c-0512-485b-8f49-3097de480cb7} <Debug> TCPHandler: Processed in 0.005434831 sec.
2714 2025.03.12 22:37:18.031221 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2715 2025.03.12 22:37:18.031408 [ 276 ] {a16ad4f9-46b7-4193-ac6f-c2703812e6bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2716 2025.03.12 22:37:18.031578 [ 276 ] {a16ad4f9-46b7-4193-ac6f-c2703812e6bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2717 2025.03.12 22:37:18.032521 [ 201 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3175 rows, containing 5 columns (5 merged, 0 gathered) in 0.00730765 sec., 434476.19959905033 rows/sec., 38.10 MiB/sec.
2718 2025.03.12 22:37:18.032993 [ 195 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2719 2025.03.12 22:37:18.033414 [ 276 ] {a16ad4f9-46b7-4193-ac6f-c2703812e6bb} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2720 2025.03.12 22:37:18.033465 [ 276 ] {a16ad4f9-46b7-4193-ac6f-c2703812e6bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2721 2025.03.12 22:37:18.033917 [ 195 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_21_4} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2722 2025.03.12 22:37:18.034119 [ 195 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_21_4} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2723 2025.03.12 22:37:18.034246 [ 276 ] {a16ad4f9-46b7-4193-ac6f-c2703812e6bb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2724 2025.03.12 22:37:18.034270 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
2725 2025.03.12 22:37:18.034530 [ 276 ] {a16ad4f9-46b7-4193-ac6f-c2703812e6bb} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2726 2025.03.12 22:37:18.034832 [ 276 ] {a16ad4f9-46b7-4193-ac6f-c2703812e6bb} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.003503 sec., 71938.33856694262 rows/sec., 4.98 MiB/sec.
2727 2025.03.12 22:37:18.034914 [ 276 ] {a16ad4f9-46b7-4193-ac6f-c2703812e6bb} <Debug> TCPHandler: Processed in 0.003776958 sec.
2728 2025.03.12 22:37:18.035043 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2729 2025.03.12 22:37:18.035154 [ 276 ] {5552c762-2e00-419d-9622-351d3813f86e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2730 2025.03.12 22:37:18.035201 [ 276 ] {5552c762-2e00-419d-9622-351d3813f86e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2731 2025.03.12 22:37:18.035749 [ 276 ] {5552c762-2e00-419d-9622-351d3813f86e} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2732 2025.03.12 22:37:18.035791 [ 276 ] {5552c762-2e00-419d-9622-351d3813f86e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2733 2025.03.12 22:37:18.036149 [ 276 ] {5552c762-2e00-419d-9622-351d3813f86e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2734 2025.03.12 22:37:18.036401 [ 276 ] {5552c762-2e00-419d-9622-351d3813f86e} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2735 2025.03.12 22:37:18.036693 [ 276 ] {5552c762-2e00-419d-9622-351d3813f86e} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001536 sec., 7812.5 rows/sec., 610.35 KiB/sec.
2736 2025.03.12 22:37:18.036820 [ 276 ] {5552c762-2e00-419d-9622-351d3813f86e} <Debug> TCPHandler: Processed in 0.001830047 sec.
2737 2025.03.12 22:37:18.036942 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2738 2025.03.12 22:37:18.037050 [ 276 ] {fd45d7db-1398-4be1-b15a-04550e5b6e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2739 2025.03.12 22:37:18.037099 [ 276 ] {fd45d7db-1398-4be1-b15a-04550e5b6e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2740 2025.03.12 22:37:18.037940 [ 276 ] {fd45d7db-1398-4be1-b15a-04550e5b6e23} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2741 2025.03.12 22:37:18.037982 [ 276 ] {fd45d7db-1398-4be1-b15a-04550e5b6e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2742 2025.03.12 22:37:18.038367 [ 276 ] {fd45d7db-1398-4be1-b15a-04550e5b6e23} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2743 2025.03.12 22:37:18.038613 [ 276 ] {fd45d7db-1398-4be1-b15a-04550e5b6e23} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2744 2025.03.12 22:37:18.038778 [ 148 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2745 2025.03.12 22:37:18.038853 [ 148 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2746 2025.03.12 22:37:18.038887 [ 276 ] {fd45d7db-1398-4be1-b15a-04550e5b6e23} <Debug> executeQuery: Read 598 rows, 46.03 KiB in 0.001845 sec., 324119.2411924119 rows/sec., 24.36 MiB/sec.
2747 2025.03.12 22:37:18.038896 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2748 2025.03.12 22:37:18.039050 [ 276 ] {fd45d7db-1398-4be1-b15a-04550e5b6e23} <Debug> TCPHandler: Processed in 0.002158266 sec.
2749 2025.03.12 22:37:18.039109 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
2750 2025.03.12 22:37:18.039185 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2751 2025.03.12 22:37:18.039223 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2752 2025.03.12 22:37:18.039258 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 615 rows starting from the beginning of the part
2753 2025.03.12 22:37:18.039315 [ 276 ] {ddfb24b0-fbba-424f-b038-66d44e5e6774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2754 2025.03.12 22:37:18.039404 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 110 rows starting from the beginning of the part
2755 2025.03.12 22:37:18.039466 [ 276 ] {ddfb24b0-fbba-424f-b038-66d44e5e6774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2756 2025.03.12 22:37:18.039832 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part
2757 2025.03.12 22:37:18.040137 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 104 rows starting from the beginning of the part
2758 2025.03.12 22:37:18.040509 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part
2759 2025.03.12 22:37:18.040856 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 598 rows starting from the beginning of the part
2760 2025.03.12 22:37:18.042048 [ 276 ] {ddfb24b0-fbba-424f-b038-66d44e5e6774} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2761 2025.03.12 22:37:18.042102 [ 276 ] {ddfb24b0-fbba-424f-b038-66d44e5e6774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2762 2025.03.12 22:37:18.042721 [ 276 ] {ddfb24b0-fbba-424f-b038-66d44e5e6774} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2763 2025.03.12 22:37:18.042764 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1555 rows, containing 5 columns (5 merged, 0 gathered) in 0.003722936 sec., 417681.0990035821 rows/sec., 33.28 MiB/sec.
2764 2025.03.12 22:37:18.043046 [ 276 ] {ddfb24b0-fbba-424f-b038-66d44e5e6774} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2765 2025.03.12 22:37:18.043048 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2766 2025.03.12 22:37:18.043371 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2767 2025.03.12 22:37:18.043467 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2768 2025.03.12 22:37:18.043537 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2769 2025.03.12 22:37:18.043558 [ 276 ] {ddfb24b0-fbba-424f-b038-66d44e5e6774} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.004256 sec., 222039.4736842105 rows/sec., 14.98 MiB/sec.
2770 2025.03.12 22:37:18.043968 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_21_4} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2771 2025.03.12 22:37:18.044065 [ 276 ] {ddfb24b0-fbba-424f-b038-66d44e5e6774} <Debug> TCPHandler: Processed in 0.004923138 sec.
2772 2025.03.12 22:37:18.044250 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
2773 2025.03.12 22:37:18.044464 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_21_4} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2774 2025.03.12 22:37:18.044764 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2775 2025.03.12 22:37:18.044864 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
2776 2025.03.12 22:37:18.044893 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2777 2025.03.12 22:37:18.044993 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5628 rows starting from the beginning of the part
2778 2025.03.12 22:37:18.045033 [ 276 ] {619b5e34-c1bf-4094-9d24-d2d7b0a612f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2779 2025.03.12 22:37:18.045364 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part
2780 2025.03.12 22:37:18.045390 [ 276 ] {619b5e34-c1bf-4094-9d24-d2d7b0a612f7} <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
2781 2025.03.12 22:37:18.045788 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part
2782 2025.03.12 22:37:18.046176 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part
2783 2025.03.12 22:37:18.046588 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
2784 2025.03.12 22:37:18.046965 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 945 rows starting from the beginning of the part
2785 2025.03.12 22:37:18.050653 [ 276 ] {619b5e34-c1bf-4094-9d24-d2d7b0a612f7} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2786 2025.03.12 22:37:18.050700 [ 276 ] {619b5e34-c1bf-4094-9d24-d2d7b0a612f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2787 2025.03.12 22:37:18.051589 [ 276 ] {619b5e34-c1bf-4094-9d24-d2d7b0a612f7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2788 2025.03.12 22:37:18.051973 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7213 rows, containing 5 columns (5 merged, 0 gathered) in 0.008285845 sec., 870520.7495433477 rows/sec., 59.56 MiB/sec.
2789 2025.03.12 22:37:18.052107 [ 276 ] {619b5e34-c1bf-4094-9d24-d2d7b0a612f7} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2790 2025.03.12 22:37:18.052385 [ 276 ] {619b5e34-c1bf-4094-9d24-d2d7b0a612f7} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007426 sec., 5386.47993536224 rows/sec., 9.65 MiB/sec.
2791 2025.03.12 22:37:18.052542 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2792 2025.03.12 22:37:18.052638 [ 276 ] {619b5e34-c1bf-4094-9d24-d2d7b0a612f7} <Debug> TCPHandler: Processed in 0.008127641 sec.
2793 2025.03.12 22:37:18.052821 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2794 2025.03.12 22:37:18.052990 [ 276 ] {b58e2e92-5c75-48e6-9397-f62884f9cdc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2795 2025.03.12 22:37:18.053073 [ 276 ] {b58e2e92-5c75-48e6-9397-f62884f9cdc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2796 2025.03.12 22:37:18.053084 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2797 2025.03.12 22:37:18.053354 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2798 2025.03.12 22:37:18.053552 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB.
2799 2025.03.12 22:37:18.053866 [ 276 ] {b58e2e92-5c75-48e6-9397-f62884f9cdc2} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2800 2025.03.12 22:37:18.053910 [ 276 ] {b58e2e92-5c75-48e6-9397-f62884f9cdc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2801 2025.03.12 22:37:18.054289 [ 276 ] {b58e2e92-5c75-48e6-9397-f62884f9cdc2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2802 2025.03.12 22:37:18.054527 [ 276 ] {b58e2e92-5c75-48e6-9397-f62884f9cdc2} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2803 2025.03.12 22:37:18.054693 [ 148 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2804 2025.03.12 22:37:18.054758 [ 148 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2805 2025.03.12 22:37:18.054781 [ 276 ] {b58e2e92-5c75-48e6-9397-f62884f9cdc2} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001841 sec., 11950.027159152634 rows/sec., 831.22 KiB/sec.
2806 2025.03.12 22:37:18.054800 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2807 2025.03.12 22:37:18.054995 [ 276 ] {b58e2e92-5c75-48e6-9397-f62884f9cdc2} <Debug> TCPHandler: Processed in 0.002221427 sec.
2808 2025.03.12 22:37:18.055132 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
2809 2025.03.12 22:37:18.055379 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2810 2025.03.12 22:37:18.055409 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 828 rows starting from the beginning of the part
2811 2025.03.12 22:37:18.055470 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part
2812 2025.03.12 22:37:18.055716 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
2813 2025.03.12 22:37:18.055876 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part
2814 2025.03.12 22:37:18.056022 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
2815 2025.03.12 22:37:18.056202 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 22 rows starting from the beginning of the part
2816 2025.03.12 22:37:18.057413 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1090 rows, containing 4 columns (4 merged, 0 gathered) in 0.002498965 sec., 436180.57875960646 rows/sec., 29.40 MiB/sec.
2817 2025.03.12 22:37:18.057620 [ 196 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2818 2025.03.12 22:37:18.057962 [ 196 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_21_4} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2819 2025.03.12 22:37:18.058056 [ 196 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_21_4} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2820 2025.03.12 22:37:18.058147 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
2821 2025.03.12 22:37:19.513350 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 404
2822 2025.03.12 22:37:19.516712 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2823 2025.03.12 22:37:19.516773 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2824 2025.03.12 22:37:19.518286 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2825 2025.03.12 22:37:19.518596 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2826 2025.03.12 22:37:19.519699 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 404
2827 2025.03.12 22:37:21.654998 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2828 2025.03.12 22:37:21.655189 [ 276 ] {393b82ff-4314-47cf-87c1-a2fc08f54a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2829 2025.03.12 22:37:21.655261 [ 276 ] {393b82ff-4314-47cf-87c1-a2fc08f54a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2830 2025.03.12 22:37:21.656039 [ 276 ] {393b82ff-4314-47cf-87c1-a2fc08f54a2a} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2831 2025.03.12 22:37:21.656083 [ 276 ] {393b82ff-4314-47cf-87c1-a2fc08f54a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2832 2025.03.12 22:37:21.656527 [ 276 ] {393b82ff-4314-47cf-87c1-a2fc08f54a2a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2833 2025.03.12 22:37:21.656793 [ 276 ] {393b82ff-4314-47cf-87c1-a2fc08f54a2a} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2834 2025.03.12 22:37:21.656995 [ 276 ] {393b82ff-4314-47cf-87c1-a2fc08f54a2a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001859 sec., 30123.72243141474 rows/sec., 2.31 MiB/sec.
2835 2025.03.12 22:37:21.657052 [ 276 ] {393b82ff-4314-47cf-87c1-a2fc08f54a2a} <Debug> TCPHandler: Processed in 0.002185906 sec.
2836 2025.03.12 22:37:21.657180 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2837 2025.03.12 22:37:21.657288 [ 276 ] {feeacb0a-18d8-4503-b7cd-c1e6c5f80617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2838 2025.03.12 22:37:21.657334 [ 276 ] {feeacb0a-18d8-4503-b7cd-c1e6c5f80617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2839 2025.03.12 22:37:21.657892 [ 276 ] {feeacb0a-18d8-4503-b7cd-c1e6c5f80617} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2840 2025.03.12 22:37:21.657930 [ 276 ] {feeacb0a-18d8-4503-b7cd-c1e6c5f80617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2841 2025.03.12 22:37:21.658293 [ 276 ] {feeacb0a-18d8-4503-b7cd-c1e6c5f80617} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2842 2025.03.12 22:37:21.658532 [ 276 ] {feeacb0a-18d8-4503-b7cd-c1e6c5f80617} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2843 2025.03.12 22:37:21.658707 [ 276 ] {feeacb0a-18d8-4503-b7cd-c1e6c5f80617} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001442 sec., 44382.801664355065 rows/sec., 3.46 MiB/sec.
2844 2025.03.12 22:37:21.658760 [ 276 ] {feeacb0a-18d8-4503-b7cd-c1e6c5f80617} <Debug> TCPHandler: Processed in 0.001633102 sec.
2845 2025.03.12 22:37:21.658888 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2846 2025.03.12 22:37:21.658995 [ 276 ] {b9bcf62b-ec40-486a-9eb0-29c67c8ed3e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2847 2025.03.12 22:37:21.659045 [ 276 ] {b9bcf62b-ec40-486a-9eb0-29c67c8ed3e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2848 2025.03.12 22:37:21.659551 [ 276 ] {b9bcf62b-ec40-486a-9eb0-29c67c8ed3e5} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2849 2025.03.12 22:37:21.659588 [ 276 ] {b9bcf62b-ec40-486a-9eb0-29c67c8ed3e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2850 2025.03.12 22:37:21.659980 [ 276 ] {b9bcf62b-ec40-486a-9eb0-29c67c8ed3e5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2851 2025.03.12 22:37:21.660225 [ 276 ] {b9bcf62b-ec40-486a-9eb0-29c67c8ed3e5} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2852 2025.03.12 22:37:21.660406 [ 276 ] {b9bcf62b-ec40-486a-9eb0-29c67c8ed3e5} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001434 sec., 68340.30683403069 rows/sec., 4.77 MiB/sec.
2853 2025.03.12 22:37:21.660458 [ 276 ] {b9bcf62b-ec40-486a-9eb0-29c67c8ed3e5} <Debug> TCPHandler: Processed in 0.001621862 sec.
2854 2025.03.12 22:37:21.660577 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2855 2025.03.12 22:37:21.660684 [ 276 ] {310a2fe2-fa8b-4073-9678-d7f788a3fcde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2856 2025.03.12 22:37:21.660731 [ 276 ] {310a2fe2-fa8b-4073-9678-d7f788a3fcde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2857 2025.03.12 22:37:21.661165 [ 276 ] {310a2fe2-fa8b-4073-9678-d7f788a3fcde} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2858 2025.03.12 22:37:21.661202 [ 276 ] {310a2fe2-fa8b-4073-9678-d7f788a3fcde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2859 2025.03.12 22:37:21.661553 [ 276 ] {310a2fe2-fa8b-4073-9678-d7f788a3fcde} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2860 2025.03.12 22:37:21.661788 [ 276 ] {310a2fe2-fa8b-4073-9678-d7f788a3fcde} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2861 2025.03.12 22:37:21.661962 [ 276 ] {310a2fe2-fa8b-4073-9678-d7f788a3fcde} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.0013 sec., 29230.76923076923 rows/sec., 1.96 MiB/sec.
2862 2025.03.12 22:37:21.662013 [ 276 ] {310a2fe2-fa8b-4073-9678-d7f788a3fcde} <Debug> TCPHandler: Processed in 0.001487669 sec.
2863 2025.03.12 22:37:21.985298 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893
2864 2025.03.12 22:37:21.985953 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2865 2025.03.12 22:37:21.986006 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2866 2025.03.12 22:37:21.986554 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2867 2025.03.12 22:37:21.986820 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2868 2025.03.12 22:37:21.987092 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893
2869 2025.03.12 22:37:22.437085 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
2870 2025.03.12 22:37:22.458229 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2871 2025.03.12 22:37:22.458289 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2872 2025.03.12 22:37:22.465599 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2873 2025.03.12 22:37:22.466357 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2874 2025.03.12 22:37:22.469134 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
2875 2025.03.12 22:37:26.657580 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2876 2025.03.12 22:37:26.657810 [ 276 ] {36d54487-78b2-4a77-b851-2885f23ab483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2877 2025.03.12 22:37:26.657891 [ 276 ] {36d54487-78b2-4a77-b851-2885f23ab483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2878 2025.03.12 22:37:26.658732 [ 276 ] {36d54487-78b2-4a77-b851-2885f23ab483} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2879 2025.03.12 22:37:26.658777 [ 276 ] {36d54487-78b2-4a77-b851-2885f23ab483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2880 2025.03.12 22:37:26.659214 [ 276 ] {36d54487-78b2-4a77-b851-2885f23ab483} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2881 2025.03.12 22:37:26.659467 [ 276 ] {36d54487-78b2-4a77-b851-2885f23ab483} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2882 2025.03.12 22:37:26.659722 [ 276 ] {36d54487-78b2-4a77-b851-2885f23ab483} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001969 sec., 28440.832910106656 rows/sec., 2.18 MiB/sec.
2883 2025.03.12 22:37:26.659865 [ 276 ] {36d54487-78b2-4a77-b851-2885f23ab483} <Debug> TCPHandler: Processed in 0.002421753 sec.
2884 2025.03.12 22:37:26.659990 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2885 2025.03.12 22:37:26.660096 [ 276 ] {8b6c07b7-a94f-4b5b-8fc2-ae07c1d18581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2886 2025.03.12 22:37:26.660143 [ 276 ] {8b6c07b7-a94f-4b5b-8fc2-ae07c1d18581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2887 2025.03.12 22:37:26.660693 [ 276 ] {8b6c07b7-a94f-4b5b-8fc2-ae07c1d18581} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2888 2025.03.12 22:37:26.660733 [ 276 ] {8b6c07b7-a94f-4b5b-8fc2-ae07c1d18581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2889 2025.03.12 22:37:26.661089 [ 276 ] {8b6c07b7-a94f-4b5b-8fc2-ae07c1d18581} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2890 2025.03.12 22:37:26.661338 [ 276 ] {8b6c07b7-a94f-4b5b-8fc2-ae07c1d18581} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2891 2025.03.12 22:37:26.661552 [ 276 ] {8b6c07b7-a94f-4b5b-8fc2-ae07c1d18581} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001478 sec., 43301.75913396482 rows/sec., 3.38 MiB/sec.
2892 2025.03.12 22:37:26.661682 [ 276 ] {8b6c07b7-a94f-4b5b-8fc2-ae07c1d18581} <Debug> TCPHandler: Processed in 0.001744395 sec.
2893 2025.03.12 22:37:26.661809 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2894 2025.03.12 22:37:26.661915 [ 276 ] {18de57c4-e2c5-497d-beee-53cf01d4601f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2895 2025.03.12 22:37:26.661966 [ 276 ] {18de57c4-e2c5-497d-beee-53cf01d4601f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2896 2025.03.12 22:37:26.662502 [ 276 ] {18de57c4-e2c5-497d-beee-53cf01d4601f} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2897 2025.03.12 22:37:26.662541 [ 276 ] {18de57c4-e2c5-497d-beee-53cf01d4601f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2898 2025.03.12 22:37:26.662924 [ 276 ] {18de57c4-e2c5-497d-beee-53cf01d4601f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2899 2025.03.12 22:37:26.663157 [ 276 ] {18de57c4-e2c5-497d-beee-53cf01d4601f} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2900 2025.03.12 22:37:26.663361 [ 276 ] {18de57c4-e2c5-497d-beee-53cf01d4601f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001469 sec., 108917.63104152484 rows/sec., 7.59 MiB/sec.
2901 2025.03.12 22:37:26.663414 [ 276 ] {18de57c4-e2c5-497d-beee-53cf01d4601f} <Debug> TCPHandler: Processed in 0.001656513 sec.
2902 2025.03.12 22:37:26.663523 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2903 2025.03.12 22:37:26.663628 [ 276 ] {9962902e-4e6a-4a3f-811f-8aa21f6a4f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2904 2025.03.12 22:37:26.663675 [ 276 ] {9962902e-4e6a-4a3f-811f-8aa21f6a4f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2905 2025.03.12 22:37:26.664117 [ 276 ] {9962902e-4e6a-4a3f-811f-8aa21f6a4f0f} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2906 2025.03.12 22:37:26.664157 [ 276 ] {9962902e-4e6a-4a3f-811f-8aa21f6a4f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB.
2907 2025.03.12 22:37:26.664516 [ 276 ] {9962902e-4e6a-4a3f-811f-8aa21f6a4f0f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2908 2025.03.12 22:37:26.664748 [ 276 ] {9962902e-4e6a-4a3f-811f-8aa21f6a4f0f} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2909 2025.03.12 22:37:26.664976 [ 276 ] {9962902e-4e6a-4a3f-811f-8aa21f6a4f0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec.
2910 2025.03.12 22:37:26.665096 [ 276 ] {9962902e-4e6a-4a3f-811f-8aa21f6a4f0f} <Debug> TCPHandler: Processed in 0.001622872 sec.
2911 2025.03.12 22:37:29.340943 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache
2912 2025.03.12 22:37:29.341011 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache
2913 2025.03.12 22:37:29.487212 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381
2914 2025.03.12 22:37:29.487875 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2915 2025.03.12 22:37:29.487916 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
2916 2025.03.12 22:37:29.488487 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2917 2025.03.12 22:37:29.488751 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2918 2025.03.12 22:37:29.488904 [ 136 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2919 2025.03.12 22:37:29.488943 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
2920 2025.03.12 22:37:29.488953 [ 136 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2921 2025.03.12 22:37:29.488977 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
2922 2025.03.12 22:37:29.489152 [ 199 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
2923 2025.03.12 22:37:29.489304 [ 199 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2924 2025.03.12 22:37:29.489347 [ 199 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
2925 2025.03.12 22:37:29.489444 [ 199 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
2926 2025.03.12 22:37:29.489661 [ 199 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
2927 2025.03.12 22:37:29.489889 [ 199 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
2928 2025.03.12 22:37:29.490013 [ 199 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
2929 2025.03.12 22:37:29.490204 [ 199 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
2930 2025.03.12 22:37:29.491969 [ 189 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002913615 sec., 2533279.1051666057 rows/sec., 36.24 MiB/sec.
2931 2025.03.12 22:37:29.492910 [ 189 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2932 2025.03.12 22:37:29.493254 [ 189 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_16_3} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2933 2025.03.12 22:37:29.493346 [ 189 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_16_3} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2934 2025.03.12 22:37:29.493466 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
2935 2025.03.12 22:37:29.519908 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 420
2936 2025.03.12 22:37:29.522579 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2937 2025.03.12 22:37:29.522624 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
2938 2025.03.12 22:37:29.524031 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2939 2025.03.12 22:37:29.524332 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2940 2025.03.12 22:37:29.524525 [ 136 ] {} <Debug> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2941 2025.03.12 22:37:29.524608 [ 136 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2942 2025.03.12 22:37:29.524667 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
2943 2025.03.12 22:37:29.525233 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::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
2944 2025.03.12 22:37:29.526156 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 420
2945 2025.03.12 22:37:29.526466 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2946 2025.03.12 22:37:29.526584 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 282 rows starting from the beginning of the part
2947 2025.03.12 22:37:29.527249 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 44 rows starting from the beginning of the part
2948 2025.03.12 22:37:29.527869 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part
2949 2025.03.12 22:37:29.528427 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 22 rows starting from the beginning of the part
2950 2025.03.12 22:37:29.528932 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part
2951 2025.03.12 22:37:29.529495 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part
2952 2025.03.12 22:37:29.536803 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 420 rows, containing 72 columns (72 merged, 0 gathered) in 0.012013401 sec., 34960.95735087841 rows/sec., 32.30 MiB/sec.
2953 2025.03.12 22:37:29.537595 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2954 2025.03.12 22:37:29.538239 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_11_2} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2955 2025.03.12 22:37:29.538316 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_11_2} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2956 2025.03.12 22:37:29.538493 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB.
2957 2025.03.12 22:37:29.969209 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
2958 2025.03.12 22:37:29.990630 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2959 2025.03.12 22:37:29.990695 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
2960 2025.03.12 22:37:29.998137 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2961 2025.03.12 22:37:29.998914 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2962 2025.03.12 22:37:29.999270 [ 136 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2963 2025.03.12 22:37:29.999426 [ 136 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2964 2025.03.12 22:37:29.999489 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
2965 2025.03.12 22:37:29.999919 [ 187 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
2966 2025.03.12 22:37:30.000200 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.62 MiB, peak 181.39 MiB, free memory in arenas 0.00 B, will set to 176.03 MiB (RSS), difference: -3.58 MiB
2967 2025.03.12 22:37:30.007189 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.005997905 sec.
2968 2025.03.12 22:37:30.019199 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
2969 2025.03.12 22:37:30.020327 [ 187 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2970 2025.03.12 22:37:30.021947 [ 187 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
2971 2025.03.12 22:37:30.027495 [ 187 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
2972 2025.03.12 22:37:30.033049 [ 187 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
2973 2025.03.12 22:37:30.038636 [ 187 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
2974 2025.03.12 22:37:30.044386 [ 187 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
2975 2025.03.12 22:37:30.049079 [ 187 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part
2976 2025.03.12 22:37:30.109905 [ 188 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.110273498 sec., 1097.2718032396144 rows/sec., 5.67 MiB/sec.
2977 2025.03.12 22:37:30.112503 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2978 2025.03.12 22:37:30.115486 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_16_3} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2979 2025.03.12 22:37:30.115597 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_16_3} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2980 2025.03.12 22:37:30.118025 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
2981 2025.03.12 22:37:31.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.58 MiB, peak 182.55 MiB, free memory in arenas 0.00 B, will set to 177.89 MiB (RSS), difference: 5.31 MiB
2982 2025.03.12 22:37:31.660098 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2983 2025.03.12 22:37:31.660316 [ 276 ] {092cb97a-55d7-491f-94e7-5f60194a60ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2984 2025.03.12 22:37:31.660398 [ 276 ] {092cb97a-55d7-491f-94e7-5f60194a60ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2985 2025.03.12 22:37:31.661232 [ 276 ] {092cb97a-55d7-491f-94e7-5f60194a60ab} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2986 2025.03.12 22:37:31.661280 [ 276 ] {092cb97a-55d7-491f-94e7-5f60194a60ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
2987 2025.03.12 22:37:31.661738 [ 276 ] {092cb97a-55d7-491f-94e7-5f60194a60ab} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
2988 2025.03.12 22:37:31.662016 [ 276 ] {092cb97a-55d7-491f-94e7-5f60194a60ab} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2989 2025.03.12 22:37:31.662279 [ 276 ] {092cb97a-55d7-491f-94e7-5f60194a60ab} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002023 sec., 67226.89075630251 rows/sec., 5.81 MiB/sec.
2990 2025.03.12 22:37:31.662402 [ 276 ] {092cb97a-55d7-491f-94e7-5f60194a60ab} <Debug> TCPHandler: Processed in 0.002444784 sec.
2991 2025.03.12 22:37:31.662537 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2992 2025.03.12 22:37:31.662644 [ 276 ] {0e993308-72ca-4a23-8d2e-e9d11bcc5cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2993 2025.03.12 22:37:31.662691 [ 276 ] {0e993308-72ca-4a23-8d2e-e9d11bcc5cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2994 2025.03.12 22:37:31.663234 [ 276 ] {0e993308-72ca-4a23-8d2e-e9d11bcc5cfc} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2995 2025.03.12 22:37:31.663273 [ 276 ] {0e993308-72ca-4a23-8d2e-e9d11bcc5cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
2996 2025.03.12 22:37:31.663631 [ 276 ] {0e993308-72ca-4a23-8d2e-e9d11bcc5cfc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2997 2025.03.12 22:37:31.663868 [ 276 ] {0e993308-72ca-4a23-8d2e-e9d11bcc5cfc} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2998 2025.03.12 22:37:31.664085 [ 276 ] {0e993308-72ca-4a23-8d2e-e9d11bcc5cfc} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001464 sec., 27322.4043715847 rows/sec., 2.01 MiB/sec.
2999 2025.03.12 22:37:31.664144 [ 276 ] {0e993308-72ca-4a23-8d2e-e9d11bcc5cfc} <Debug> TCPHandler: Processed in 0.001660203 sec.
3000 2025.03.12 22:37:31.664269 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3001 2025.03.12 22:37:31.664383 [ 276 ] {49d3d842-6d82-4e79-b740-bb8fbbfbd206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3002 2025.03.12 22:37:31.664429 [ 276 ] {49d3d842-6d82-4e79-b740-bb8fbbfbd206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3003 2025.03.12 22:37:31.664995 [ 276 ] {49d3d842-6d82-4e79-b740-bb8fbbfbd206} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3004 2025.03.12 22:37:31.665035 [ 276 ] {49d3d842-6d82-4e79-b740-bb8fbbfbd206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3005 2025.03.12 22:37:31.665403 [ 276 ] {49d3d842-6d82-4e79-b740-bb8fbbfbd206} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3006 2025.03.12 22:37:31.665643 [ 276 ] {49d3d842-6d82-4e79-b740-bb8fbbfbd206} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3007 2025.03.12 22:37:31.665852 [ 276 ] {49d3d842-6d82-4e79-b740-bb8fbbfbd206} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001491 sec., 69751.84439973172 rows/sec., 5.45 MiB/sec.
3008 2025.03.12 22:37:31.665905 [ 276 ] {49d3d842-6d82-4e79-b740-bb8fbbfbd206} <Debug> TCPHandler: Processed in 0.001689163 sec.
3009 2025.03.12 22:37:31.666026 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3010 2025.03.12 22:37:31.666157 [ 276 ] {02b75e53-b8f7-46b8-93eb-e711ddfe1230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3011 2025.03.12 22:37:31.666207 [ 276 ] {02b75e53-b8f7-46b8-93eb-e711ddfe1230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3012 2025.03.12 22:37:31.666755 [ 276 ] {02b75e53-b8f7-46b8-93eb-e711ddfe1230} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3013 2025.03.12 22:37:31.666794 [ 276 ] {02b75e53-b8f7-46b8-93eb-e711ddfe1230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3014 2025.03.12 22:37:31.667183 [ 276 ] {02b75e53-b8f7-46b8-93eb-e711ddfe1230} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3015 2025.03.12 22:37:31.667418 [ 276 ] {02b75e53-b8f7-46b8-93eb-e711ddfe1230} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3016 2025.03.12 22:37:31.667634 [ 276 ] {02b75e53-b8f7-46b8-93eb-e711ddfe1230} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001501 sec., 106595.60293137908 rows/sec., 7.42 MiB/sec.
3017 2025.03.12 22:37:31.667687 [ 276 ] {02b75e53-b8f7-46b8-93eb-e711ddfe1230} <Debug> TCPHandler: Processed in 0.001711224 sec.
3018 2025.03.12 22:37:31.667790 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3019 2025.03.12 22:37:31.667893 [ 276 ] {7d71cae2-f14e-4f99-8bbf-f2faa27f2ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3020 2025.03.12 22:37:31.667957 [ 276 ] {7d71cae2-f14e-4f99-8bbf-f2faa27f2ebf} <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
3021 2025.03.12 22:37:31.669044 [ 276 ] {7d71cae2-f14e-4f99-8bbf-f2faa27f2ebf} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3022 2025.03.12 22:37:31.669082 [ 276 ] {7d71cae2-f14e-4f99-8bbf-f2faa27f2ebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3023 2025.03.12 22:37:31.669739 [ 276 ] {7d71cae2-f14e-4f99-8bbf-f2faa27f2ebf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3024 2025.03.12 22:37:31.669993 [ 276 ] {7d71cae2-f14e-4f99-8bbf-f2faa27f2ebf} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3025 2025.03.12 22:37:31.670234 [ 276 ] {7d71cae2-f14e-4f99-8bbf-f2faa27f2ebf} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002363 sec., 16927.634363097757 rows/sec., 30.33 MiB/sec.
3026 2025.03.12 22:37:31.670338 [ 276 ] {7d71cae2-f14e-4f99-8bbf-f2faa27f2ebf} <Debug> TCPHandler: Processed in 0.002596857 sec.
3027 2025.03.12 22:37:31.670454 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3028 2025.03.12 22:37:31.670558 [ 276 ] {6ef50725-2f4d-4d87-b0fd-0e0a9306e669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3029 2025.03.12 22:37:31.670603 [ 276 ] {6ef50725-2f4d-4d87-b0fd-0e0a9306e669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3030 2025.03.12 22:37:31.671030 [ 276 ] {6ef50725-2f4d-4d87-b0fd-0e0a9306e669} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3031 2025.03.12 22:37:31.671068 [ 276 ] {6ef50725-2f4d-4d87-b0fd-0e0a9306e669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3032 2025.03.12 22:37:31.671430 [ 276 ] {6ef50725-2f4d-4d87-b0fd-0e0a9306e669} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3033 2025.03.12 22:37:31.671704 [ 276 ] {6ef50725-2f4d-4d87-b0fd-0e0a9306e669} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3034 2025.03.12 22:37:31.672053 [ 276 ] {6ef50725-2f4d-4d87-b0fd-0e0a9306e669} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00151 sec., 39735.09933774835 rows/sec., 2.68 MiB/sec.
3035 2025.03.12 22:37:31.672466 [ 276 ] {6ef50725-2f4d-4d87-b0fd-0e0a9306e669} <Debug> TCPHandler: Processed in 0.002051953 sec.
3036 2025.03.12 22:37:36.662405 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3037 2025.03.12 22:37:36.662760 [ 276 ] {3e5b0674-4c6d-40e8-a682-1f5d38389bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3038 2025.03.12 22:37:36.662884 [ 276 ] {3e5b0674-4c6d-40e8-a682-1f5d38389bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3039 2025.03.12 22:37:36.664023 [ 276 ] {3e5b0674-4c6d-40e8-a682-1f5d38389bc7} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3040 2025.03.12 22:37:36.664105 [ 276 ] {3e5b0674-4c6d-40e8-a682-1f5d38389bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3041 2025.03.12 22:37:36.664771 [ 276 ] {3e5b0674-4c6d-40e8-a682-1f5d38389bc7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3042 2025.03.12 22:37:36.665165 [ 276 ] {3e5b0674-4c6d-40e8-a682-1f5d38389bc7} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3043 2025.03.12 22:37:36.665534 [ 276 ] {3e5b0674-4c6d-40e8-a682-1f5d38389bc7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002858 sec., 19594.12176347096 rows/sec., 1.51 MiB/sec.
3044 2025.03.12 22:37:36.665623 [ 276 ] {3e5b0674-4c6d-40e8-a682-1f5d38389bc7} <Debug> TCPHandler: Processed in 0.003435399 sec.
3045 2025.03.12 22:37:36.665796 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3046 2025.03.12 22:37:36.665955 [ 276 ] {b94c0171-0b85-4e8b-b381-1cf4a47a2e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3047 2025.03.12 22:37:36.666027 [ 276 ] {b94c0171-0b85-4e8b-b381-1cf4a47a2e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3048 2025.03.12 22:37:36.666882 [ 276 ] {b94c0171-0b85-4e8b-b381-1cf4a47a2e95} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3049 2025.03.12 22:37:36.666946 [ 276 ] {b94c0171-0b85-4e8b-b381-1cf4a47a2e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3050 2025.03.12 22:37:36.667472 [ 276 ] {b94c0171-0b85-4e8b-b381-1cf4a47a2e95} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3051 2025.03.12 22:37:36.667833 [ 276 ] {b94c0171-0b85-4e8b-b381-1cf4a47a2e95} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3052 2025.03.12 22:37:36.668171 [ 276 ] {b94c0171-0b85-4e8b-b381-1cf4a47a2e95} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002251 sec., 28431.808085295426 rows/sec., 2.22 MiB/sec.
3053 2025.03.12 22:37:36.668254 [ 276 ] {b94c0171-0b85-4e8b-b381-1cf4a47a2e95} <Debug> TCPHandler: Processed in 0.002533146 sec.
3054 2025.03.12 22:37:36.668426 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3055 2025.03.12 22:37:36.668588 [ 276 ] {3ca469fa-5719-4fbd-bb79-81cdaa046f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3056 2025.03.12 22:37:36.668665 [ 276 ] {3ca469fa-5719-4fbd-bb79-81cdaa046f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3057 2025.03.12 22:37:36.669444 [ 276 ] {3ca469fa-5719-4fbd-bb79-81cdaa046f67} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3058 2025.03.12 22:37:36.669500 [ 276 ] {3ca469fa-5719-4fbd-bb79-81cdaa046f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3059 2025.03.12 22:37:36.670085 [ 276 ] {3ca469fa-5719-4fbd-bb79-81cdaa046f67} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3060 2025.03.12 22:37:36.670440 [ 276 ] {3ca469fa-5719-4fbd-bb79-81cdaa046f67} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3061 2025.03.12 22:37:36.670783 [ 276 ] {3ca469fa-5719-4fbd-bb79-81cdaa046f67} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00223 sec., 71748.87892376681 rows/sec., 5.00 MiB/sec.
3062 2025.03.12 22:37:36.670865 [ 276 ] {3ca469fa-5719-4fbd-bb79-81cdaa046f67} <Debug> TCPHandler: Processed in 0.002516626 sec.
3063 2025.03.12 22:37:36.671022 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3064 2025.03.12 22:37:36.671176 [ 276 ] {076f1e4c-4639-4358-9662-69fd408da111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3065 2025.03.12 22:37:36.671246 [ 276 ] {076f1e4c-4639-4358-9662-69fd408da111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3066 2025.03.12 22:37:36.671899 [ 276 ] {076f1e4c-4639-4358-9662-69fd408da111} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3067 2025.03.12 22:37:36.671959 [ 276 ] {076f1e4c-4639-4358-9662-69fd408da111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3068 2025.03.12 22:37:36.672515 [ 276 ] {076f1e4c-4639-4358-9662-69fd408da111} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3069 2025.03.12 22:37:36.672871 [ 276 ] {076f1e4c-4639-4358-9662-69fd408da111} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3070 2025.03.12 22:37:36.673201 [ 276 ] {076f1e4c-4639-4358-9662-69fd408da111} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002051 sec., 29254.022428083863 rows/sec., 1.97 MiB/sec.
3071 2025.03.12 22:37:36.673284 [ 276 ] {076f1e4c-4639-4358-9662-69fd408da111} <Debug> TCPHandler: Processed in 0.00233757 sec.
3072 2025.03.12 22:37:36.989084 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808
3073 2025.03.12 22:37:36.989824 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3074 2025.03.12 22:37:36.989871 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3075 2025.03.12 22:37:36.990506 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3076 2025.03.12 22:37:36.990763 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3077 2025.03.12 22:37:36.990984 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808
3078 2025.03.12 22:37:37.519285 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3079 2025.03.12 22:37:37.538514 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3080 2025.03.12 22:37:37.538574 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3081 2025.03.12 22:37:37.545608 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3082 2025.03.12 22:37:37.546385 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3083 2025.03.12 22:37:37.549433 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3084 2025.03.12 22:37:39.526307 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 440
3085 2025.03.12 22:37:39.529161 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3086 2025.03.12 22:37:39.529213 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3087 2025.03.12 22:37:39.530696 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3088 2025.03.12 22:37:39.531013 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3089 2025.03.12 22:37:39.532187 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 440
3090 2025.03.12 22:37:41.659670 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3091 2025.03.12 22:37:41.659856 [ 276 ] {d9b191e5-de37-4b03-8b5d-318006110303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3092 2025.03.12 22:37:41.659928 [ 276 ] {d9b191e5-de37-4b03-8b5d-318006110303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3093 2025.03.12 22:37:41.660769 [ 276 ] {d9b191e5-de37-4b03-8b5d-318006110303} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3094 2025.03.12 22:37:41.660830 [ 276 ] {d9b191e5-de37-4b03-8b5d-318006110303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3095 2025.03.12 22:37:41.661279 [ 276 ] {d9b191e5-de37-4b03-8b5d-318006110303} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3096 2025.03.12 22:37:41.661539 [ 276 ] {d9b191e5-de37-4b03-8b5d-318006110303} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3097 2025.03.12 22:37:41.661732 [ 124 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3098 2025.03.12 22:37:41.661797 [ 276 ] {d9b191e5-de37-4b03-8b5d-318006110303} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.001986 sec., 68479.35548841894 rows/sec., 5.91 MiB/sec.
3099 2025.03.12 22:37:41.661809 [ 124 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3100 2025.03.12 22:37:41.661880 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3101 2025.03.12 22:37:41.661935 [ 276 ] {d9b191e5-de37-4b03-8b5d-318006110303} <Debug> TCPHandler: Processed in 0.002397832 sec.
3102 2025.03.12 22:37:41.662295 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3103 2025.03.12 22:37:41.662365 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::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
3104 2025.03.12 22:37:41.662548 [ 276 ] {480f34f5-c654-47d1-916c-38d95eb65675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3105 2025.03.12 22:37:41.662662 [ 276 ] {480f34f5-c654-47d1-916c-38d95eb65675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3106 2025.03.12 22:37:41.662776 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3107 2025.03.12 22:37:41.662880 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1405 rows starting from the beginning of the part
3108 2025.03.12 22:37:41.663204 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part
3109 2025.03.12 22:37:41.663618 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part
3110 2025.03.12 22:37:41.664072 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 136 rows starting from the beginning of the part
3111 2025.03.12 22:37:41.664280 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part
3112 2025.03.12 22:37:41.664629 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 136 rows starting from the beginning of the part
3113 2025.03.12 22:37:41.665317 [ 276 ] {480f34f5-c654-47d1-916c-38d95eb65675} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3114 2025.03.12 22:37:41.665385 [ 276 ] {480f34f5-c654-47d1-916c-38d95eb65675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3115 2025.03.12 22:37:41.666324 [ 276 ] {480f34f5-c654-47d1-916c-38d95eb65675} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3116 2025.03.12 22:37:41.666938 [ 276 ] {480f34f5-c654-47d1-916c-38d95eb65675} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3117 2025.03.12 22:37:41.667265 [ 34 ] {} <Debug> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3118 2025.03.12 22:37:41.667360 [ 34 ] {} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3119 2025.03.12 22:37:41.667419 [ 276 ] {480f34f5-c654-47d1-916c-38d95eb65675} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00495 sec., 8080.80808080808 rows/sec., 607.64 KiB/sec.
3120 2025.03.12 22:37:41.667428 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3121 2025.03.12 22:37:41.668120 [ 276 ] {480f34f5-c654-47d1-916c-38d95eb65675} <Debug> TCPHandler: Processed in 0.005942704 sec.
3122 2025.03.12 22:37:41.668405 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::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
3123 2025.03.12 22:37:41.668714 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3124 2025.03.12 22:37:41.668798 [ 201 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1845 rows, containing 5 columns (5 merged, 0 gathered) in 0.006801247 sec., 271273.78258722264 rows/sec., 23.72 MiB/sec.
3125 2025.03.12 22:37:41.668886 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3126 2025.03.12 22:37:41.668957 [ 276 ] {5e49f9cc-d362-4900-bf91-343b28726551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3127 2025.03.12 22:37:41.668981 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 59 rows starting from the beginning of the part
3128 2025.03.12 22:37:41.669097 [ 201 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3129 2025.03.12 22:37:41.669030 [ 276 ] {5e49f9cc-d362-4900-bf91-343b28726551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3130 2025.03.12 22:37:41.669678 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part
3131 2025.03.12 22:37:41.670182 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part
3132 2025.03.12 22:37:41.670197 [ 201 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_26_5} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3133 2025.03.12 22:37:41.670649 [ 201 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_26_5} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3134 2025.03.12 22:37:41.670723 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 54 rows starting from the beginning of the part
3135 2025.03.12 22:37:41.670849 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
3136 2025.03.12 22:37:41.671193 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part
3137 2025.03.12 22:37:41.671485 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part
3138 2025.03.12 22:37:41.672401 [ 276 ] {5e49f9cc-d362-4900-bf91-343b28726551} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3139 2025.03.12 22:37:41.672474 [ 276 ] {5e49f9cc-d362-4900-bf91-343b28726551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3140 2025.03.12 22:37:41.673390 [ 276 ] {5e49f9cc-d362-4900-bf91-343b28726551} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3141 2025.03.12 22:37:41.673975 [ 276 ] {5e49f9cc-d362-4900-bf91-343b28726551} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3142 2025.03.12 22:37:41.674073 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 273 rows, containing 5 columns (5 merged, 0 gathered) in 0.006455087 sec., 42292.22627053671 rows/sec., 3.27 MiB/sec.
3143 2025.03.12 22:37:41.674243 [ 34 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3144 2025.03.12 22:37:41.674334 [ 34 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3145 2025.03.12 22:37:41.674398 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3146 2025.03.12 22:37:41.674418 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3147 2025.03.12 22:37:41.674541 [ 276 ] {5e49f9cc-d362-4900-bf91-343b28726551} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005604 sec., 18558.1727337616 rows/sec., 1.45 MiB/sec.
3148 2025.03.12 22:37:41.674836 [ 276 ] {5e49f9cc-d362-4900-bf91-343b28726551} <Debug> TCPHandler: Processed in 0.006259862 sec.
3149 2025.03.12 22:37:41.674953 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
3150 2025.03.12 22:37:41.675127 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3151 2025.03.12 22:37:41.675344 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_11_2} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3152 2025.03.12 22:37:41.675451 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3153 2025.03.12 22:37:41.675467 [ 276 ] {efb62052-f3f3-46f6-95f6-d4262790d013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3154 2025.03.12 22:37:41.675590 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 628 rows starting from the beginning of the part
3155 2025.03.12 22:37:41.675630 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_11_2} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3156 2025.03.12 22:37:41.675638 [ 276 ] {efb62052-f3f3-46f6-95f6-d4262790d013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3157 2025.03.12 22:37:41.676051 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3158 2025.03.12 22:37:41.676338 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
3159 2025.03.12 22:37:41.676750 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part
3160 2025.03.12 22:37:41.676994 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 104 rows starting from the beginning of the part
3161 2025.03.12 22:37:41.677304 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part
3162 2025.03.12 22:37:41.677678 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 104 rows starting from the beginning of the part
3163 2025.03.12 22:37:41.678337 [ 276 ] {efb62052-f3f3-46f6-95f6-d4262790d013} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3164 2025.03.12 22:37:41.678393 [ 276 ] {efb62052-f3f3-46f6-95f6-d4262790d013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3165 2025.03.12 22:37:41.679363 [ 276 ] {efb62052-f3f3-46f6-95f6-d4262790d013} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3166 2025.03.12 22:37:41.679960 [ 276 ] {efb62052-f3f3-46f6-95f6-d4262790d013} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3167 2025.03.12 22:37:41.680228 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3168 2025.03.12 22:37:41.680372 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3169 2025.03.12 22:37:41.680459 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3170 2025.03.12 22:37:41.680476 [ 276 ] {efb62052-f3f3-46f6-95f6-d4262790d013} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005115 sec., 31280.54740957967 rows/sec., 2.18 MiB/sec.
3171 2025.03.12 22:37:41.680974 [ 276 ] {efb62052-f3f3-46f6-95f6-d4262790d013} <Debug> TCPHandler: Processed in 0.005956614 sec.
3172 2025.03.12 22:37:41.681011 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
3173 2025.03.12 22:37:41.681331 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3174 2025.03.12 22:37:41.681575 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3175 2025.03.12 22:37:41.681700 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7213 rows starting from the beginning of the part
3176 2025.03.12 22:37:41.681713 [ 276 ] {7a5899d6-42f5-4f00-b658-032047bcc644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3177 2025.03.12 22:37:41.682160 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 98 rows starting from the beginning of the part
3178 2025.03.12 22:37:41.682223 [ 276 ] {7a5899d6-42f5-4f00-b658-032047bcc644} <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
3179 2025.03.12 22:37:41.682618 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
3180 2025.03.12 22:37:41.683118 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part
3181 2025.03.12 22:37:41.683506 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
3182 2025.03.12 22:37:41.683934 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part
3183 2025.03.12 22:37:41.684629 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1028 rows, containing 5 columns (5 merged, 0 gathered) in 0.010046551 sec., 102323.6730694942 rows/sec., 8.21 MiB/sec.
3184 2025.03.12 22:37:41.684989 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3185 2025.03.12 22:37:41.686050 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_26_5} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3186 2025.03.12 22:37:41.686317 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_26_5} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3187 2025.03.12 22:37:41.686462 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
3188 2025.03.12 22:37:41.688234 [ 276 ] {7a5899d6-42f5-4f00-b658-032047bcc644} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3189 2025.03.12 22:37:41.688276 [ 276 ] {7a5899d6-42f5-4f00-b658-032047bcc644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3190 2025.03.12 22:37:41.689341 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7951 rows, containing 5 columns (5 merged, 0 gathered) in 0.008750027 sec., 908682.9103498766 rows/sec., 62.28 MiB/sec.
3191 2025.03.12 22:37:41.689347 [ 276 ] {7a5899d6-42f5-4f00-b658-032047bcc644} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3192 2025.03.12 22:37:41.689636 [ 276 ] {7a5899d6-42f5-4f00-b658-032047bcc644} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3193 2025.03.12 22:37:41.689833 [ 34 ] {} <Debug> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3194 2025.03.12 22:37:41.689922 [ 34 ] {} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3195 2025.03.12 22:37:41.689970 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3196 2025.03.12 22:37:41.689993 [ 276 ] {7a5899d6-42f5-4f00-b658-032047bcc644} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008421 sec., 4750.029687685548 rows/sec., 8.51 MiB/sec.
3197 2025.03.12 22:37:41.690685 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::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
3198 2025.03.12 22:37:41.690985 [ 200 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3199 2025.03.12 22:37:41.690988 [ 276 ] {7a5899d6-42f5-4f00-b658-032047bcc644} <Debug> TCPHandler: Processed in 0.009788004 sec.
3200 2025.03.12 22:37:41.691413 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3201 2025.03.12 22:37:41.691739 [ 276 ] {1ee722e3-056d-40c4-a7f8-98f77646830a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3202 2025.03.12 22:37:41.691914 [ 276 ] {1ee722e3-056d-40c4-a7f8-98f77646830a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3203 2025.03.12 22:37:41.692202 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3204 2025.03.12 22:37:41.692278 [ 200 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3205 2025.03.12 22:37:41.692609 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 127 rows starting from the beginning of the part
3206 2025.03.12 22:37:41.692739 [ 200 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3207 2025.03.12 22:37:41.693144 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB.
3208 2025.03.12 22:37:41.693840 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part
3209 2025.03.12 22:37:41.694624 [ 276 ] {1ee722e3-056d-40c4-a7f8-98f77646830a} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3210 2025.03.12 22:37:41.694625 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part
3211 2025.03.12 22:37:41.694698 [ 276 ] {1ee722e3-056d-40c4-a7f8-98f77646830a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3212 2025.03.12 22:37:41.695237 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part
3213 2025.03.12 22:37:41.695871 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part
3214 2025.03.12 22:37:41.696204 [ 276 ] {1ee722e3-056d-40c4-a7f8-98f77646830a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3215 2025.03.12 22:37:41.696495 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part
3216 2025.03.12 22:37:41.696985 [ 276 ] {1ee722e3-056d-40c4-a7f8-98f77646830a} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3217 2025.03.12 22:37:41.697418 [ 34 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3218 2025.03.12 22:37:41.697523 [ 34 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3219 2025.03.12 22:37:41.697595 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3220 2025.03.12 22:37:41.697849 [ 276 ] {1ee722e3-056d-40c4-a7f8-98f77646830a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006209 sec., 9663.39185053954 rows/sec., 666.87 KiB/sec.
3221 2025.03.12 22:37:41.698152 [ 276 ] {1ee722e3-056d-40c4-a7f8-98f77646830a} <Debug> TCPHandler: Processed in 0.006848787 sec.
3222 2025.03.12 22:37:41.698274 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
3223 2025.03.12 22:37:41.698567 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3224 2025.03.12 22:37:41.698646 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1090 rows starting from the beginning of the part
3225 2025.03.12 22:37:41.699006 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 38 rows starting from the beginning of the part
3226 2025.03.12 22:37:41.699239 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
3227 2025.03.12 22:37:41.699676 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part
3228 2025.03.12 22:37:41.700023 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
3229 2025.03.12 22:37:41.700414 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part
3230 2025.03.12 22:37:41.703794 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1368 rows, containing 4 columns (4 merged, 0 gathered) in 0.006021936 sec., 227169.46842344388 rows/sec., 15.31 MiB/sec.
3231 2025.03.12 22:37:41.704102 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3232 2025.03.12 22:37:41.704704 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_26_5} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3233 2025.03.12 22:37:41.704853 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_26_5} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3234 2025.03.12 22:37:41.705099 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
3235 2025.03.12 22:37:41.705956 [ 189 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 327 rows, containing 19 columns (19 merged, 0 gathered) in 0.015874162 sec., 20599.51259159381 rows/sec., 36.91 MiB/sec.
3236 2025.03.12 22:37:41.706494 [ 198 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3237 2025.03.12 22:37:41.706944 [ 198 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3238 2025.03.12 22:37:41.707041 [ 198 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3239 2025.03.12 22:37:41.707204 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB.
3240 2025.03.12 22:37:44.341060 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache
3241 2025.03.12 22:37:44.341172 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache
3242 2025.03.12 22:37:44.491127 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296
3243 2025.03.12 22:37:44.491894 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3244 2025.03.12 22:37:44.491944 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3245 2025.03.12 22:37:44.492501 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3246 2025.03.12 22:37:44.492762 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3247 2025.03.12 22:37:44.492948 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3248 2025.03.12 22:37:45.049523 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3249 2025.03.12 22:37:45.068875 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3250 2025.03.12 22:37:45.068928 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3251 2025.03.12 22:37:45.076386 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3252 2025.03.12 22:37:45.077157 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3253 2025.03.12 22:37:45.079970 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3254 2025.03.12 22:37:46.658305 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3255 2025.03.12 22:37:46.658522 [ 276 ] {193d4783-a32e-4811-9be3-3617cdd67577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3256 2025.03.12 22:37:46.658604 [ 276 ] {193d4783-a32e-4811-9be3-3617cdd67577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3257 2025.03.12 22:37:46.659455 [ 276 ] {193d4783-a32e-4811-9be3-3617cdd67577} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3258 2025.03.12 22:37:46.659509 [ 276 ] {193d4783-a32e-4811-9be3-3617cdd67577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3259 2025.03.12 22:37:46.659972 [ 276 ] {193d4783-a32e-4811-9be3-3617cdd67577} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3260 2025.03.12 22:37:46.660230 [ 276 ] {193d4783-a32e-4811-9be3-3617cdd67577} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3261 2025.03.12 22:37:46.660508 [ 276 ] {193d4783-a32e-4811-9be3-3617cdd67577} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002033 sec., 27545.499262174126 rows/sec., 2.12 MiB/sec.
3262 2025.03.12 22:37:46.660685 [ 276 ] {193d4783-a32e-4811-9be3-3617cdd67577} <Debug> TCPHandler: Processed in 0.002520525 sec.
3263 2025.03.12 22:37:46.660899 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3264 2025.03.12 22:37:46.661009 [ 276 ] {fcb1616f-dce2-495b-8090-7905680f3c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3265 2025.03.12 22:37:46.661057 [ 276 ] {fcb1616f-dce2-495b-8090-7905680f3c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3266 2025.03.12 22:37:46.661662 [ 276 ] {fcb1616f-dce2-495b-8090-7905680f3c1d} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3267 2025.03.12 22:37:46.661703 [ 276 ] {fcb1616f-dce2-495b-8090-7905680f3c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3268 2025.03.12 22:37:46.662073 [ 276 ] {fcb1616f-dce2-495b-8090-7905680f3c1d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3269 2025.03.12 22:37:46.662318 [ 276 ] {fcb1616f-dce2-495b-8090-7905680f3c1d} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3270 2025.03.12 22:37:46.662531 [ 276 ] {fcb1616f-dce2-495b-8090-7905680f3c1d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001547 sec., 41370.39431157078 rows/sec., 3.23 MiB/sec.
3271 2025.03.12 22:37:46.662584 [ 276 ] {fcb1616f-dce2-495b-8090-7905680f3c1d} <Debug> TCPHandler: Processed in 0.001751505 sec.
3272 2025.03.12 22:37:46.662705 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3273 2025.03.12 22:37:46.662810 [ 276 ] {f1337943-2ded-4609-b576-450528e3b551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3274 2025.03.12 22:37:46.662860 [ 276 ] {f1337943-2ded-4609-b576-450528e3b551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3275 2025.03.12 22:37:46.663397 [ 276 ] {f1337943-2ded-4609-b576-450528e3b551} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3276 2025.03.12 22:37:46.663437 [ 276 ] {f1337943-2ded-4609-b576-450528e3b551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3277 2025.03.12 22:37:46.663836 [ 276 ] {f1337943-2ded-4609-b576-450528e3b551} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3278 2025.03.12 22:37:46.664080 [ 276 ] {f1337943-2ded-4609-b576-450528e3b551} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3279 2025.03.12 22:37:46.664285 [ 276 ] {f1337943-2ded-4609-b576-450528e3b551} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001497 sec., 106880.42752171008 rows/sec., 7.44 MiB/sec.
3280 2025.03.12 22:37:46.664338 [ 276 ] {f1337943-2ded-4609-b576-450528e3b551} <Debug> TCPHandler: Processed in 0.001684354 sec.
3281 2025.03.12 22:37:46.664444 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3282 2025.03.12 22:37:46.664547 [ 276 ] {eeb7d9f5-3faa-4c5f-85c0-de368672c6de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3283 2025.03.12 22:37:46.664594 [ 276 ] {eeb7d9f5-3faa-4c5f-85c0-de368672c6de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3284 2025.03.12 22:37:46.665034 [ 276 ] {eeb7d9f5-3faa-4c5f-85c0-de368672c6de} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3285 2025.03.12 22:37:46.665074 [ 276 ] {eeb7d9f5-3faa-4c5f-85c0-de368672c6de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3286 2025.03.12 22:37:46.665452 [ 276 ] {eeb7d9f5-3faa-4c5f-85c0-de368672c6de} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3287 2025.03.12 22:37:46.665689 [ 276 ] {eeb7d9f5-3faa-4c5f-85c0-de368672c6de} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3288 2025.03.12 22:37:46.665892 [ 276 ] {eeb7d9f5-3faa-4c5f-85c0-de368672c6de} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec.
3289 2025.03.12 22:37:46.665941 [ 276 ] {eeb7d9f5-3faa-4c5f-85c0-de368672c6de} <Debug> TCPHandler: Processed in 0.00154851 sec.
3290 2025.03.12 22:37:48.015401 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3291 2025.03.12 22:37:48.015710 [ 276 ] {abe8cfef-1394-4839-b5c9-c1128b32f6d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3292 2025.03.12 22:37:48.015825 [ 276 ] {abe8cfef-1394-4839-b5c9-c1128b32f6d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3293 2025.03.12 22:37:48.016780 [ 276 ] {abe8cfef-1394-4839-b5c9-c1128b32f6d2} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3294 2025.03.12 22:37:48.016830 [ 276 ] {abe8cfef-1394-4839-b5c9-c1128b32f6d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3295 2025.03.12 22:37:48.017275 [ 276 ] {abe8cfef-1394-4839-b5c9-c1128b32f6d2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3296 2025.03.12 22:37:48.017539 [ 276 ] {abe8cfef-1394-4839-b5c9-c1128b32f6d2} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3297 2025.03.12 22:37:48.017758 [ 276 ] {abe8cfef-1394-4839-b5c9-c1128b32f6d2} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002127 sec., 11283.497884344146 rows/sec., 958.66 KiB/sec.
3298 2025.03.12 22:37:48.017940 [ 276 ] {abe8cfef-1394-4839-b5c9-c1128b32f6d2} <Debug> TCPHandler: Processed in 0.00270061 sec.
3299 2025.03.12 22:37:48.018088 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3300 2025.03.12 22:37:48.018202 [ 276 ] {d7e0ac8e-7953-46c9-a75e-c9805d3c7306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3301 2025.03.12 22:37:48.018251 [ 276 ] {d7e0ac8e-7953-46c9-a75e-c9805d3c7306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3302 2025.03.12 22:37:48.018808 [ 276 ] {d7e0ac8e-7953-46c9-a75e-c9805d3c7306} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3303 2025.03.12 22:37:48.018847 [ 276 ] {d7e0ac8e-7953-46c9-a75e-c9805d3c7306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3304 2025.03.12 22:37:48.019205 [ 276 ] {d7e0ac8e-7953-46c9-a75e-c9805d3c7306} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3305 2025.03.12 22:37:48.019446 [ 276 ] {d7e0ac8e-7953-46c9-a75e-c9805d3c7306} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3306 2025.03.12 22:37:48.019653 [ 276 ] {d7e0ac8e-7953-46c9-a75e-c9805d3c7306} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001478 sec., 10825.439783491205 rows/sec., 882.74 KiB/sec.
3307 2025.03.12 22:37:48.019707 [ 276 ] {d7e0ac8e-7953-46c9-a75e-c9805d3c7306} <Debug> TCPHandler: Processed in 0.001673053 sec.
3308 2025.03.12 22:37:48.019812 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3309 2025.03.12 22:37:48.019915 [ 276 ] {8ce04f8a-4f6a-47cd-a16c-baa98ccd2709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3310 2025.03.12 22:37:48.019960 [ 276 ] {8ce04f8a-4f6a-47cd-a16c-baa98ccd2709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3311 2025.03.12 22:37:48.020960 [ 276 ] {8ce04f8a-4f6a-47cd-a16c-baa98ccd2709} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3312 2025.03.12 22:37:48.020999 [ 276 ] {8ce04f8a-4f6a-47cd-a16c-baa98ccd2709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3313 2025.03.12 22:37:48.021445 [ 276 ] {8ce04f8a-4f6a-47cd-a16c-baa98ccd2709} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3314 2025.03.12 22:37:48.021818 [ 276 ] {8ce04f8a-4f6a-47cd-a16c-baa98ccd2709} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3315 2025.03.12 22:37:48.022171 [ 276 ] {8ce04f8a-4f6a-47cd-a16c-baa98ccd2709} <Debug> executeQuery: Read 1404 rows, 120.63 KiB in 0.002276 sec., 616871.704745167 rows/sec., 51.76 MiB/sec.
3316 2025.03.12 22:37:48.022394 [ 276 ] {8ce04f8a-4f6a-47cd-a16c-baa98ccd2709} <Debug> TCPHandler: Processed in 0.002626238 sec.
3317 2025.03.12 22:37:48.022569 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3318 2025.03.12 22:37:48.022675 [ 276 ] {97a701b4-7082-4e0f-94b1-95b09eb9ed8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3319 2025.03.12 22:37:48.022721 [ 276 ] {97a701b4-7082-4e0f-94b1-95b09eb9ed8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3320 2025.03.12 22:37:48.023306 [ 276 ] {97a701b4-7082-4e0f-94b1-95b09eb9ed8f} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3321 2025.03.12 22:37:48.023348 [ 276 ] {97a701b4-7082-4e0f-94b1-95b09eb9ed8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3322 2025.03.12 22:37:48.023704 [ 276 ] {97a701b4-7082-4e0f-94b1-95b09eb9ed8f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3323 2025.03.12 22:37:48.023953 [ 276 ] {97a701b4-7082-4e0f-94b1-95b09eb9ed8f} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3324 2025.03.12 22:37:48.024163 [ 276 ] {97a701b4-7082-4e0f-94b1-95b09eb9ed8f} <Debug> executeQuery: Read 68 rows, 5.09 KiB in 0.00151 sec., 45033.112582781454 rows/sec., 3.29 MiB/sec.
3325 2025.03.12 22:37:48.024218 [ 276 ] {97a701b4-7082-4e0f-94b1-95b09eb9ed8f} <Debug> TCPHandler: Processed in 0.001709385 sec.
3326 2025.03.12 22:37:48.024339 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3327 2025.03.12 22:37:48.024445 [ 276 ] {d5d99fca-2aa6-4d9b-9533-a10a0d6b22ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3328 2025.03.12 22:37:48.024491 [ 276 ] {d5d99fca-2aa6-4d9b-9533-a10a0d6b22ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3329 2025.03.12 22:37:48.025075 [ 276 ] {d5d99fca-2aa6-4d9b-9533-a10a0d6b22ee} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3330 2025.03.12 22:37:48.025116 [ 276 ] {d5d99fca-2aa6-4d9b-9533-a10a0d6b22ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3331 2025.03.12 22:37:48.025483 [ 276 ] {d5d99fca-2aa6-4d9b-9533-a10a0d6b22ee} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3332 2025.03.12 22:37:48.025728 [ 276 ] {d5d99fca-2aa6-4d9b-9533-a10a0d6b22ee} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3333 2025.03.12 22:37:48.026039 [ 276 ] {d5d99fca-2aa6-4d9b-9533-a10a0d6b22ee} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001593 sec., 158192.09039548022 rows/sec., 10.94 MiB/sec.
3334 2025.03.12 22:37:48.026130 [ 276 ] {d5d99fca-2aa6-4d9b-9533-a10a0d6b22ee} <Debug> TCPHandler: Processed in 0.001841208 sec.
3335 2025.03.12 22:37:48.026271 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3336 2025.03.12 22:37:48.026409 [ 276 ] {e10d1fbc-394b-4195-bfda-d608f5beb566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3337 2025.03.12 22:37:48.026467 [ 276 ] {e10d1fbc-394b-4195-bfda-d608f5beb566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3338 2025.03.12 22:37:48.027127 [ 276 ] {e10d1fbc-394b-4195-bfda-d608f5beb566} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3339 2025.03.12 22:37:48.027176 [ 276 ] {e10d1fbc-394b-4195-bfda-d608f5beb566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3340 2025.03.12 22:37:48.027570 [ 276 ] {e10d1fbc-394b-4195-bfda-d608f5beb566} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3341 2025.03.12 22:37:48.027826 [ 276 ] {e10d1fbc-394b-4195-bfda-d608f5beb566} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3342 2025.03.12 22:37:48.028103 [ 276 ] {e10d1fbc-394b-4195-bfda-d608f5beb566} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001706 sec., 7033.997655334115 rows/sec., 549.53 KiB/sec.
3343 2025.03.12 22:37:48.028174 [ 276 ] {e10d1fbc-394b-4195-bfda-d608f5beb566} <Debug> TCPHandler: Processed in 0.001969691 sec.
3344 2025.03.12 22:37:48.028283 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3345 2025.03.12 22:37:48.028386 [ 276 ] {f60824af-aefe-41f6-b7d7-8147241db182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3346 2025.03.12 22:37:48.028431 [ 276 ] {f60824af-aefe-41f6-b7d7-8147241db182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3347 2025.03.12 22:37:48.029164 [ 276 ] {f60824af-aefe-41f6-b7d7-8147241db182} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3348 2025.03.12 22:37:48.029205 [ 276 ] {f60824af-aefe-41f6-b7d7-8147241db182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3349 2025.03.12 22:37:48.029593 [ 276 ] {f60824af-aefe-41f6-b7d7-8147241db182} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3350 2025.03.12 22:37:48.029832 [ 276 ] {f60824af-aefe-41f6-b7d7-8147241db182} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3351 2025.03.12 22:37:48.030097 [ 276 ] {f60824af-aefe-41f6-b7d7-8147241db182} <Debug> executeQuery: Read 612 rows, 47.17 KiB in 0.00173 sec., 353757.22543352604 rows/sec., 26.63 MiB/sec.
3352 2025.03.12 22:37:48.030332 [ 276 ] {f60824af-aefe-41f6-b7d7-8147241db182} <Debug> TCPHandler: Processed in 0.002093364 sec.
3353 2025.03.12 22:37:48.030479 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3354 2025.03.12 22:37:48.030585 [ 276 ] {f767943f-829b-448a-8852-92d198e68e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3355 2025.03.12 22:37:48.030636 [ 276 ] {f767943f-829b-448a-8852-92d198e68e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3356 2025.03.12 22:37:48.031374 [ 276 ] {f767943f-829b-448a-8852-92d198e68e45} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3357 2025.03.12 22:37:48.031414 [ 276 ] {f767943f-829b-448a-8852-92d198e68e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3358 2025.03.12 22:37:48.031843 [ 276 ] {f767943f-829b-448a-8852-92d198e68e45} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3359 2025.03.12 22:37:48.032083 [ 276 ] {f767943f-829b-448a-8852-92d198e68e45} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3360 2025.03.12 22:37:48.032341 [ 276 ] {f767943f-829b-448a-8852-92d198e68e45} <Debug> executeQuery: Read 942 rows, 65.08 KiB in 0.001777 sec., 530106.921778278 rows/sec., 35.77 MiB/sec.
3361 2025.03.12 22:37:48.032574 [ 276 ] {f767943f-829b-448a-8852-92d198e68e45} <Debug> TCPHandler: Processed in 0.002141195 sec.
3362 2025.03.12 22:37:48.032746 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3363 2025.03.12 22:37:48.032852 [ 276 ] {95845091-b7df-4b6b-90b1-1c67db7b3748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3364 2025.03.12 22:37:48.032928 [ 276 ] {95845091-b7df-4b6b-90b1-1c67db7b3748} <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
3365 2025.03.12 22:37:48.034081 [ 276 ] {95845091-b7df-4b6b-90b1-1c67db7b3748} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3366 2025.03.12 22:37:48.034121 [ 276 ] {95845091-b7df-4b6b-90b1-1c67db7b3748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3367 2025.03.12 22:37:48.034949 [ 276 ] {95845091-b7df-4b6b-90b1-1c67db7b3748} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3368 2025.03.12 22:37:48.035216 [ 276 ] {95845091-b7df-4b6b-90b1-1c67db7b3748} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3369 2025.03.12 22:37:48.035447 [ 276 ] {95845091-b7df-4b6b-90b1-1c67db7b3748} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002618 sec., 15278.838808250572 rows/sec., 27.38 MiB/sec.
3370 2025.03.12 22:37:48.035542 [ 276 ] {95845091-b7df-4b6b-90b1-1c67db7b3748} <Debug> TCPHandler: Processed in 0.002845673 sec.
3371 2025.03.12 22:37:48.035657 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3372 2025.03.12 22:37:48.035760 [ 276 ] {33e1fe3e-6136-4d0b-bf09-32d1788dbf18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3373 2025.03.12 22:37:48.035807 [ 276 ] {33e1fe3e-6136-4d0b-bf09-32d1788dbf18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3374 2025.03.12 22:37:48.036232 [ 276 ] {33e1fe3e-6136-4d0b-bf09-32d1788dbf18} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3375 2025.03.12 22:37:48.036271 [ 276 ] {33e1fe3e-6136-4d0b-bf09-32d1788dbf18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3376 2025.03.12 22:37:48.036624 [ 276 ] {33e1fe3e-6136-4d0b-bf09-32d1788dbf18} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3377 2025.03.12 22:37:48.036861 [ 276 ] {33e1fe3e-6136-4d0b-bf09-32d1788dbf18} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3378 2025.03.12 22:37:48.037069 [ 276 ] {33e1fe3e-6136-4d0b-bf09-32d1788dbf18} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.00133 sec., 13533.834586466166 rows/sec., 939.12 KiB/sec.
3379 2025.03.12 22:37:48.037119 [ 276 ] {33e1fe3e-6136-4d0b-bf09-32d1788dbf18} <Debug> TCPHandler: Processed in 0.001512089 sec.
3380 2025.03.12 22:37:49.532349 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 480
3381 2025.03.12 22:37:49.535901 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3382 2025.03.12 22:37:49.535947 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3383 2025.03.12 22:37:49.537684 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3384 2025.03.12 22:37:49.538001 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3385 2025.03.12 22:37:49.538519 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 480
3386 2025.03.12 22:37:51.655987 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3387 2025.03.12 22:37:51.656201 [ 276 ] {910094a8-146b-4a2b-8eea-80a7f6bef19c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3388 2025.03.12 22:37:51.656281 [ 276 ] {910094a8-146b-4a2b-8eea-80a7f6bef19c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3389 2025.03.12 22:37:51.657077 [ 276 ] {910094a8-146b-4a2b-8eea-80a7f6bef19c} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3390 2025.03.12 22:37:51.657118 [ 276 ] {910094a8-146b-4a2b-8eea-80a7f6bef19c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3391 2025.03.12 22:37:51.657556 [ 276 ] {910094a8-146b-4a2b-8eea-80a7f6bef19c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3392 2025.03.12 22:37:51.657810 [ 276 ] {910094a8-146b-4a2b-8eea-80a7f6bef19c} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3393 2025.03.12 22:37:51.658009 [ 276 ] {910094a8-146b-4a2b-8eea-80a7f6bef19c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001872 sec., 29914.529914529914 rows/sec., 2.30 MiB/sec.
3394 2025.03.12 22:37:51.658067 [ 276 ] {910094a8-146b-4a2b-8eea-80a7f6bef19c} <Debug> TCPHandler: Processed in 0.002215677 sec.
3395 2025.03.12 22:37:51.658195 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3396 2025.03.12 22:37:51.658302 [ 276 ] {e3696805-2083-4684-90a0-33e2fdde8bad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3397 2025.03.12 22:37:51.658347 [ 276 ] {e3696805-2083-4684-90a0-33e2fdde8bad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3398 2025.03.12 22:37:51.658901 [ 276 ] {e3696805-2083-4684-90a0-33e2fdde8bad} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3399 2025.03.12 22:37:51.658938 [ 276 ] {e3696805-2083-4684-90a0-33e2fdde8bad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3400 2025.03.12 22:37:51.659292 [ 276 ] {e3696805-2083-4684-90a0-33e2fdde8bad} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3401 2025.03.12 22:37:51.659531 [ 276 ] {e3696805-2083-4684-90a0-33e2fdde8bad} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3402 2025.03.12 22:37:51.659710 [ 276 ] {e3696805-2083-4684-90a0-33e2fdde8bad} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001431 sec., 44723.96925227114 rows/sec., 3.49 MiB/sec.
3403 2025.03.12 22:37:51.659761 [ 276 ] {e3696805-2083-4684-90a0-33e2fdde8bad} <Debug> TCPHandler: Processed in 0.001617722 sec.
3404 2025.03.12 22:37:51.659878 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3405 2025.03.12 22:37:51.659982 [ 276 ] {c64871ac-68db-45f0-adbb-27063b8b72a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3406 2025.03.12 22:37:51.660033 [ 276 ] {c64871ac-68db-45f0-adbb-27063b8b72a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3407 2025.03.12 22:37:51.660532 [ 276 ] {c64871ac-68db-45f0-adbb-27063b8b72a5} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3408 2025.03.12 22:37:51.660571 [ 276 ] {c64871ac-68db-45f0-adbb-27063b8b72a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3409 2025.03.12 22:37:51.660978 [ 276 ] {c64871ac-68db-45f0-adbb-27063b8b72a5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3410 2025.03.12 22:37:51.661218 [ 276 ] {c64871ac-68db-45f0-adbb-27063b8b72a5} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3411 2025.03.12 22:37:51.661435 [ 276 ] {c64871ac-68db-45f0-adbb-27063b8b72a5} <Debug> executeQuery: Read 108 rows, 7.71 KiB in 0.001471 sec., 73419.4425560843 rows/sec., 5.12 MiB/sec.
3412 2025.03.12 22:37:51.661615 [ 276 ] {c64871ac-68db-45f0-adbb-27063b8b72a5} <Debug> TCPHandler: Processed in 0.001782546 sec.
3413 2025.03.12 22:37:51.661826 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3414 2025.03.12 22:37:51.661931 [ 276 ] {f0b11adf-5593-4a4d-84e7-91f805729b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3415 2025.03.12 22:37:51.661978 [ 276 ] {f0b11adf-5593-4a4d-84e7-91f805729b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3416 2025.03.12 22:37:51.662446 [ 276 ] {f0b11adf-5593-4a4d-84e7-91f805729b2e} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3417 2025.03.12 22:37:51.662483 [ 276 ] {f0b11adf-5593-4a4d-84e7-91f805729b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3418 2025.03.12 22:37:51.662837 [ 276 ] {f0b11adf-5593-4a4d-84e7-91f805729b2e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3419 2025.03.12 22:37:51.663069 [ 276 ] {f0b11adf-5593-4a4d-84e7-91f805729b2e} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3420 2025.03.12 22:37:51.663241 [ 276 ] {f0b11adf-5593-4a4d-84e7-91f805729b2e} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001333 sec., 31507.876969242312 rows/sec., 2.12 MiB/sec.
3421 2025.03.12 22:37:51.663291 [ 276 ] {f0b11adf-5593-4a4d-84e7-91f805729b2e} <Debug> TCPHandler: Processed in 0.00153255 sec.
3422 2025.03.12 22:37:51.993095 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723
3423 2025.03.12 22:37:51.993742 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3424 2025.03.12 22:37:51.993785 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3425 2025.03.12 22:37:51.994328 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3426 2025.03.12 22:37:51.994581 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3427 2025.03.12 22:37:51.994808 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723
3428 2025.03.12 22:37:52.580045 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
3429 2025.03.12 22:37:52.600020 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3430 2025.03.12 22:37:52.600074 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3431 2025.03.12 22:37:52.607664 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3432 2025.03.12 22:37:52.608427 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3433 2025.03.12 22:37:52.611205 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
3434 2025.03.12 22:37:56.658231 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3435 2025.03.12 22:37:56.658461 [ 276 ] {c1950dff-f3cf-468b-9a7a-f0c53fa42f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3436 2025.03.12 22:37:56.658541 [ 276 ] {c1950dff-f3cf-468b-9a7a-f0c53fa42f74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3437 2025.03.12 22:37:56.659332 [ 276 ] {c1950dff-f3cf-468b-9a7a-f0c53fa42f74} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3438 2025.03.12 22:37:56.659377 [ 276 ] {c1950dff-f3cf-468b-9a7a-f0c53fa42f74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3439 2025.03.12 22:37:56.659822 [ 276 ] {c1950dff-f3cf-468b-9a7a-f0c53fa42f74} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3440 2025.03.12 22:37:56.660076 [ 276 ] {c1950dff-f3cf-468b-9a7a-f0c53fa42f74} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3441 2025.03.12 22:37:56.660283 [ 276 ] {c1950dff-f3cf-468b-9a7a-f0c53fa42f74} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00188 sec., 29787.23404255319 rows/sec., 2.29 MiB/sec.
3442 2025.03.12 22:37:56.660349 [ 276 ] {c1950dff-f3cf-468b-9a7a-f0c53fa42f74} <Debug> TCPHandler: Processed in 0.002257029 sec.
3443 2025.03.12 22:37:56.660463 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3444 2025.03.12 22:37:56.660573 [ 276 ] {f9806504-c318-4947-b719-7cad9a6f8dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3445 2025.03.12 22:37:56.660621 [ 276 ] {f9806504-c318-4947-b719-7cad9a6f8dd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3446 2025.03.12 22:37:56.661182 [ 276 ] {f9806504-c318-4947-b719-7cad9a6f8dd1} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3447 2025.03.12 22:37:56.661221 [ 276 ] {f9806504-c318-4947-b719-7cad9a6f8dd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3448 2025.03.12 22:37:56.661591 [ 276 ] {f9806504-c318-4947-b719-7cad9a6f8dd1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3449 2025.03.12 22:37:56.661842 [ 276 ] {f9806504-c318-4947-b719-7cad9a6f8dd1} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3450 2025.03.12 22:37:56.662024 [ 276 ] {f9806504-c318-4947-b719-7cad9a6f8dd1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001478 sec., 43301.75913396482 rows/sec., 3.38 MiB/sec.
3451 2025.03.12 22:37:56.662077 [ 276 ] {f9806504-c318-4947-b719-7cad9a6f8dd1} <Debug> TCPHandler: Processed in 0.001666193 sec.
3452 2025.03.12 22:37:56.662190 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3453 2025.03.12 22:37:56.662298 [ 276 ] {cd3932f8-fe50-4f63-a1ba-6bbc35dc68c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3454 2025.03.12 22:37:56.662349 [ 276 ] {cd3932f8-fe50-4f63-a1ba-6bbc35dc68c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3455 2025.03.12 22:37:56.662864 [ 276 ] {cd3932f8-fe50-4f63-a1ba-6bbc35dc68c8} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3456 2025.03.12 22:37:56.662902 [ 276 ] {cd3932f8-fe50-4f63-a1ba-6bbc35dc68c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3457 2025.03.12 22:37:56.663288 [ 276 ] {cd3932f8-fe50-4f63-a1ba-6bbc35dc68c8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3458 2025.03.12 22:37:56.663527 [ 276 ] {cd3932f8-fe50-4f63-a1ba-6bbc35dc68c8} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3459 2025.03.12 22:37:56.663704 [ 276 ] {cd3932f8-fe50-4f63-a1ba-6bbc35dc68c8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001428 sec., 112044.81792717087 rows/sec., 7.80 MiB/sec.
3460 2025.03.12 22:37:56.663756 [ 276 ] {cd3932f8-fe50-4f63-a1ba-6bbc35dc68c8} <Debug> TCPHandler: Processed in 0.001617172 sec.
3461 2025.03.12 22:37:56.663861 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3462 2025.03.12 22:37:56.663965 [ 276 ] {b819037a-cbdb-43b5-b64c-afb41e58aaf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3463 2025.03.12 22:37:56.664012 [ 276 ] {b819037a-cbdb-43b5-b64c-afb41e58aaf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3464 2025.03.12 22:37:56.664435 [ 276 ] {b819037a-cbdb-43b5-b64c-afb41e58aaf2} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3465 2025.03.12 22:37:56.664473 [ 276 ] {b819037a-cbdb-43b5-b64c-afb41e58aaf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3466 2025.03.12 22:37:56.664831 [ 276 ] {b819037a-cbdb-43b5-b64c-afb41e58aaf2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3467 2025.03.12 22:37:56.665069 [ 276 ] {b819037a-cbdb-43b5-b64c-afb41e58aaf2} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3468 2025.03.12 22:37:56.665286 [ 276 ] {b819037a-cbdb-43b5-b64c-afb41e58aaf2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001337 sec., 44876.58937920718 rows/sec., 3.02 MiB/sec.
3469 2025.03.12 22:37:56.665447 [ 276 ] {b819037a-cbdb-43b5-b64c-afb41e58aaf2} <Debug> TCPHandler: Processed in 0.001630353 sec.
3470 2025.03.12 22:37:59.341229 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache
3471 2025.03.12 22:37:59.341291 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache
3472 2025.03.12 22:37:59.494932 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211
3473 2025.03.12 22:37:59.495601 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3474 2025.03.12 22:37:59.495642 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3475 2025.03.12 22:37:59.496244 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3476 2025.03.12 22:37:59.496491 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3477 2025.03.12 22:37:59.496671 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
3478 2025.03.12 22:37:59.538786 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 496
3479 2025.03.12 22:37:59.541615 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3480 2025.03.12 22:37:59.541660 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3481 2025.03.12 22:37:59.543121 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3482 2025.03.12 22:37:59.543429 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3483 2025.03.12 22:37:59.544646 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 496
3484 2025.03.12 22:38:00.109575 [ 105 ] {} <Debug> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3485 2025.03.12 22:38:00.109677 [ 105 ] {} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3486 2025.03.12 22:38:00.109717 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3487 2025.03.12 22:38:00.109954 [ 186 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::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
3488 2025.03.12 22:38:00.110149 [ 186 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3489 2025.03.12 22:38:00.110194 [ 186 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 252 rows starting from the beginning of the part
3490 2025.03.12 22:38:00.110292 [ 186 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::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
3491 2025.03.12 22:38:00.110391 [ 186 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 252 rows starting from the beginning of the part
3492 2025.03.12 22:38:00.110552 [ 186 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 252 rows starting from the beginning of the part
3493 2025.03.12 22:38:00.110653 [ 186 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 252 rows starting from the beginning of the part
3494 2025.03.12 22:38:00.111274 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
3495 2025.03.12 22:38:00.112293 [ 186 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.002479174 sec., 407393.75291931914 rows/sec., 29.73 MiB/sec.
3496 2025.03.12 22:38:00.112459 [ 186 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3497 2025.03.12 22:38:00.112875 [ 186 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_5_1} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3498 2025.03.12 22:38:00.113009 [ 186 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_5_1} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3499 2025.03.12 22:38:00.113124 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
3500 2025.03.12 22:38:00.133077 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3501 2025.03.12 22:38:00.133122 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3502 2025.03.12 22:38:00.140645 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3503 2025.03.12 22:38:00.141430 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3504 2025.03.12 22:38:00.144158 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
3505 2025.03.12 22:38:01.661012 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3506 2025.03.12 22:38:01.661223 [ 276 ] {beadd1cf-251c-4dd5-a994-765c43345883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3507 2025.03.12 22:38:01.661306 [ 276 ] {beadd1cf-251c-4dd5-a994-765c43345883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3508 2025.03.12 22:38:01.662204 [ 276 ] {beadd1cf-251c-4dd5-a994-765c43345883} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3509 2025.03.12 22:38:01.662255 [ 276 ] {beadd1cf-251c-4dd5-a994-765c43345883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3510 2025.03.12 22:38:01.662692 [ 276 ] {beadd1cf-251c-4dd5-a994-765c43345883} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3511 2025.03.12 22:38:01.662959 [ 276 ] {beadd1cf-251c-4dd5-a994-765c43345883} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3512 2025.03.12 22:38:01.663157 [ 110 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3513 2025.03.12 22:38:01.663228 [ 276 ] {beadd1cf-251c-4dd5-a994-765c43345883} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002058 sec., 66083.57628765792 rows/sec., 5.71 MiB/sec.
3514 2025.03.12 22:38:01.663242 [ 110 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3515 2025.03.12 22:38:01.663307 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3516 2025.03.12 22:38:01.663359 [ 276 ] {beadd1cf-251c-4dd5-a994-765c43345883} <Debug> TCPHandler: Processed in 0.002489184 sec.
3517 2025.03.12 22:38:01.663488 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::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
3518 2025.03.12 22:38:01.663502 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3519 2025.03.12 22:38:01.663649 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3520 2025.03.12 22:38:01.663652 [ 276 ] {8fb01896-30fb-40f9-96a8-6d7687dc597a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3521 2025.03.12 22:38:01.663692 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1405 rows starting from the beginning of the part
3522 2025.03.12 22:38:01.663718 [ 276 ] {8fb01896-30fb-40f9-96a8-6d7687dc597a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3523 2025.03.12 22:38:01.663939 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part
3524 2025.03.12 22:38:01.664363 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1404 rows starting from the beginning of the part
3525 2025.03.12 22:38:01.664659 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part
3526 2025.03.12 22:38:01.665065 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part
3527 2025.03.12 22:38:01.665419 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 136 rows starting from the beginning of the part
3528 2025.03.12 22:38:01.666286 [ 276 ] {8fb01896-30fb-40f9-96a8-6d7687dc597a} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3529 2025.03.12 22:38:01.666327 [ 276 ] {8fb01896-30fb-40f9-96a8-6d7687dc597a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3530 2025.03.12 22:38:01.666912 [ 276 ] {8fb01896-30fb-40f9-96a8-6d7687dc597a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3531 2025.03.12 22:38:01.667204 [ 276 ] {8fb01896-30fb-40f9-96a8-6d7687dc597a} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3532 2025.03.12 22:38:01.667433 [ 276 ] {8fb01896-30fb-40f9-96a8-6d7687dc597a} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.003814 sec., 10487.676979549029 rows/sec., 788.62 KiB/sec.
3533 2025.03.12 22:38:01.667490 [ 276 ] {8fb01896-30fb-40f9-96a8-6d7687dc597a} <Debug> TCPHandler: Processed in 0.004043585 sec.
3534 2025.03.12 22:38:01.667635 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3535 2025.03.12 22:38:01.667757 [ 186 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3113 rows, containing 5 columns (5 merged, 0 gathered) in 0.004344102 sec., 716603.7998186967 rows/sec., 62.67 MiB/sec.
3536 2025.03.12 22:38:01.667786 [ 276 ] {cd158171-a2de-4631-b683-a67c7347b268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3537 2025.03.12 22:38:01.667860 [ 276 ] {cd158171-a2de-4631-b683-a67c7347b268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3538 2025.03.12 22:38:01.668074 [ 186 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3539 2025.03.12 22:38:01.668710 [ 186 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_31_6} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3540 2025.03.12 22:38:01.668931 [ 186 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_31_6} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3541 2025.03.12 22:38:01.669024 [ 276 ] {cd158171-a2de-4631-b683-a67c7347b268} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3542 2025.03.12 22:38:01.669089 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
3543 2025.03.12 22:38:01.669097 [ 276 ] {cd158171-a2de-4631-b683-a67c7347b268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3544 2025.03.12 22:38:01.669489 [ 276 ] {cd158171-a2de-4631-b683-a67c7347b268} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3545 2025.03.12 22:38:01.669731 [ 276 ] {cd158171-a2de-4631-b683-a67c7347b268} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3546 2025.03.12 22:38:01.669894 [ 110 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3547 2025.03.12 22:38:01.669948 [ 110 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3548 2025.03.12 22:38:01.669979 [ 276 ] {cd158171-a2de-4631-b683-a67c7347b268} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.002221 sec., 46825.75416479064 rows/sec., 3.66 MiB/sec.
3549 2025.03.12 22:38:01.669996 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3550 2025.03.12 22:38:01.670141 [ 276 ] {cd158171-a2de-4631-b683-a67c7347b268} <Debug> TCPHandler: Processed in 0.002575617 sec.
3551 2025.03.12 22:38:01.670427 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
3552 2025.03.12 22:38:01.670460 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3553 2025.03.12 22:38:01.670851 [ 276 ] {17a9791f-94e8-4341-a961-fdb8349f132c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3554 2025.03.12 22:38:01.671015 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3555 2025.03.12 22:38:01.671031 [ 276 ] {17a9791f-94e8-4341-a961-fdb8349f132c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3556 2025.03.12 22:38:01.671166 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 628 rows starting from the beginning of the part
3557 2025.03.12 22:38:01.671698 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part
3558 2025.03.12 22:38:01.672092 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 612 rows starting from the beginning of the part
3559 2025.03.12 22:38:01.672469 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part
3560 2025.03.12 22:38:01.672597 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part
3561 2025.03.12 22:38:01.673019 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 104 rows starting from the beginning of the part
3562 2025.03.12 22:38:01.673736 [ 276 ] {17a9791f-94e8-4341-a961-fdb8349f132c} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3563 2025.03.12 22:38:01.673808 [ 276 ] {17a9791f-94e8-4341-a961-fdb8349f132c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3564 2025.03.12 22:38:01.674743 [ 276 ] {17a9791f-94e8-4341-a961-fdb8349f132c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3565 2025.03.12 22:38:01.675282 [ 276 ] {17a9791f-94e8-4341-a961-fdb8349f132c} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3566 2025.03.12 22:38:01.675490 [ 110 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3567 2025.03.12 22:38:01.675601 [ 110 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3568 2025.03.12 22:38:01.675688 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3569 2025.03.12 22:38:01.675758 [ 276 ] {17a9791f-94e8-4341-a961-fdb8349f132c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005033 sec., 31790.184780449035 rows/sec., 2.21 MiB/sec.
3570 2025.03.12 22:38:01.676254 [ 187 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
3571 2025.03.12 22:38:01.676292 [ 276 ] {17a9791f-94e8-4341-a961-fdb8349f132c} <Debug> TCPHandler: Processed in 0.005934414 sec.
3572 2025.03.12 22:38:01.676534 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 5 columns (5 merged, 0 gathered) in 0.006360645 sec., 241484.94374391277 rows/sec., 19.24 MiB/sec.
3573 2025.03.12 22:38:01.676637 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3574 2025.03.12 22:38:01.676687 [ 187 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3575 2025.03.12 22:38:01.676827 [ 187 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7951 rows starting from the beginning of the part
3576 2025.03.12 22:38:01.676929 [ 276 ] {81e6eeef-3b84-4636-8bb8-b9e8d6ae8ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3577 2025.03.12 22:38:01.676934 [ 188 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3578 2025.03.12 22:38:01.677256 [ 187 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
3579 2025.03.12 22:38:01.677282 [ 276 ] {81e6eeef-3b84-4636-8bb8-b9e8d6ae8ec0} <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
3580 2025.03.12 22:38:01.677939 [ 187 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 942 rows starting from the beginning of the part
3581 2025.03.12 22:38:01.678457 [ 187 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 108 rows starting from the beginning of the part
3582 2025.03.12 22:38:01.678852 [ 187 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
3583 2025.03.12 22:38:01.679341 [ 187 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part
3584 2025.03.12 22:38:01.680369 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_31_6} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3585 2025.03.12 22:38:01.680757 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_31_6} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3586 2025.03.12 22:38:01.681092 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
3587 2025.03.12 22:38:01.683575 [ 276 ] {81e6eeef-3b84-4636-8bb8-b9e8d6ae8ec0} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3588 2025.03.12 22:38:01.683626 [ 276 ] {81e6eeef-3b84-4636-8bb8-b9e8d6ae8ec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3589 2025.03.12 22:38:01.684758 [ 276 ] {81e6eeef-3b84-4636-8bb8-b9e8d6ae8ec0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3590 2025.03.12 22:38:01.685102 [ 276 ] {81e6eeef-3b84-4636-8bb8-b9e8d6ae8ec0} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3591 2025.03.12 22:38:01.685326 [ 276 ] {81e6eeef-3b84-4636-8bb8-b9e8d6ae8ec0} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008503 sec., 4704.222039280254 rows/sec., 8.43 MiB/sec.
3592 2025.03.12 22:38:01.686092 [ 276 ] {81e6eeef-3b84-4636-8bb8-b9e8d6ae8ec0} <Debug> TCPHandler: Processed in 0.009544667 sec.
3593 2025.03.12 22:38:01.686132 [ 187 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9481 rows, containing 5 columns (5 merged, 0 gathered) in 0.010316918 sec., 918975.9965136875 rows/sec., 62.95 MiB/sec.
3594 2025.03.12 22:38:01.686272 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3595 2025.03.12 22:38:01.686416 [ 187 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3596 2025.03.12 22:38:01.686450 [ 276 ] {5763cc1e-23ad-4e5f-888d-3ea2bc26fd31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3597 2025.03.12 22:38:01.686575 [ 276 ] {5763cc1e-23ad-4e5f-888d-3ea2bc26fd31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3598 2025.03.12 22:38:01.687051 [ 187 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3599 2025.03.12 22:38:01.687220 [ 187 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3600 2025.03.12 22:38:01.687408 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB.
3601 2025.03.12 22:38:01.687540 [ 276 ] {5763cc1e-23ad-4e5f-888d-3ea2bc26fd31} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3602 2025.03.12 22:38:01.687585 [ 276 ] {5763cc1e-23ad-4e5f-888d-3ea2bc26fd31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3603 2025.03.12 22:38:01.687969 [ 276 ] {5763cc1e-23ad-4e5f-888d-3ea2bc26fd31} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3604 2025.03.12 22:38:01.688215 [ 276 ] {5763cc1e-23ad-4e5f-888d-3ea2bc26fd31} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3605 2025.03.12 22:38:01.688345 [ 109 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3606 2025.03.12 22:38:01.688394 [ 109 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3607 2025.03.12 22:38:01.688403 [ 276 ] {5763cc1e-23ad-4e5f-888d-3ea2bc26fd31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002 sec., 30000 rows/sec., 2.02 MiB/sec.
3608 2025.03.12 22:38:01.688423 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3609 2025.03.12 22:38:01.688486 [ 276 ] {5763cc1e-23ad-4e5f-888d-3ea2bc26fd31} <Debug> TCPHandler: Processed in 0.002272129 sec.
3610 2025.03.12 22:38:01.688703 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
3611 2025.03.12 22:38:01.689065 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3612 2025.03.12 22:38:01.689102 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1368 rows starting from the beginning of the part
3613 2025.03.12 22:38:01.689161 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
3614 2025.03.12 22:38:01.689386 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 18 rows starting from the beginning of the part
3615 2025.03.12 22:38:01.689551 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 42 rows starting from the beginning of the part
3616 2025.03.12 22:38:01.689774 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
3617 2025.03.12 22:38:01.689914 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part
3618 2025.03.12 22:38:01.691283 [ 187 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 4 columns (4 merged, 0 gathered) in 0.002784212 sec., 577542.2273878569 rows/sec., 38.92 MiB/sec.
3619 2025.03.12 22:38:01.691504 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3620 2025.03.12 22:38:01.691843 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_31_6} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3621 2025.03.12 22:38:01.691918 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_31_6} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3622 2025.03.12 22:38:01.691984 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
3623 2025.03.12 22:38:06.657636 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3624 2025.03.12 22:38:06.657851 [ 276 ] {ca73cfea-5f98-4e28-b1a7-936018d9a385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3625 2025.03.12 22:38:06.657924 [ 276 ] {ca73cfea-5f98-4e28-b1a7-936018d9a385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3626 2025.03.12 22:38:06.658701 [ 276 ] {ca73cfea-5f98-4e28-b1a7-936018d9a385} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3627 2025.03.12 22:38:06.658752 [ 276 ] {ca73cfea-5f98-4e28-b1a7-936018d9a385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3628 2025.03.12 22:38:06.659191 [ 276 ] {ca73cfea-5f98-4e28-b1a7-936018d9a385} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3629 2025.03.12 22:38:06.659459 [ 276 ] {ca73cfea-5f98-4e28-b1a7-936018d9a385} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3630 2025.03.12 22:38:06.659691 [ 276 ] {ca73cfea-5f98-4e28-b1a7-936018d9a385} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001894 sec., 29567.053854276663 rows/sec., 2.27 MiB/sec.
3631 2025.03.12 22:38:06.659749 [ 276 ] {ca73cfea-5f98-4e28-b1a7-936018d9a385} <Debug> TCPHandler: Processed in 0.002249698 sec.
3632 2025.03.12 22:38:06.659874 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3633 2025.03.12 22:38:06.659979 [ 276 ] {511125a3-21b8-4405-9f39-39b0caac49db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3634 2025.03.12 22:38:06.660025 [ 276 ] {511125a3-21b8-4405-9f39-39b0caac49db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3635 2025.03.12 22:38:06.660574 [ 276 ] {511125a3-21b8-4405-9f39-39b0caac49db} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3636 2025.03.12 22:38:06.660614 [ 276 ] {511125a3-21b8-4405-9f39-39b0caac49db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3637 2025.03.12 22:38:06.660969 [ 276 ] {511125a3-21b8-4405-9f39-39b0caac49db} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3638 2025.03.12 22:38:06.661216 [ 276 ] {511125a3-21b8-4405-9f39-39b0caac49db} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3639 2025.03.12 22:38:06.661432 [ 276 ] {511125a3-21b8-4405-9f39-39b0caac49db} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001475 sec., 43389.83050847458 rows/sec., 3.39 MiB/sec.
3640 2025.03.12 22:38:06.661486 [ 276 ] {511125a3-21b8-4405-9f39-39b0caac49db} <Debug> TCPHandler: Processed in 0.001662943 sec.
3641 2025.03.12 22:38:06.661604 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3642 2025.03.12 22:38:06.661710 [ 276 ] {d7aaa499-f5ab-4a47-abc7-efc7ffb93a31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3643 2025.03.12 22:38:06.661760 [ 276 ] {d7aaa499-f5ab-4a47-abc7-efc7ffb93a31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3644 2025.03.12 22:38:06.662294 [ 276 ] {d7aaa499-f5ab-4a47-abc7-efc7ffb93a31} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3645 2025.03.12 22:38:06.662334 [ 276 ] {d7aaa499-f5ab-4a47-abc7-efc7ffb93a31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3646 2025.03.12 22:38:06.662740 [ 276 ] {d7aaa499-f5ab-4a47-abc7-efc7ffb93a31} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3647 2025.03.12 22:38:06.662977 [ 276 ] {d7aaa499-f5ab-4a47-abc7-efc7ffb93a31} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3648 2025.03.12 22:38:06.663180 [ 276 ] {d7aaa499-f5ab-4a47-abc7-efc7ffb93a31} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001492 sec., 107238.60589812332 rows/sec., 7.47 MiB/sec.
3649 2025.03.12 22:38:06.663245 [ 276 ] {d7aaa499-f5ab-4a47-abc7-efc7ffb93a31} <Debug> TCPHandler: Processed in 0.001690354 sec.
3650 2025.03.12 22:38:06.663382 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3651 2025.03.12 22:38:06.663513 [ 276 ] {5402614f-f136-48eb-9122-cbe46eeb6d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3652 2025.03.12 22:38:06.663580 [ 276 ] {5402614f-f136-48eb-9122-cbe46eeb6d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3653 2025.03.12 22:38:06.664022 [ 276 ] {5402614f-f136-48eb-9122-cbe46eeb6d2c} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3654 2025.03.12 22:38:06.664062 [ 276 ] {5402614f-f136-48eb-9122-cbe46eeb6d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3655 2025.03.12 22:38:06.664419 [ 276 ] {5402614f-f136-48eb-9122-cbe46eeb6d2c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3656 2025.03.12 22:38:06.664656 [ 276 ] {5402614f-f136-48eb-9122-cbe46eeb6d2c} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3657 2025.03.12 22:38:06.664866 [ 276 ] {5402614f-f136-48eb-9122-cbe46eeb6d2c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec.
3658 2025.03.12 22:38:06.664918 [ 276 ] {5402614f-f136-48eb-9122-cbe46eeb6d2c} <Debug> TCPHandler: Processed in 0.001594881 sec.
3659 2025.03.12 22:38:06.997766 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638
3660 2025.03.12 22:38:06.998431 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3661 2025.03.12 22:38:06.998471 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3662 2025.03.12 22:38:06.999048 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3663 2025.03.12 22:38:06.999334 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3664 2025.03.12 22:38:06.999508 [ 100 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3665 2025.03.12 22:38:06.999552 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638
3666 2025.03.12 22:38:06.999558 [ 100 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3667 2025.03.12 22:38:06.999595 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3668 2025.03.12 22:38:06.999767 [ 187 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
3669 2025.03.12 22:38:06.999990 [ 187 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3670 2025.03.12 22:38:07.000052 [ 187 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
3671 2025.03.12 22:38:07.000139 [ 187 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
3672 2025.03.12 22:38:07.000304 [ 187 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
3673 2025.03.12 22:38:07.000645 [ 187 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
3674 2025.03.12 22:38:07.000789 [ 187 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
3675 2025.03.12 22:38:07.001035 [ 187 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
3676 2025.03.12 22:38:07.003547 [ 189 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003846679 sec., 2505537.893855973 rows/sec., 35.84 MiB/sec.
3677 2025.03.12 22:38:07.003861 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3678 2025.03.12 22:38:07.004173 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_21_4} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3679 2025.03.12 22:38:07.004252 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_21_4} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3680 2025.03.12 22:38:07.004353 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3681 2025.03.12 22:38:07.645188 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
3682 2025.03.12 22:38:07.666174 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3683 2025.03.12 22:38:07.666236 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3684 2025.03.12 22:38:07.673822 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3685 2025.03.12 22:38:07.674607 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3686 2025.03.12 22:38:07.674979 [ 100 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3687 2025.03.12 22:38:07.675121 [ 100 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3688 2025.03.12 22:38:07.675195 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3689 2025.03.12 22:38:07.675603 [ 187 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
3690 2025.03.12 22:38:07.691247 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
3691 2025.03.12 22:38:07.692532 [ 187 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3692 2025.03.12 22:38:07.693726 [ 187 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
3693 2025.03.12 22:38:07.698766 [ 187 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
3694 2025.03.12 22:38:07.704002 [ 187 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
3695 2025.03.12 22:38:07.709966 [ 187 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
3696 2025.03.12 22:38:07.715533 [ 187 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
3697 2025.03.12 22:38:07.720401 [ 187 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
3698 2025.03.12 22:38:07.787220 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.111878659 sec., 1421.182568875803 rows/sec., 7.35 MiB/sec.
3699 2025.03.12 22:38:07.789845 [ 197 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3700 2025.03.12 22:38:07.792754 [ 197 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_21_4} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3701 2025.03.12 22:38:07.792882 [ 197 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_21_4} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3702 2025.03.12 22:38:07.795068 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
3703 2025.03.12 22:38:08.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.89 MiB, peak 193.46 MiB, free memory in arenas 0.00 B, will set to 184.66 MiB (RSS), difference: 1.78 MiB
3704 2025.03.12 22:38:09.545729 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 516
3705 2025.03.12 22:38:09.548552 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3706 2025.03.12 22:38:09.548593 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3707 2025.03.12 22:38:09.550060 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3708 2025.03.12 22:38:09.550365 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3709 2025.03.12 22:38:09.550845 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 516
3710 2025.03.12 22:38:11.661464 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3711 2025.03.12 22:38:11.661651 [ 276 ] {7fe3ad87-a0c4-4696-8f7e-58ff721dce90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3712 2025.03.12 22:38:11.661724 [ 276 ] {7fe3ad87-a0c4-4696-8f7e-58ff721dce90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3713 2025.03.12 22:38:11.662561 [ 276 ] {7fe3ad87-a0c4-4696-8f7e-58ff721dce90} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3714 2025.03.12 22:38:11.662613 [ 276 ] {7fe3ad87-a0c4-4696-8f7e-58ff721dce90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3715 2025.03.12 22:38:11.663073 [ 276 ] {7fe3ad87-a0c4-4696-8f7e-58ff721dce90} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3716 2025.03.12 22:38:11.663340 [ 276 ] {7fe3ad87-a0c4-4696-8f7e-58ff721dce90} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3717 2025.03.12 22:38:11.663605 [ 276 ] {7fe3ad87-a0c4-4696-8f7e-58ff721dce90} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002002 sec., 67932.06793206793 rows/sec., 5.87 MiB/sec.
3718 2025.03.12 22:38:11.663781 [ 276 ] {7fe3ad87-a0c4-4696-8f7e-58ff721dce90} <Debug> TCPHandler: Processed in 0.002446013 sec.
3719 2025.03.12 22:38:11.663993 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3720 2025.03.12 22:38:11.664098 [ 276 ] {aba91f36-28f8-43f0-8383-f9bf3814fc95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3721 2025.03.12 22:38:11.664146 [ 276 ] {aba91f36-28f8-43f0-8383-f9bf3814fc95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3722 2025.03.12 22:38:11.664714 [ 276 ] {aba91f36-28f8-43f0-8383-f9bf3814fc95} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3723 2025.03.12 22:38:11.664754 [ 276 ] {aba91f36-28f8-43f0-8383-f9bf3814fc95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3724 2025.03.12 22:38:11.665107 [ 276 ] {aba91f36-28f8-43f0-8383-f9bf3814fc95} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3725 2025.03.12 22:38:11.665345 [ 276 ] {aba91f36-28f8-43f0-8383-f9bf3814fc95} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3726 2025.03.12 22:38:11.665557 [ 276 ] {aba91f36-28f8-43f0-8383-f9bf3814fc95} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001482 sec., 26990.55330634278 rows/sec., 1.98 MiB/sec.
3727 2025.03.12 22:38:11.665611 [ 276 ] {aba91f36-28f8-43f0-8383-f9bf3814fc95} <Debug> TCPHandler: Processed in 0.001683914 sec.
3728 2025.03.12 22:38:11.665751 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3729 2025.03.12 22:38:11.665888 [ 276 ] {52dbc446-0978-4605-a914-f5f8d8325ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3730 2025.03.12 22:38:11.665942 [ 276 ] {52dbc446-0978-4605-a914-f5f8d8325ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3731 2025.03.12 22:38:11.666556 [ 276 ] {52dbc446-0978-4605-a914-f5f8d8325ca9} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3732 2025.03.12 22:38:11.666597 [ 276 ] {52dbc446-0978-4605-a914-f5f8d8325ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3733 2025.03.12 22:38:11.666969 [ 276 ] {52dbc446-0978-4605-a914-f5f8d8325ca9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3734 2025.03.12 22:38:11.667227 [ 276 ] {52dbc446-0978-4605-a914-f5f8d8325ca9} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3735 2025.03.12 22:38:11.667438 [ 276 ] {52dbc446-0978-4605-a914-f5f8d8325ca9} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001579 sec., 65864.47118429386 rows/sec., 5.14 MiB/sec.
3736 2025.03.12 22:38:11.667491 [ 276 ] {52dbc446-0978-4605-a914-f5f8d8325ca9} <Debug> TCPHandler: Processed in 0.001808257 sec.
3737 2025.03.12 22:38:11.667613 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3738 2025.03.12 22:38:11.667720 [ 276 ] {6e74d8a7-688a-422e-a783-32e8464358a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3739 2025.03.12 22:38:11.667771 [ 276 ] {6e74d8a7-688a-422e-a783-32e8464358a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3740 2025.03.12 22:38:11.668305 [ 276 ] {6e74d8a7-688a-422e-a783-32e8464358a9} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3741 2025.03.12 22:38:11.668344 [ 276 ] {6e74d8a7-688a-422e-a783-32e8464358a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3742 2025.03.12 22:38:11.668730 [ 276 ] {6e74d8a7-688a-422e-a783-32e8464358a9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3743 2025.03.12 22:38:11.668979 [ 276 ] {6e74d8a7-688a-422e-a783-32e8464358a9} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3744 2025.03.12 22:38:11.669195 [ 276 ] {6e74d8a7-688a-422e-a783-32e8464358a9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001496 sec., 106951.87165775402 rows/sec., 7.45 MiB/sec.
3745 2025.03.12 22:38:11.669248 [ 276 ] {6e74d8a7-688a-422e-a783-32e8464358a9} <Debug> TCPHandler: Processed in 0.001685993 sec.
3746 2025.03.12 22:38:11.669356 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3747 2025.03.12 22:38:11.669458 [ 276 ] {b80b2ef5-6a70-4465-8b24-80f67ede0c6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3748 2025.03.12 22:38:11.669525 [ 276 ] {b80b2ef5-6a70-4465-8b24-80f67ede0c6e} <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
3749 2025.03.12 22:38:11.670670 [ 276 ] {b80b2ef5-6a70-4465-8b24-80f67ede0c6e} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3750 2025.03.12 22:38:11.670711 [ 276 ] {b80b2ef5-6a70-4465-8b24-80f67ede0c6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3751 2025.03.12 22:38:11.671385 [ 276 ] {b80b2ef5-6a70-4465-8b24-80f67ede0c6e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3752 2025.03.12 22:38:11.671661 [ 276 ] {b80b2ef5-6a70-4465-8b24-80f67ede0c6e} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3753 2025.03.12 22:38:11.671903 [ 276 ] {b80b2ef5-6a70-4465-8b24-80f67ede0c6e} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002466 sec., 16220.600162206003 rows/sec., 29.07 MiB/sec.
3754 2025.03.12 22:38:11.672000 [ 276 ] {b80b2ef5-6a70-4465-8b24-80f67ede0c6e} <Debug> TCPHandler: Processed in 0.0026943 sec.
3755 2025.03.12 22:38:11.672117 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3756 2025.03.12 22:38:11.672222 [ 276 ] {c39b6df2-c65e-40de-a9b4-0b52eeaeb4f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3757 2025.03.12 22:38:11.672269 [ 276 ] {c39b6df2-c65e-40de-a9b4-0b52eeaeb4f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3758 2025.03.12 22:38:11.672718 [ 276 ] {c39b6df2-c65e-40de-a9b4-0b52eeaeb4f6} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3759 2025.03.12 22:38:11.672757 [ 276 ] {c39b6df2-c65e-40de-a9b4-0b52eeaeb4f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB.
3760 2025.03.12 22:38:11.673121 [ 276 ] {c39b6df2-c65e-40de-a9b4-0b52eeaeb4f6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3761 2025.03.12 22:38:11.673379 [ 276 ] {c39b6df2-c65e-40de-a9b4-0b52eeaeb4f6} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3762 2025.03.12 22:38:11.673577 [ 276 ] {c39b6df2-c65e-40de-a9b4-0b52eeaeb4f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec.
3763 2025.03.12 22:38:11.673658 [ 276 ] {c39b6df2-c65e-40de-a9b4-0b52eeaeb4f6} <Debug> TCPHandler: Processed in 0.001593231 sec.
3764 2025.03.12 22:38:14.341352 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache
3765 2025.03.12 22:38:14.341420 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache
3766 2025.03.12 22:38:14.500624 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126
3767 2025.03.12 22:38:14.501291 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3768 2025.03.12 22:38:14.501336 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3769 2025.03.12 22:38:14.501926 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3770 2025.03.12 22:38:14.502172 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3771 2025.03.12 22:38:14.502426 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
3772 2025.03.12 22:38:15.192290 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
3773 2025.03.12 22:38:15.210614 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3774 2025.03.12 22:38:15.210659 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3775 2025.03.12 22:38:15.217737 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3776 2025.03.12 22:38:15.218470 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3777 2025.03.12 22:38:15.220895 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
3778 2025.03.12 22:38:16.658020 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3779 2025.03.12 22:38:16.658334 [ 276 ] {578f5e8a-f96d-4cf5-9030-f70ba789fdd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3780 2025.03.12 22:38:16.658415 [ 276 ] {578f5e8a-f96d-4cf5-9030-f70ba789fdd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3781 2025.03.12 22:38:16.659181 [ 276 ] {578f5e8a-f96d-4cf5-9030-f70ba789fdd9} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3782 2025.03.12 22:38:16.659225 [ 276 ] {578f5e8a-f96d-4cf5-9030-f70ba789fdd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3783 2025.03.12 22:38:16.659682 [ 276 ] {578f5e8a-f96d-4cf5-9030-f70ba789fdd9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
3784 2025.03.12 22:38:16.659945 [ 276 ] {578f5e8a-f96d-4cf5-9030-f70ba789fdd9} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3785 2025.03.12 22:38:16.660196 [ 276 ] {578f5e8a-f96d-4cf5-9030-f70ba789fdd9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00194 sec., 28865.979381443296 rows/sec., 2.22 MiB/sec.
3786 2025.03.12 22:38:16.660402 [ 276 ] {578f5e8a-f96d-4cf5-9030-f70ba789fdd9} <Debug> TCPHandler: Processed in 0.002564986 sec.
3787 2025.03.12 22:38:16.660639 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3788 2025.03.12 22:38:16.660752 [ 276 ] {452f53eb-36dd-4057-a963-5dfffba4bb4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3789 2025.03.12 22:38:16.660802 [ 276 ] {452f53eb-36dd-4057-a963-5dfffba4bb4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3790 2025.03.12 22:38:16.661395 [ 276 ] {452f53eb-36dd-4057-a963-5dfffba4bb4d} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3791 2025.03.12 22:38:16.661435 [ 276 ] {452f53eb-36dd-4057-a963-5dfffba4bb4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3792 2025.03.12 22:38:16.661793 [ 276 ] {452f53eb-36dd-4057-a963-5dfffba4bb4d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
3793 2025.03.12 22:38:16.662035 [ 276 ] {452f53eb-36dd-4057-a963-5dfffba4bb4d} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3794 2025.03.12 22:38:16.662221 [ 276 ] {452f53eb-36dd-4057-a963-5dfffba4bb4d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001497 sec., 42752.17100868403 rows/sec., 3.34 MiB/sec.
3795 2025.03.12 22:38:16.662278 [ 276 ] {452f53eb-36dd-4057-a963-5dfffba4bb4d} <Debug> TCPHandler: Processed in 0.001706734 sec.
3796 2025.03.12 22:38:16.662397 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3797 2025.03.12 22:38:16.662505 [ 276 ] {bfa04593-96be-4d27-9784-03e4fcf58142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3798 2025.03.12 22:38:16.662556 [ 276 ] {bfa04593-96be-4d27-9784-03e4fcf58142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3799 2025.03.12 22:38:16.663073 [ 276 ] {bfa04593-96be-4d27-9784-03e4fcf58142} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3800 2025.03.12 22:38:16.663110 [ 276 ] {bfa04593-96be-4d27-9784-03e4fcf58142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3801 2025.03.12 22:38:16.663494 [ 276 ] {bfa04593-96be-4d27-9784-03e4fcf58142} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
3802 2025.03.12 22:38:16.663745 [ 276 ] {bfa04593-96be-4d27-9784-03e4fcf58142} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3803 2025.03.12 22:38:16.663929 [ 276 ] {bfa04593-96be-4d27-9784-03e4fcf58142} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001446 sec., 110650.06915629322 rows/sec., 7.71 MiB/sec.
3804 2025.03.12 22:38:16.663981 [ 276 ] {bfa04593-96be-4d27-9784-03e4fcf58142} <Debug> TCPHandler: Processed in 0.001636572 sec.
3805 2025.03.12 22:38:16.664088 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3806 2025.03.12 22:38:16.664190 [ 276 ] {fc2c8f6e-8f08-4d6a-8192-06be136604a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3807 2025.03.12 22:38:16.664237 [ 276 ] {fc2c8f6e-8f08-4d6a-8192-06be136604a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3808 2025.03.12 22:38:16.664668 [ 276 ] {fc2c8f6e-8f08-4d6a-8192-06be136604a5} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3809 2025.03.12 22:38:16.664706 [ 276 ] {fc2c8f6e-8f08-4d6a-8192-06be136604a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3810 2025.03.12 22:38:16.665066 [ 276 ] {fc2c8f6e-8f08-4d6a-8192-06be136604a5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
3811 2025.03.12 22:38:16.665314 [ 276 ] {fc2c8f6e-8f08-4d6a-8192-06be136604a5} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3812 2025.03.12 22:38:16.665533 [ 276 ] {fc2c8f6e-8f08-4d6a-8192-06be136604a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec.
3813 2025.03.12 22:38:16.665585 [ 276 ] {fc2c8f6e-8f08-4d6a-8192-06be136604a5} <Debug> TCPHandler: Processed in 0.0015474 sec.
3814 2025.03.12 22:38:18.021415 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3815 2025.03.12 22:38:18.021605 [ 276 ] {515e3485-c595-4baa-bcd4-d0294b6f488c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3816 2025.03.12 22:38:18.021677 [ 276 ] {515e3485-c595-4baa-bcd4-d0294b6f488c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3817 2025.03.12 22:38:18.022485 [ 276 ] {515e3485-c595-4baa-bcd4-d0294b6f488c} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3818 2025.03.12 22:38:18.022537 [ 276 ] {515e3485-c595-4baa-bcd4-d0294b6f488c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3819 2025.03.12 22:38:18.022970 [ 276 ] {515e3485-c595-4baa-bcd4-d0294b6f488c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3820 2025.03.12 22:38:18.023258 [ 276 ] {515e3485-c595-4baa-bcd4-d0294b6f488c} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3821 2025.03.12 22:38:18.023456 [ 92 ] {} <Debug> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3822 2025.03.12 22:38:18.023522 [ 276 ] {515e3485-c595-4baa-bcd4-d0294b6f488c} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001964 sec., 12219.959266802443 rows/sec., 1.01 MiB/sec.
3823 2025.03.12 22:38:18.023537 [ 92 ] {} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3824 2025.03.12 22:38:18.023615 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3825 2025.03.12 22:38:18.023671 [ 276 ] {515e3485-c595-4baa-bcd4-d0294b6f488c} <Debug> TCPHandler: Processed in 0.002391422 sec.
3826 2025.03.12 22:38:18.023886 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3827 2025.03.12 22:38:18.023922 [ 194 ] {e76bd187-737c-4634-8ed8-2974983fdf25::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
3828 2025.03.12 22:38:18.024059 [ 276 ] {d0c8939c-a423-4a18-bae4-13353181b277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3829 2025.03.12 22:38:18.024153 [ 276 ] {d0c8939c-a423-4a18-bae4-13353181b277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3830 2025.03.12 22:38:18.024448 [ 194 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3831 2025.03.12 22:38:18.024525 [ 194 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part
3832 2025.03.12 22:38:18.024867 [ 194 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part
3833 2025.03.12 22:38:18.025262 [ 194 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part
3834 2025.03.12 22:38:18.025615 [ 194 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part
3835 2025.03.12 22:38:18.025869 [ 194 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part
3836 2025.03.12 22:38:18.026729 [ 276 ] {d0c8939c-a423-4a18-bae4-13353181b277} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3837 2025.03.12 22:38:18.026793 [ 276 ] {d0c8939c-a423-4a18-bae4-13353181b277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3838 2025.03.12 22:38:18.027690 [ 276 ] {d0c8939c-a423-4a18-bae4-13353181b277} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3839 2025.03.12 22:38:18.028199 [ 192 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.004428734 sec., 27095.77951622292 rows/sec., 2.35 MiB/sec.
3840 2025.03.12 22:38:18.028210 [ 276 ] {d0c8939c-a423-4a18-bae4-13353181b277} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3841 2025.03.12 22:38:18.028478 [ 192 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3842 2025.03.12 22:38:18.028662 [ 276 ] {d0c8939c-a423-4a18-bae4-13353181b277} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004676 sec., 427.71599657827204 rows/sec., 34.88 KiB/sec.
3843 2025.03.12 22:38:18.028785 [ 276 ] {d0c8939c-a423-4a18-bae4-13353181b277} <Debug> TCPHandler: Processed in 0.004984189 sec.
3844 2025.03.12 22:38:18.028949 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3845 2025.03.12 22:38:18.029050 [ 192 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_5_1} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3846 2025.03.12 22:38:18.029165 [ 276 ] {58c1b410-e65e-4764-acfc-54f54fd22827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3847 2025.03.12 22:38:18.029258 [ 276 ] {58c1b410-e65e-4764-acfc-54f54fd22827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3848 2025.03.12 22:38:18.029265 [ 192 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_5_1} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3849 2025.03.12 22:38:18.029464 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
3850 2025.03.12 22:38:18.030687 [ 276 ] {58c1b410-e65e-4764-acfc-54f54fd22827} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3851 2025.03.12 22:38:18.030732 [ 276 ] {58c1b410-e65e-4764-acfc-54f54fd22827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3852 2025.03.12 22:38:18.031193 [ 276 ] {58c1b410-e65e-4764-acfc-54f54fd22827} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
3853 2025.03.12 22:38:18.031444 [ 276 ] {58c1b410-e65e-4764-acfc-54f54fd22827} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3854 2025.03.12 22:38:18.031669 [ 276 ] {58c1b410-e65e-4764-acfc-54f54fd22827} <Debug> executeQuery: Read 1397 rows, 120.12 KiB in 0.002584 sec., 540634.6749226006 rows/sec., 45.40 MiB/sec.
3855 2025.03.12 22:38:18.031724 [ 276 ] {58c1b410-e65e-4764-acfc-54f54fd22827} <Debug> TCPHandler: Processed in 0.002829863 sec.
3856 2025.03.12 22:38:18.031830 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3857 2025.03.12 22:38:18.031933 [ 276 ] {f5b5e355-d16b-4eab-930a-ae37fab4c77b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3858 2025.03.12 22:38:18.031978 [ 276 ] {f5b5e355-d16b-4eab-930a-ae37fab4c77b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3859 2025.03.12 22:38:18.032528 [ 276 ] {f5b5e355-d16b-4eab-930a-ae37fab4c77b} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3860 2025.03.12 22:38:18.032568 [ 276 ] {f5b5e355-d16b-4eab-930a-ae37fab4c77b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3861 2025.03.12 22:38:18.032914 [ 276 ] {f5b5e355-d16b-4eab-930a-ae37fab4c77b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3862 2025.03.12 22:38:18.033157 [ 276 ] {f5b5e355-d16b-4eab-930a-ae37fab4c77b} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3863 2025.03.12 22:38:18.033416 [ 276 ] {f5b5e355-d16b-4eab-930a-ae37fab4c77b} <Debug> executeQuery: Read 54 rows, 4.11 KiB in 0.001498 sec., 36048.064085447266 rows/sec., 2.68 MiB/sec.
3864 2025.03.12 22:38:18.033622 [ 276 ] {f5b5e355-d16b-4eab-930a-ae37fab4c77b} <Debug> TCPHandler: Processed in 0.001833647 sec.
3865 2025.03.12 22:38:18.033791 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3866 2025.03.12 22:38:18.033895 [ 276 ] {e585a6af-ef73-4160-a7ce-30c4ccdf3915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3867 2025.03.12 22:38:18.033940 [ 276 ] {e585a6af-ef73-4160-a7ce-30c4ccdf3915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3868 2025.03.12 22:38:18.034580 [ 276 ] {e585a6af-ef73-4160-a7ce-30c4ccdf3915} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3869 2025.03.12 22:38:18.034621 [ 276 ] {e585a6af-ef73-4160-a7ce-30c4ccdf3915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3870 2025.03.12 22:38:18.034974 [ 276 ] {e585a6af-ef73-4160-a7ce-30c4ccdf3915} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3871 2025.03.12 22:38:18.035221 [ 276 ] {e585a6af-ef73-4160-a7ce-30c4ccdf3915} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3872 2025.03.12 22:38:18.035426 [ 276 ] {e585a6af-ef73-4160-a7ce-30c4ccdf3915} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001554 sec., 162162.16216216216 rows/sec., 11.22 MiB/sec.
3873 2025.03.12 22:38:18.035480 [ 276 ] {e585a6af-ef73-4160-a7ce-30c4ccdf3915} <Debug> TCPHandler: Processed in 0.001741745 sec.
3874 2025.03.12 22:38:18.035596 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3875 2025.03.12 22:38:18.035702 [ 276 ] {ed90e2af-e9d9-4d66-ab39-c0023e07caf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3876 2025.03.12 22:38:18.035745 [ 276 ] {ed90e2af-e9d9-4d66-ab39-c0023e07caf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3877 2025.03.12 22:38:18.036417 [ 276 ] {ed90e2af-e9d9-4d66-ab39-c0023e07caf6} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3878 2025.03.12 22:38:18.036458 [ 276 ] {ed90e2af-e9d9-4d66-ab39-c0023e07caf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3879 2025.03.12 22:38:18.036862 [ 276 ] {ed90e2af-e9d9-4d66-ab39-c0023e07caf6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3880 2025.03.12 22:38:18.037106 [ 276 ] {ed90e2af-e9d9-4d66-ab39-c0023e07caf6} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3881 2025.03.12 22:38:18.037250 [ 92 ] {} <Debug> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3882 2025.03.12 22:38:18.037296 [ 92 ] {} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3883 2025.03.12 22:38:18.037323 [ 276 ] {ed90e2af-e9d9-4d66-ab39-c0023e07caf6} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001638 sec., 7326.007326007327 rows/sec., 572.34 KiB/sec.
3884 2025.03.12 22:38:18.037326 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3885 2025.03.12 22:38:18.037457 [ 276 ] {ed90e2af-e9d9-4d66-ab39-c0023e07caf6} <Debug> TCPHandler: Processed in 0.00190941 sec.
3886 2025.03.12 22:38:18.037492 [ 196 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::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
3887 2025.03.12 22:38:18.037615 [ 196 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3888 2025.03.12 22:38:18.037654 [ 196 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part
3889 2025.03.12 22:38:18.037658 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3890 2025.03.12 22:38:18.037851 [ 196 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::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
3891 2025.03.12 22:38:18.037997 [ 276 ] {756a4fb1-5ba0-4968-b70b-8ec2a431f5a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3892 2025.03.12 22:38:18.038169 [ 196 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part
3893 2025.03.12 22:38:18.038180 [ 276 ] {756a4fb1-5ba0-4968-b70b-8ec2a431f5a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3894 2025.03.12 22:38:18.038557 [ 196 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part
3895 2025.03.12 22:38:18.038845 [ 196 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part
3896 2025.03.12 22:38:18.041033 [ 276 ] {756a4fb1-5ba0-4968-b70b-8ec2a431f5a4} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3897 2025.03.12 22:38:18.041127 [ 276 ] {756a4fb1-5ba0-4968-b70b-8ec2a431f5a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3898 2025.03.12 22:38:18.041161 [ 196 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.003747337 sec., 16011.370207696826 rows/sec., 1.28 MiB/sec.
3899 2025.03.12 22:38:18.041372 [ 196 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3900 2025.03.12 22:38:18.041862 [ 196 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_5_1} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3901 2025.03.12 22:38:18.041963 [ 276 ] {756a4fb1-5ba0-4968-b70b-8ec2a431f5a4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
3902 2025.03.12 22:38:18.041978 [ 196 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_5_1} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3903 2025.03.12 22:38:18.042099 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3904 2025.03.12 22:38:18.042306 [ 276 ] {756a4fb1-5ba0-4968-b70b-8ec2a431f5a4} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3905 2025.03.12 22:38:18.042569 [ 276 ] {756a4fb1-5ba0-4968-b70b-8ec2a431f5a4} <Debug> executeQuery: Read 598 rows, 46.03 KiB in 0.004704 sec., 127125.85034013606 rows/sec., 9.56 MiB/sec.
3906 2025.03.12 22:38:18.042647 [ 276 ] {756a4fb1-5ba0-4968-b70b-8ec2a431f5a4} <Debug> TCPHandler: Processed in 0.005103362 sec.
3907 2025.03.12 22:38:18.042765 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3908 2025.03.12 22:38:18.042881 [ 276 ] {a7dc2e34-5e4d-42c6-8e18-5c6981f446c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3909 2025.03.12 22:38:18.042934 [ 276 ] {a7dc2e34-5e4d-42c6-8e18-5c6981f446c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3910 2025.03.12 22:38:18.043656 [ 276 ] {a7dc2e34-5e4d-42c6-8e18-5c6981f446c0} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3911 2025.03.12 22:38:18.043696 [ 276 ] {a7dc2e34-5e4d-42c6-8e18-5c6981f446c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3912 2025.03.12 22:38:18.044124 [ 276 ] {a7dc2e34-5e4d-42c6-8e18-5c6981f446c0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
3913 2025.03.12 22:38:18.044367 [ 276 ] {a7dc2e34-5e4d-42c6-8e18-5c6981f446c0} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3914 2025.03.12 22:38:18.044589 [ 276 ] {a7dc2e34-5e4d-42c6-8e18-5c6981f446c0} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.001737 sec., 544041.450777202 rows/sec., 36.71 MiB/sec.
3915 2025.03.12 22:38:18.044642 [ 276 ] {a7dc2e34-5e4d-42c6-8e18-5c6981f446c0} <Debug> TCPHandler: Processed in 0.00192883 sec.
3916 2025.03.12 22:38:18.044816 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3917 2025.03.12 22:38:18.044922 [ 276 ] {586a53c5-a6c1-4451-99e6-252256be226e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3918 2025.03.12 22:38:18.044988 [ 276 ] {586a53c5-a6c1-4451-99e6-252256be226e} <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
3919 2025.03.12 22:38:18.046117 [ 276 ] {586a53c5-a6c1-4451-99e6-252256be226e} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3920 2025.03.12 22:38:18.046157 [ 276 ] {586a53c5-a6c1-4451-99e6-252256be226e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3921 2025.03.12 22:38:18.046793 [ 276 ] {586a53c5-a6c1-4451-99e6-252256be226e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3922 2025.03.12 22:38:18.047045 [ 276 ] {586a53c5-a6c1-4451-99e6-252256be226e} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3923 2025.03.12 22:38:18.047295 [ 276 ] {586a53c5-a6c1-4451-99e6-252256be226e} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002394 sec., 16708.43776106934 rows/sec., 29.94 MiB/sec.
3924 2025.03.12 22:38:18.047388 [ 276 ] {586a53c5-a6c1-4451-99e6-252256be226e} <Debug> TCPHandler: Processed in 0.002622278 sec.
3925 2025.03.12 22:38:18.047502 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3926 2025.03.12 22:38:18.047605 [ 276 ] {810e644e-c1c9-4bed-bba2-ef6e4c34324f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3927 2025.03.12 22:38:18.047652 [ 276 ] {810e644e-c1c9-4bed-bba2-ef6e4c34324f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3928 2025.03.12 22:38:18.048073 [ 276 ] {810e644e-c1c9-4bed-bba2-ef6e4c34324f} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3929 2025.03.12 22:38:18.048113 [ 276 ] {810e644e-c1c9-4bed-bba2-ef6e4c34324f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3930 2025.03.12 22:38:18.048464 [ 276 ] {810e644e-c1c9-4bed-bba2-ef6e4c34324f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
3931 2025.03.12 22:38:18.048704 [ 276 ] {810e644e-c1c9-4bed-bba2-ef6e4c34324f} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3932 2025.03.12 22:38:18.048921 [ 276 ] {810e644e-c1c9-4bed-bba2-ef6e4c34324f} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001338 sec., 16442.451420029895 rows/sec., 1.12 MiB/sec.
3933 2025.03.12 22:38:18.049019 [ 276 ] {810e644e-c1c9-4bed-bba2-ef6e4c34324f} <Debug> TCPHandler: Processed in 0.001566121 sec.
3934 2025.03.12 22:38:19.551937 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 556
3935 2025.03.12 22:38:19.555164 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3936 2025.03.12 22:38:19.555203 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3937 2025.03.12 22:38:19.556650 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3938 2025.03.12 22:38:19.556953 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3939 2025.03.12 22:38:19.557112 [ 87 ] {} <Debug> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3940 2025.03.12 22:38:19.557187 [ 87 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3941 2025.03.12 22:38:19.557236 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3942 2025.03.12 22:38:19.557772 [ 191 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::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
3943 2025.03.12 22:38:19.558776 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 556
3944 2025.03.12 22:38:19.559103 [ 191 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3945 2025.03.12 22:38:19.559235 [ 191 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 420 rows starting from the beginning of the part
3946 2025.03.12 22:38:19.559858 [ 191 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 20 rows starting from the beginning of the part
3947 2025.03.12 22:38:19.560382 [ 191 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part
3948 2025.03.12 22:38:19.560889 [ 191 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part
3949 2025.03.12 22:38:19.561428 [ 191 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part
3950 2025.03.12 22:38:19.561982 [ 191 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part
3951 2025.03.12 22:38:19.569727 [ 200 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 556 rows, containing 72 columns (72 merged, 0 gathered) in 0.012385751 sec., 44890.29369313172 rows/sec., 39.10 MiB/sec.
3952 2025.03.12 22:38:19.571175 [ 200 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3953 2025.03.12 22:38:19.572016 [ 200 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_16_3} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3954 2025.03.12 22:38:19.572116 [ 200 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_16_3} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3955 2025.03.12 22:38:19.572453 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB.
3956 2025.03.12 22:38:21.655223 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3957 2025.03.12 22:38:21.655521 [ 276 ] {b7771f45-a6a4-462d-86c9-58879a7ef9bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3958 2025.03.12 22:38:21.655592 [ 276 ] {b7771f45-a6a4-462d-86c9-58879a7ef9bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3959 2025.03.12 22:38:21.656363 [ 276 ] {b7771f45-a6a4-462d-86c9-58879a7ef9bf} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3960 2025.03.12 22:38:21.656402 [ 276 ] {b7771f45-a6a4-462d-86c9-58879a7ef9bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3961 2025.03.12 22:38:21.656827 [ 276 ] {b7771f45-a6a4-462d-86c9-58879a7ef9bf} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
3962 2025.03.12 22:38:21.657079 [ 276 ] {b7771f45-a6a4-462d-86c9-58879a7ef9bf} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3963 2025.03.12 22:38:21.657228 [ 85 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
3964 2025.03.12 22:38:21.657278 [ 85 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3965 2025.03.12 22:38:21.657286 [ 276 ] {b7771f45-a6a4-462d-86c9-58879a7ef9bf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001849 sec., 30286.64142779881 rows/sec., 2.33 MiB/sec.
3966 2025.03.12 22:38:21.657307 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3967 2025.03.12 22:38:21.657372 [ 276 ] {b7771f45-a6a4-462d-86c9-58879a7ef9bf} <Debug> TCPHandler: Processed in 0.00232099 sec.
3968 2025.03.12 22:38:21.657586 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::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
3969 2025.03.12 22:38:21.657597 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3970 2025.03.12 22:38:21.657854 [ 276 ] {9e2e70c0-a27f-462a-af88-7f54ae9ba133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3971 2025.03.12 22:38:21.657883 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3972 2025.03.12 22:38:21.657934 [ 276 ] {9e2e70c0-a27f-462a-af88-7f54ae9ba133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3973 2025.03.12 22:38:21.657960 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1407 rows starting from the beginning of the part
3974 2025.03.12 22:38:21.658282 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part
3975 2025.03.12 22:38:21.658665 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 136 rows starting from the beginning of the part
3976 2025.03.12 22:38:21.659104 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part
3977 2025.03.12 22:38:21.659500 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1397 rows starting from the beginning of the part
3978 2025.03.12 22:38:21.659803 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part
3979 2025.03.12 22:38:21.660722 [ 276 ] {9e2e70c0-a27f-462a-af88-7f54ae9ba133} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3980 2025.03.12 22:38:21.660788 [ 276 ] {9e2e70c0-a27f-462a-af88-7f54ae9ba133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3981 2025.03.12 22:38:21.661684 [ 276 ] {9e2e70c0-a27f-462a-af88-7f54ae9ba133} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
3982 2025.03.12 22:38:21.662121 [ 276 ] {9e2e70c0-a27f-462a-af88-7f54ae9ba133} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3983 2025.03.12 22:38:21.662293 [ 85 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
3984 2025.03.12 22:38:21.662333 [ 85 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3985 2025.03.12 22:38:21.662362 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
3986 2025.03.12 22:38:21.662370 [ 276 ] {9e2e70c0-a27f-462a-af88-7f54ae9ba133} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004596 sec., 13925.15230635335 rows/sec., 1.09 MiB/sec.
3987 2025.03.12 22:38:21.662778 [ 276 ] {9e2e70c0-a27f-462a-af88-7f54ae9ba133} <Debug> TCPHandler: Processed in 0.005238926 sec.
3988 2025.03.12 22:38:21.663146 [ 186 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
3989 2025.03.12 22:38:21.663547 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3990 2025.03.12 22:38:21.663774 [ 186 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3991 2025.03.12 22:38:21.663956 [ 186 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 632 rows starting from the beginning of the part
3992 2025.03.12 22:38:21.664009 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 5 columns (5 merged, 0 gathered) in 0.006582881 sec., 472133.7055918222 rows/sec., 41.30 MiB/sec.
3993 2025.03.12 22:38:21.664146 [ 276 ] {d36a06f1-5f19-4dc5-a21f-e9b7ad23704d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3994 2025.03.12 22:38:21.664552 [ 186 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part
3995 2025.03.12 22:38:21.664563 [ 276 ] {d36a06f1-5f19-4dc5-a21f-e9b7ad23704d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3996 2025.03.12 22:38:21.664666 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
3997 2025.03.12 22:38:21.665173 [ 186 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 104 rows starting from the beginning of the part
3998 2025.03.12 22:38:21.665737 [ 186 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part
3999 2025.03.12 22:38:21.666325 [ 186 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 598 rows starting from the beginning of the part
4000 2025.03.12 22:38:21.666386 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_36_7} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4001 2025.03.12 22:38:21.666812 [ 186 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
4002 2025.03.12 22:38:21.666883 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_36_7} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4003 2025.03.12 22:38:21.667415 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
4004 2025.03.12 22:38:21.668433 [ 276 ] {d36a06f1-5f19-4dc5-a21f-e9b7ad23704d} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4005 2025.03.12 22:38:21.668504 [ 276 ] {d36a06f1-5f19-4dc5-a21f-e9b7ad23704d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4006 2025.03.12 22:38:21.669563 [ 276 ] {d36a06f1-5f19-4dc5-a21f-e9b7ad23704d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4007 2025.03.12 22:38:21.670034 [ 276 ] {d36a06f1-5f19-4dc5-a21f-e9b7ad23704d} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4008 2025.03.12 22:38:21.670240 [ 186 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1526 rows, containing 5 columns (5 merged, 0 gathered) in 0.007752691 sec., 196834.87965662504 rows/sec., 15.67 MiB/sec.
4009 2025.03.12 22:38:21.670358 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4010 2025.03.12 22:38:21.670426 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4011 2025.03.12 22:38:21.670496 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4012 2025.03.12 22:38:21.670554 [ 276 ] {d36a06f1-5f19-4dc5-a21f-e9b7ad23704d} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.006614 sec., 14817.054732385848 rows/sec., 1.03 MiB/sec.
4013 2025.03.12 22:38:21.670647 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4014 2025.03.12 22:38:21.670924 [ 276 ] {d36a06f1-5f19-4dc5-a21f-e9b7ad23704d} <Debug> TCPHandler: Processed in 0.007591796 sec.
4015 2025.03.12 22:38:21.671152 [ 188 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
4016 2025.03.12 22:38:21.671226 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4017 2025.03.12 22:38:21.671583 [ 276 ] {9fd3d90e-b898-4f67-9d4c-ed911538234b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4018 2025.03.12 22:38:21.671616 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_36_7} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4019 2025.03.12 22:38:21.671639 [ 188 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4020 2025.03.12 22:38:21.671749 [ 276 ] {9fd3d90e-b898-4f67-9d4c-ed911538234b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4021 2025.03.12 22:38:21.671839 [ 188 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9481 rows starting from the beginning of the part
4022 2025.03.12 22:38:21.671895 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_36_7} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4023 2025.03.12 22:38:21.672188 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
4024 2025.03.12 22:38:21.672532 [ 188 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part
4025 2025.03.12 22:38:21.672860 [ 188 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part
4026 2025.03.12 22:38:21.673100 [ 188 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
4027 2025.03.12 22:38:21.673487 [ 188 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 945 rows starting from the beginning of the part
4028 2025.03.12 22:38:21.673774 [ 188 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 98 rows starting from the beginning of the part
4029 2025.03.12 22:38:21.674489 [ 276 ] {9fd3d90e-b898-4f67-9d4c-ed911538234b} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4030 2025.03.12 22:38:21.674560 [ 276 ] {9fd3d90e-b898-4f67-9d4c-ed911538234b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4031 2025.03.12 22:38:21.675296 [ 276 ] {9fd3d90e-b898-4f67-9d4c-ed911538234b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4032 2025.03.12 22:38:21.675739 [ 276 ] {9fd3d90e-b898-4f67-9d4c-ed911538234b} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4033 2025.03.12 22:38:21.676010 [ 85 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4034 2025.03.12 22:38:21.676105 [ 85 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4035 2025.03.12 22:38:21.676177 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4036 2025.03.12 22:38:21.676370 [ 276 ] {9fd3d90e-b898-4f67-9d4c-ed911538234b} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.004912 sec., 7736.156351791531 rows/sec., 531.42 KiB/sec.
4037 2025.03.12 22:38:21.676700 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
4038 2025.03.12 22:38:21.676732 [ 276 ] {9fd3d90e-b898-4f67-9d4c-ed911538234b} <Debug> TCPHandler: Processed in 0.005595675 sec.
4039 2025.03.12 22:38:21.677146 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4040 2025.03.12 22:38:21.677236 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1608 rows starting from the beginning of the part
4041 2025.03.12 22:38:21.677415 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
4042 2025.03.12 22:38:21.677734 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part
4043 2025.03.12 22:38:21.678077 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
4044 2025.03.12 22:38:21.678399 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 22 rows starting from the beginning of the part
4045 2025.03.12 22:38:21.678514 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 38 rows starting from the beginning of the part
4046 2025.03.12 22:38:21.680287 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 4 columns (4 merged, 0 gathered) in 0.003962413 sec., 466382.47956485103 rows/sec., 31.43 MiB/sec.
4047 2025.03.12 22:38:21.680716 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4048 2025.03.12 22:38:21.680990 [ 188 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11004 rows, containing 5 columns (5 merged, 0 gathered) in 0.010343958 sec., 1063809.4238201664 rows/sec., 72.85 MiB/sec.
4049 2025.03.12 22:38:21.681354 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4050 2025.03.12 22:38:21.681360 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_36_7} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4051 2025.03.12 22:38:21.681495 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_36_7} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4052 2025.03.12 22:38:21.681598 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
4053 2025.03.12 22:38:21.681739 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4054 2025.03.12 22:38:21.681815 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4055 2025.03.12 22:38:21.681899 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB.
4056 2025.03.12 22:38:22.003555 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
4057 2025.03.12 22:38:22.004233 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4058 2025.03.12 22:38:22.004281 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4059 2025.03.12 22:38:22.004850 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4060 2025.03.12 22:38:22.005109 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4061 2025.03.12 22:38:22.005363 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614
4062 2025.03.12 22:38:22.721940 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4063 2025.03.12 22:38:22.742358 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4064 2025.03.12 22:38:22.742423 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4065 2025.03.12 22:38:22.750384 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4066 2025.03.12 22:38:22.751159 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4067 2025.03.12 22:38:22.753947 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4068 2025.03.12 22:38:26.658177 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4069 2025.03.12 22:38:26.658501 [ 276 ] {f4c47a3a-40b2-4d37-aff9-4625bcd625fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4070 2025.03.12 22:38:26.658621 [ 276 ] {f4c47a3a-40b2-4d37-aff9-4625bcd625fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4071 2025.03.12 22:38:26.659405 [ 276 ] {f4c47a3a-40b2-4d37-aff9-4625bcd625fc} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4072 2025.03.12 22:38:26.659450 [ 276 ] {f4c47a3a-40b2-4d37-aff9-4625bcd625fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4073 2025.03.12 22:38:26.659911 [ 276 ] {f4c47a3a-40b2-4d37-aff9-4625bcd625fc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4074 2025.03.12 22:38:26.660194 [ 276 ] {f4c47a3a-40b2-4d37-aff9-4625bcd625fc} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4075 2025.03.12 22:38:26.660426 [ 276 ] {f4c47a3a-40b2-4d37-aff9-4625bcd625fc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00201 sec., 27860.696517412933 rows/sec., 2.14 MiB/sec.
4076 2025.03.12 22:38:26.660482 [ 276 ] {f4c47a3a-40b2-4d37-aff9-4625bcd625fc} <Debug> TCPHandler: Processed in 0.002492205 sec.
4077 2025.03.12 22:38:26.660610 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4078 2025.03.12 22:38:26.660718 [ 276 ] {866a939d-52e9-46c1-8bed-61d1c5263977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4079 2025.03.12 22:38:26.660763 [ 276 ] {866a939d-52e9-46c1-8bed-61d1c5263977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4080 2025.03.12 22:38:26.661312 [ 276 ] {866a939d-52e9-46c1-8bed-61d1c5263977} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4081 2025.03.12 22:38:26.661351 [ 276 ] {866a939d-52e9-46c1-8bed-61d1c5263977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4082 2025.03.12 22:38:26.661706 [ 276 ] {866a939d-52e9-46c1-8bed-61d1c5263977} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4083 2025.03.12 22:38:26.661953 [ 276 ] {866a939d-52e9-46c1-8bed-61d1c5263977} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4084 2025.03.12 22:38:26.662194 [ 276 ] {866a939d-52e9-46c1-8bed-61d1c5263977} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001489 sec., 42981.86702484889 rows/sec., 3.35 MiB/sec.
4085 2025.03.12 22:38:26.662253 [ 276 ] {866a939d-52e9-46c1-8bed-61d1c5263977} <Debug> TCPHandler: Processed in 0.001693884 sec.
4086 2025.03.12 22:38:26.662501 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4087 2025.03.12 22:38:26.662621 [ 276 ] {c93b6cce-faf8-49aa-9dff-e8d3258bcd2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4088 2025.03.12 22:38:26.662673 [ 276 ] {c93b6cce-faf8-49aa-9dff-e8d3258bcd2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4089 2025.03.12 22:38:26.663205 [ 276 ] {c93b6cce-faf8-49aa-9dff-e8d3258bcd2c} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4090 2025.03.12 22:38:26.663244 [ 276 ] {c93b6cce-faf8-49aa-9dff-e8d3258bcd2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4091 2025.03.12 22:38:26.663647 [ 276 ] {c93b6cce-faf8-49aa-9dff-e8d3258bcd2c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4092 2025.03.12 22:38:26.663886 [ 276 ] {c93b6cce-faf8-49aa-9dff-e8d3258bcd2c} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4093 2025.03.12 22:38:26.664087 [ 276 ] {c93b6cce-faf8-49aa-9dff-e8d3258bcd2c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001488 sec., 107526.88172043012 rows/sec., 7.49 MiB/sec.
4094 2025.03.12 22:38:26.664139 [ 276 ] {c93b6cce-faf8-49aa-9dff-e8d3258bcd2c} <Debug> TCPHandler: Processed in 0.001728005 sec.
4095 2025.03.12 22:38:26.664243 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4096 2025.03.12 22:38:26.664343 [ 276 ] {94f81ec9-e645-4dc9-b4fa-0856543952b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4097 2025.03.12 22:38:26.664389 [ 276 ] {94f81ec9-e645-4dc9-b4fa-0856543952b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4098 2025.03.12 22:38:26.664820 [ 276 ] {94f81ec9-e645-4dc9-b4fa-0856543952b3} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4099 2025.03.12 22:38:26.664859 [ 276 ] {94f81ec9-e645-4dc9-b4fa-0856543952b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4100 2025.03.12 22:38:26.665225 [ 276 ] {94f81ec9-e645-4dc9-b4fa-0856543952b3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4101 2025.03.12 22:38:26.665461 [ 276 ] {94f81ec9-e645-4dc9-b4fa-0856543952b3} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4102 2025.03.12 22:38:26.665669 [ 276 ] {94f81ec9-e645-4dc9-b4fa-0856543952b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001347 sec., 44543.42984409799 rows/sec., 3.00 MiB/sec.
4103 2025.03.12 22:38:26.665721 [ 276 ] {94f81ec9-e645-4dc9-b4fa-0856543952b3} <Debug> TCPHandler: Processed in 0.00152859 sec.
4104 2025.03.12 22:38:29.004937 [ 78 ] {} <Debug> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
4105 2025.03.12 22:38:29.005060 [ 78 ] {} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4106 2025.03.12 22:38:29.005107 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4107 2025.03.12 22:38:29.005370 [ 199 ] {66b69b54-d211-46c0-9adb-7851f41f176b::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
4108 2025.03.12 22:38:29.005566 [ 199 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4109 2025.03.12 22:38:29.005606 [ 199 ] {66b69b54-d211-46c0-9adb-7851f41f176b::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
4110 2025.03.12 22:38:29.005703 [ 199 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 68 rows starting from the beginning of the part
4111 2025.03.12 22:38:29.005991 [ 199 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part
4112 2025.03.12 22:38:29.006179 [ 199 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part
4113 2025.03.12 22:38:29.006321 [ 199 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 54 rows starting from the beginning of the part
4114 2025.03.12 22:38:29.007493 [ 197 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 268 rows, containing 5 columns (5 merged, 0 gathered) in 0.002266789 sec., 118228.91323365342 rows/sec., 9.13 MiB/sec.
4115 2025.03.12 22:38:29.007682 [ 187 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
4116 2025.03.12 22:38:29.008019 [ 187 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_15_3} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4117 2025.03.12 22:38:29.008113 [ 187 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_15_3} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
4118 2025.03.12 22:38:29.008203 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4119 2025.03.12 22:38:29.341468 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache
4120 2025.03.12 22:38:29.341526 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache
4121 2025.03.12 22:38:29.505510 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041
4122 2025.03.12 22:38:29.506277 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4123 2025.03.12 22:38:29.506318 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4124 2025.03.12 22:38:29.506827 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4125 2025.03.12 22:38:29.507072 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4126 2025.03.12 22:38:29.507303 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
4127 2025.03.12 22:38:29.559004 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 572
4128 2025.03.12 22:38:29.561910 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4129 2025.03.12 22:38:29.561962 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4130 2025.03.12 22:38:29.563451 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4131 2025.03.12 22:38:29.563772 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4132 2025.03.12 22:38:29.564796 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 572
4133 2025.03.12 22:38:30.254003 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
4134 2025.03.12 22:38:30.274513 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4135 2025.03.12 22:38:30.274569 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4136 2025.03.12 22:38:30.282018 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4137 2025.03.12 22:38:30.282776 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4138 2025.03.12 22:38:30.285433 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
4139 2025.03.12 22:38:31.660105 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4140 2025.03.12 22:38:31.660336 [ 276 ] {ee803d3a-9753-4494-9d91-db9b703830c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4141 2025.03.12 22:38:31.660416 [ 276 ] {ee803d3a-9753-4494-9d91-db9b703830c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4142 2025.03.12 22:38:31.661230 [ 276 ] {ee803d3a-9753-4494-9d91-db9b703830c6} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4143 2025.03.12 22:38:31.661283 [ 276 ] {ee803d3a-9753-4494-9d91-db9b703830c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4144 2025.03.12 22:38:31.662049 [ 276 ] {ee803d3a-9753-4494-9d91-db9b703830c6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4145 2025.03.12 22:38:31.662321 [ 276 ] {ee803d3a-9753-4494-9d91-db9b703830c6} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4146 2025.03.12 22:38:31.662566 [ 276 ] {ee803d3a-9753-4494-9d91-db9b703830c6} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002297 sec., 59207.66216804527 rows/sec., 5.11 MiB/sec.
4147 2025.03.12 22:38:31.662626 [ 276 ] {ee803d3a-9753-4494-9d91-db9b703830c6} <Debug> TCPHandler: Processed in 0.002667579 sec.
4148 2025.03.12 22:38:31.662738 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4149 2025.03.12 22:38:31.662846 [ 276 ] {d1adf7a5-7290-4f42-b5c8-84c2ba6321e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4150 2025.03.12 22:38:31.662893 [ 276 ] {d1adf7a5-7290-4f42-b5c8-84c2ba6321e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4151 2025.03.12 22:38:31.663443 [ 276 ] {d1adf7a5-7290-4f42-b5c8-84c2ba6321e9} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4152 2025.03.12 22:38:31.663485 [ 276 ] {d1adf7a5-7290-4f42-b5c8-84c2ba6321e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4153 2025.03.12 22:38:31.663843 [ 276 ] {d1adf7a5-7290-4f42-b5c8-84c2ba6321e9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4154 2025.03.12 22:38:31.664090 [ 276 ] {d1adf7a5-7290-4f42-b5c8-84c2ba6321e9} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4155 2025.03.12 22:38:31.664355 [ 276 ] {d1adf7a5-7290-4f42-b5c8-84c2ba6321e9} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001528 sec., 26178.010471204187 rows/sec., 1.92 MiB/sec.
4156 2025.03.12 22:38:31.664582 [ 276 ] {d1adf7a5-7290-4f42-b5c8-84c2ba6321e9} <Debug> TCPHandler: Processed in 0.001890009 sec.
4157 2025.03.12 22:38:31.664737 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4158 2025.03.12 22:38:31.664847 [ 276 ] {799350f6-73e8-4fb5-b832-33d1e7803379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4159 2025.03.12 22:38:31.664892 [ 276 ] {799350f6-73e8-4fb5-b832-33d1e7803379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4160 2025.03.12 22:38:31.665495 [ 276 ] {799350f6-73e8-4fb5-b832-33d1e7803379} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4161 2025.03.12 22:38:31.665536 [ 276 ] {799350f6-73e8-4fb5-b832-33d1e7803379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4162 2025.03.12 22:38:31.665914 [ 276 ] {799350f6-73e8-4fb5-b832-33d1e7803379} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4163 2025.03.12 22:38:31.666167 [ 276 ] {799350f6-73e8-4fb5-b832-33d1e7803379} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4164 2025.03.12 22:38:31.666421 [ 276 ] {799350f6-73e8-4fb5-b832-33d1e7803379} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001592 sec., 65326.63316582914 rows/sec., 5.10 MiB/sec.
4165 2025.03.12 22:38:31.666628 [ 276 ] {799350f6-73e8-4fb5-b832-33d1e7803379} <Debug> TCPHandler: Processed in 0.00193482 sec.
4166 2025.03.12 22:38:31.666849 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4167 2025.03.12 22:38:31.666957 [ 276 ] {d9b32d4e-7851-4c70-92f7-d51c4b12c1e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4168 2025.03.12 22:38:31.667011 [ 276 ] {d9b32d4e-7851-4c70-92f7-d51c4b12c1e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4169 2025.03.12 22:38:31.667568 [ 276 ] {d9b32d4e-7851-4c70-92f7-d51c4b12c1e1} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4170 2025.03.12 22:38:31.667609 [ 276 ] {d9b32d4e-7851-4c70-92f7-d51c4b12c1e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4171 2025.03.12 22:38:31.668006 [ 276 ] {d9b32d4e-7851-4c70-92f7-d51c4b12c1e1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4172 2025.03.12 22:38:31.668243 [ 276 ] {d9b32d4e-7851-4c70-92f7-d51c4b12c1e1} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4173 2025.03.12 22:38:31.668482 [ 276 ] {d9b32d4e-7851-4c70-92f7-d51c4b12c1e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001548 sec., 103359.17312661499 rows/sec., 7.20 MiB/sec.
4174 2025.03.12 22:38:31.668719 [ 276 ] {d9b32d4e-7851-4c70-92f7-d51c4b12c1e1} <Debug> TCPHandler: Processed in 0.00193681 sec.
4175 2025.03.12 22:38:31.668899 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4176 2025.03.12 22:38:31.669007 [ 276 ] {0ded9e79-123b-4ad0-ba26-efd7e0f20a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4177 2025.03.12 22:38:31.669086 [ 276 ] {0ded9e79-123b-4ad0-ba26-efd7e0f20a42} <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
4178 2025.03.12 22:38:31.670243 [ 276 ] {0ded9e79-123b-4ad0-ba26-efd7e0f20a42} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4179 2025.03.12 22:38:31.670284 [ 276 ] {0ded9e79-123b-4ad0-ba26-efd7e0f20a42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4180 2025.03.12 22:38:31.670953 [ 276 ] {0ded9e79-123b-4ad0-ba26-efd7e0f20a42} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4181 2025.03.12 22:38:31.671220 [ 276 ] {0ded9e79-123b-4ad0-ba26-efd7e0f20a42} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4182 2025.03.12 22:38:31.671420 [ 74 ] {} <Debug> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4183 2025.03.12 22:38:31.671498 [ 276 ] {0ded9e79-123b-4ad0-ba26-efd7e0f20a42} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002508 sec., 15948.96331738437 rows/sec., 28.58 MiB/sec.
4184 2025.03.12 22:38:31.671509 [ 74 ] {} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4185 2025.03.12 22:38:31.671592 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4186 2025.03.12 22:38:31.672087 [ 276 ] {0ded9e79-123b-4ad0-ba26-efd7e0f20a42} <Debug> TCPHandler: Processed in 0.003243754 sec.
4187 2025.03.12 22:38:31.672144 [ 199 ] {1f75fe11-1029-454f-991a-395decf3ac5f::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
4188 2025.03.12 22:38:31.672479 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4189 2025.03.12 22:38:31.672762 [ 276 ] {3c3f67b6-bfc5-497b-b8f0-3489f80d7242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4190 2025.03.12 22:38:31.672902 [ 276 ] {3c3f67b6-bfc5-497b-b8f0-3489f80d7242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4191 2025.03.12 22:38:31.673003 [ 199 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4192 2025.03.12 22:38:31.673260 [ 199 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 327 rows starting from the beginning of the part
4193 2025.03.12 22:38:31.674162 [ 199 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part
4194 2025.03.12 22:38:31.674975 [ 276 ] {3c3f67b6-bfc5-497b-b8f0-3489f80d7242} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4195 2025.03.12 22:38:31.675008 [ 199 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part
4196 2025.03.12 22:38:31.675061 [ 276 ] {3c3f67b6-bfc5-497b-b8f0-3489f80d7242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4197 2025.03.12 22:38:31.675641 [ 199 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part
4198 2025.03.12 22:38:31.676248 [ 199 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part
4199 2025.03.12 22:38:31.676617 [ 276 ] {3c3f67b6-bfc5-497b-b8f0-3489f80d7242} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4200 2025.03.12 22:38:31.676858 [ 199 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part
4201 2025.03.12 22:38:31.677575 [ 276 ] {3c3f67b6-bfc5-497b-b8f0-3489f80d7242} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4202 2025.03.12 22:38:31.678368 [ 276 ] {3c3f67b6-bfc5-497b-b8f0-3489f80d7242} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005678 sec., 10567.10109193378 rows/sec., 729.24 KiB/sec.
4203 2025.03.12 22:38:31.678854 [ 276 ] {3c3f67b6-bfc5-497b-b8f0-3489f80d7242} <Debug> TCPHandler: Processed in 0.006453147 sec.
4204 2025.03.12 22:38:31.683557 [ 187 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 19 columns (19 merged, 0 gathered) in 0.011825847 sec., 44563.40421113177 rows/sec., 79.86 MiB/sec.
4205 2025.03.12 22:38:31.684199 [ 187 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4206 2025.03.12 22:38:31.684612 [ 187 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4207 2025.03.12 22:38:31.684696 [ 187 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4208 2025.03.12 22:38:31.684818 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB.
4209 2025.03.12 22:38:36.658118 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4210 2025.03.12 22:38:36.658332 [ 276 ] {29b17b6c-0c12-4931-910c-6e9557ed6894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4211 2025.03.12 22:38:36.658425 [ 276 ] {29b17b6c-0c12-4931-910c-6e9557ed6894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4212 2025.03.12 22:38:36.659242 [ 276 ] {29b17b6c-0c12-4931-910c-6e9557ed6894} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4213 2025.03.12 22:38:36.659294 [ 276 ] {29b17b6c-0c12-4931-910c-6e9557ed6894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4214 2025.03.12 22:38:36.659726 [ 276 ] {29b17b6c-0c12-4931-910c-6e9557ed6894} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4215 2025.03.12 22:38:36.659988 [ 276 ] {29b17b6c-0c12-4931-910c-6e9557ed6894} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4216 2025.03.12 22:38:36.660258 [ 276 ] {29b17b6c-0c12-4931-910c-6e9557ed6894} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001971 sec., 28411.97361745307 rows/sec., 2.18 MiB/sec.
4217 2025.03.12 22:38:36.660351 [ 276 ] {29b17b6c-0c12-4931-910c-6e9557ed6894} <Debug> TCPHandler: Processed in 0.002368691 sec.
4218 2025.03.12 22:38:36.660605 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4219 2025.03.12 22:38:36.660725 [ 276 ] {92bdf86c-2ba7-4667-adad-fe5e201ffb4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4220 2025.03.12 22:38:36.660776 [ 276 ] {92bdf86c-2ba7-4667-adad-fe5e201ffb4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4221 2025.03.12 22:38:36.661355 [ 276 ] {92bdf86c-2ba7-4667-adad-fe5e201ffb4b} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4222 2025.03.12 22:38:36.661397 [ 276 ] {92bdf86c-2ba7-4667-adad-fe5e201ffb4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4223 2025.03.12 22:38:36.661780 [ 276 ] {92bdf86c-2ba7-4667-adad-fe5e201ffb4b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4224 2025.03.12 22:38:36.662036 [ 276 ] {92bdf86c-2ba7-4667-adad-fe5e201ffb4b} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4225 2025.03.12 22:38:36.662260 [ 276 ] {92bdf86c-2ba7-4667-adad-fe5e201ffb4b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001559 sec., 41051.95638229634 rows/sec., 3.20 MiB/sec.
4226 2025.03.12 22:38:36.662314 [ 276 ] {92bdf86c-2ba7-4667-adad-fe5e201ffb4b} <Debug> TCPHandler: Processed in 0.001807087 sec.
4227 2025.03.12 22:38:36.662430 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4228 2025.03.12 22:38:36.662538 [ 276 ] {29ade908-f4ea-4f35-9c50-5f2ba447686d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4229 2025.03.12 22:38:36.662589 [ 276 ] {29ade908-f4ea-4f35-9c50-5f2ba447686d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4230 2025.03.12 22:38:36.663126 [ 276 ] {29ade908-f4ea-4f35-9c50-5f2ba447686d} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4231 2025.03.12 22:38:36.663166 [ 276 ] {29ade908-f4ea-4f35-9c50-5f2ba447686d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4232 2025.03.12 22:38:36.663556 [ 276 ] {29ade908-f4ea-4f35-9c50-5f2ba447686d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4233 2025.03.12 22:38:36.663813 [ 276 ] {29ade908-f4ea-4f35-9c50-5f2ba447686d} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4234 2025.03.12 22:38:36.664123 [ 276 ] {29ade908-f4ea-4f35-9c50-5f2ba447686d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec.
4235 2025.03.12 22:38:36.664411 [ 276 ] {29ade908-f4ea-4f35-9c50-5f2ba447686d} <Debug> TCPHandler: Processed in 0.002027073 sec.
4236 2025.03.12 22:38:36.664629 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4237 2025.03.12 22:38:36.664764 [ 276 ] {6de3ad36-b05a-4313-96ab-1d58538a857d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4238 2025.03.12 22:38:36.664829 [ 276 ] {6de3ad36-b05a-4313-96ab-1d58538a857d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4239 2025.03.12 22:38:36.665482 [ 276 ] {6de3ad36-b05a-4313-96ab-1d58538a857d} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4240 2025.03.12 22:38:36.665531 [ 276 ] {6de3ad36-b05a-4313-96ab-1d58538a857d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4241 2025.03.12 22:38:36.666038 [ 276 ] {6de3ad36-b05a-4313-96ab-1d58538a857d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4242 2025.03.12 22:38:36.666320 [ 276 ] {6de3ad36-b05a-4313-96ab-1d58538a857d} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4243 2025.03.12 22:38:36.666505 [ 276 ] {6de3ad36-b05a-4313-96ab-1d58538a857d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001773 sec., 33840.9475465313 rows/sec., 2.28 MiB/sec.
4244 2025.03.12 22:38:36.666555 [ 276 ] {6de3ad36-b05a-4313-96ab-1d58538a857d} <Debug> TCPHandler: Processed in 0.001990591 sec.
4245 2025.03.12 22:38:37.007415 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529
4246 2025.03.12 22:38:37.008096 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4247 2025.03.12 22:38:37.008141 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4248 2025.03.12 22:38:37.008665 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4249 2025.03.12 22:38:37.008916 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4250 2025.03.12 22:38:37.009143 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529
4251 2025.03.12 22:38:37.785490 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
4252 2025.03.12 22:38:37.807010 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4253 2025.03.12 22:38:37.807071 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4254 2025.03.12 22:38:37.814634 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4255 2025.03.12 22:38:37.815402 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4256 2025.03.12 22:38:37.819267 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
4257 2025.03.12 22:38:39.564928 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 592
4258 2025.03.12 22:38:39.567916 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4259 2025.03.12 22:38:39.567961 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4260 2025.03.12 22:38:39.569444 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4261 2025.03.12 22:38:39.569754 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4262 2025.03.12 22:38:39.570769 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 592
4263 2025.03.12 22:38:41.659596 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4264 2025.03.12 22:38:41.659804 [ 276 ] {94352e52-6cdd-402c-bf75-43c71d399090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4265 2025.03.12 22:38:41.659885 [ 276 ] {94352e52-6cdd-402c-bf75-43c71d399090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4266 2025.03.12 22:38:41.660750 [ 276 ] {94352e52-6cdd-402c-bf75-43c71d399090} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4267 2025.03.12 22:38:41.660794 [ 276 ] {94352e52-6cdd-402c-bf75-43c71d399090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4268 2025.03.12 22:38:41.661222 [ 276 ] {94352e52-6cdd-402c-bf75-43c71d399090} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4269 2025.03.12 22:38:41.661476 [ 276 ] {94352e52-6cdd-402c-bf75-43c71d399090} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4270 2025.03.12 22:38:41.661721 [ 276 ] {94352e52-6cdd-402c-bf75-43c71d399090} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.001973 sec., 68930.56259503294 rows/sec., 5.95 MiB/sec.
4271 2025.03.12 22:38:41.661779 [ 276 ] {94352e52-6cdd-402c-bf75-43c71d399090} <Debug> TCPHandler: Processed in 0.00231748 sec.
4272 2025.03.12 22:38:41.661903 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4273 2025.03.12 22:38:41.662011 [ 276 ] {8412f36e-0153-4254-8255-ad3694bf07e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4274 2025.03.12 22:38:41.662057 [ 276 ] {8412f36e-0153-4254-8255-ad3694bf07e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4275 2025.03.12 22:38:41.662605 [ 276 ] {8412f36e-0153-4254-8255-ad3694bf07e6} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4276 2025.03.12 22:38:41.662646 [ 276 ] {8412f36e-0153-4254-8255-ad3694bf07e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4277 2025.03.12 22:38:41.662993 [ 276 ] {8412f36e-0153-4254-8255-ad3694bf07e6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4278 2025.03.12 22:38:41.663247 [ 276 ] {8412f36e-0153-4254-8255-ad3694bf07e6} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4279 2025.03.12 22:38:41.663476 [ 276 ] {8412f36e-0153-4254-8255-ad3694bf07e6} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001485 sec., 26936.026936026938 rows/sec., 1.98 MiB/sec.
4280 2025.03.12 22:38:41.663605 [ 276 ] {8412f36e-0153-4254-8255-ad3694bf07e6} <Debug> TCPHandler: Processed in 0.001752716 sec.
4281 2025.03.12 22:38:41.663726 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4282 2025.03.12 22:38:41.663829 [ 276 ] {d8fae039-5df8-4419-a9fe-7d1d9bcd1428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4283 2025.03.12 22:38:41.663873 [ 276 ] {d8fae039-5df8-4419-a9fe-7d1d9bcd1428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4284 2025.03.12 22:38:41.664436 [ 276 ] {d8fae039-5df8-4419-a9fe-7d1d9bcd1428} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4285 2025.03.12 22:38:41.664476 [ 276 ] {d8fae039-5df8-4419-a9fe-7d1d9bcd1428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4286 2025.03.12 22:38:41.664827 [ 276 ] {d8fae039-5df8-4419-a9fe-7d1d9bcd1428} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4287 2025.03.12 22:38:41.665062 [ 276 ] {d8fae039-5df8-4419-a9fe-7d1d9bcd1428} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4288 2025.03.12 22:38:41.665271 [ 276 ] {d8fae039-5df8-4419-a9fe-7d1d9bcd1428} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001465 sec., 70989.76109215018 rows/sec., 5.54 MiB/sec.
4289 2025.03.12 22:38:41.665324 [ 276 ] {d8fae039-5df8-4419-a9fe-7d1d9bcd1428} <Debug> TCPHandler: Processed in 0.001648883 sec.
4290 2025.03.12 22:38:41.665439 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4291 2025.03.12 22:38:41.665544 [ 276 ] {5e44056c-b631-4fa9-84a0-ea209a712f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4292 2025.03.12 22:38:41.665594 [ 276 ] {5e44056c-b631-4fa9-84a0-ea209a712f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4293 2025.03.12 22:38:41.666115 [ 276 ] {5e44056c-b631-4fa9-84a0-ea209a712f9e} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4294 2025.03.12 22:38:41.666158 [ 276 ] {5e44056c-b631-4fa9-84a0-ea209a712f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4295 2025.03.12 22:38:41.666540 [ 276 ] {5e44056c-b631-4fa9-84a0-ea209a712f9e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4296 2025.03.12 22:38:41.666775 [ 276 ] {5e44056c-b631-4fa9-84a0-ea209a712f9e} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4297 2025.03.12 22:38:41.667002 [ 276 ] {5e44056c-b631-4fa9-84a0-ea209a712f9e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001476 sec., 108401.0840108401 rows/sec., 7.55 MiB/sec.
4298 2025.03.12 22:38:41.667064 [ 276 ] {5e44056c-b631-4fa9-84a0-ea209a712f9e} <Debug> TCPHandler: Processed in 0.001674253 sec.
4299 2025.03.12 22:38:41.667223 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4300 2025.03.12 22:38:41.667327 [ 276 ] {78fab396-6c1e-4acb-8982-aad071641dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4301 2025.03.12 22:38:41.667394 [ 276 ] {78fab396-6c1e-4acb-8982-aad071641dfd} <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
4302 2025.03.12 22:38:41.668557 [ 276 ] {78fab396-6c1e-4acb-8982-aad071641dfd} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4303 2025.03.12 22:38:41.668596 [ 276 ] {78fab396-6c1e-4acb-8982-aad071641dfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4304 2025.03.12 22:38:41.669256 [ 276 ] {78fab396-6c1e-4acb-8982-aad071641dfd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4305 2025.03.12 22:38:41.669506 [ 276 ] {78fab396-6c1e-4acb-8982-aad071641dfd} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4306 2025.03.12 22:38:41.669740 [ 276 ] {78fab396-6c1e-4acb-8982-aad071641dfd} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002435 sec., 16427.104722792606 rows/sec., 29.44 MiB/sec.
4307 2025.03.12 22:38:41.669834 [ 276 ] {78fab396-6c1e-4acb-8982-aad071641dfd} <Debug> TCPHandler: Processed in 0.002672639 sec.
4308 2025.03.12 22:38:41.669947 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4309 2025.03.12 22:38:41.670050 [ 276 ] {37f0d478-cf51-4fb3-858d-220bf7b22540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4310 2025.03.12 22:38:41.670098 [ 276 ] {37f0d478-cf51-4fb3-858d-220bf7b22540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4311 2025.03.12 22:38:41.670537 [ 276 ] {37f0d478-cf51-4fb3-858d-220bf7b22540} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4312 2025.03.12 22:38:41.670577 [ 276 ] {37f0d478-cf51-4fb3-858d-220bf7b22540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4313 2025.03.12 22:38:41.670935 [ 276 ] {37f0d478-cf51-4fb3-858d-220bf7b22540} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4314 2025.03.12 22:38:41.671169 [ 276 ] {37f0d478-cf51-4fb3-858d-220bf7b22540} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4315 2025.03.12 22:38:41.671385 [ 276 ] {37f0d478-cf51-4fb3-858d-220bf7b22540} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec.
4316 2025.03.12 22:38:41.671435 [ 276 ] {37f0d478-cf51-4fb3-858d-220bf7b22540} <Debug> TCPHandler: Processed in 0.00153728 sec.
4317 2025.03.12 22:38:44.341570 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache
4318 2025.03.12 22:38:44.341644 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache
4319 2025.03.12 22:38:44.509308 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956
4320 2025.03.12 22:38:44.510160 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4321 2025.03.12 22:38:44.510203 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4322 2025.03.12 22:38:44.510755 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4323 2025.03.12 22:38:44.511004 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4324 2025.03.12 22:38:44.511211 [ 62 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4325 2025.03.12 22:38:44.511253 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
4326 2025.03.12 22:38:44.511299 [ 62 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4327 2025.03.12 22:38:44.511333 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4328 2025.03.12 22:38:44.511460 [ 196 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
4329 2025.03.12 22:38:44.511581 [ 196 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4330 2025.03.12 22:38:44.511621 [ 196 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
4331 2025.03.12 22:38:44.511702 [ 196 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
4332 2025.03.12 22:38:44.511935 [ 196 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part
4333 2025.03.12 22:38:44.512187 [ 196 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part
4334 2025.03.12 22:38:44.512353 [ 196 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part
4335 2025.03.12 22:38:44.512489 [ 196 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part
4336 2025.03.12 22:38:44.515088 [ 197 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003676605 sec., 3251913.1100566965 rows/sec., 46.52 MiB/sec.
4337 2025.03.12 22:38:44.515587 [ 197 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4338 2025.03.12 22:38:44.515922 [ 197 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_26_5} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4339 2025.03.12 22:38:44.516017 [ 197 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_26_5} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4340 2025.03.12 22:38:44.516130 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB.
4341 2025.03.12 22:38:45.319333 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
4342 2025.03.12 22:38:45.340813 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4343 2025.03.12 22:38:45.340877 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4344 2025.03.12 22:38:45.348573 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4345 2025.03.12 22:38:45.349357 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4346 2025.03.12 22:38:45.349795 [ 59 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4347 2025.03.12 22:38:45.349975 [ 59 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4348 2025.03.12 22:38:45.350089 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4349 2025.03.12 22:38:45.350643 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
4350 2025.03.12 22:38:45.366803 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
4351 2025.03.12 22:38:45.368107 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4352 2025.03.12 22:38:45.369781 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
4353 2025.03.12 22:38:45.375618 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
4354 2025.03.12 22:38:45.381344 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
4355 2025.03.12 22:38:45.387002 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
4356 2025.03.12 22:38:45.392833 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
4357 2025.03.12 22:38:45.397597 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
4358 2025.03.12 22:38:45.456436 [ 194 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.106157712 sec., 1846.3095738159843 rows/sec., 9.55 MiB/sec.
4359 2025.03.12 22:38:45.458149 [ 196 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4360 2025.03.12 22:38:45.460633 [ 196 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_26_5} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4361 2025.03.12 22:38:45.460734 [ 196 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_26_5} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4362 2025.03.12 22:38:45.462154 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB.
4363 2025.03.12 22:38:46.000178 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.79 MiB, peak 201.33 MiB, free memory in arenas 0.00 B, will set to 192.07 MiB (RSS), difference: 1.29 MiB
4364 2025.03.12 22:38:46.658461 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4365 2025.03.12 22:38:46.658756 [ 276 ] {002724a2-3952-486b-be0e-c4ad75b76831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4366 2025.03.12 22:38:46.658873 [ 276 ] {002724a2-3952-486b-be0e-c4ad75b76831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4367 2025.03.12 22:38:46.659913 [ 276 ] {002724a2-3952-486b-be0e-c4ad75b76831} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4368 2025.03.12 22:38:46.659960 [ 276 ] {002724a2-3952-486b-be0e-c4ad75b76831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4369 2025.03.12 22:38:46.660393 [ 276 ] {002724a2-3952-486b-be0e-c4ad75b76831} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4370 2025.03.12 22:38:46.660642 [ 276 ] {002724a2-3952-486b-be0e-c4ad75b76831} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4371 2025.03.12 22:38:46.660856 [ 57 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4372 2025.03.12 22:38:46.660887 [ 276 ] {002724a2-3952-486b-be0e-c4ad75b76831} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002214 sec., 25293.58626919603 rows/sec., 1.94 MiB/sec.
4373 2025.03.12 22:38:46.660983 [ 57 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4374 2025.03.12 22:38:46.661051 [ 276 ] {002724a2-3952-486b-be0e-c4ad75b76831} <Debug> TCPHandler: Processed in 0.002744141 sec.
4375 2025.03.12 22:38:46.661066 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4376 2025.03.12 22:38:46.661259 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4377 2025.03.12 22:38:46.661390 [ 190 ] {04bf0494-1f58-4c03-b2e7-121877616829::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
4378 2025.03.12 22:38:46.661452 [ 276 ] {8417d607-3ef0-4b3a-877d-a78fe533d719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4379 2025.03.12 22:38:46.661543 [ 276 ] {8417d607-3ef0-4b3a-877d-a78fe533d719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4380 2025.03.12 22:38:46.661794 [ 190 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4381 2025.03.12 22:38:46.661882 [ 190 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1407 rows starting from the beginning of the part
4382 2025.03.12 22:38:46.662266 [ 190 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part
4383 2025.03.12 22:38:46.662633 [ 190 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 136 rows starting from the beginning of the part
4384 2025.03.12 22:38:46.663017 [ 190 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part
4385 2025.03.12 22:38:46.663246 [ 190 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 136 rows starting from the beginning of the part
4386 2025.03.12 22:38:46.663514 [ 190 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part
4387 2025.03.12 22:38:46.664339 [ 276 ] {8417d607-3ef0-4b3a-877d-a78fe533d719} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4388 2025.03.12 22:38:46.664407 [ 276 ] {8417d607-3ef0-4b3a-877d-a78fe533d719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4389 2025.03.12 22:38:46.665417 [ 276 ] {8417d607-3ef0-4b3a-877d-a78fe533d719} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4390 2025.03.12 22:38:46.665974 [ 276 ] {8417d607-3ef0-4b3a-877d-a78fe533d719} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4391 2025.03.12 22:38:46.666160 [ 57 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4392 2025.03.12 22:38:46.666240 [ 57 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4393 2025.03.12 22:38:46.666309 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4394 2025.03.12 22:38:46.666438 [ 276 ] {8417d607-3ef0-4b3a-877d-a78fe533d719} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00495 sec., 12929.292929292928 rows/sec., 1.01 MiB/sec.
4395 2025.03.12 22:38:46.666884 [ 276 ] {8417d607-3ef0-4b3a-877d-a78fe533d719} <Debug> TCPHandler: Processed in 0.005725678 sec.
4396 2025.03.12 22:38:46.666877 [ 191 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
4397 2025.03.12 22:38:46.667254 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4398 2025.03.12 22:38:46.667287 [ 200 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1847 rows, containing 5 columns (5 merged, 0 gathered) in 0.006061448 sec., 304712.66931597865 rows/sec., 26.64 MiB/sec.
4399 2025.03.12 22:38:46.667475 [ 191 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4400 2025.03.12 22:38:46.667568 [ 276 ] {7342dca5-1d59-404c-952d-29d3fb4af245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4401 2025.03.12 22:38:46.667587 [ 191 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 632 rows starting from the beginning of the part
4402 2025.03.12 22:38:46.667743 [ 276 ] {7342dca5-1d59-404c-952d-29d3fb4af245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4403 2025.03.12 22:38:46.667900 [ 195 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4404 2025.03.12 22:38:46.668211 [ 191 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part
4405 2025.03.12 22:38:46.668797 [ 191 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 104 rows starting from the beginning of the part
4406 2025.03.12 22:38:46.669289 [ 200 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_41_8} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4407 2025.03.12 22:38:46.669353 [ 191 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part
4408 2025.03.12 22:38:46.669707 [ 191 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 104 rows starting from the beginning of the part
4409 2025.03.12 22:38:46.670138 [ 191 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part
4410 2025.03.12 22:38:46.670713 [ 200 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_41_8} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4411 2025.03.12 22:38:46.671101 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
4412 2025.03.12 22:38:46.671229 [ 276 ] {7342dca5-1d59-404c-952d-29d3fb4af245} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4413 2025.03.12 22:38:46.671305 [ 276 ] {7342dca5-1d59-404c-952d-29d3fb4af245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4414 2025.03.12 22:38:46.672327 [ 276 ] {7342dca5-1d59-404c-952d-29d3fb4af245} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4415 2025.03.12 22:38:46.672828 [ 276 ] {7342dca5-1d59-404c-952d-29d3fb4af245} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4416 2025.03.12 22:38:46.673063 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4417 2025.03.12 22:38:46.673173 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4418 2025.03.12 22:38:46.673242 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4419 2025.03.12 22:38:46.673429 [ 276 ] {7342dca5-1d59-404c-952d-29d3fb4af245} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005926 sec., 26999.662504218697 rows/sec., 1.88 MiB/sec.
4420 2025.03.12 22:38:46.674051 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
4421 2025.03.12 22:38:46.674178 [ 276 ] {7342dca5-1d59-404c-952d-29d3fb4af245} <Debug> TCPHandler: Processed in 0.007067733 sec.
4422 2025.03.12 22:38:46.674425 [ 191 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1032 rows, containing 5 columns (5 merged, 0 gathered) in 0.007967456 sec., 129526.91549222237 rows/sec., 10.39 MiB/sec.
4423 2025.03.12 22:38:46.674680 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4424 2025.03.12 22:38:46.674986 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4425 2025.03.12 22:38:46.675127 [ 276 ] {ae5cdab6-c051-4e6b-b2cf-85883dda0345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4426 2025.03.12 22:38:46.675204 [ 200 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4427 2025.03.12 22:38:46.675216 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11004 rows starting from the beginning of the part
4428 2025.03.12 22:38:46.675337 [ 276 ] {ae5cdab6-c051-4e6b-b2cf-85883dda0345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4429 2025.03.12 22:38:46.675716 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
4430 2025.03.12 22:38:46.676135 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part
4431 2025.03.12 22:38:46.676892 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
4432 2025.03.12 22:38:46.677209 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part
4433 2025.03.12 22:38:46.677680 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
4434 2025.03.12 22:38:46.678277 [ 200 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_41_8} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4435 2025.03.12 22:38:46.678455 [ 276 ] {ae5cdab6-c051-4e6b-b2cf-85883dda0345} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4436 2025.03.12 22:38:46.678561 [ 276 ] {ae5cdab6-c051-4e6b-b2cf-85883dda0345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4437 2025.03.12 22:38:46.678660 [ 200 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_41_8} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4438 2025.03.12 22:38:46.678971 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
4439 2025.03.12 22:38:46.679700 [ 276 ] {ae5cdab6-c051-4e6b-b2cf-85883dda0345} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4440 2025.03.12 22:38:46.680226 [ 276 ] {ae5cdab6-c051-4e6b-b2cf-85883dda0345} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4441 2025.03.12 22:38:46.680477 [ 57 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4442 2025.03.12 22:38:46.680564 [ 57 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4443 2025.03.12 22:38:46.680627 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4444 2025.03.12 22:38:46.680686 [ 276 ] {ae5cdab6-c051-4e6b-b2cf-85883dda0345} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00569 sec., 10544.81546572935 rows/sec., 727.70 KiB/sec.
4445 2025.03.12 22:38:46.681142 [ 276 ] {ae5cdab6-c051-4e6b-b2cf-85883dda0345} <Debug> TCPHandler: Processed in 0.006580581 sec.
4446 2025.03.12 22:38:46.681148 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
4447 2025.03.12 22:38:46.681788 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4448 2025.03.12 22:38:46.681900 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1848 rows starting from the beginning of the part
4449 2025.03.12 22:38:46.682261 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
4450 2025.03.12 22:38:46.682571 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part
4451 2025.03.12 22:38:46.682860 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
4452 2025.03.12 22:38:46.683141 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part
4453 2025.03.12 22:38:46.683415 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
4454 2025.03.12 22:38:46.686153 [ 193 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2148 rows, containing 4 columns (4 merged, 0 gathered) in 0.005411911 sec., 396902.3141733114 rows/sec., 26.75 MiB/sec.
4455 2025.03.12 22:38:46.686618 [ 193 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4456 2025.03.12 22:38:46.686969 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11804 rows, containing 5 columns (5 merged, 0 gathered) in 0.013541241 sec., 871707.4011163379 rows/sec., 59.76 MiB/sec.
4457 2025.03.12 22:38:46.687100 [ 193 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_41_8} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4458 2025.03.12 22:38:46.687195 [ 193 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_41_8} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4459 2025.03.12 22:38:46.687300 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
4460 2025.03.12 22:38:46.687341 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4461 2025.03.12 22:38:46.687647 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4462 2025.03.12 22:38:46.687719 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4463 2025.03.12 22:38:46.687801 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB.
4464 2025.03.12 22:38:47.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.49 MiB, peak 201.33 MiB, free memory in arenas 0.00 B, will set to 193.51 MiB (RSS), difference: 1.02 MiB
4465 2025.03.12 22:38:48.015532 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4466 2025.03.12 22:38:48.015840 [ 276 ] {88ed57ac-52cf-4bca-85a1-d523b558f827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4467 2025.03.12 22:38:48.015956 [ 276 ] {88ed57ac-52cf-4bca-85a1-d523b558f827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4468 2025.03.12 22:38:48.016937 [ 276 ] {88ed57ac-52cf-4bca-85a1-d523b558f827} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4469 2025.03.12 22:38:48.016986 [ 276 ] {88ed57ac-52cf-4bca-85a1-d523b558f827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4470 2025.03.12 22:38:48.017424 [ 276 ] {88ed57ac-52cf-4bca-85a1-d523b558f827} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4471 2025.03.12 22:38:48.017686 [ 276 ] {88ed57ac-52cf-4bca-85a1-d523b558f827} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4472 2025.03.12 22:38:48.017919 [ 276 ] {88ed57ac-52cf-4bca-85a1-d523b558f827} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002165 sec., 11085.450346420324 rows/sec., 941.83 KiB/sec.
4473 2025.03.12 22:38:48.017976 [ 276 ] {88ed57ac-52cf-4bca-85a1-d523b558f827} <Debug> TCPHandler: Processed in 0.002613598 sec.
4474 2025.03.12 22:38:48.018093 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4475 2025.03.12 22:38:48.018199 [ 276 ] {c3f88746-2dca-4ef6-9a9d-1e5cd5f9c41a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4476 2025.03.12 22:38:48.018246 [ 276 ] {c3f88746-2dca-4ef6-9a9d-1e5cd5f9c41a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4477 2025.03.12 22:38:48.018766 [ 276 ] {c3f88746-2dca-4ef6-9a9d-1e5cd5f9c41a} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4478 2025.03.12 22:38:48.018806 [ 276 ] {c3f88746-2dca-4ef6-9a9d-1e5cd5f9c41a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4479 2025.03.12 22:38:48.019176 [ 276 ] {c3f88746-2dca-4ef6-9a9d-1e5cd5f9c41a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4480 2025.03.12 22:38:48.019415 [ 276 ] {c3f88746-2dca-4ef6-9a9d-1e5cd5f9c41a} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4481 2025.03.12 22:38:48.019645 [ 276 ] {c3f88746-2dca-4ef6-9a9d-1e5cd5f9c41a} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001467 sec., 10906.612133605999 rows/sec., 889.36 KiB/sec.
4482 2025.03.12 22:38:48.019724 [ 276 ] {c3f88746-2dca-4ef6-9a9d-1e5cd5f9c41a} <Debug> TCPHandler: Processed in 0.001679974 sec.
4483 2025.03.12 22:38:48.019829 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4484 2025.03.12 22:38:48.019930 [ 276 ] {7179bb4a-6865-4f95-b952-1e02d8df4def} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4485 2025.03.12 22:38:48.019974 [ 276 ] {7179bb4a-6865-4f95-b952-1e02d8df4def} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4486 2025.03.12 22:38:48.021181 [ 276 ] {7179bb4a-6865-4f95-b952-1e02d8df4def} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4487 2025.03.12 22:38:48.021220 [ 276 ] {7179bb4a-6865-4f95-b952-1e02d8df4def} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4488 2025.03.12 22:38:48.021665 [ 276 ] {7179bb4a-6865-4f95-b952-1e02d8df4def} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4489 2025.03.12 22:38:48.021906 [ 276 ] {7179bb4a-6865-4f95-b952-1e02d8df4def} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4490 2025.03.12 22:38:48.022112 [ 276 ] {7179bb4a-6865-4f95-b952-1e02d8df4def} <Debug> executeQuery: Read 1404 rows, 120.63 KiB in 0.002203 sec., 637312.755333636 rows/sec., 53.48 MiB/sec.
4491 2025.03.12 22:38:48.022164 [ 276 ] {7179bb4a-6865-4f95-b952-1e02d8df4def} <Debug> TCPHandler: Processed in 0.002383761 sec.
4492 2025.03.12 22:38:48.022268 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4493 2025.03.12 22:38:48.022370 [ 276 ] {2784eb81-86db-4552-a0df-9739385d9375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4494 2025.03.12 22:38:48.022496 [ 276 ] {2784eb81-86db-4552-a0df-9739385d9375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4495 2025.03.12 22:38:48.023032 [ 276 ] {2784eb81-86db-4552-a0df-9739385d9375} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4496 2025.03.12 22:38:48.023072 [ 276 ] {2784eb81-86db-4552-a0df-9739385d9375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4497 2025.03.12 22:38:48.023429 [ 276 ] {2784eb81-86db-4552-a0df-9739385d9375} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4498 2025.03.12 22:38:48.023669 [ 276 ] {2784eb81-86db-4552-a0df-9739385d9375} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4499 2025.03.12 22:38:48.023924 [ 276 ] {2784eb81-86db-4552-a0df-9739385d9375} <Debug> executeQuery: Read 68 rows, 5.09 KiB in 0.001566 sec., 43422.7330779055 rows/sec., 3.17 MiB/sec.
4500 2025.03.12 22:38:48.024091 [ 276 ] {2784eb81-86db-4552-a0df-9739385d9375} <Debug> TCPHandler: Processed in 0.001868648 sec.
4501 2025.03.12 22:38:48.024278 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4502 2025.03.12 22:38:48.024461 [ 276 ] {4a2fa032-3469-444b-91af-ef80675e1fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4503 2025.03.12 22:38:48.024508 [ 276 ] {4a2fa032-3469-444b-91af-ef80675e1fe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4504 2025.03.12 22:38:48.025123 [ 276 ] {4a2fa032-3469-444b-91af-ef80675e1fe0} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4505 2025.03.12 22:38:48.025163 [ 276 ] {4a2fa032-3469-444b-91af-ef80675e1fe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4506 2025.03.12 22:38:48.025526 [ 276 ] {4a2fa032-3469-444b-91af-ef80675e1fe0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4507 2025.03.12 22:38:48.025789 [ 276 ] {4a2fa032-3469-444b-91af-ef80675e1fe0} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4508 2025.03.12 22:38:48.026043 [ 276 ] {4a2fa032-3469-444b-91af-ef80675e1fe0} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001599 sec., 157598.4990619137 rows/sec., 10.90 MiB/sec.
4509 2025.03.12 22:38:48.026111 [ 276 ] {4a2fa032-3469-444b-91af-ef80675e1fe0} <Debug> TCPHandler: Processed in 0.001896629 sec.
4510 2025.03.12 22:38:48.026213 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4511 2025.03.12 22:38:48.026314 [ 276 ] {2d87d547-9803-42d3-84d4-d84c2114abcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4512 2025.03.12 22:38:48.026359 [ 276 ] {2d87d547-9803-42d3-84d4-d84c2114abcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4513 2025.03.12 22:38:48.026869 [ 276 ] {2d87d547-9803-42d3-84d4-d84c2114abcf} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4514 2025.03.12 22:38:48.026907 [ 276 ] {2d87d547-9803-42d3-84d4-d84c2114abcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4515 2025.03.12 22:38:48.027255 [ 276 ] {2d87d547-9803-42d3-84d4-d84c2114abcf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4516 2025.03.12 22:38:48.027499 [ 276 ] {2d87d547-9803-42d3-84d4-d84c2114abcf} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4517 2025.03.12 22:38:48.027776 [ 276 ] {2d87d547-9803-42d3-84d4-d84c2114abcf} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001462 sec., 8207.934336525308 rows/sec., 641.24 KiB/sec.
4518 2025.03.12 22:38:48.027891 [ 276 ] {2d87d547-9803-42d3-84d4-d84c2114abcf} <Debug> TCPHandler: Processed in 0.001728595 sec.
4519 2025.03.12 22:38:48.027997 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4520 2025.03.12 22:38:48.028099 [ 276 ] {c2feba49-850c-4d41-a7b8-d295829c07bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4521 2025.03.12 22:38:48.028146 [ 276 ] {c2feba49-850c-4d41-a7b8-d295829c07bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4522 2025.03.12 22:38:48.028921 [ 276 ] {c2feba49-850c-4d41-a7b8-d295829c07bf} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4523 2025.03.12 22:38:48.028959 [ 276 ] {c2feba49-850c-4d41-a7b8-d295829c07bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4524 2025.03.12 22:38:48.029349 [ 276 ] {c2feba49-850c-4d41-a7b8-d295829c07bf} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4525 2025.03.12 22:38:48.029590 [ 276 ] {c2feba49-850c-4d41-a7b8-d295829c07bf} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4526 2025.03.12 22:38:48.029770 [ 276 ] {c2feba49-850c-4d41-a7b8-d295829c07bf} <Debug> executeQuery: Read 612 rows, 47.17 KiB in 0.00169 sec., 362130.1775147929 rows/sec., 27.26 MiB/sec.
4527 2025.03.12 22:38:48.029858 [ 276 ] {c2feba49-850c-4d41-a7b8-d295829c07bf} <Debug> TCPHandler: Processed in 0.00191071 sec.
4528 2025.03.12 22:38:48.030009 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4529 2025.03.12 22:38:48.030111 [ 276 ] {d3cdc521-7fb8-4660-a56b-52f0542baed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4530 2025.03.12 22:38:48.030160 [ 276 ] {d3cdc521-7fb8-4660-a56b-52f0542baed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4531 2025.03.12 22:38:48.030866 [ 276 ] {d3cdc521-7fb8-4660-a56b-52f0542baed7} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4532 2025.03.12 22:38:48.030903 [ 276 ] {d3cdc521-7fb8-4660-a56b-52f0542baed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4533 2025.03.12 22:38:48.031337 [ 276 ] {d3cdc521-7fb8-4660-a56b-52f0542baed7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4534 2025.03.12 22:38:48.031597 [ 276 ] {d3cdc521-7fb8-4660-a56b-52f0542baed7} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4535 2025.03.12 22:38:48.031773 [ 276 ] {d3cdc521-7fb8-4660-a56b-52f0542baed7} <Debug> executeQuery: Read 942 rows, 65.08 KiB in 0.001684 sec., 559382.4228028504 rows/sec., 37.74 MiB/sec.
4536 2025.03.12 22:38:48.031824 [ 276 ] {d3cdc521-7fb8-4660-a56b-52f0542baed7} <Debug> TCPHandler: Processed in 0.001875189 sec.
4537 2025.03.12 22:38:48.031954 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4538 2025.03.12 22:38:48.032091 [ 276 ] {1cce6c09-f68c-4952-9247-27ffa0ffc4dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4539 2025.03.12 22:38:48.032171 [ 276 ] {1cce6c09-f68c-4952-9247-27ffa0ffc4dc} <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
4540 2025.03.12 22:38:48.033366 [ 276 ] {1cce6c09-f68c-4952-9247-27ffa0ffc4dc} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4541 2025.03.12 22:38:48.033403 [ 276 ] {1cce6c09-f68c-4952-9247-27ffa0ffc4dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4542 2025.03.12 22:38:48.034046 [ 276 ] {1cce6c09-f68c-4952-9247-27ffa0ffc4dc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4543 2025.03.12 22:38:48.034305 [ 276 ] {1cce6c09-f68c-4952-9247-27ffa0ffc4dc} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4544 2025.03.12 22:38:48.034507 [ 276 ] {1cce6c09-f68c-4952-9247-27ffa0ffc4dc} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002445 sec., 16359.918200408998 rows/sec., 29.32 MiB/sec.
4545 2025.03.12 22:38:48.034611 [ 276 ] {1cce6c09-f68c-4952-9247-27ffa0ffc4dc} <Debug> TCPHandler: Processed in 0.002723861 sec.
4546 2025.03.12 22:38:48.034725 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4547 2025.03.12 22:38:48.034829 [ 276 ] {f01c9974-528c-40ea-a8b5-aa561d089e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4548 2025.03.12 22:38:48.034874 [ 276 ] {f01c9974-528c-40ea-a8b5-aa561d089e99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4549 2025.03.12 22:38:48.035287 [ 276 ] {f01c9974-528c-40ea-a8b5-aa561d089e99} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4550 2025.03.12 22:38:48.035323 [ 276 ] {f01c9974-528c-40ea-a8b5-aa561d089e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB.
4551 2025.03.12 22:38:48.035666 [ 276 ] {f01c9974-528c-40ea-a8b5-aa561d089e99} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4552 2025.03.12 22:38:48.035904 [ 276 ] {f01c9974-528c-40ea-a8b5-aa561d089e99} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4553 2025.03.12 22:38:48.036073 [ 276 ] {f01c9974-528c-40ea-a8b5-aa561d089e99} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001267 sec., 14206.787687450673 rows/sec., 985.81 KiB/sec.
4554 2025.03.12 22:38:48.036120 [ 276 ] {f01c9974-528c-40ea-a8b5-aa561d089e99} <Debug> TCPHandler: Processed in 0.001445097 sec.
4555 2025.03.12 22:38:49.570905 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 632
4556 2025.03.12 22:38:49.574097 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4557 2025.03.12 22:38:49.574144 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4558 2025.03.12 22:38:49.575604 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4559 2025.03.12 22:38:49.575923 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4560 2025.03.12 22:38:49.576908 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 632
4561 2025.03.12 22:38:51.655721 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4562 2025.03.12 22:38:51.655942 [ 276 ] {4e35af30-8b39-4cec-bfd8-26f9636ba84f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4563 2025.03.12 22:38:51.656025 [ 276 ] {4e35af30-8b39-4cec-bfd8-26f9636ba84f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4564 2025.03.12 22:38:51.656872 [ 276 ] {4e35af30-8b39-4cec-bfd8-26f9636ba84f} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4565 2025.03.12 22:38:51.656927 [ 276 ] {4e35af30-8b39-4cec-bfd8-26f9636ba84f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4566 2025.03.12 22:38:51.657372 [ 276 ] {4e35af30-8b39-4cec-bfd8-26f9636ba84f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4567 2025.03.12 22:38:51.657628 [ 276 ] {4e35af30-8b39-4cec-bfd8-26f9636ba84f} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4568 2025.03.12 22:38:51.657852 [ 276 ] {4e35af30-8b39-4cec-bfd8-26f9636ba84f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001968 sec., 28455.284552845525 rows/sec., 2.19 MiB/sec.
4569 2025.03.12 22:38:51.657928 [ 276 ] {4e35af30-8b39-4cec-bfd8-26f9636ba84f} <Debug> TCPHandler: Processed in 0.002349741 sec.
4570 2025.03.12 22:38:51.658078 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4571 2025.03.12 22:38:51.658185 [ 276 ] {1b9fd8bb-33e8-4faf-a75d-d458315ba78b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4572 2025.03.12 22:38:51.658230 [ 276 ] {1b9fd8bb-33e8-4faf-a75d-d458315ba78b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4573 2025.03.12 22:38:51.658772 [ 276 ] {1b9fd8bb-33e8-4faf-a75d-d458315ba78b} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4574 2025.03.12 22:38:51.658812 [ 276 ] {1b9fd8bb-33e8-4faf-a75d-d458315ba78b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4575 2025.03.12 22:38:51.659170 [ 276 ] {1b9fd8bb-33e8-4faf-a75d-d458315ba78b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4576 2025.03.12 22:38:51.659443 [ 276 ] {1b9fd8bb-33e8-4faf-a75d-d458315ba78b} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4577 2025.03.12 22:38:51.659668 [ 276 ] {1b9fd8bb-33e8-4faf-a75d-d458315ba78b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001505 sec., 42524.916943521595 rows/sec., 3.32 MiB/sec.
4578 2025.03.12 22:38:51.659723 [ 276 ] {1b9fd8bb-33e8-4faf-a75d-d458315ba78b} <Debug> TCPHandler: Processed in 0.001704504 sec.
4579 2025.03.12 22:38:51.659840 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4580 2025.03.12 22:38:51.659947 [ 276 ] {11a59b7a-717b-47e9-825c-2e9863a7261c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4581 2025.03.12 22:38:51.659997 [ 276 ] {11a59b7a-717b-47e9-825c-2e9863a7261c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4582 2025.03.12 22:38:51.660515 [ 276 ] {11a59b7a-717b-47e9-825c-2e9863a7261c} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4583 2025.03.12 22:38:51.660557 [ 276 ] {11a59b7a-717b-47e9-825c-2e9863a7261c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4584 2025.03.12 22:38:51.660963 [ 276 ] {11a59b7a-717b-47e9-825c-2e9863a7261c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4585 2025.03.12 22:38:51.661202 [ 276 ] {11a59b7a-717b-47e9-825c-2e9863a7261c} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4586 2025.03.12 22:38:51.661456 [ 276 ] {11a59b7a-717b-47e9-825c-2e9863a7261c} <Debug> executeQuery: Read 108 rows, 7.71 KiB in 0.001524 sec., 70866.14173228346 rows/sec., 4.94 MiB/sec.
4587 2025.03.12 22:38:51.661551 [ 276 ] {11a59b7a-717b-47e9-825c-2e9863a7261c} <Debug> TCPHandler: Processed in 0.001757245 sec.
4588 2025.03.12 22:38:51.661792 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4589 2025.03.12 22:38:51.661900 [ 276 ] {542f79fc-984e-4512-bf75-cc510ad02052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4590 2025.03.12 22:38:51.661949 [ 276 ] {542f79fc-984e-4512-bf75-cc510ad02052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4591 2025.03.12 22:38:51.662399 [ 276 ] {542f79fc-984e-4512-bf75-cc510ad02052} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4592 2025.03.12 22:38:51.662442 [ 276 ] {542f79fc-984e-4512-bf75-cc510ad02052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4593 2025.03.12 22:38:51.662803 [ 276 ] {542f79fc-984e-4512-bf75-cc510ad02052} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4594 2025.03.12 22:38:51.663043 [ 276 ] {542f79fc-984e-4512-bf75-cc510ad02052} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4595 2025.03.12 22:38:51.663249 [ 276 ] {542f79fc-984e-4512-bf75-cc510ad02052} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001372 sec., 30612.244897959186 rows/sec., 2.06 MiB/sec.
4596 2025.03.12 22:38:51.663299 [ 276 ] {542f79fc-984e-4512-bf75-cc510ad02052} <Debug> TCPHandler: Processed in 0.001587091 sec.
4597 2025.03.12 22:38:52.011397 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444
4598 2025.03.12 22:38:52.012114 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4599 2025.03.12 22:38:52.012165 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4600 2025.03.12 22:38:52.012695 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4601 2025.03.12 22:38:52.012950 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4602 2025.03.12 22:38:52.013186 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444
4603 2025.03.12 22:38:52.866887 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
4604 2025.03.12 22:38:52.884973 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4605 2025.03.12 22:38:52.885018 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4606 2025.03.12 22:38:52.892139 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4607 2025.03.12 22:38:52.892869 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4608 2025.03.12 22:38:52.896010 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
4609 2025.03.12 22:38:56.658260 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4610 2025.03.12 22:38:56.658582 [ 276 ] {cc4cbe9b-05f0-43e5-81a9-4c2d6723edcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4611 2025.03.12 22:38:56.658695 [ 276 ] {cc4cbe9b-05f0-43e5-81a9-4c2d6723edcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4612 2025.03.12 22:38:56.659503 [ 276 ] {cc4cbe9b-05f0-43e5-81a9-4c2d6723edcd} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4613 2025.03.12 22:38:56.659548 [ 276 ] {cc4cbe9b-05f0-43e5-81a9-4c2d6723edcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4614 2025.03.12 22:38:56.659988 [ 276 ] {cc4cbe9b-05f0-43e5-81a9-4c2d6723edcd} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
4615 2025.03.12 22:38:56.660261 [ 276 ] {cc4cbe9b-05f0-43e5-81a9-4c2d6723edcd} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4616 2025.03.12 22:38:56.660500 [ 276 ] {cc4cbe9b-05f0-43e5-81a9-4c2d6723edcd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002001 sec., 27986.006996501746 rows/sec., 2.15 MiB/sec.
4617 2025.03.12 22:38:56.660556 [ 276 ] {cc4cbe9b-05f0-43e5-81a9-4c2d6723edcd} <Debug> TCPHandler: Processed in 0.002478764 sec.
4618 2025.03.12 22:38:56.660680 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4619 2025.03.12 22:38:56.660785 [ 276 ] {07d109d3-2f72-425a-a1dc-cb5e30657e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4620 2025.03.12 22:38:56.660830 [ 276 ] {07d109d3-2f72-425a-a1dc-cb5e30657e41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4621 2025.03.12 22:38:56.661364 [ 276 ] {07d109d3-2f72-425a-a1dc-cb5e30657e41} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4622 2025.03.12 22:38:56.661405 [ 276 ] {07d109d3-2f72-425a-a1dc-cb5e30657e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4623 2025.03.12 22:38:56.661751 [ 276 ] {07d109d3-2f72-425a-a1dc-cb5e30657e41} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
4624 2025.03.12 22:38:56.661986 [ 276 ] {07d109d3-2f72-425a-a1dc-cb5e30657e41} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4625 2025.03.12 22:38:56.662192 [ 276 ] {07d109d3-2f72-425a-a1dc-cb5e30657e41} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001429 sec., 44786.56403079077 rows/sec., 3.50 MiB/sec.
4626 2025.03.12 22:38:56.662246 [ 276 ] {07d109d3-2f72-425a-a1dc-cb5e30657e41} <Debug> TCPHandler: Processed in 0.001617782 sec.
4627 2025.03.12 22:38:56.662376 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4628 2025.03.12 22:38:56.662514 [ 276 ] {ef1791e1-d29b-45d9-a418-3e5b62526490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4629 2025.03.12 22:38:56.662573 [ 276 ] {ef1791e1-d29b-45d9-a418-3e5b62526490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4630 2025.03.12 22:38:56.663126 [ 276 ] {ef1791e1-d29b-45d9-a418-3e5b62526490} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4631 2025.03.12 22:38:56.663166 [ 276 ] {ef1791e1-d29b-45d9-a418-3e5b62526490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4632 2025.03.12 22:38:56.663561 [ 276 ] {ef1791e1-d29b-45d9-a418-3e5b62526490} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
4633 2025.03.12 22:38:56.663802 [ 276 ] {ef1791e1-d29b-45d9-a418-3e5b62526490} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4634 2025.03.12 22:38:56.664034 [ 276 ] {ef1791e1-d29b-45d9-a418-3e5b62526490} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001547 sec., 103425.98577892696 rows/sec., 7.20 MiB/sec.
4635 2025.03.12 22:38:56.664107 [ 276 ] {ef1791e1-d29b-45d9-a418-3e5b62526490} <Debug> TCPHandler: Processed in 0.001793446 sec.
4636 2025.03.12 22:38:56.664263 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4637 2025.03.12 22:38:56.664367 [ 276 ] {2213e16d-f9fa-4dda-b26d-2ae863153abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4638 2025.03.12 22:38:56.664412 [ 276 ] {2213e16d-f9fa-4dda-b26d-2ae863153abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4639 2025.03.12 22:38:56.664842 [ 276 ] {2213e16d-f9fa-4dda-b26d-2ae863153abb} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4640 2025.03.12 22:38:56.664881 [ 276 ] {2213e16d-f9fa-4dda-b26d-2ae863153abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4641 2025.03.12 22:38:56.665231 [ 276 ] {2213e16d-f9fa-4dda-b26d-2ae863153abb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
4642 2025.03.12 22:38:56.665471 [ 276 ] {2213e16d-f9fa-4dda-b26d-2ae863153abb} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4643 2025.03.12 22:38:56.665686 [ 276 ] {2213e16d-f9fa-4dda-b26d-2ae863153abb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec.
4644 2025.03.12 22:38:56.665773 [ 276 ] {2213e16d-f9fa-4dda-b26d-2ae863153abb} <Debug> TCPHandler: Processed in 0.0015707 sec.
4645 2025.03.12 22:38:59.341712 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache
4646 2025.03.12 22:38:59.341811 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache
4647 2025.03.12 22:38:59.513338 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871
4648 2025.03.12 22:38:59.514354 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4649 2025.03.12 22:38:59.514396 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4650 2025.03.12 22:38:59.514956 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4651 2025.03.12 22:38:59.515248 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4652 2025.03.12 22:38:59.515513 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
4653 2025.03.12 22:38:59.577119 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 648
4654 2025.03.12 22:38:59.579843 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4655 2025.03.12 22:38:59.579894 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4656 2025.03.12 22:38:59.581371 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4657 2025.03.12 22:38:59.581691 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4658 2025.03.12 22:38:59.582834 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 648
4659 2025.03.12 22:39:00.396095 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
4660 2025.03.12 22:39:00.415973 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4661 2025.03.12 22:39:00.416028 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4662 2025.03.12 22:39:00.423379 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4663 2025.03.12 22:39:00.424174 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4664 2025.03.12 22:39:00.426932 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
4665 2025.03.12 22:39:01.240427 [ 35 ] {} <Debug> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4666 2025.03.12 22:39:01.240527 [ 35 ] {} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4667 2025.03.12 22:39:01.240568 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4668 2025.03.12 22:39:01.240933 [ 198 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::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
4669 2025.03.12 22:39:01.241253 [ 198 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4670 2025.03.12 22:39:01.241331 [ 198 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part
4671 2025.03.12 22:39:01.241477 [ 198 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::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
4672 2025.03.12 22:39:01.241639 [ 198 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part
4673 2025.03.12 22:39:01.242069 [ 198 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part
4674 2025.03.12 22:39:01.242226 [ 198 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part
4675 2025.03.12 22:39:01.243250 [ 198 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.002568617 sec., 18687.09893300558 rows/sec., 1.56 MiB/sec.
4676 2025.03.12 22:39:01.243388 [ 186 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4677 2025.03.12 22:39:01.243721 [ 186 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_5_1} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4678 2025.03.12 22:39:01.243813 [ 186 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_5_1} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4679 2025.03.12 22:39:01.243895 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4680 2025.03.12 22:39:01.660047 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4681 2025.03.12 22:39:01.660259 [ 276 ] {5cffeff4-973a-4564-b04d-d6e0d2470d20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4682 2025.03.12 22:39:01.660338 [ 276 ] {5cffeff4-973a-4564-b04d-d6e0d2470d20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4683 2025.03.12 22:39:01.661250 [ 276 ] {5cffeff4-973a-4564-b04d-d6e0d2470d20} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4684 2025.03.12 22:39:01.661294 [ 276 ] {5cffeff4-973a-4564-b04d-d6e0d2470d20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4685 2025.03.12 22:39:01.661746 [ 276 ] {5cffeff4-973a-4564-b04d-d6e0d2470d20} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
4686 2025.03.12 22:39:01.661999 [ 276 ] {5cffeff4-973a-4564-b04d-d6e0d2470d20} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4687 2025.03.12 22:39:01.662254 [ 276 ] {5cffeff4-973a-4564-b04d-d6e0d2470d20} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002053 sec., 66244.5202143205 rows/sec., 5.72 MiB/sec.
4688 2025.03.12 22:39:01.662313 [ 276 ] {5cffeff4-973a-4564-b04d-d6e0d2470d20} <Debug> TCPHandler: Processed in 0.002404582 sec.
4689 2025.03.12 22:39:01.662441 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4690 2025.03.12 22:39:01.662549 [ 276 ] {b2a8b2ab-c044-4f9a-b3f7-c5b0438752fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4691 2025.03.12 22:39:01.662596 [ 276 ] {b2a8b2ab-c044-4f9a-b3f7-c5b0438752fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4692 2025.03.12 22:39:01.663141 [ 276 ] {b2a8b2ab-c044-4f9a-b3f7-c5b0438752fa} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4693 2025.03.12 22:39:01.663186 [ 276 ] {b2a8b2ab-c044-4f9a-b3f7-c5b0438752fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4694 2025.03.12 22:39:01.663538 [ 276 ] {b2a8b2ab-c044-4f9a-b3f7-c5b0438752fa} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4695 2025.03.12 22:39:01.663799 [ 276 ] {b2a8b2ab-c044-4f9a-b3f7-c5b0438752fa} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4696 2025.03.12 22:39:01.664058 [ 276 ] {b2a8b2ab-c044-4f9a-b3f7-c5b0438752fa} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001528 sec., 26178.010471204187 rows/sec., 1.92 MiB/sec.
4697 2025.03.12 22:39:01.664257 [ 276 ] {b2a8b2ab-c044-4f9a-b3f7-c5b0438752fa} <Debug> TCPHandler: Processed in 0.001865098 sec.
4698 2025.03.12 22:39:01.664429 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4699 2025.03.12 22:39:01.664535 [ 276 ] {579e851e-bf73-4e07-914b-de2655c832cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4700 2025.03.12 22:39:01.664582 [ 276 ] {579e851e-bf73-4e07-914b-de2655c832cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4701 2025.03.12 22:39:01.665189 [ 276 ] {579e851e-bf73-4e07-914b-de2655c832cd} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4702 2025.03.12 22:39:01.665230 [ 276 ] {579e851e-bf73-4e07-914b-de2655c832cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4703 2025.03.12 22:39:01.665598 [ 276 ] {579e851e-bf73-4e07-914b-de2655c832cd} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
4704 2025.03.12 22:39:01.665837 [ 276 ] {579e851e-bf73-4e07-914b-de2655c832cd} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4705 2025.03.12 22:39:01.666060 [ 276 ] {579e851e-bf73-4e07-914b-de2655c832cd} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001548 sec., 67183.46253229975 rows/sec., 5.25 MiB/sec.
4706 2025.03.12 22:39:01.666117 [ 276 ] {579e851e-bf73-4e07-914b-de2655c832cd} <Debug> TCPHandler: Processed in 0.001745205 sec.
4707 2025.03.12 22:39:01.666255 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4708 2025.03.12 22:39:01.666363 [ 276 ] {79c25ec1-81eb-4bd9-8a09-4ba7689beb3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4709 2025.03.12 22:39:01.666414 [ 276 ] {79c25ec1-81eb-4bd9-8a09-4ba7689beb3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4710 2025.03.12 22:39:01.666945 [ 276 ] {79c25ec1-81eb-4bd9-8a09-4ba7689beb3e} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4711 2025.03.12 22:39:01.666984 [ 276 ] {79c25ec1-81eb-4bd9-8a09-4ba7689beb3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4712 2025.03.12 22:39:01.667358 [ 276 ] {79c25ec1-81eb-4bd9-8a09-4ba7689beb3e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
4713 2025.03.12 22:39:01.667580 [ 276 ] {79c25ec1-81eb-4bd9-8a09-4ba7689beb3e} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4714 2025.03.12 22:39:01.667792 [ 276 ] {79c25ec1-81eb-4bd9-8a09-4ba7689beb3e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001493 sec., 107166.7782987274 rows/sec., 7.46 MiB/sec.
4715 2025.03.12 22:39:01.667841 [ 276 ] {79c25ec1-81eb-4bd9-8a09-4ba7689beb3e} <Debug> TCPHandler: Processed in 0.001681454 sec.
4716 2025.03.12 22:39:01.667939 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4717 2025.03.12 22:39:01.668035 [ 276 ] {8c34e810-70b2-4f19-936f-7d3891bfba02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4718 2025.03.12 22:39:01.668161 [ 276 ] {8c34e810-70b2-4f19-936f-7d3891bfba02} <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
4719 2025.03.12 22:39:01.669313 [ 276 ] {8c34e810-70b2-4f19-936f-7d3891bfba02} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4720 2025.03.12 22:39:01.669353 [ 276 ] {8c34e810-70b2-4f19-936f-7d3891bfba02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4721 2025.03.12 22:39:01.670020 [ 276 ] {8c34e810-70b2-4f19-936f-7d3891bfba02} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4722 2025.03.12 22:39:01.670283 [ 276 ] {8c34e810-70b2-4f19-936f-7d3891bfba02} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4723 2025.03.12 22:39:01.670545 [ 276 ] {8c34e810-70b2-4f19-936f-7d3891bfba02} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00247 sec., 16194.331983805669 rows/sec., 29.02 MiB/sec.
4724 2025.03.12 22:39:01.670756 [ 276 ] {8c34e810-70b2-4f19-936f-7d3891bfba02} <Debug> TCPHandler: Processed in 0.002813043 sec.
4725 2025.03.12 22:39:01.670877 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4726 2025.03.12 22:39:01.670981 [ 276 ] {3abe663d-0ba1-4d39-afd6-fd62a4749d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4727 2025.03.12 22:39:01.671027 [ 276 ] {3abe663d-0ba1-4d39-afd6-fd62a4749d61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4728 2025.03.12 22:39:01.671471 [ 276 ] {3abe663d-0ba1-4d39-afd6-fd62a4749d61} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4729 2025.03.12 22:39:01.671510 [ 276 ] {3abe663d-0ba1-4d39-afd6-fd62a4749d61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4730 2025.03.12 22:39:01.671886 [ 276 ] {3abe663d-0ba1-4d39-afd6-fd62a4749d61} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
4731 2025.03.12 22:39:01.672141 [ 276 ] {3abe663d-0ba1-4d39-afd6-fd62a4749d61} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4732 2025.03.12 22:39:01.672378 [ 276 ] {3abe663d-0ba1-4d39-afd6-fd62a4749d61} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec.
4733 2025.03.12 22:39:01.672431 [ 276 ] {3abe663d-0ba1-4d39-afd6-fd62a4749d61} <Debug> TCPHandler: Processed in 0.001603822 sec.
4734 2025.03.12 22:39:06.657718 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4735 2025.03.12 22:39:06.657927 [ 276 ] {34083a5b-3c42-4c08-8ee9-a506260080a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4736 2025.03.12 22:39:06.658006 [ 276 ] {34083a5b-3c42-4c08-8ee9-a506260080a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4737 2025.03.12 22:39:06.658788 [ 276 ] {34083a5b-3c42-4c08-8ee9-a506260080a3} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4738 2025.03.12 22:39:06.658841 [ 276 ] {34083a5b-3c42-4c08-8ee9-a506260080a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4739 2025.03.12 22:39:06.659296 [ 276 ] {34083a5b-3c42-4c08-8ee9-a506260080a3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
4740 2025.03.12 22:39:06.659568 [ 276 ] {34083a5b-3c42-4c08-8ee9-a506260080a3} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4741 2025.03.12 22:39:06.659778 [ 26 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
4742 2025.03.12 22:39:06.659807 [ 276 ] {34083a5b-3c42-4c08-8ee9-a506260080a3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.23 MiB/sec.
4743 2025.03.12 22:39:06.659868 [ 26 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4744 2025.03.12 22:39:06.659941 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4745 2025.03.12 22:39:06.659948 [ 276 ] {34083a5b-3c42-4c08-8ee9-a506260080a3} <Debug> TCPHandler: Processed in 0.002358081 sec.
4746 2025.03.12 22:39:06.660225 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4747 2025.03.12 22:39:06.660231 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::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
4748 2025.03.12 22:39:06.660545 [ 276 ] {1a23b18b-b375-4d90-9702-1f5bba66e2a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4749 2025.03.12 22:39:06.660709 [ 276 ] {1a23b18b-b375-4d90-9702-1f5bba66e2a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4750 2025.03.12 22:39:06.660775 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4751 2025.03.12 22:39:06.660919 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1407 rows starting from the beginning of the part
4752 2025.03.12 22:39:06.661381 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1404 rows starting from the beginning of the part
4753 2025.03.12 22:39:06.661847 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part
4754 2025.03.12 22:39:06.662105 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part
4755 2025.03.12 22:39:06.662316 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 136 rows starting from the beginning of the part
4756 2025.03.12 22:39:06.662515 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part
4757 2025.03.12 22:39:06.663083 [ 276 ] {1a23b18b-b375-4d90-9702-1f5bba66e2a7} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4758 2025.03.12 22:39:06.663126 [ 276 ] {1a23b18b-b375-4d90-9702-1f5bba66e2a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4759 2025.03.12 22:39:06.663678 [ 276 ] {1a23b18b-b375-4d90-9702-1f5bba66e2a7} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
4760 2025.03.12 22:39:06.663977 [ 276 ] {1a23b18b-b375-4d90-9702-1f5bba66e2a7} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4761 2025.03.12 22:39:06.664182 [ 26 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
4762 2025.03.12 22:39:06.664248 [ 26 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4763 2025.03.12 22:39:06.664262 [ 276 ] {1a23b18b-b375-4d90-9702-1f5bba66e2a7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003834 sec., 16692.749087115284 rows/sec., 1.30 MiB/sec.
4764 2025.03.12 22:39:06.664285 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4765 2025.03.12 22:39:06.664644 [ 276 ] {1a23b18b-b375-4d90-9702-1f5bba66e2a7} <Debug> TCPHandler: Processed in 0.004511897 sec.
4766 2025.03.12 22:39:06.665066 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4767 2025.03.12 22:39:06.665062 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
4768 2025.03.12 22:39:06.665293 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3115 rows, containing 5 columns (5 merged, 0 gathered) in 0.005237925 sec., 594701.1459690622 rows/sec., 52.00 MiB/sec.
4769 2025.03.12 22:39:06.665505 [ 276 ] {f820da88-5243-44f4-8839-4283fbeffab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4770 2025.03.12 22:39:06.665766 [ 276 ] {f820da88-5243-44f4-8839-4283fbeffab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4771 2025.03.12 22:39:06.665786 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
4772 2025.03.12 22:39:06.665950 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4773 2025.03.12 22:39:06.666178 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 632 rows starting from the beginning of the part
4774 2025.03.12 22:39:06.666696 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 612 rows starting from the beginning of the part
4775 2025.03.12 22:39:06.667369 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part
4776 2025.03.12 22:39:06.667445 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_46_9} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4777 2025.03.12 22:39:06.668042 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part
4778 2025.03.12 22:39:06.668159 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_46_9} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
4779 2025.03.12 22:39:06.668703 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 104 rows starting from the beginning of the part
4780 2025.03.12 22:39:06.668733 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
4781 2025.03.12 22:39:06.669044 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part
4782 2025.03.12 22:39:06.669916 [ 276 ] {f820da88-5243-44f4-8839-4283fbeffab6} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4783 2025.03.12 22:39:06.669993 [ 276 ] {f820da88-5243-44f4-8839-4283fbeffab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4784 2025.03.12 22:39:06.671034 [ 276 ] {f820da88-5243-44f4-8839-4283fbeffab6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
4785 2025.03.12 22:39:06.671409 [ 276 ] {f820da88-5243-44f4-8839-4283fbeffab6} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4786 2025.03.12 22:39:06.671764 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
4787 2025.03.12 22:39:06.671876 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4788 2025.03.12 22:39:06.671948 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1540 rows, containing 5 columns (5 merged, 0 gathered) in 0.007461854 sec., 206383.0249157917 rows/sec., 16.44 MiB/sec.
4789 2025.03.12 22:39:06.671962 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4790 2025.03.12 22:39:06.672021 [ 276 ] {f820da88-5243-44f4-8839-4283fbeffab6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006667 sec., 23998.800059997 rows/sec., 1.67 MiB/sec.
4791 2025.03.12 22:39:06.672380 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
4792 2025.03.12 22:39:06.672433 [ 276 ] {f820da88-5243-44f4-8839-4283fbeffab6} <Debug> TCPHandler: Processed in 0.007516425 sec.
4793 2025.03.12 22:39:06.672837 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4794 2025.03.12 22:39:06.673217 [ 276 ] {31e60000-bb9a-4db4-bc11-632c74ebb154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4795 2025.03.12 22:39:06.673438 [ 276 ] {31e60000-bb9a-4db4-bc11-632c74ebb154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4796 2025.03.12 22:39:06.673617 [ 199 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
4797 2025.03.12 22:39:06.673637 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_46_9} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4798 2025.03.12 22:39:06.674010 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_46_9} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
4799 2025.03.12 22:39:06.674339 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
4800 2025.03.12 22:39:06.674383 [ 199 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4801 2025.03.12 22:39:06.674490 [ 199 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11804 rows starting from the beginning of the part
4802 2025.03.12 22:39:06.674797 [ 199 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 942 rows starting from the beginning of the part
4803 2025.03.12 22:39:06.675171 [ 199 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 108 rows starting from the beginning of the part
4804 2025.03.12 22:39:06.675487 [ 199 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
4805 2025.03.12 22:39:06.675836 [ 199 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part
4806 2025.03.12 22:39:06.676098 [ 276 ] {31e60000-bb9a-4db4-bc11-632c74ebb154} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4807 2025.03.12 22:39:06.676181 [ 199 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part
4808 2025.03.12 22:39:06.676195 [ 276 ] {31e60000-bb9a-4db4-bc11-632c74ebb154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4809 2025.03.12 22:39:06.677175 [ 276 ] {31e60000-bb9a-4db4-bc11-632c74ebb154} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
4810 2025.03.12 22:39:06.677578 [ 276 ] {31e60000-bb9a-4db4-bc11-632c74ebb154} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4811 2025.03.12 22:39:06.677734 [ 48 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
4812 2025.03.12 22:39:06.677788 [ 48 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4813 2025.03.12 22:39:06.677851 [ 276 ] {31e60000-bb9a-4db4-bc11-632c74ebb154} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004726 sec., 12695.725772323318 rows/sec., 876.14 KiB/sec.
4814 2025.03.12 22:39:06.677866 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4815 2025.03.12 22:39:06.678112 [ 276 ] {31e60000-bb9a-4db4-bc11-632c74ebb154} <Debug> TCPHandler: Processed in 0.00540242 sec.
4816 2025.03.12 22:39:06.678169 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
4817 2025.03.12 22:39:06.678440 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4818 2025.03.12 22:39:06.678490 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2148 rows starting from the beginning of the part
4819 2025.03.12 22:39:06.678787 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 18 rows starting from the beginning of the part
4820 2025.03.12 22:39:06.679079 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 42 rows starting from the beginning of the part
4821 2025.03.12 22:39:06.679323 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
4822 2025.03.12 22:39:06.679646 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part
4823 2025.03.12 22:39:06.679902 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
4824 2025.03.12 22:39:06.682698 [ 196 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2388 rows, containing 4 columns (4 merged, 0 gathered) in 0.004690321 sec., 509133.5966131103 rows/sec., 34.31 MiB/sec.
4825 2025.03.12 22:39:06.683007 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
4826 2025.03.12 22:39:06.683309 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_46_9} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4827 2025.03.12 22:39:06.683382 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_46_9} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
4828 2025.03.12 22:39:06.683519 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
4829 2025.03.12 22:39:06.683911 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13334 rows, containing 5 columns (5 merged, 0 gathered) in 0.011803956 sec., 1129621.2896761051 rows/sec., 77.41 MiB/sec.
4830 2025.03.12 22:39:06.684341 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
4831 2025.03.12 22:39:06.684649 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4832 2025.03.12 22:39:06.684728 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
4833 2025.03.12 22:39:06.684815 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB.
4834 2025.03.12 22:39:07.000161 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.50 MiB, peak 202.93 MiB, free memory in arenas 0.00 B, will set to 195.50 MiB (RSS), difference: 1.01 MiB
4835 2025.03.12 22:39:07.015639 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359
4836 2025.03.12 22:39:07.016431 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4837 2025.03.12 22:39:07.016483 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4838 2025.03.12 22:39:07.017040 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4839 2025.03.12 22:39:07.017299 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4840 2025.03.12 22:39:07.017537 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359
4841 2025.03.12 22:39:07.926990 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
4842 2025.03.12 22:39:07.947955 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4843 2025.03.12 22:39:07.948014 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4844 2025.03.12 22:39:07.955493 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4845 2025.03.12 22:39:07.956298 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4846 2025.03.12 22:39:07.959214 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
4847 2025.03.12 22:39:09.582967 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 668
4848 2025.03.12 22:39:09.585981 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4849 2025.03.12 22:39:09.586043 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4850 2025.03.12 22:39:09.587544 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4851 2025.03.12 22:39:09.587856 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4852 2025.03.12 22:39:09.588068 [ 116 ] {} <Debug> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4853 2025.03.12 22:39:09.588202 [ 116 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4854 2025.03.12 22:39:09.588261 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4855 2025.03.12 22:39:09.588776 [ 201 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::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
4856 2025.03.12 22:39:09.589419 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 668
4857 2025.03.12 22:39:09.589921 [ 201 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4858 2025.03.12 22:39:09.590102 [ 201 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 556 rows starting from the beginning of the part
4859 2025.03.12 22:39:09.590792 [ 201 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part
4860 2025.03.12 22:39:09.591509 [ 201 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part
4861 2025.03.12 22:39:09.592184 [ 201 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part
4862 2025.03.12 22:39:09.592769 [ 201 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part
4863 2025.03.12 22:39:09.593244 [ 201 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 20 rows starting from the beginning of the part
4864 2025.03.12 22:39:09.600865 [ 192 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 668 rows, containing 72 columns (72 merged, 0 gathered) in 0.012479433 sec., 53528.07295010919 rows/sec., 45.15 MiB/sec.
4865 2025.03.12 22:39:09.602191 [ 190 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4866 2025.03.12 22:39:09.603039 [ 190 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_21_4} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4867 2025.03.12 22:39:09.603133 [ 190 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_21_4} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4868 2025.03.12 22:39:09.603462 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.00 MiB.
4869 2025.03.12 22:39:11.659883 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4870 2025.03.12 22:39:11.660064 [ 276 ] {f68e8b29-d93d-4fe5-bbf5-504ad2bdcf76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4871 2025.03.12 22:39:11.660135 [ 276 ] {f68e8b29-d93d-4fe5-bbf5-504ad2bdcf76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4872 2025.03.12 22:39:11.661012 [ 276 ] {f68e8b29-d93d-4fe5-bbf5-504ad2bdcf76} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4873 2025.03.12 22:39:11.661065 [ 276 ] {f68e8b29-d93d-4fe5-bbf5-504ad2bdcf76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4874 2025.03.12 22:39:11.661519 [ 276 ] {f68e8b29-d93d-4fe5-bbf5-504ad2bdcf76} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
4875 2025.03.12 22:39:11.661770 [ 276 ] {f68e8b29-d93d-4fe5-bbf5-504ad2bdcf76} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4876 2025.03.12 22:39:11.661973 [ 276 ] {f68e8b29-d93d-4fe5-bbf5-504ad2bdcf76} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.001959 sec., 69423.1750893313 rows/sec., 5.99 MiB/sec.
4877 2025.03.12 22:39:11.662031 [ 276 ] {f68e8b29-d93d-4fe5-bbf5-504ad2bdcf76} <Debug> TCPHandler: Processed in 0.002278409 sec.
4878 2025.03.12 22:39:11.662171 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4879 2025.03.12 22:39:11.662277 [ 276 ] {b210a8d9-b266-4785-9b8e-88bdb30e1829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4880 2025.03.12 22:39:11.662323 [ 276 ] {b210a8d9-b266-4785-9b8e-88bdb30e1829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4881 2025.03.12 22:39:11.662866 [ 276 ] {b210a8d9-b266-4785-9b8e-88bdb30e1829} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4882 2025.03.12 22:39:11.662905 [ 276 ] {b210a8d9-b266-4785-9b8e-88bdb30e1829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4883 2025.03.12 22:39:11.663258 [ 276 ] {b210a8d9-b266-4785-9b8e-88bdb30e1829} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4884 2025.03.12 22:39:11.663536 [ 276 ] {b210a8d9-b266-4785-9b8e-88bdb30e1829} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4885 2025.03.12 22:39:11.663662 [ 133 ] {} <Debug> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
4886 2025.03.12 22:39:11.663705 [ 133 ] {} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4887 2025.03.12 22:39:11.663726 [ 276 ] {b210a8d9-b266-4785-9b8e-88bdb30e1829} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001467 sec., 27266.530334015 rows/sec., 2.00 MiB/sec.
4888 2025.03.12 22:39:11.663733 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4889 2025.03.12 22:39:11.663829 [ 276 ] {b210a8d9-b266-4785-9b8e-88bdb30e1829} <Debug> TCPHandler: Processed in 0.001708015 sec.
4890 2025.03.12 22:39:11.664016 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::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
4891 2025.03.12 22:39:11.664033 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4892 2025.03.12 22:39:11.664300 [ 276 ] {de8ea43d-44ad-443e-91e3-8bd2dc7437e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4893 2025.03.12 22:39:11.664330 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4894 2025.03.12 22:39:11.664389 [ 276 ] {de8ea43d-44ad-443e-91e3-8bd2dc7437e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4895 2025.03.12 22:39:11.664408 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 70 rows starting from the beginning of the part
4896 2025.03.12 22:39:11.664765 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part
4897 2025.03.12 22:39:11.665167 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part
4898 2025.03.12 22:39:11.665644 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 68 rows starting from the beginning of the part
4899 2025.03.12 22:39:11.665948 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part
4900 2025.03.12 22:39:11.666337 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part
4901 2025.03.12 22:39:11.667077 [ 276 ] {de8ea43d-44ad-443e-91e3-8bd2dc7437e4} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4902 2025.03.12 22:39:11.667149 [ 276 ] {de8ea43d-44ad-443e-91e3-8bd2dc7437e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
4903 2025.03.12 22:39:11.668089 [ 276 ] {de8ea43d-44ad-443e-91e3-8bd2dc7437e4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
4904 2025.03.12 22:39:11.668632 [ 276 ] {de8ea43d-44ad-443e-91e3-8bd2dc7437e4} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4905 2025.03.12 22:39:11.669224 [ 276 ] {de8ea43d-44ad-443e-91e3-8bd2dc7437e4} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005007 sec., 20770.920711004594 rows/sec., 1.62 MiB/sec.
4906 2025.03.12 22:39:11.669243 [ 192 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.005389759 sec., 55290.0417254278 rows/sec., 4.26 MiB/sec.
4907 2025.03.12 22:39:11.669345 [ 276 ] {de8ea43d-44ad-443e-91e3-8bd2dc7437e4} <Debug> TCPHandler: Processed in 0.005370959 sec.
4908 2025.03.12 22:39:11.669517 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4909 2025.03.12 22:39:11.669541 [ 192 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
4910 2025.03.12 22:39:11.669718 [ 276 ] {5a7d5999-c7e6-4fb6-a62a-0a10da5046ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4911 2025.03.12 22:39:11.669815 [ 276 ] {5a7d5999-c7e6-4fb6-a62a-0a10da5046ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4912 2025.03.12 22:39:11.670193 [ 192 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_20_4} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4913 2025.03.12 22:39:11.670386 [ 192 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_20_4} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
4914 2025.03.12 22:39:11.670539 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
4915 2025.03.12 22:39:11.670808 [ 276 ] {5a7d5999-c7e6-4fb6-a62a-0a10da5046ea} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4916 2025.03.12 22:39:11.670853 [ 276 ] {5a7d5999-c7e6-4fb6-a62a-0a10da5046ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4917 2025.03.12 22:39:11.671251 [ 276 ] {5a7d5999-c7e6-4fb6-a62a-0a10da5046ea} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
4918 2025.03.12 22:39:11.671488 [ 276 ] {5a7d5999-c7e6-4fb6-a62a-0a10da5046ea} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4919 2025.03.12 22:39:11.671669 [ 276 ] {5a7d5999-c7e6-4fb6-a62a-0a10da5046ea} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001999 sec., 80040.02001000501 rows/sec., 5.57 MiB/sec.
4920 2025.03.12 22:39:11.671726 [ 276 ] {5a7d5999-c7e6-4fb6-a62a-0a10da5046ea} <Debug> TCPHandler: Processed in 0.002270219 sec.
4921 2025.03.12 22:39:11.671834 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4922 2025.03.12 22:39:11.671938 [ 276 ] {c4e2e9db-78e8-4451-b62d-9bbafb6a2256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4923 2025.03.12 22:39:11.672003 [ 276 ] {c4e2e9db-78e8-4451-b62d-9bbafb6a2256} <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
4924 2025.03.12 22:39:11.673170 [ 276 ] {c4e2e9db-78e8-4451-b62d-9bbafb6a2256} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4925 2025.03.12 22:39:11.673209 [ 276 ] {c4e2e9db-78e8-4451-b62d-9bbafb6a2256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4926 2025.03.12 22:39:11.673865 [ 276 ] {c4e2e9db-78e8-4451-b62d-9bbafb6a2256} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4927 2025.03.12 22:39:11.674127 [ 276 ] {c4e2e9db-78e8-4451-b62d-9bbafb6a2256} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4928 2025.03.12 22:39:11.674346 [ 276 ] {c4e2e9db-78e8-4451-b62d-9bbafb6a2256} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002429 sec., 16467.682173734047 rows/sec., 29.51 MiB/sec.
4929 2025.03.12 22:39:11.674506 [ 276 ] {c4e2e9db-78e8-4451-b62d-9bbafb6a2256} <Debug> TCPHandler: Processed in 0.00272121 sec.
4930 2025.03.12 22:39:11.674622 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4931 2025.03.12 22:39:11.674727 [ 276 ] {d10f977d-9b0f-47b4-81c0-2af92b7e908e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4932 2025.03.12 22:39:11.674775 [ 276 ] {d10f977d-9b0f-47b4-81c0-2af92b7e908e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4933 2025.03.12 22:39:11.675222 [ 276 ] {d10f977d-9b0f-47b4-81c0-2af92b7e908e} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4934 2025.03.12 22:39:11.675261 [ 276 ] {d10f977d-9b0f-47b4-81c0-2af92b7e908e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB.
4935 2025.03.12 22:39:11.675622 [ 276 ] {d10f977d-9b0f-47b4-81c0-2af92b7e908e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
4936 2025.03.12 22:39:11.675848 [ 276 ] {d10f977d-9b0f-47b4-81c0-2af92b7e908e} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4937 2025.03.12 22:39:11.676025 [ 276 ] {d10f977d-9b0f-47b4-81c0-2af92b7e908e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00132 sec., 45454.545454545456 rows/sec., 3.06 MiB/sec.
4938 2025.03.12 22:39:11.676077 [ 276 ] {d10f977d-9b0f-47b4-81c0-2af92b7e908e} <Debug> TCPHandler: Processed in 0.001504459 sec.
4939 2025.03.12 22:39:14.342520 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache
4940 2025.03.12 22:39:14.342586 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache
4941 2025.03.12 22:39:14.517664 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786
4942 2025.03.12 22:39:14.518320 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4943 2025.03.12 22:39:14.518369 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
4944 2025.03.12 22:39:14.518908 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4945 2025.03.12 22:39:14.519160 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4946 2025.03.12 22:39:14.519436 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
4947 2025.03.12 22:39:15.459273 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
4948 2025.03.12 22:39:15.481201 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4949 2025.03.12 22:39:15.481266 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
4950 2025.03.12 22:39:15.488988 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4951 2025.03.12 22:39:15.489758 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4952 2025.03.12 22:39:15.492846 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
4953 2025.03.12 22:39:16.658567 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4954 2025.03.12 22:39:16.658782 [ 276 ] {c5c1f870-fbca-417b-8699-fdbf41b96d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4955 2025.03.12 22:39:16.658860 [ 276 ] {c5c1f870-fbca-417b-8699-fdbf41b96d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4956 2025.03.12 22:39:16.659706 [ 276 ] {c5c1f870-fbca-417b-8699-fdbf41b96d16} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4957 2025.03.12 22:39:16.659749 [ 276 ] {c5c1f870-fbca-417b-8699-fdbf41b96d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
4958 2025.03.12 22:39:16.660186 [ 276 ] {c5c1f870-fbca-417b-8699-fdbf41b96d16} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
4959 2025.03.12 22:39:16.660441 [ 276 ] {c5c1f870-fbca-417b-8699-fdbf41b96d16} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4960 2025.03.12 22:39:16.660663 [ 276 ] {c5c1f870-fbca-417b-8699-fdbf41b96d16} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001941 sec., 28851.107676455435 rows/sec., 2.22 MiB/sec.
4961 2025.03.12 22:39:16.660720 [ 276 ] {c5c1f870-fbca-417b-8699-fdbf41b96d16} <Debug> TCPHandler: Processed in 0.002294539 sec.
4962 2025.03.12 22:39:16.660841 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4963 2025.03.12 22:39:16.660947 [ 276 ] {430c61ad-4c00-4455-a704-2c11ab11361f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4964 2025.03.12 22:39:16.660991 [ 276 ] {430c61ad-4c00-4455-a704-2c11ab11361f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4965 2025.03.12 22:39:16.661540 [ 276 ] {430c61ad-4c00-4455-a704-2c11ab11361f} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4966 2025.03.12 22:39:16.661580 [ 276 ] {430c61ad-4c00-4455-a704-2c11ab11361f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
4967 2025.03.12 22:39:16.661927 [ 276 ] {430c61ad-4c00-4455-a704-2c11ab11361f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
4968 2025.03.12 22:39:16.662178 [ 276 ] {430c61ad-4c00-4455-a704-2c11ab11361f} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4969 2025.03.12 22:39:16.662435 [ 276 ] {430c61ad-4c00-4455-a704-2c11ab11361f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001501 sec., 42638.241172551636 rows/sec., 3.33 MiB/sec.
4970 2025.03.12 22:39:16.662602 [ 276 ] {430c61ad-4c00-4455-a704-2c11ab11361f} <Debug> TCPHandler: Processed in 0.001806996 sec.
4971 2025.03.12 22:39:16.662865 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4972 2025.03.12 22:39:16.662982 [ 276 ] {21a11ddb-4fc5-45ca-84c1-beb1849a26bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4973 2025.03.12 22:39:16.663035 [ 276 ] {21a11ddb-4fc5-45ca-84c1-beb1849a26bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4974 2025.03.12 22:39:16.663594 [ 276 ] {21a11ddb-4fc5-45ca-84c1-beb1849a26bd} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4975 2025.03.12 22:39:16.663634 [ 276 ] {21a11ddb-4fc5-45ca-84c1-beb1849a26bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
4976 2025.03.12 22:39:16.664010 [ 276 ] {21a11ddb-4fc5-45ca-84c1-beb1849a26bd} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
4977 2025.03.12 22:39:16.664248 [ 276 ] {21a11ddb-4fc5-45ca-84c1-beb1849a26bd} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4978 2025.03.12 22:39:16.664453 [ 276 ] {21a11ddb-4fc5-45ca-84c1-beb1849a26bd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001494 sec., 107095.04685408299 rows/sec., 7.46 MiB/sec.
4979 2025.03.12 22:39:16.664504 [ 276 ] {21a11ddb-4fc5-45ca-84c1-beb1849a26bd} <Debug> TCPHandler: Processed in 0.001739375 sec.
4980 2025.03.12 22:39:16.664610 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4981 2025.03.12 22:39:16.664713 [ 276 ] {b1fa1a5c-4026-4b87-920f-0f7667022b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4982 2025.03.12 22:39:16.664758 [ 276 ] {b1fa1a5c-4026-4b87-920f-0f7667022b3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4983 2025.03.12 22:39:16.665191 [ 276 ] {b1fa1a5c-4026-4b87-920f-0f7667022b3d} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4984 2025.03.12 22:39:16.665231 [ 276 ] {b1fa1a5c-4026-4b87-920f-0f7667022b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
4985 2025.03.12 22:39:16.665577 [ 276 ] {b1fa1a5c-4026-4b87-920f-0f7667022b3d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
4986 2025.03.12 22:39:16.665801 [ 276 ] {b1fa1a5c-4026-4b87-920f-0f7667022b3d} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4987 2025.03.12 22:39:16.666007 [ 276 ] {b1fa1a5c-4026-4b87-920f-0f7667022b3d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001315 sec., 45627.37642585552 rows/sec., 3.07 MiB/sec.
4988 2025.03.12 22:39:16.666056 [ 276 ] {b1fa1a5c-4026-4b87-920f-0f7667022b3d} <Debug> TCPHandler: Processed in 0.001496168 sec.
4989 2025.03.12 22:39:18.019317 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4990 2025.03.12 22:39:18.019620 [ 276 ] {8919c0b4-2a9a-4a37-bb1b-8c1f03b2e624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4991 2025.03.12 22:39:18.019692 [ 276 ] {8919c0b4-2a9a-4a37-bb1b-8c1f03b2e624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4992 2025.03.12 22:39:18.020492 [ 276 ] {8919c0b4-2a9a-4a37-bb1b-8c1f03b2e624} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4993 2025.03.12 22:39:18.020543 [ 276 ] {8919c0b4-2a9a-4a37-bb1b-8c1f03b2e624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
4994 2025.03.12 22:39:18.020968 [ 276 ] {8919c0b4-2a9a-4a37-bb1b-8c1f03b2e624} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4995 2025.03.12 22:39:18.021232 [ 276 ] {8919c0b4-2a9a-4a37-bb1b-8c1f03b2e624} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4996 2025.03.12 22:39:18.021503 [ 276 ] {8919c0b4-2a9a-4a37-bb1b-8c1f03b2e624} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001954 sec., 12282.497441146366 rows/sec., 1.02 MiB/sec.
4997 2025.03.12 22:39:18.021696 [ 276 ] {8919c0b4-2a9a-4a37-bb1b-8c1f03b2e624} <Debug> TCPHandler: Processed in 0.002565846 sec.
4998 2025.03.12 22:39:18.021844 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4999 2025.03.12 22:39:18.021952 [ 276 ] {0b02c664-3dda-4854-92c5-5587f7d28358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5000 2025.03.12 22:39:18.022001 [ 276 ] {0b02c664-3dda-4854-92c5-5587f7d28358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5001 2025.03.12 22:39:18.022551 [ 276 ] {0b02c664-3dda-4854-92c5-5587f7d28358} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5002 2025.03.12 22:39:18.022592 [ 276 ] {0b02c664-3dda-4854-92c5-5587f7d28358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5003 2025.03.12 22:39:18.022938 [ 276 ] {0b02c664-3dda-4854-92c5-5587f7d28358} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5004 2025.03.12 22:39:18.023195 [ 276 ] {0b02c664-3dda-4854-92c5-5587f7d28358} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5005 2025.03.12 22:39:18.023384 [ 276 ] {0b02c664-3dda-4854-92c5-5587f7d28358} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001451 sec., 1378.3597518952447 rows/sec., 112.40 KiB/sec.
5006 2025.03.12 22:39:18.023476 [ 276 ] {0b02c664-3dda-4854-92c5-5587f7d28358} <Debug> TCPHandler: Processed in 0.001683013 sec.
5007 2025.03.12 22:39:18.023596 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5008 2025.03.12 22:39:18.023701 [ 276 ] {a2691b04-4afa-4266-bf6b-4fb92e7974ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5009 2025.03.12 22:39:18.023746 [ 276 ] {a2691b04-4afa-4266-bf6b-4fb92e7974ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5010 2025.03.12 22:39:18.025017 [ 276 ] {a2691b04-4afa-4266-bf6b-4fb92e7974ea} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5011 2025.03.12 22:39:18.025057 [ 276 ] {a2691b04-4afa-4266-bf6b-4fb92e7974ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5012 2025.03.12 22:39:18.025484 [ 276 ] {a2691b04-4afa-4266-bf6b-4fb92e7974ea} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5013 2025.03.12 22:39:18.025728 [ 276 ] {a2691b04-4afa-4266-bf6b-4fb92e7974ea} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5014 2025.03.12 22:39:18.025943 [ 276 ] {a2691b04-4afa-4266-bf6b-4fb92e7974ea} <Debug> executeQuery: Read 1397 rows, 120.12 KiB in 0.002264 sec., 617049.4699646643 rows/sec., 51.81 MiB/sec.
5015 2025.03.12 22:39:18.025995 [ 276 ] {a2691b04-4afa-4266-bf6b-4fb92e7974ea} <Debug> TCPHandler: Processed in 0.002450714 sec.
5016 2025.03.12 22:39:18.026113 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5017 2025.03.12 22:39:18.026221 [ 276 ] {54947c04-6e6c-4e1c-a773-2f123ed288dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5018 2025.03.12 22:39:18.026288 [ 276 ] {54947c04-6e6c-4e1c-a773-2f123ed288dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5019 2025.03.12 22:39:18.026865 [ 276 ] {54947c04-6e6c-4e1c-a773-2f123ed288dc} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5020 2025.03.12 22:39:18.026905 [ 276 ] {54947c04-6e6c-4e1c-a773-2f123ed288dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5021 2025.03.12 22:39:18.027259 [ 276 ] {54947c04-6e6c-4e1c-a773-2f123ed288dc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5022 2025.03.12 22:39:18.027495 [ 276 ] {54947c04-6e6c-4e1c-a773-2f123ed288dc} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5023 2025.03.12 22:39:18.027702 [ 276 ] {54947c04-6e6c-4e1c-a773-2f123ed288dc} <Debug> executeQuery: Read 54 rows, 4.11 KiB in 0.001503 sec., 35928.14371257485 rows/sec., 2.67 MiB/sec.
5024 2025.03.12 22:39:18.027756 [ 276 ] {54947c04-6e6c-4e1c-a773-2f123ed288dc} <Debug> TCPHandler: Processed in 0.001693744 sec.
5025 2025.03.12 22:39:18.027879 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5026 2025.03.12 22:39:18.027984 [ 276 ] {6fb67e63-6af0-47f5-bbf3-8c7939945c76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5027 2025.03.12 22:39:18.028029 [ 276 ] {6fb67e63-6af0-47f5-bbf3-8c7939945c76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5028 2025.03.12 22:39:18.028648 [ 276 ] {6fb67e63-6af0-47f5-bbf3-8c7939945c76} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5029 2025.03.12 22:39:18.028687 [ 276 ] {6fb67e63-6af0-47f5-bbf3-8c7939945c76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5030 2025.03.12 22:39:18.029038 [ 276 ] {6fb67e63-6af0-47f5-bbf3-8c7939945c76} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5031 2025.03.12 22:39:18.029282 [ 276 ] {6fb67e63-6af0-47f5-bbf3-8c7939945c76} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5032 2025.03.12 22:39:18.029582 [ 276 ] {6fb67e63-6af0-47f5-bbf3-8c7939945c76} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001588 sec., 158690.17632241815 rows/sec., 10.98 MiB/sec.
5033 2025.03.12 22:39:18.029713 [ 276 ] {6fb67e63-6af0-47f5-bbf3-8c7939945c76} <Debug> TCPHandler: Processed in 0.001884319 sec.
5034 2025.03.12 22:39:18.029830 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5035 2025.03.12 22:39:18.029936 [ 276 ] {8998613b-fdc5-4d0c-94b2-ad62d2420f3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5036 2025.03.12 22:39:18.029982 [ 276 ] {8998613b-fdc5-4d0c-94b2-ad62d2420f3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5037 2025.03.12 22:39:18.030525 [ 276 ] {8998613b-fdc5-4d0c-94b2-ad62d2420f3a} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5038 2025.03.12 22:39:18.030566 [ 276 ] {8998613b-fdc5-4d0c-94b2-ad62d2420f3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5039 2025.03.12 22:39:18.030961 [ 276 ] {8998613b-fdc5-4d0c-94b2-ad62d2420f3a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5040 2025.03.12 22:39:18.031193 [ 276 ] {8998613b-fdc5-4d0c-94b2-ad62d2420f3a} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5041 2025.03.12 22:39:18.031423 [ 276 ] {8998613b-fdc5-4d0c-94b2-ad62d2420f3a} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001503 sec., 7984.031936127744 rows/sec., 623.75 KiB/sec.
5042 2025.03.12 22:39:18.031480 [ 276 ] {8998613b-fdc5-4d0c-94b2-ad62d2420f3a} <Debug> TCPHandler: Processed in 0.001700244 sec.
5043 2025.03.12 22:39:18.031587 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5044 2025.03.12 22:39:18.031688 [ 276 ] {2fd57df1-9da7-4fd5-9be0-6f270d119fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5045 2025.03.12 22:39:18.031731 [ 276 ] {2fd57df1-9da7-4fd5-9be0-6f270d119fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5046 2025.03.12 22:39:18.032510 [ 276 ] {2fd57df1-9da7-4fd5-9be0-6f270d119fbb} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5047 2025.03.12 22:39:18.032547 [ 276 ] {2fd57df1-9da7-4fd5-9be0-6f270d119fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5048 2025.03.12 22:39:18.032916 [ 276 ] {2fd57df1-9da7-4fd5-9be0-6f270d119fbb} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5049 2025.03.12 22:39:18.033146 [ 276 ] {2fd57df1-9da7-4fd5-9be0-6f270d119fbb} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5050 2025.03.12 22:39:18.033388 [ 276 ] {2fd57df1-9da7-4fd5-9be0-6f270d119fbb} <Debug> executeQuery: Read 598 rows, 46.03 KiB in 0.001717 sec., 348281.88701223064 rows/sec., 26.18 MiB/sec.
5051 2025.03.12 22:39:18.033575 [ 276 ] {2fd57df1-9da7-4fd5-9be0-6f270d119fbb} <Debug> TCPHandler: Processed in 0.002032153 sec.
5052 2025.03.12 22:39:18.033833 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5053 2025.03.12 22:39:18.033943 [ 276 ] {8863ec1c-bb65-4e25-8938-b77820bdd4cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5054 2025.03.12 22:39:18.033994 [ 276 ] {8863ec1c-bb65-4e25-8938-b77820bdd4cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5055 2025.03.12 22:39:18.034757 [ 276 ] {8863ec1c-bb65-4e25-8938-b77820bdd4cf} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5056 2025.03.12 22:39:18.034796 [ 276 ] {8863ec1c-bb65-4e25-8938-b77820bdd4cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5057 2025.03.12 22:39:18.035219 [ 276 ] {8863ec1c-bb65-4e25-8938-b77820bdd4cf} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5058 2025.03.12 22:39:18.035456 [ 276 ] {8863ec1c-bb65-4e25-8938-b77820bdd4cf} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5059 2025.03.12 22:39:18.035678 [ 276 ] {8863ec1c-bb65-4e25-8938-b77820bdd4cf} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.001756 sec., 538154.8974943053 rows/sec., 36.32 MiB/sec.
5060 2025.03.12 22:39:18.035779 [ 276 ] {8863ec1c-bb65-4e25-8938-b77820bdd4cf} <Debug> TCPHandler: Processed in 0.002035882 sec.
5061 2025.03.12 22:39:18.035931 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5062 2025.03.12 22:39:18.036034 [ 276 ] {858c8254-7c50-4964-a4a6-6bd13c2b0258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5063 2025.03.12 22:39:18.036101 [ 276 ] {858c8254-7c50-4964-a4a6-6bd13c2b0258} <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
5064 2025.03.12 22:39:18.037258 [ 276 ] {858c8254-7c50-4964-a4a6-6bd13c2b0258} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5065 2025.03.12 22:39:18.037296 [ 276 ] {858c8254-7c50-4964-a4a6-6bd13c2b0258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5066 2025.03.12 22:39:18.037950 [ 276 ] {858c8254-7c50-4964-a4a6-6bd13c2b0258} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5067 2025.03.12 22:39:18.038211 [ 276 ] {858c8254-7c50-4964-a4a6-6bd13c2b0258} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5068 2025.03.12 22:39:18.038387 [ 73 ] {} <Debug> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5069 2025.03.12 22:39:18.038471 [ 276 ] {858c8254-7c50-4964-a4a6-6bd13c2b0258} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002453 sec., 16306.563391765187 rows/sec., 29.22 MiB/sec.
5070 2025.03.12 22:39:18.038481 [ 73 ] {} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5071 2025.03.12 22:39:18.038553 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5072 2025.03.12 22:39:18.038799 [ 276 ] {858c8254-7c50-4964-a4a6-6bd13c2b0258} <Debug> TCPHandler: Processed in 0.002921325 sec.
5073 2025.03.12 22:39:18.039302 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5074 2025.03.12 22:39:18.039486 [ 192 ] {1f75fe11-1029-454f-991a-395decf3ac5f::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
5075 2025.03.12 22:39:18.039542 [ 276 ] {403d0fab-6b88-486a-8dc4-70c6245b404c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5076 2025.03.12 22:39:18.039637 [ 276 ] {403d0fab-6b88-486a-8dc4-70c6245b404c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5077 2025.03.12 22:39:18.040532 [ 192 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5078 2025.03.12 22:39:18.040670 [ 192 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 527 rows starting from the beginning of the part
5079 2025.03.12 22:39:18.041515 [ 192 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part
5080 2025.03.12 22:39:18.041620 [ 276 ] {403d0fab-6b88-486a-8dc4-70c6245b404c} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5081 2025.03.12 22:39:18.041710 [ 276 ] {403d0fab-6b88-486a-8dc4-70c6245b404c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5082 2025.03.12 22:39:18.042186 [ 192 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part
5083 2025.03.12 22:39:18.042870 [ 192 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part
5084 2025.03.12 22:39:18.043369 [ 276 ] {403d0fab-6b88-486a-8dc4-70c6245b404c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5085 2025.03.12 22:39:18.043496 [ 192 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part
5086 2025.03.12 22:39:18.044037 [ 192 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part
5087 2025.03.12 22:39:18.044156 [ 276 ] {403d0fab-6b88-486a-8dc4-70c6245b404c} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5088 2025.03.12 22:39:18.045013 [ 276 ] {403d0fab-6b88-486a-8dc4-70c6245b404c} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.005511 sec., 3992.015968063872 rows/sec., 277.68 KiB/sec.
5089 2025.03.12 22:39:18.045267 [ 276 ] {403d0fab-6b88-486a-8dc4-70c6245b404c} <Debug> TCPHandler: Processed in 0.006100428 sec.
5090 2025.03.12 22:39:18.057406 [ 194 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 727 rows, containing 19 columns (19 merged, 0 gathered) in 0.018594592 sec., 39097.38917637988 rows/sec., 70.06 MiB/sec.
5091 2025.03.12 22:39:18.058270 [ 188 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5092 2025.03.12 22:39:18.058740 [ 188 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5093 2025.03.12 22:39:18.058827 [ 188 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5094 2025.03.12 22:39:18.058951 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.72 MiB.
5095 2025.03.12 22:39:19.589584 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 708
5096 2025.03.12 22:39:19.592955 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5097 2025.03.12 22:39:19.593016 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5098 2025.03.12 22:39:19.594537 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5099 2025.03.12 22:39:19.594861 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5100 2025.03.12 22:39:19.595499 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 708
5101 2025.03.12 22:39:21.654796 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5102 2025.03.12 22:39:21.655009 [ 276 ] {5c6aca38-a76e-4211-943e-78722452da0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5103 2025.03.12 22:39:21.655088 [ 276 ] {5c6aca38-a76e-4211-943e-78722452da0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5104 2025.03.12 22:39:21.655941 [ 276 ] {5c6aca38-a76e-4211-943e-78722452da0c} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5105 2025.03.12 22:39:21.655983 [ 276 ] {5c6aca38-a76e-4211-943e-78722452da0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5106 2025.03.12 22:39:21.656422 [ 276 ] {5c6aca38-a76e-4211-943e-78722452da0c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5107 2025.03.12 22:39:21.656679 [ 276 ] {5c6aca38-a76e-4211-943e-78722452da0c} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5108 2025.03.12 22:39:21.656879 [ 276 ] {5c6aca38-a76e-4211-943e-78722452da0c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00193 sec., 29015.544041450776 rows/sec., 2.23 MiB/sec.
5109 2025.03.12 22:39:21.656935 [ 276 ] {5c6aca38-a76e-4211-943e-78722452da0c} <Debug> TCPHandler: Processed in 0.002278829 sec.
5110 2025.03.12 22:39:21.657063 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5111 2025.03.12 22:39:21.657170 [ 276 ] {8d87f8b1-6a64-4fd6-88b6-fd61630d2304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5112 2025.03.12 22:39:21.657215 [ 276 ] {8d87f8b1-6a64-4fd6-88b6-fd61630d2304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5113 2025.03.12 22:39:21.657768 [ 276 ] {8d87f8b1-6a64-4fd6-88b6-fd61630d2304} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5114 2025.03.12 22:39:21.657805 [ 276 ] {8d87f8b1-6a64-4fd6-88b6-fd61630d2304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5115 2025.03.12 22:39:21.658152 [ 276 ] {8d87f8b1-6a64-4fd6-88b6-fd61630d2304} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5116 2025.03.12 22:39:21.658401 [ 276 ] {8d87f8b1-6a64-4fd6-88b6-fd61630d2304} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5117 2025.03.12 22:39:21.658604 [ 276 ] {8d87f8b1-6a64-4fd6-88b6-fd61630d2304} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001448 sec., 44198.895027624305 rows/sec., 3.45 MiB/sec.
5118 2025.03.12 22:39:21.658666 [ 276 ] {8d87f8b1-6a64-4fd6-88b6-fd61630d2304} <Debug> TCPHandler: Processed in 0.001655383 sec.
5119 2025.03.12 22:39:21.658928 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5120 2025.03.12 22:39:21.659053 [ 276 ] {885dd890-6903-49c7-bc87-40b999eb08dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5121 2025.03.12 22:39:21.659106 [ 276 ] {885dd890-6903-49c7-bc87-40b999eb08dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5122 2025.03.12 22:39:21.659609 [ 276 ] {885dd890-6903-49c7-bc87-40b999eb08dc} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5123 2025.03.12 22:39:21.659648 [ 276 ] {885dd890-6903-49c7-bc87-40b999eb08dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5124 2025.03.12 22:39:21.660019 [ 276 ] {885dd890-6903-49c7-bc87-40b999eb08dc} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5125 2025.03.12 22:39:21.660257 [ 276 ] {885dd890-6903-49c7-bc87-40b999eb08dc} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5126 2025.03.12 22:39:21.660471 [ 276 ] {885dd890-6903-49c7-bc87-40b999eb08dc} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001436 sec., 68245.12534818941 rows/sec., 4.76 MiB/sec.
5127 2025.03.12 22:39:21.660568 [ 276 ] {885dd890-6903-49c7-bc87-40b999eb08dc} <Debug> TCPHandler: Processed in 0.001741606 sec.
5128 2025.03.12 22:39:21.660809 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5129 2025.03.12 22:39:21.660920 [ 276 ] {d90090ec-0381-4c9c-8b03-a8d332f3eabd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5130 2025.03.12 22:39:21.660967 [ 276 ] {d90090ec-0381-4c9c-8b03-a8d332f3eabd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5131 2025.03.12 22:39:21.661417 [ 276 ] {d90090ec-0381-4c9c-8b03-a8d332f3eabd} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5132 2025.03.12 22:39:21.661455 [ 276 ] {d90090ec-0381-4c9c-8b03-a8d332f3eabd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5133 2025.03.12 22:39:21.661805 [ 276 ] {d90090ec-0381-4c9c-8b03-a8d332f3eabd} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5134 2025.03.12 22:39:21.662034 [ 276 ] {d90090ec-0381-4c9c-8b03-a8d332f3eabd} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5135 2025.03.12 22:39:21.662207 [ 276 ] {d90090ec-0381-4c9c-8b03-a8d332f3eabd} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.00131 sec., 29007.633587786262 rows/sec., 1.95 MiB/sec.
5136 2025.03.12 22:39:21.662255 [ 276 ] {d90090ec-0381-4c9c-8b03-a8d332f3eabd} <Debug> TCPHandler: Processed in 0.0015355 sec.
5137 2025.03.12 22:39:22.019568 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274
5138 2025.03.12 22:39:22.020635 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5139 2025.03.12 22:39:22.020713 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5140 2025.03.12 22:39:22.021248 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5141 2025.03.12 22:39:22.021501 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5142 2025.03.12 22:39:22.021752 [ 153 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5143 2025.03.12 22:39:22.021763 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274
5144 2025.03.12 22:39:22.021849 [ 153 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5145 2025.03.12 22:39:22.021883 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5146 2025.03.12 22:39:22.022017 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
5147 2025.03.12 22:39:22.022141 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5148 2025.03.12 22:39:22.022181 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
5149 2025.03.12 22:39:22.022261 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part
5150 2025.03.12 22:39:22.022493 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part
5151 2025.03.12 22:39:22.022721 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part
5152 2025.03.12 22:39:22.022813 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part
5153 2025.03.12 22:39:22.023028 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part
5154 2025.03.12 22:39:22.025333 [ 189 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003378267 sec., 4225243.297821043 rows/sec., 60.44 MiB/sec.
5155 2025.03.12 22:39:22.025618 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5156 2025.03.12 22:39:22.025896 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_31_6} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5157 2025.03.12 22:39:22.025973 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_31_6} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5158 2025.03.12 22:39:22.026052 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
5159 2025.03.12 22:39:22.992928 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
5160 2025.03.12 22:39:23.015818 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5161 2025.03.12 22:39:23.015877 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5162 2025.03.12 22:39:23.023691 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5163 2025.03.12 22:39:23.024481 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5164 2025.03.12 22:39:23.024869 [ 24 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5165 2025.03.12 22:39:23.025007 [ 24 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5166 2025.03.12 22:39:23.025088 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5167 2025.03.12 22:39:23.025540 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
5168 2025.03.12 22:39:23.040783 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
5169 2025.03.12 22:39:23.042276 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5170 2025.03.12 22:39:23.043509 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
5171 2025.03.12 22:39:23.048715 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
5172 2025.03.12 22:39:23.053958 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
5173 2025.03.12 22:39:23.059232 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
5174 2025.03.12 22:39:23.064800 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part
5175 2025.03.12 22:39:23.069314 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 7 rows starting from the beginning of the part
5176 2025.03.12 22:39:23.126939 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.101689966 sec., 2301.11198975128 rows/sec., 11.90 MiB/sec.
5177 2025.03.12 22:39:23.129903 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5178 2025.03.12 22:39:23.133016 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_31_6} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5179 2025.03.12 22:39:23.133145 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_31_6} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5180 2025.03.12 22:39:23.135819 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5181 2025.03.12 22:39:26.658632 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5182 2025.03.12 22:39:26.658894 [ 276 ] {dbf968a4-d6fe-4941-91ce-38222842d4c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5183 2025.03.12 22:39:26.658991 [ 276 ] {dbf968a4-d6fe-4941-91ce-38222842d4c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5184 2025.03.12 22:39:26.659775 [ 276 ] {dbf968a4-d6fe-4941-91ce-38222842d4c9} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5185 2025.03.12 22:39:26.659819 [ 276 ] {dbf968a4-d6fe-4941-91ce-38222842d4c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5186 2025.03.12 22:39:26.660255 [ 276 ] {dbf968a4-d6fe-4941-91ce-38222842d4c9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5187 2025.03.12 22:39:26.660515 [ 276 ] {dbf968a4-d6fe-4941-91ce-38222842d4c9} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5188 2025.03.12 22:39:26.660701 [ 135 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5189 2025.03.12 22:39:26.660767 [ 276 ] {dbf968a4-d6fe-4941-91ce-38222842d4c9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00195 sec., 28717.94871794872 rows/sec., 2.21 MiB/sec.
5190 2025.03.12 22:39:26.660879 [ 135 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5191 2025.03.12 22:39:26.660960 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5192 2025.03.12 22:39:26.660967 [ 276 ] {dbf968a4-d6fe-4941-91ce-38222842d4c9} <Debug> TCPHandler: Processed in 0.002471564 sec.
5193 2025.03.12 22:39:26.661297 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::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
5194 2025.03.12 22:39:26.661308 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5195 2025.03.12 22:39:26.661727 [ 276 ] {384a8050-b181-4746-b4b7-8dc0a473234f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5196 2025.03.12 22:39:26.661755 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5197 2025.03.12 22:39:26.661801 [ 276 ] {384a8050-b181-4746-b4b7-8dc0a473234f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5198 2025.03.12 22:39:26.661825 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1407 rows starting from the beginning of the part
5199 2025.03.12 22:39:26.662228 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 136 rows starting from the beginning of the part
5200 2025.03.12 22:39:26.662604 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part
5201 2025.03.12 22:39:26.663010 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1397 rows starting from the beginning of the part
5202 2025.03.12 22:39:26.663390 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part
5203 2025.03.12 22:39:26.663754 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part
5204 2025.03.12 22:39:26.664746 [ 276 ] {384a8050-b181-4746-b4b7-8dc0a473234f} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5205 2025.03.12 22:39:26.664824 [ 276 ] {384a8050-b181-4746-b4b7-8dc0a473234f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5206 2025.03.12 22:39:26.665774 [ 276 ] {384a8050-b181-4746-b4b7-8dc0a473234f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5207 2025.03.12 22:39:26.666292 [ 276 ] {384a8050-b181-4746-b4b7-8dc0a473234f} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5208 2025.03.12 22:39:26.666531 [ 135 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5209 2025.03.12 22:39:26.666608 [ 135 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5210 2025.03.12 22:39:26.666643 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5211 2025.03.12 22:39:26.666661 [ 276 ] {384a8050-b181-4746-b4b7-8dc0a473234f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005048 sec., 12678.288431061806 rows/sec., 1013.32 KiB/sec.
5212 2025.03.12 22:39:26.667049 [ 276 ] {384a8050-b181-4746-b4b7-8dc0a473234f} <Debug> TCPHandler: Processed in 0.005854791 sec.
5213 2025.03.12 22:39:26.667133 [ 197 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
5214 2025.03.12 22:39:26.667643 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5215 2025.03.12 22:39:26.668115 [ 197 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5216 2025.03.12 22:39:26.668269 [ 276 ] {66697ee2-f7e6-4723-9b2e-56ababa7b2e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5217 2025.03.12 22:39:26.668319 [ 197 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 632 rows starting from the beginning of the part
5218 2025.03.12 22:39:26.668566 [ 276 ] {66697ee2-f7e6-4723-9b2e-56ababa7b2e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5219 2025.03.12 22:39:26.668721 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 5 columns (5 merged, 0 gathered) in 0.007632807 sec., 407189.6485788256 rows/sec., 35.62 MiB/sec.
5220 2025.03.12 22:39:26.668960 [ 197 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 104 rows starting from the beginning of the part
5221 2025.03.12 22:39:26.669431 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5222 2025.03.12 22:39:26.669652 [ 197 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part
5223 2025.03.12 22:39:26.670318 [ 197 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 598 rows starting from the beginning of the part
5224 2025.03.12 22:39:26.670849 [ 197 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::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
5225 2025.03.12 22:39:26.671236 [ 197 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part
5226 2025.03.12 22:39:26.671657 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_51_10} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5227 2025.03.12 22:39:26.671998 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_51_10} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5228 2025.03.12 22:39:26.672194 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
5229 2025.03.12 22:39:26.672415 [ 276 ] {66697ee2-f7e6-4723-9b2e-56ababa7b2e5} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5230 2025.03.12 22:39:26.672461 [ 276 ] {66697ee2-f7e6-4723-9b2e-56ababa7b2e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5231 2025.03.12 22:39:26.673047 [ 276 ] {66697ee2-f7e6-4723-9b2e-56ababa7b2e5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5232 2025.03.12 22:39:26.673340 [ 276 ] {66697ee2-f7e6-4723-9b2e-56ababa7b2e5} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5233 2025.03.12 22:39:26.673614 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5234 2025.03.12 22:39:26.673613 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1526 rows, containing 5 columns (5 merged, 0 gathered) in 0.006862718 sec., 222360.87800780972 rows/sec., 17.71 MiB/sec.
5235 2025.03.12 22:39:26.673710 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5236 2025.03.12 22:39:26.673782 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5237 2025.03.12 22:39:26.673880 [ 276 ] {66697ee2-f7e6-4723-9b2e-56ababa7b2e5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005818 sec., 27500.859401856305 rows/sec., 1.92 MiB/sec.
5238 2025.03.12 22:39:26.674014 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5239 2025.03.12 22:39:26.674194 [ 276 ] {66697ee2-f7e6-4723-9b2e-56ababa7b2e5} <Debug> TCPHandler: Processed in 0.006752025 sec.
5240 2025.03.12 22:39:26.674382 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
5241 2025.03.12 22:39:26.674485 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5242 2025.03.12 22:39:26.674788 [ 276 ] {8058f745-243a-48a6-90a6-3549087a735b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5243 2025.03.12 22:39:26.674922 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_51_10} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5244 2025.03.12 22:39:26.674951 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5245 2025.03.12 22:39:26.674970 [ 276 ] {8058f745-243a-48a6-90a6-3549087a735b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5246 2025.03.12 22:39:26.675166 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13334 rows starting from the beginning of the part
5247 2025.03.12 22:39:26.675260 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_51_10} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5248 2025.03.12 22:39:26.675727 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
5249 2025.03.12 22:39:26.675917 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part
5250 2025.03.12 22:39:26.676192 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
5251 2025.03.12 22:39:26.676618 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 945 rows starting from the beginning of the part
5252 2025.03.12 22:39:26.676946 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 98 rows starting from the beginning of the part
5253 2025.03.12 22:39:26.677295 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::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
5254 2025.03.12 22:39:26.677401 [ 276 ] {8058f745-243a-48a6-90a6-3549087a735b} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5255 2025.03.12 22:39:26.677517 [ 276 ] {8058f745-243a-48a6-90a6-3549087a735b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5256 2025.03.12 22:39:26.678482 [ 276 ] {8058f745-243a-48a6-90a6-3549087a735b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5257 2025.03.12 22:39:26.678860 [ 276 ] {8058f745-243a-48a6-90a6-3549087a735b} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5258 2025.03.12 22:39:26.679161 [ 135 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5259 2025.03.12 22:39:26.679262 [ 135 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5260 2025.03.12 22:39:26.679307 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5261 2025.03.12 22:39:26.679321 [ 276 ] {8058f745-243a-48a6-90a6-3549087a735b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004646 sec., 12914.334911752045 rows/sec., 891.22 KiB/sec.
5262 2025.03.12 22:39:26.679658 [ 276 ] {8058f745-243a-48a6-90a6-3549087a735b} <Debug> TCPHandler: Processed in 0.005276427 sec.
5263 2025.03.12 22:39:26.679705 [ 190 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
5264 2025.03.12 22:39:26.679892 [ 190 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5265 2025.03.12 22:39:26.679976 [ 190 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2388 rows starting from the beginning of the part
5266 2025.03.12 22:39:26.680266 [ 190 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part
5267 2025.03.12 22:39:26.680607 [ 190 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
5268 2025.03.12 22:39:26.680936 [ 190 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 22 rows starting from the beginning of the part
5269 2025.03.12 22:39:26.681193 [ 190 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 38 rows starting from the beginning of the part
5270 2025.03.12 22:39:26.681486 [ 190 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::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
5271 2025.03.12 22:39:26.684611 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2628 rows, containing 4 columns (4 merged, 0 gathered) in 0.005206495 sec., 504754.15802761744 rows/sec., 34.02 MiB/sec.
5272 2025.03.12 22:39:26.684989 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5273 2025.03.12 22:39:26.685332 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_51_10} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5274 2025.03.12 22:39:26.685458 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_51_10} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5275 2025.03.12 22:39:26.685565 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
5276 2025.03.12 22:39:26.685820 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14857 rows, containing 5 columns (5 merged, 0 gathered) in 0.011895708 sec., 1248937.8522068632 rows/sec., 85.56 MiB/sec.
5277 2025.03.12 22:39:26.686299 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5278 2025.03.12 22:39:26.686602 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5279 2025.03.12 22:39:26.686688 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5280 2025.03.12 22:39:26.686779 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB.
5281 2025.03.12 22:39:27.000211 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.65 MiB, peak 209.87 MiB, free memory in arenas 0.00 B, will set to 202.39 MiB (RSS), difference: 1.74 MiB
5282 2025.03.12 22:39:29.342653 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache
5283 2025.03.12 22:39:29.342726 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache
5284 2025.03.12 22:39:29.522001 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701
5285 2025.03.12 22:39:29.523075 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5286 2025.03.12 22:39:29.523127 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5287 2025.03.12 22:39:29.523682 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5288 2025.03.12 22:39:29.523948 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5289 2025.03.12 22:39:29.524257 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
5290 2025.03.12 22:39:29.595766 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 724
5291 2025.03.12 22:39:29.598601 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5292 2025.03.12 22:39:29.598659 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5293 2025.03.12 22:39:29.600111 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5294 2025.03.12 22:39:29.600423 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5295 2025.03.12 22:39:29.601038 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 724
5296 2025.03.12 22:39:30.001691 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001178421 sec.
5297 2025.03.12 22:39:30.540917 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
5298 2025.03.12 22:39:30.560130 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5299 2025.03.12 22:39:30.560183 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5300 2025.03.12 22:39:30.567861 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5301 2025.03.12 22:39:30.568644 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5302 2025.03.12 22:39:30.571288 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
5303 2025.03.12 22:39:31.661720 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5304 2025.03.12 22:39:31.661912 [ 276 ] {01872120-341e-4f11-8805-7ed28a513297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5305 2025.03.12 22:39:31.661983 [ 276 ] {01872120-341e-4f11-8805-7ed28a513297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5306 2025.03.12 22:39:31.662798 [ 276 ] {01872120-341e-4f11-8805-7ed28a513297} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5307 2025.03.12 22:39:31.662847 [ 276 ] {01872120-341e-4f11-8805-7ed28a513297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5308 2025.03.12 22:39:31.663346 [ 276 ] {01872120-341e-4f11-8805-7ed28a513297} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5309 2025.03.12 22:39:31.663677 [ 276 ] {01872120-341e-4f11-8805-7ed28a513297} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5310 2025.03.12 22:39:31.663958 [ 276 ] {01872120-341e-4f11-8805-7ed28a513297} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002097 sec., 64854.55412494039 rows/sec., 5.60 MiB/sec.
5311 2025.03.12 22:39:31.664043 [ 276 ] {01872120-341e-4f11-8805-7ed28a513297} <Debug> TCPHandler: Processed in 0.002451553 sec.
5312 2025.03.12 22:39:31.664217 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5313 2025.03.12 22:39:31.664322 [ 276 ] {35c9efea-f272-42ad-bcfd-cab5dd74201f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5314 2025.03.12 22:39:31.664368 [ 276 ] {35c9efea-f272-42ad-bcfd-cab5dd74201f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5315 2025.03.12 22:39:31.664917 [ 276 ] {35c9efea-f272-42ad-bcfd-cab5dd74201f} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5316 2025.03.12 22:39:31.664956 [ 276 ] {35c9efea-f272-42ad-bcfd-cab5dd74201f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5317 2025.03.12 22:39:31.665311 [ 276 ] {35c9efea-f272-42ad-bcfd-cab5dd74201f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5318 2025.03.12 22:39:31.665552 [ 276 ] {35c9efea-f272-42ad-bcfd-cab5dd74201f} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5319 2025.03.12 22:39:31.665750 [ 276 ] {35c9efea-f272-42ad-bcfd-cab5dd74201f} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001442 sec., 27739.251040221916 rows/sec., 2.04 MiB/sec.
5320 2025.03.12 22:39:31.665820 [ 276 ] {35c9efea-f272-42ad-bcfd-cab5dd74201f} <Debug> TCPHandler: Processed in 0.001662483 sec.
5321 2025.03.12 22:39:31.665962 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5322 2025.03.12 22:39:31.666065 [ 276 ] {ded3ab01-e31d-4454-b580-afecf4542d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5323 2025.03.12 22:39:31.666110 [ 276 ] {ded3ab01-e31d-4454-b580-afecf4542d51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5324 2025.03.12 22:39:31.666665 [ 276 ] {ded3ab01-e31d-4454-b580-afecf4542d51} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5325 2025.03.12 22:39:31.666703 [ 276 ] {ded3ab01-e31d-4454-b580-afecf4542d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5326 2025.03.12 22:39:31.667072 [ 276 ] {ded3ab01-e31d-4454-b580-afecf4542d51} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5327 2025.03.12 22:39:31.667320 [ 276 ] {ded3ab01-e31d-4454-b580-afecf4542d51} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5328 2025.03.12 22:39:31.667539 [ 276 ] {ded3ab01-e31d-4454-b580-afecf4542d51} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001494 sec., 69611.78045515394 rows/sec., 5.44 MiB/sec.
5329 2025.03.12 22:39:31.667593 [ 276 ] {ded3ab01-e31d-4454-b580-afecf4542d51} <Debug> TCPHandler: Processed in 0.001687524 sec.
5330 2025.03.12 22:39:31.667713 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5331 2025.03.12 22:39:31.667818 [ 276 ] {851dfbce-6e50-43a1-9af0-229b0b35d2ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5332 2025.03.12 22:39:31.667869 [ 276 ] {851dfbce-6e50-43a1-9af0-229b0b35d2ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5333 2025.03.12 22:39:31.668395 [ 276 ] {851dfbce-6e50-43a1-9af0-229b0b35d2ce} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5334 2025.03.12 22:39:31.668433 [ 276 ] {851dfbce-6e50-43a1-9af0-229b0b35d2ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5335 2025.03.12 22:39:31.668824 [ 276 ] {851dfbce-6e50-43a1-9af0-229b0b35d2ce} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5336 2025.03.12 22:39:31.669067 [ 276 ] {851dfbce-6e50-43a1-9af0-229b0b35d2ce} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5337 2025.03.12 22:39:31.669316 [ 276 ] {851dfbce-6e50-43a1-9af0-229b0b35d2ce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001517 sec., 105471.32498352011 rows/sec., 7.35 MiB/sec.
5338 2025.03.12 22:39:31.669545 [ 276 ] {851dfbce-6e50-43a1-9af0-229b0b35d2ce} <Debug> TCPHandler: Processed in 0.001879129 sec.
5339 2025.03.12 22:39:31.669831 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5340 2025.03.12 22:39:31.670103 [ 276 ] {82b66de5-bece-4639-93ff-485e8160924c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5341 2025.03.12 22:39:31.670252 [ 276 ] {82b66de5-bece-4639-93ff-485e8160924c} <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
5342 2025.03.12 22:39:31.671423 [ 276 ] {82b66de5-bece-4639-93ff-485e8160924c} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5343 2025.03.12 22:39:31.671462 [ 276 ] {82b66de5-bece-4639-93ff-485e8160924c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5344 2025.03.12 22:39:31.672131 [ 276 ] {82b66de5-bece-4639-93ff-485e8160924c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5345 2025.03.12 22:39:31.672396 [ 276 ] {82b66de5-bece-4639-93ff-485e8160924c} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5346 2025.03.12 22:39:31.672685 [ 276 ] {82b66de5-bece-4639-93ff-485e8160924c} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002658 sec., 15048.908954100827 rows/sec., 26.97 MiB/sec.
5347 2025.03.12 22:39:31.673049 [ 276 ] {82b66de5-bece-4639-93ff-485e8160924c} <Debug> TCPHandler: Processed in 0.003313186 sec.
5348 2025.03.12 22:39:31.673283 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5349 2025.03.12 22:39:31.673390 [ 276 ] {7d1c0a9c-da6d-425c-a746-7cd583ad189f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5350 2025.03.12 22:39:31.673439 [ 276 ] {7d1c0a9c-da6d-425c-a746-7cd583ad189f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5351 2025.03.12 22:39:31.673922 [ 276 ] {7d1c0a9c-da6d-425c-a746-7cd583ad189f} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5352 2025.03.12 22:39:31.673962 [ 276 ] {7d1c0a9c-da6d-425c-a746-7cd583ad189f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5353 2025.03.12 22:39:31.674331 [ 276 ] {7d1c0a9c-da6d-425c-a746-7cd583ad189f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5354 2025.03.12 22:39:31.674586 [ 276 ] {7d1c0a9c-da6d-425c-a746-7cd583ad189f} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5355 2025.03.12 22:39:31.674799 [ 276 ] {7d1c0a9c-da6d-425c-a746-7cd583ad189f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001432 sec., 41899.44134078213 rows/sec., 2.82 MiB/sec.
5356 2025.03.12 22:39:31.674849 [ 276 ] {7d1c0a9c-da6d-425c-a746-7cd583ad189f} <Debug> TCPHandler: Processed in 0.001629862 sec.
5357 2025.03.12 22:39:36.657664 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5358 2025.03.12 22:39:36.657872 [ 276 ] {dccaeadc-e910-4f0a-b666-af6490db4863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5359 2025.03.12 22:39:36.657947 [ 276 ] {dccaeadc-e910-4f0a-b666-af6490db4863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5360 2025.03.12 22:39:36.658728 [ 276 ] {dccaeadc-e910-4f0a-b666-af6490db4863} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5361 2025.03.12 22:39:36.658780 [ 276 ] {dccaeadc-e910-4f0a-b666-af6490db4863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5362 2025.03.12 22:39:36.659229 [ 276 ] {dccaeadc-e910-4f0a-b666-af6490db4863} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5363 2025.03.12 22:39:36.659490 [ 276 ] {dccaeadc-e910-4f0a-b666-af6490db4863} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5364 2025.03.12 22:39:36.659736 [ 276 ] {dccaeadc-e910-4f0a-b666-af6490db4863} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001915 sec., 29242.819843342037 rows/sec., 2.25 MiB/sec.
5365 2025.03.12 22:39:36.659804 [ 276 ] {dccaeadc-e910-4f0a-b666-af6490db4863} <Debug> TCPHandler: Processed in 0.002268438 sec.
5366 2025.03.12 22:39:36.659931 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5367 2025.03.12 22:39:36.660045 [ 276 ] {85231fad-94ae-48ef-946f-b8bddd68f20a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5368 2025.03.12 22:39:36.660094 [ 276 ] {85231fad-94ae-48ef-946f-b8bddd68f20a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5369 2025.03.12 22:39:36.660654 [ 276 ] {85231fad-94ae-48ef-946f-b8bddd68f20a} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5370 2025.03.12 22:39:36.660696 [ 276 ] {85231fad-94ae-48ef-946f-b8bddd68f20a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5371 2025.03.12 22:39:36.661060 [ 276 ] {85231fad-94ae-48ef-946f-b8bddd68f20a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5372 2025.03.12 22:39:36.661308 [ 276 ] {85231fad-94ae-48ef-946f-b8bddd68f20a} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5373 2025.03.12 22:39:36.661533 [ 276 ] {85231fad-94ae-48ef-946f-b8bddd68f20a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001514 sec., 42272.12681638045 rows/sec., 3.30 MiB/sec.
5374 2025.03.12 22:39:36.661589 [ 276 ] {85231fad-94ae-48ef-946f-b8bddd68f20a} <Debug> TCPHandler: Processed in 0.001711235 sec.
5375 2025.03.12 22:39:36.661703 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5376 2025.03.12 22:39:36.661809 [ 276 ] {88b172bd-c45d-4df8-a8f6-9a4637961507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5377 2025.03.12 22:39:36.661859 [ 276 ] {88b172bd-c45d-4df8-a8f6-9a4637961507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5378 2025.03.12 22:39:36.662379 [ 276 ] {88b172bd-c45d-4df8-a8f6-9a4637961507} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5379 2025.03.12 22:39:36.662419 [ 276 ] {88b172bd-c45d-4df8-a8f6-9a4637961507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5380 2025.03.12 22:39:36.662809 [ 276 ] {88b172bd-c45d-4df8-a8f6-9a4637961507} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5381 2025.03.12 22:39:36.663063 [ 276 ] {88b172bd-c45d-4df8-a8f6-9a4637961507} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5382 2025.03.12 22:39:36.663278 [ 276 ] {88b172bd-c45d-4df8-a8f6-9a4637961507} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001492 sec., 107238.60589812332 rows/sec., 7.47 MiB/sec.
5383 2025.03.12 22:39:36.663332 [ 276 ] {88b172bd-c45d-4df8-a8f6-9a4637961507} <Debug> TCPHandler: Processed in 0.001679894 sec.
5384 2025.03.12 22:39:36.663439 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5385 2025.03.12 22:39:36.663544 [ 276 ] {327a456c-2f85-4c9e-bae9-e1519ab09f66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5386 2025.03.12 22:39:36.663591 [ 276 ] {327a456c-2f85-4c9e-bae9-e1519ab09f66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5387 2025.03.12 22:39:36.664020 [ 276 ] {327a456c-2f85-4c9e-bae9-e1519ab09f66} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5388 2025.03.12 22:39:36.664059 [ 276 ] {327a456c-2f85-4c9e-bae9-e1519ab09f66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5389 2025.03.12 22:39:36.664423 [ 276 ] {327a456c-2f85-4c9e-bae9-e1519ab09f66} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5390 2025.03.12 22:39:36.664660 [ 276 ] {327a456c-2f85-4c9e-bae9-e1519ab09f66} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5391 2025.03.12 22:39:36.664865 [ 276 ] {327a456c-2f85-4c9e-bae9-e1519ab09f66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec.
5392 2025.03.12 22:39:36.664915 [ 276 ] {327a456c-2f85-4c9e-bae9-e1519ab09f66} <Debug> TCPHandler: Processed in 0.00152486 sec.
5393 2025.03.12 22:39:37.024442 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189
5394 2025.03.12 22:39:37.025129 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5395 2025.03.12 22:39:37.025179 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5396 2025.03.12 22:39:37.025740 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5397 2025.03.12 22:39:37.025996 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5398 2025.03.12 22:39:37.026265 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189
5399 2025.03.12 22:39:38.071410 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
5400 2025.03.12 22:39:38.091703 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5401 2025.03.12 22:39:38.091754 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5402 2025.03.12 22:39:38.099217 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5403 2025.03.12 22:39:38.099986 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5404 2025.03.12 22:39:38.102876 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
5405 2025.03.12 22:39:39.601258 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 744
5406 2025.03.12 22:39:39.604171 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5407 2025.03.12 22:39:39.604223 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5408 2025.03.12 22:39:39.605679 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5409 2025.03.12 22:39:39.605987 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5410 2025.03.12 22:39:39.607054 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 744
5411 2025.03.12 22:39:41.660125 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5412 2025.03.12 22:39:41.660335 [ 276 ] {7ddc5651-3952-4dbe-a8e1-8f19efc3f8f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5413 2025.03.12 22:39:41.660416 [ 276 ] {7ddc5651-3952-4dbe-a8e1-8f19efc3f8f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5414 2025.03.12 22:39:41.661229 [ 276 ] {7ddc5651-3952-4dbe-a8e1-8f19efc3f8f1} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5415 2025.03.12 22:39:41.661275 [ 276 ] {7ddc5651-3952-4dbe-a8e1-8f19efc3f8f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5416 2025.03.12 22:39:41.661711 [ 276 ] {7ddc5651-3952-4dbe-a8e1-8f19efc3f8f1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5417 2025.03.12 22:39:41.661974 [ 276 ] {7ddc5651-3952-4dbe-a8e1-8f19efc3f8f1} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5418 2025.03.12 22:39:41.662200 [ 276 ] {7ddc5651-3952-4dbe-a8e1-8f19efc3f8f1} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.00192 sec., 70833.33333333333 rows/sec., 6.12 MiB/sec.
5419 2025.03.12 22:39:41.662274 [ 276 ] {7ddc5651-3952-4dbe-a8e1-8f19efc3f8f1} <Debug> TCPHandler: Processed in 0.002286489 sec.
5420 2025.03.12 22:39:41.662431 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5421 2025.03.12 22:39:41.662540 [ 276 ] {341818a5-c732-49c8-8bb1-090a315aff66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5422 2025.03.12 22:39:41.662586 [ 276 ] {341818a5-c732-49c8-8bb1-090a315aff66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5423 2025.03.12 22:39:41.663149 [ 276 ] {341818a5-c732-49c8-8bb1-090a315aff66} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5424 2025.03.12 22:39:41.663188 [ 276 ] {341818a5-c732-49c8-8bb1-090a315aff66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5425 2025.03.12 22:39:41.663530 [ 276 ] {341818a5-c732-49c8-8bb1-090a315aff66} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5426 2025.03.12 22:39:41.663769 [ 276 ] {341818a5-c732-49c8-8bb1-090a315aff66} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5427 2025.03.12 22:39:41.663998 [ 276 ] {341818a5-c732-49c8-8bb1-090a315aff66} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001481 sec., 27008.777852802163 rows/sec., 1.98 MiB/sec.
5428 2025.03.12 22:39:41.664052 [ 276 ] {341818a5-c732-49c8-8bb1-090a315aff66} <Debug> TCPHandler: Processed in 0.001682894 sec.
5429 2025.03.12 22:39:41.664171 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5430 2025.03.12 22:39:41.664278 [ 276 ] {35aac6ed-5367-4031-93a8-735b7b3472da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5431 2025.03.12 22:39:41.664323 [ 276 ] {35aac6ed-5367-4031-93a8-735b7b3472da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5432 2025.03.12 22:39:41.664889 [ 276 ] {35aac6ed-5367-4031-93a8-735b7b3472da} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5433 2025.03.12 22:39:41.664930 [ 276 ] {35aac6ed-5367-4031-93a8-735b7b3472da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5434 2025.03.12 22:39:41.665290 [ 276 ] {35aac6ed-5367-4031-93a8-735b7b3472da} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5435 2025.03.12 22:39:41.665534 [ 276 ] {35aac6ed-5367-4031-93a8-735b7b3472da} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5436 2025.03.12 22:39:41.665759 [ 276 ] {35aac6ed-5367-4031-93a8-735b7b3472da} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001503 sec., 69194.94344644045 rows/sec., 5.40 MiB/sec.
5437 2025.03.12 22:39:41.665815 [ 276 ] {35aac6ed-5367-4031-93a8-735b7b3472da} <Debug> TCPHandler: Processed in 0.001696274 sec.
5438 2025.03.12 22:39:41.665973 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5439 2025.03.12 22:39:41.666081 [ 276 ] {f0dd6af9-7faf-47a4-aead-791e1f12e5b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5440 2025.03.12 22:39:41.666132 [ 276 ] {f0dd6af9-7faf-47a4-aead-791e1f12e5b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5441 2025.03.12 22:39:41.666669 [ 276 ] {f0dd6af9-7faf-47a4-aead-791e1f12e5b5} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5442 2025.03.12 22:39:41.666707 [ 276 ] {f0dd6af9-7faf-47a4-aead-791e1f12e5b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5443 2025.03.12 22:39:41.667090 [ 276 ] {f0dd6af9-7faf-47a4-aead-791e1f12e5b5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5444 2025.03.12 22:39:41.667334 [ 276 ] {f0dd6af9-7faf-47a4-aead-791e1f12e5b5} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5445 2025.03.12 22:39:41.667544 [ 276 ] {f0dd6af9-7faf-47a4-aead-791e1f12e5b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001484 sec., 107816.71159029649 rows/sec., 7.51 MiB/sec.
5446 2025.03.12 22:39:41.667598 [ 276 ] {f0dd6af9-7faf-47a4-aead-791e1f12e5b5} <Debug> TCPHandler: Processed in 0.001685633 sec.
5447 2025.03.12 22:39:41.667705 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5448 2025.03.12 22:39:41.667809 [ 276 ] {5433c333-efc7-4c7e-a4e0-a11813ef090b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5449 2025.03.12 22:39:41.667874 [ 276 ] {5433c333-efc7-4c7e-a4e0-a11813ef090b} <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
5450 2025.03.12 22:39:41.668972 [ 276 ] {5433c333-efc7-4c7e-a4e0-a11813ef090b} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5451 2025.03.12 22:39:41.669012 [ 276 ] {5433c333-efc7-4c7e-a4e0-a11813ef090b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5452 2025.03.12 22:39:41.669686 [ 276 ] {5433c333-efc7-4c7e-a4e0-a11813ef090b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5453 2025.03.12 22:39:41.669952 [ 276 ] {5433c333-efc7-4c7e-a4e0-a11813ef090b} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5454 2025.03.12 22:39:41.670189 [ 276 ] {5433c333-efc7-4c7e-a4e0-a11813ef090b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002401 sec., 16659.72511453561 rows/sec., 29.85 MiB/sec.
5455 2025.03.12 22:39:41.670284 [ 276 ] {5433c333-efc7-4c7e-a4e0-a11813ef090b} <Debug> TCPHandler: Processed in 0.002628718 sec.
5456 2025.03.12 22:39:41.670416 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5457 2025.03.12 22:39:41.670523 [ 276 ] {c0b6270d-f6ae-42ba-8b60-d3f5b22ced49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5458 2025.03.12 22:39:41.670570 [ 276 ] {c0b6270d-f6ae-42ba-8b60-d3f5b22ced49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5459 2025.03.12 22:39:41.671022 [ 276 ] {c0b6270d-f6ae-42ba-8b60-d3f5b22ced49} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5460 2025.03.12 22:39:41.671062 [ 276 ] {c0b6270d-f6ae-42ba-8b60-d3f5b22ced49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.63 GiB.
5461 2025.03.12 22:39:41.671423 [ 276 ] {c0b6270d-f6ae-42ba-8b60-d3f5b22ced49} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5462 2025.03.12 22:39:41.671665 [ 276 ] {c0b6270d-f6ae-42ba-8b60-d3f5b22ced49} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5463 2025.03.12 22:39:41.671877 [ 276 ] {c0b6270d-f6ae-42ba-8b60-d3f5b22ced49} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec.
5464 2025.03.12 22:39:41.671928 [ 276 ] {c0b6270d-f6ae-42ba-8b60-d3f5b22ced49} <Debug> TCPHandler: Processed in 0.001562231 sec.
5465 2025.03.12 22:39:44.342769 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache
5466 2025.03.12 22:39:44.342841 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache
5467 2025.03.12 22:39:44.526437 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616
5468 2025.03.12 22:39:44.527152 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5469 2025.03.12 22:39:44.527220 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5470 2025.03.12 22:39:44.527836 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5471 2025.03.12 22:39:44.528196 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): 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.03.12 22:39:44.528461 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
5473 2025.03.12 22:39:45.602962 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
5474 2025.03.12 22:39:45.623329 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5475 2025.03.12 22:39:45.623390 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5476 2025.03.12 22:39:45.630707 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5477 2025.03.12 22:39:45.631465 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5478 2025.03.12 22:39:45.634159 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
5479 2025.03.12 22:39:46.658256 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5480 2025.03.12 22:39:46.658565 [ 276 ] {159caf56-a0c0-4401-b71c-1e58730bbefe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5481 2025.03.12 22:39:46.658683 [ 276 ] {159caf56-a0c0-4401-b71c-1e58730bbefe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5482 2025.03.12 22:39:46.659491 [ 276 ] {159caf56-a0c0-4401-b71c-1e58730bbefe} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5483 2025.03.12 22:39:46.659538 [ 276 ] {159caf56-a0c0-4401-b71c-1e58730bbefe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5484 2025.03.12 22:39:46.659972 [ 276 ] {159caf56-a0c0-4401-b71c-1e58730bbefe} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
5485 2025.03.12 22:39:46.660223 [ 276 ] {159caf56-a0c0-4401-b71c-1e58730bbefe} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5486 2025.03.12 22:39:46.660465 [ 276 ] {159caf56-a0c0-4401-b71c-1e58730bbefe} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001982 sec., 28254.28859737639 rows/sec., 2.17 MiB/sec.
5487 2025.03.12 22:39:46.660529 [ 276 ] {159caf56-a0c0-4401-b71c-1e58730bbefe} <Debug> TCPHandler: Processed in 0.002461574 sec.
5488 2025.03.12 22:39:46.660672 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5489 2025.03.12 22:39:46.660816 [ 276 ] {d1cf9bf6-201a-4cd2-bb95-de21516147d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5490 2025.03.12 22:39:46.660873 [ 276 ] {d1cf9bf6-201a-4cd2-bb95-de21516147d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5491 2025.03.12 22:39:46.661558 [ 276 ] {d1cf9bf6-201a-4cd2-bb95-de21516147d6} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5492 2025.03.12 22:39:46.661607 [ 276 ] {d1cf9bf6-201a-4cd2-bb95-de21516147d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5493 2025.03.12 22:39:46.662000 [ 276 ] {d1cf9bf6-201a-4cd2-bb95-de21516147d6} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
5494 2025.03.12 22:39:46.662237 [ 276 ] {d1cf9bf6-201a-4cd2-bb95-de21516147d6} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5495 2025.03.12 22:39:46.662454 [ 276 ] {d1cf9bf6-201a-4cd2-bb95-de21516147d6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001672 sec., 38277.511961722485 rows/sec., 2.99 MiB/sec.
5496 2025.03.12 22:39:46.662508 [ 276 ] {d1cf9bf6-201a-4cd2-bb95-de21516147d6} <Debug> TCPHandler: Processed in 0.001902589 sec.
5497 2025.03.12 22:39:46.662624 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5498 2025.03.12 22:39:46.662732 [ 276 ] {a7dce7fe-89a1-487d-a015-f566592aac8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5499 2025.03.12 22:39:46.662781 [ 276 ] {a7dce7fe-89a1-487d-a015-f566592aac8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5500 2025.03.12 22:39:46.663302 [ 276 ] {a7dce7fe-89a1-487d-a015-f566592aac8a} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5501 2025.03.12 22:39:46.663342 [ 276 ] {a7dce7fe-89a1-487d-a015-f566592aac8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5502 2025.03.12 22:39:46.663720 [ 276 ] {a7dce7fe-89a1-487d-a015-f566592aac8a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
5503 2025.03.12 22:39:46.663950 [ 276 ] {a7dce7fe-89a1-487d-a015-f566592aac8a} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5504 2025.03.12 22:39:46.664190 [ 276 ] {a7dce7fe-89a1-487d-a015-f566592aac8a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001476 sec., 108401.0840108401 rows/sec., 7.55 MiB/sec.
5505 2025.03.12 22:39:46.664294 [ 276 ] {a7dce7fe-89a1-487d-a015-f566592aac8a} <Debug> TCPHandler: Processed in 0.001719655 sec.
5506 2025.03.12 22:39:46.664496 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5507 2025.03.12 22:39:46.664672 [ 276 ] {ce0919be-60d2-44bd-92fb-3315d177aaa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5508 2025.03.12 22:39:46.664722 [ 276 ] {ce0919be-60d2-44bd-92fb-3315d177aaa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5509 2025.03.12 22:39:46.665171 [ 276 ] {ce0919be-60d2-44bd-92fb-3315d177aaa0} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5510 2025.03.12 22:39:46.665211 [ 276 ] {ce0919be-60d2-44bd-92fb-3315d177aaa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5511 2025.03.12 22:39:46.665569 [ 276 ] {ce0919be-60d2-44bd-92fb-3315d177aaa0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
5512 2025.03.12 22:39:46.665793 [ 276 ] {ce0919be-60d2-44bd-92fb-3315d177aaa0} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5513 2025.03.12 22:39:46.665996 [ 276 ] {ce0919be-60d2-44bd-92fb-3315d177aaa0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec.
5514 2025.03.12 22:39:46.666045 [ 276 ] {ce0919be-60d2-44bd-92fb-3315d177aaa0} <Debug> TCPHandler: Processed in 0.001650663 sec.
5515 2025.03.12 22:39:48.018549 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5516 2025.03.12 22:39:48.018765 [ 276 ] {c16a8fcb-6c37-493f-b1f3-a2bea4647120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5517 2025.03.12 22:39:48.018843 [ 276 ] {c16a8fcb-6c37-493f-b1f3-a2bea4647120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5518 2025.03.12 22:39:48.019609 [ 276 ] {c16a8fcb-6c37-493f-b1f3-a2bea4647120} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5519 2025.03.12 22:39:48.019658 [ 276 ] {c16a8fcb-6c37-493f-b1f3-a2bea4647120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5520 2025.03.12 22:39:48.020089 [ 276 ] {c16a8fcb-6c37-493f-b1f3-a2bea4647120} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5521 2025.03.12 22:39:48.020341 [ 276 ] {c16a8fcb-6c37-493f-b1f3-a2bea4647120} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5522 2025.03.12 22:39:48.020571 [ 276 ] {c16a8fcb-6c37-493f-b1f3-a2bea4647120} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001856 sec., 12931.034482758621 rows/sec., 1.07 MiB/sec.
5523 2025.03.12 22:39:48.020700 [ 276 ] {c16a8fcb-6c37-493f-b1f3-a2bea4647120} <Debug> TCPHandler: Processed in 0.00228586 sec.
5524 2025.03.12 22:39:48.020869 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5525 2025.03.12 22:39:48.020977 [ 276 ] {033ba21c-98d7-47d3-b767-2e28ba8545ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5526 2025.03.12 22:39:48.021025 [ 276 ] {033ba21c-98d7-47d3-b767-2e28ba8545ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5527 2025.03.12 22:39:48.021579 [ 276 ] {033ba21c-98d7-47d3-b767-2e28ba8545ea} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5528 2025.03.12 22:39:48.021620 [ 276 ] {033ba21c-98d7-47d3-b767-2e28ba8545ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5529 2025.03.12 22:39:48.021958 [ 276 ] {033ba21c-98d7-47d3-b767-2e28ba8545ea} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5530 2025.03.12 22:39:48.022195 [ 276 ] {033ba21c-98d7-47d3-b767-2e28ba8545ea} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5531 2025.03.12 22:39:48.022417 [ 276 ] {033ba21c-98d7-47d3-b767-2e28ba8545ea} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001463 sec., 10936.431989063567 rows/sec., 891.79 KiB/sec.
5532 2025.03.12 22:39:48.022471 [ 276 ] {033ba21c-98d7-47d3-b767-2e28ba8545ea} <Debug> TCPHandler: Processed in 0.001655323 sec.
5533 2025.03.12 22:39:48.022576 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5534 2025.03.12 22:39:48.022680 [ 276 ] {3ede6554-c714-4019-8a6e-5a27a9c9d011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5535 2025.03.12 22:39:48.022725 [ 276 ] {3ede6554-c714-4019-8a6e-5a27a9c9d011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5536 2025.03.12 22:39:48.023991 [ 276 ] {3ede6554-c714-4019-8a6e-5a27a9c9d011} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5537 2025.03.12 22:39:48.024031 [ 276 ] {3ede6554-c714-4019-8a6e-5a27a9c9d011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5538 2025.03.12 22:39:48.024482 [ 276 ] {3ede6554-c714-4019-8a6e-5a27a9c9d011} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
5539 2025.03.12 22:39:48.024724 [ 276 ] {3ede6554-c714-4019-8a6e-5a27a9c9d011} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5540 2025.03.12 22:39:48.024909 [ 132 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
5541 2025.03.12 22:39:48.024971 [ 276 ] {3ede6554-c714-4019-8a6e-5a27a9c9d011} <Debug> executeQuery: Read 1404 rows, 120.63 KiB in 0.002306 sec., 608846.487424111 rows/sec., 51.09 MiB/sec.
5542 2025.03.12 22:39:48.025001 [ 132 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5543 2025.03.12 22:39:48.025079 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5544 2025.03.12 22:39:48.025093 [ 276 ] {3ede6554-c714-4019-8a6e-5a27a9c9d011} <Debug> TCPHandler: Processed in 0.002564876 sec.
5545 2025.03.12 22:39:48.025319 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
5546 2025.03.12 22:39:48.025332 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5547 2025.03.12 22:39:48.025606 [ 276 ] {79ece63b-1750-4d6f-bb01-75ac3b03bc1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5548 2025.03.12 22:39:48.025627 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5549 2025.03.12 22:39:48.025708 [ 276 ] {79ece63b-1750-4d6f-bb01-75ac3b03bc1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5550 2025.03.12 22:39:48.025715 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1407 rows starting from the beginning of the part
5551 2025.03.12 22:39:48.026089 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 136 rows starting from the beginning of the part
5552 2025.03.12 22:39:48.026438 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part
5553 2025.03.12 22:39:48.026783 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 136 rows starting from the beginning of the part
5554 2025.03.12 22:39:48.027337 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part
5555 2025.03.12 22:39:48.027616 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1404 rows starting from the beginning of the part
5556 2025.03.12 22:39:48.028542 [ 276 ] {79ece63b-1750-4d6f-bb01-75ac3b03bc1f} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5557 2025.03.12 22:39:48.028619 [ 276 ] {79ece63b-1750-4d6f-bb01-75ac3b03bc1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5558 2025.03.12 22:39:48.029429 [ 276 ] {79ece63b-1750-4d6f-bb01-75ac3b03bc1f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5559 2025.03.12 22:39:48.029958 [ 276 ] {79ece63b-1750-4d6f-bb01-75ac3b03bc1f} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5560 2025.03.12 22:39:48.030307 [ 276 ] {79ece63b-1750-4d6f-bb01-75ac3b03bc1f} <Debug> executeQuery: Read 68 rows, 5.09 KiB in 0.004789 sec., 14199.206514930049 rows/sec., 1.04 MiB/sec.
5561 2025.03.12 22:39:48.030393 [ 276 ] {79ece63b-1750-4d6f-bb01-75ac3b03bc1f} <Debug> TCPHandler: Processed in 0.005142154 sec.
5562 2025.03.12 22:39:48.030526 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5563 2025.03.12 22:39:48.030738 [ 276 ] {84e8d96a-964c-4a58-ac0e-2c094c137e15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5564 2025.03.12 22:39:48.030842 [ 276 ] {84e8d96a-964c-4a58-ac0e-2c094c137e15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5565 2025.03.12 22:39:48.031321 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3195 rows, containing 5 columns (5 merged, 0 gathered) in 0.006125729 sec., 521570.57551844034 rows/sec., 45.73 MiB/sec.
5566 2025.03.12 22:39:48.031716 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
5567 2025.03.12 22:39:48.032230 [ 276 ] {84e8d96a-964c-4a58-ac0e-2c094c137e15} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5568 2025.03.12 22:39:48.032308 [ 276 ] {84e8d96a-964c-4a58-ac0e-2c094c137e15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5569 2025.03.12 22:39:48.032347 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_56_11} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5570 2025.03.12 22:39:48.032562 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_56_11} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
5571 2025.03.12 22:39:48.032747 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
5572 2025.03.12 22:39:48.032942 [ 276 ] {84e8d96a-964c-4a58-ac0e-2c094c137e15} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5573 2025.03.12 22:39:48.033184 [ 276 ] {84e8d96a-964c-4a58-ac0e-2c094c137e15} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5574 2025.03.12 22:39:48.033449 [ 276 ] {84e8d96a-964c-4a58-ac0e-2c094c137e15} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002819 sec., 89393.4019155729 rows/sec., 6.18 MiB/sec.
5575 2025.03.12 22:39:48.033679 [ 276 ] {84e8d96a-964c-4a58-ac0e-2c094c137e15} <Debug> TCPHandler: Processed in 0.003207333 sec.
5576 2025.03.12 22:39:48.033797 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5577 2025.03.12 22:39:48.033901 [ 276 ] {04a217d4-9319-4ad6-873f-a4bd9332ea35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5578 2025.03.12 22:39:48.033945 [ 276 ] {04a217d4-9319-4ad6-873f-a4bd9332ea35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5579 2025.03.12 22:39:48.034504 [ 276 ] {04a217d4-9319-4ad6-873f-a4bd9332ea35} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5580 2025.03.12 22:39:48.034544 [ 276 ] {04a217d4-9319-4ad6-873f-a4bd9332ea35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5581 2025.03.12 22:39:48.034888 [ 276 ] {04a217d4-9319-4ad6-873f-a4bd9332ea35} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5582 2025.03.12 22:39:48.035128 [ 276 ] {04a217d4-9319-4ad6-873f-a4bd9332ea35} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5583 2025.03.12 22:39:48.035389 [ 276 ] {04a217d4-9319-4ad6-873f-a4bd9332ea35} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.0015 sec., 8000 rows/sec., 625.00 KiB/sec.
5584 2025.03.12 22:39:48.035546 [ 276 ] {04a217d4-9319-4ad6-873f-a4bd9332ea35} <Debug> TCPHandler: Processed in 0.001797627 sec.
5585 2025.03.12 22:39:48.035676 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5586 2025.03.12 22:39:48.035781 [ 276 ] {131c2cad-fd5a-44c4-a173-c94120097612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5587 2025.03.12 22:39:48.035828 [ 276 ] {131c2cad-fd5a-44c4-a173-c94120097612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5588 2025.03.12 22:39:48.036652 [ 276 ] {131c2cad-fd5a-44c4-a173-c94120097612} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5589 2025.03.12 22:39:48.036692 [ 276 ] {131c2cad-fd5a-44c4-a173-c94120097612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5590 2025.03.12 22:39:48.037076 [ 276 ] {131c2cad-fd5a-44c4-a173-c94120097612} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
5591 2025.03.12 22:39:48.037314 [ 276 ] {131c2cad-fd5a-44c4-a173-c94120097612} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5592 2025.03.12 22:39:48.037485 [ 130 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
5593 2025.03.12 22:39:48.037546 [ 276 ] {131c2cad-fd5a-44c4-a173-c94120097612} <Debug> executeQuery: Read 612 rows, 47.17 KiB in 0.001784 sec., 343049.3273542601 rows/sec., 25.82 MiB/sec.
5594 2025.03.12 22:39:48.037565 [ 130 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5595 2025.03.12 22:39:48.037632 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5596 2025.03.12 22:39:48.037677 [ 276 ] {131c2cad-fd5a-44c4-a173-c94120097612} <Debug> TCPHandler: Processed in 0.002050614 sec.
5597 2025.03.12 22:39:48.037867 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
5598 2025.03.12 22:39:48.037913 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5599 2025.03.12 22:39:48.038113 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5600 2025.03.12 22:39:48.038122 [ 276 ] {0c26f570-d4d0-4e6d-a38b-4d26ce85ef80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5601 2025.03.12 22:39:48.038172 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 632 rows starting from the beginning of the part
5602 2025.03.12 22:39:48.038213 [ 276 ] {0c26f570-d4d0-4e6d-a38b-4d26ce85ef80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5603 2025.03.12 22:39:48.038558 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 104 rows starting from the beginning of the part
5604 2025.03.12 22:39:48.038912 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part
5605 2025.03.12 22:39:48.039256 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 104 rows starting from the beginning of the part
5606 2025.03.12 22:39:48.039627 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part
5607 2025.03.12 22:39:48.039692 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 612 rows starting from the beginning of the part
5608 2025.03.12 22:39:48.040657 [ 276 ] {0c26f570-d4d0-4e6d-a38b-4d26ce85ef80} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5609 2025.03.12 22:39:48.040725 [ 276 ] {0c26f570-d4d0-4e6d-a38b-4d26ce85ef80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5610 2025.03.12 22:39:48.041856 [ 276 ] {0c26f570-d4d0-4e6d-a38b-4d26ce85ef80} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
5611 2025.03.12 22:39:48.042390 [ 276 ] {0c26f570-d4d0-4e6d-a38b-4d26ce85ef80} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5612 2025.03.12 22:39:48.042454 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1580 rows, containing 5 columns (5 merged, 0 gathered) in 0.004717482 sec., 334924.43638364703 rows/sec., 26.70 MiB/sec.
5613 2025.03.12 22:39:48.042638 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
5614 2025.03.12 22:39:48.042730 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5615 2025.03.12 22:39:48.042737 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
5616 2025.03.12 22:39:48.042798 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5617 2025.03.12 22:39:48.042912 [ 276 ] {0c26f570-d4d0-4e6d-a38b-4d26ce85ef80} <Debug> executeQuery: Read 942 rows, 65.08 KiB in 0.004822 sec., 195354.62463708007 rows/sec., 13.18 MiB/sec.
5618 2025.03.12 22:39:48.043423 [ 186 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
5619 2025.03.12 22:39:48.043484 [ 276 ] {0c26f570-d4d0-4e6d-a38b-4d26ce85ef80} <Debug> TCPHandler: Processed in 0.005632536 sec.
5620 2025.03.12 22:39:48.043991 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_56_11} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5621 2025.03.12 22:39:48.044034 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5622 2025.03.12 22:39:48.044424 [ 186 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5623 2025.03.12 22:39:48.044491 [ 276 ] {abedbb93-09e2-4d77-9017-d5f9ce96a46a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5624 2025.03.12 22:39:48.044560 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_56_11} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
5625 2025.03.12 22:39:48.044633 [ 186 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14857 rows starting from the beginning of the part
5626 2025.03.12 22:39:48.045036 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
5627 2025.03.12 22:39:48.045072 [ 276 ] {abedbb93-09e2-4d77-9017-d5f9ce96a46a} <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
5628 2025.03.12 22:39:48.045532 [ 186 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part
5629 2025.03.12 22:39:48.045973 [ 186 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part
5630 2025.03.12 22:39:48.046383 [ 186 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part
5631 2025.03.12 22:39:48.046784 [ 186 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part
5632 2025.03.12 22:39:48.047173 [ 186 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 942 rows starting from the beginning of the part
5633 2025.03.12 22:39:48.049959 [ 276 ] {abedbb93-09e2-4d77-9017-d5f9ce96a46a} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5634 2025.03.12 22:39:48.050037 [ 276 ] {abedbb93-09e2-4d77-9017-d5f9ce96a46a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5635 2025.03.12 22:39:48.052035 [ 276 ] {abedbb93-09e2-4d77-9017-d5f9ce96a46a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5636 2025.03.12 22:39:48.052622 [ 276 ] {abedbb93-09e2-4d77-9017-d5f9ce96a46a} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5637 2025.03.12 22:39:48.053110 [ 276 ] {abedbb93-09e2-4d77-9017-d5f9ce96a46a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008756 sec., 4568.296025582458 rows/sec., 8.19 MiB/sec.
5638 2025.03.12 22:39:48.053657 [ 276 ] {abedbb93-09e2-4d77-9017-d5f9ce96a46a} <Debug> TCPHandler: Processed in 0.009763513 sec.
5639 2025.03.12 22:39:48.053802 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5640 2025.03.12 22:39:48.053907 [ 276 ] {a4f3409c-be71-49d4-82bf-bde8de71a291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5641 2025.03.12 22:39:48.054048 [ 276 ] {a4f3409c-be71-49d4-82bf-bde8de71a291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5642 2025.03.12 22:39:48.054894 [ 276 ] {a4f3409c-be71-49d4-82bf-bde8de71a291} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5643 2025.03.12 22:39:48.054936 [ 276 ] {a4f3409c-be71-49d4-82bf-bde8de71a291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5644 2025.03.12 22:39:48.055481 [ 276 ] {a4f3409c-be71-49d4-82bf-bde8de71a291} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
5645 2025.03.12 22:39:48.055523 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16439 rows, containing 5 columns (5 merged, 0 gathered) in 0.012579756 sec., 1306782.1029279106 rows/sec., 89.50 MiB/sec.
5646 2025.03.12 22:39:48.055727 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
5647 2025.03.12 22:39:48.055761 [ 276 ] {a4f3409c-be71-49d4-82bf-bde8de71a291} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5648 2025.03.12 22:39:48.055987 [ 130 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
5649 2025.03.12 22:39:48.056080 [ 130 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5650 2025.03.12 22:39:48.056153 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5651 2025.03.12 22:39:48.056189 [ 276 ] {a4f3409c-be71-49d4-82bf-bde8de71a291} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.0023 sec., 7826.086956521739 rows/sec., 543.05 KiB/sec.
5652 2025.03.12 22:39:48.056588 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5653 2025.03.12 22:39:48.056669 [ 276 ] {a4f3409c-be71-49d4-82bf-bde8de71a291} <Debug> TCPHandler: Processed in 0.002918696 sec.
5654 2025.03.12 22:39:48.056979 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
5655 2025.03.12 22:39:48.057172 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
5656 2025.03.12 22:39:48.057517 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB.
5657 2025.03.12 22:39:48.057685 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5658 2025.03.12 22:39:48.057787 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2628 rows starting from the beginning of the part
5659 2025.03.12 22:39:48.058012 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part
5660 2025.03.12 22:39:48.058190 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part
5661 2025.03.12 22:39:48.058299 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part
5662 2025.03.12 22:39:48.058525 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part
5663 2025.03.12 22:39:48.058662 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 18 rows starting from the beginning of the part
5664 2025.03.12 22:39:48.060122 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2886 rows, containing 4 columns (4 merged, 0 gathered) in 0.003813949 sec., 756696.0124532342 rows/sec., 51.00 MiB/sec.
5665 2025.03.12 22:39:48.060414 [ 195 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
5666 2025.03.12 22:39:48.060732 [ 195 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_56_11} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5667 2025.03.12 22:39:48.060817 [ 195 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_56_11} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
5668 2025.03.12 22:39:48.060908 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB.
5669 2025.03.12 22:39:49.607225 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 784
5670 2025.03.12 22:39:49.610498 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5671 2025.03.12 22:39:49.610551 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5672 2025.03.12 22:39:49.612037 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5673 2025.03.12 22:39:49.612341 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5674 2025.03.12 22:39:49.612914 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 784
5675 2025.03.12 22:39:51.655159 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5676 2025.03.12 22:39:51.655356 [ 276 ] {5df7144f-5358-44dc-846d-dc9f3599da94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5677 2025.03.12 22:39:51.655431 [ 276 ] {5df7144f-5358-44dc-846d-dc9f3599da94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5678 2025.03.12 22:39:51.656224 [ 276 ] {5df7144f-5358-44dc-846d-dc9f3599da94} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5679 2025.03.12 22:39:51.656280 [ 276 ] {5df7144f-5358-44dc-846d-dc9f3599da94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5680 2025.03.12 22:39:51.656723 [ 276 ] {5df7144f-5358-44dc-846d-dc9f3599da94} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
5681 2025.03.12 22:39:51.656986 [ 276 ] {5df7144f-5358-44dc-846d-dc9f3599da94} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5682 2025.03.12 22:39:51.657218 [ 276 ] {5df7144f-5358-44dc-846d-dc9f3599da94} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001915 sec., 29242.819843342037 rows/sec., 2.25 MiB/sec.
5683 2025.03.12 22:39:51.657304 [ 276 ] {5df7144f-5358-44dc-846d-dc9f3599da94} <Debug> TCPHandler: Processed in 0.002282949 sec.
5684 2025.03.12 22:39:51.657459 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5685 2025.03.12 22:39:51.657587 [ 276 ] {3e3d5b31-67ab-40e5-9cbb-c5ececb8f283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5686 2025.03.12 22:39:51.657636 [ 276 ] {3e3d5b31-67ab-40e5-9cbb-c5ececb8f283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5687 2025.03.12 22:39:51.658200 [ 276 ] {3e3d5b31-67ab-40e5-9cbb-c5ececb8f283} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5688 2025.03.12 22:39:51.658243 [ 276 ] {3e3d5b31-67ab-40e5-9cbb-c5ececb8f283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5689 2025.03.12 22:39:51.658614 [ 276 ] {3e3d5b31-67ab-40e5-9cbb-c5ececb8f283} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
5690 2025.03.12 22:39:51.658870 [ 276 ] {3e3d5b31-67ab-40e5-9cbb-c5ececb8f283} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5691 2025.03.12 22:39:51.659093 [ 276 ] {3e3d5b31-67ab-40e5-9cbb-c5ececb8f283} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001532 sec., 41775.45691906005 rows/sec., 3.26 MiB/sec.
5692 2025.03.12 22:39:51.659148 [ 276 ] {3e3d5b31-67ab-40e5-9cbb-c5ececb8f283} <Debug> TCPHandler: Processed in 0.001755696 sec.
5693 2025.03.12 22:39:51.659268 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5694 2025.03.12 22:39:51.659389 [ 276 ] {82badd87-01a8-46cc-906a-ebcc861c128b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5695 2025.03.12 22:39:51.659442 [ 276 ] {82badd87-01a8-46cc-906a-ebcc861c128b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5696 2025.03.12 22:39:51.659950 [ 276 ] {82badd87-01a8-46cc-906a-ebcc861c128b} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5697 2025.03.12 22:39:51.659988 [ 276 ] {82badd87-01a8-46cc-906a-ebcc861c128b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5698 2025.03.12 22:39:51.660390 [ 276 ] {82badd87-01a8-46cc-906a-ebcc861c128b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
5699 2025.03.12 22:39:51.660629 [ 276 ] {82badd87-01a8-46cc-906a-ebcc861c128b} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5700 2025.03.12 22:39:51.660838 [ 276 ] {82badd87-01a8-46cc-906a-ebcc861c128b} <Debug> executeQuery: Read 108 rows, 7.71 KiB in 0.001478 sec., 73071.71853856563 rows/sec., 5.09 MiB/sec.
5701 2025.03.12 22:39:51.660891 [ 276 ] {82badd87-01a8-46cc-906a-ebcc861c128b} <Debug> TCPHandler: Processed in 0.001677514 sec.
5702 2025.03.12 22:39:51.661005 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5703 2025.03.12 22:39:51.661112 [ 276 ] {eae5bcd2-3475-40b1-847e-790b56015bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5704 2025.03.12 22:39:51.661159 [ 276 ] {eae5bcd2-3475-40b1-847e-790b56015bec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5705 2025.03.12 22:39:51.661584 [ 276 ] {eae5bcd2-3475-40b1-847e-790b56015bec} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5706 2025.03.12 22:39:51.661623 [ 276 ] {eae5bcd2-3475-40b1-847e-790b56015bec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5707 2025.03.12 22:39:51.661982 [ 276 ] {eae5bcd2-3475-40b1-847e-790b56015bec} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
5708 2025.03.12 22:39:51.662214 [ 276 ] {eae5bcd2-3475-40b1-847e-790b56015bec} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5709 2025.03.12 22:39:51.662418 [ 276 ] {eae5bcd2-3475-40b1-847e-790b56015bec} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001329 sec., 31602.708803611735 rows/sec., 2.12 MiB/sec.
5710 2025.03.12 22:39:51.662467 [ 276 ] {eae5bcd2-3475-40b1-847e-790b56015bec} <Debug> TCPHandler: Processed in 0.001512439 sec.
5711 2025.03.12 22:39:52.028600 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104
5712 2025.03.12 22:39:52.029289 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5713 2025.03.12 22:39:52.029332 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5714 2025.03.12 22:39:52.029855 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5715 2025.03.12 22:39:52.030109 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5716 2025.03.12 22:39:52.030364 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104
5717 2025.03.12 22:39:53.134235 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
5718 2025.03.12 22:39:53.154931 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5719 2025.03.12 22:39:53.154993 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5720 2025.03.12 22:39:53.162511 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5721 2025.03.12 22:39:53.163303 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5722 2025.03.12 22:39:53.166505 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
5723 2025.03.12 22:39:56.657597 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5724 2025.03.12 22:39:56.657824 [ 276 ] {f7500120-397f-4ff7-84a1-4edc29fcfaaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5725 2025.03.12 22:39:56.657906 [ 276 ] {f7500120-397f-4ff7-84a1-4edc29fcfaaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5726 2025.03.12 22:39:56.658697 [ 276 ] {f7500120-397f-4ff7-84a1-4edc29fcfaaa} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5727 2025.03.12 22:39:56.658749 [ 276 ] {f7500120-397f-4ff7-84a1-4edc29fcfaaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5728 2025.03.12 22:39:56.659181 [ 276 ] {f7500120-397f-4ff7-84a1-4edc29fcfaaa} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
5729 2025.03.12 22:39:56.659448 [ 276 ] {f7500120-397f-4ff7-84a1-4edc29fcfaaa} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5730 2025.03.12 22:39:56.659700 [ 276 ] {f7500120-397f-4ff7-84a1-4edc29fcfaaa} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001936 sec., 28925.619834710742 rows/sec., 2.22 MiB/sec.
5731 2025.03.12 22:39:56.659759 [ 276 ] {f7500120-397f-4ff7-84a1-4edc29fcfaaa} <Debug> TCPHandler: Processed in 0.002302149 sec.
5732 2025.03.12 22:39:56.659883 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5733 2025.03.12 22:39:56.659990 [ 276 ] {c9b1f25b-9a0f-4f09-9cea-4cd843918b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5734 2025.03.12 22:39:56.660035 [ 276 ] {c9b1f25b-9a0f-4f09-9cea-4cd843918b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5735 2025.03.12 22:39:56.660580 [ 276 ] {c9b1f25b-9a0f-4f09-9cea-4cd843918b1c} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5736 2025.03.12 22:39:56.660619 [ 276 ] {c9b1f25b-9a0f-4f09-9cea-4cd843918b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5737 2025.03.12 22:39:56.660968 [ 276 ] {c9b1f25b-9a0f-4f09-9cea-4cd843918b1c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
5738 2025.03.12 22:39:56.661196 [ 276 ] {c9b1f25b-9a0f-4f09-9cea-4cd843918b1c} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5739 2025.03.12 22:39:56.661416 [ 276 ] {c9b1f25b-9a0f-4f09-9cea-4cd843918b1c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00145 sec., 44137.93103448276 rows/sec., 3.45 MiB/sec.
5740 2025.03.12 22:39:56.661466 [ 276 ] {c9b1f25b-9a0f-4f09-9cea-4cd843918b1c} <Debug> TCPHandler: Processed in 0.001638423 sec.
5741 2025.03.12 22:39:56.661575 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5742 2025.03.12 22:39:56.661674 [ 276 ] {ac71de39-3d00-4888-abb9-2ab53c6f28f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5743 2025.03.12 22:39:56.661719 [ 276 ] {ac71de39-3d00-4888-abb9-2ab53c6f28f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5744 2025.03.12 22:39:56.662205 [ 276 ] {ac71de39-3d00-4888-abb9-2ab53c6f28f0} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5745 2025.03.12 22:39:56.662241 [ 276 ] {ac71de39-3d00-4888-abb9-2ab53c6f28f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5746 2025.03.12 22:39:56.662678 [ 276 ] {ac71de39-3d00-4888-abb9-2ab53c6f28f0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
5747 2025.03.12 22:39:56.662906 [ 276 ] {ac71de39-3d00-4888-abb9-2ab53c6f28f0} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5748 2025.03.12 22:39:56.663116 [ 276 ] {ac71de39-3d00-4888-abb9-2ab53c6f28f0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001445 sec., 110726.6435986159 rows/sec., 7.71 MiB/sec.
5749 2025.03.12 22:39:56.663169 [ 276 ] {ac71de39-3d00-4888-abb9-2ab53c6f28f0} <Debug> TCPHandler: Processed in 0.001631513 sec.
5750 2025.03.12 22:39:56.663275 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5751 2025.03.12 22:39:56.663377 [ 276 ] {ea6e0b91-f7a4-4932-8db9-543b80f9e1f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5752 2025.03.12 22:39:56.663423 [ 276 ] {ea6e0b91-f7a4-4932-8db9-543b80f9e1f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5753 2025.03.12 22:39:56.663855 [ 276 ] {ea6e0b91-f7a4-4932-8db9-543b80f9e1f2} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5754 2025.03.12 22:39:56.663895 [ 276 ] {ea6e0b91-f7a4-4932-8db9-543b80f9e1f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5755 2025.03.12 22:39:56.664242 [ 276 ] {ea6e0b91-f7a4-4932-8db9-543b80f9e1f2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
5756 2025.03.12 22:39:56.664485 [ 276 ] {ea6e0b91-f7a4-4932-8db9-543b80f9e1f2} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5757 2025.03.12 22:39:56.664687 [ 276 ] {ea6e0b91-f7a4-4932-8db9-543b80f9e1f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001331 sec., 45078.88805409467 rows/sec., 3.04 MiB/sec.
5758 2025.03.12 22:39:56.664737 [ 276 ] {ea6e0b91-f7a4-4932-8db9-543b80f9e1f2} <Debug> TCPHandler: Processed in 0.001511839 sec.
5759 2025.03.12 22:39:59.342876 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache
5760 2025.03.12 22:39:59.342952 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache
5761 2025.03.12 22:39:59.530516 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531
5762 2025.03.12 22:39:59.531181 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5763 2025.03.12 22:39:59.531232 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5764 2025.03.12 22:39:59.531776 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5765 2025.03.12 22:39:59.532051 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5766 2025.03.12 22:39:59.532269 [ 119 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5767 2025.03.12 22:39:59.532325 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
5768 2025.03.12 22:39:59.532349 [ 119 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5769 2025.03.12 22:39:59.532382 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5770 2025.03.12 22:39:59.532601 [ 200 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
5771 2025.03.12 22:39:59.533009 [ 200 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5772 2025.03.12 22:39:59.533134 [ 200 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part
5773 2025.03.12 22:39:59.533420 [ 200 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part
5774 2025.03.12 22:39:59.533587 [ 200 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part
5775 2025.03.12 22:39:59.533805 [ 200 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part
5776 2025.03.12 22:39:59.533995 [ 200 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part
5777 2025.03.12 22:39:59.534208 [ 200 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part
5778 2025.03.12 22:39:59.536602 [ 199 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.004144648 sec., 3988517.2395822275 rows/sec., 57.06 MiB/sec.
5779 2025.03.12 22:39:59.536746 [ 199 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5780 2025.03.12 22:39:59.537115 [ 199 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_36_7} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5781 2025.03.12 22:39:59.537221 [ 199 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_36_7} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5782 2025.03.12 22:39:59.537349 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
5783 2025.03.12 22:39:59.572132 [ 119 ] {} <Debug> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0
5784 2025.03.12 22:39:59.572160 [ 119 ] {} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5785 2025.03.12 22:39:59.572178 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5786 2025.03.12 22:39:59.572378 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full
5787 2025.03.12 22:39:59.572601 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5788 2025.03.12 22:39:59.572644 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 70 rows starting from the beginning of the part
5789 2025.03.12 22:39:59.572737 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 54 rows starting from the beginning of the part
5790 2025.03.12 22:39:59.572840 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part
5791 2025.03.12 22:39:59.572931 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part
5792 2025.03.12 22:39:59.572996 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 68 rows starting from the beginning of the part
5793 2025.03.12 22:39:59.574107 [ 199 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001869148 sec., 145520.84693132914 rows/sec., 11.23 MiB/sec.
5794 2025.03.12 22:39:59.574249 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
5795 2025.03.12 22:39:59.574543 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_24_5} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5796 2025.03.12 22:39:59.574655 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_24_5} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5
5797 2025.03.12 22:39:59.574744 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5798 2025.03.12 22:39:59.613125 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 800
5799 2025.03.12 22:39:59.615842 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5800 2025.03.12 22:39:59.615886 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5801 2025.03.12 22:39:59.617349 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5802 2025.03.12 22:39:59.617649 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5803 2025.03.12 22:39:59.617852 [ 118 ] {} <Debug> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5804 2025.03.12 22:39:59.617950 [ 118 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5805 2025.03.12 22:39:59.618026 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5806 2025.03.12 22:39:59.618524 [ 197 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::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
5807 2025.03.12 22:39:59.619242 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 800
5808 2025.03.12 22:39:59.619729 [ 197 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5809 2025.03.12 22:39:59.619907 [ 197 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 668 rows starting from the beginning of the part
5810 2025.03.12 22:39:59.620425 [ 197 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part
5811 2025.03.12 22:39:59.620919 [ 197 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part
5812 2025.03.12 22:39:59.621406 [ 197 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 20 rows starting from the beginning of the part
5813 2025.03.12 22:39:59.621895 [ 197 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part
5814 2025.03.12 22:39:59.622394 [ 197 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part
5815 2025.03.12 22:39:59.630164 [ 190 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 800 rows, containing 72 columns (72 merged, 0 gathered) in 0.012006641 sec., 66629.79262892927 rows/sec., 54.71 MiB/sec.
5816 2025.03.12 22:39:59.631534 [ 198 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5817 2025.03.12 22:39:59.632336 [ 198 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_26_5} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5818 2025.03.12 22:39:59.632427 [ 198 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_26_5} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5819 2025.03.12 22:39:59.632740 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.08 MiB.
5820 2025.03.12 22:40:00.652232 [ 117 ] {} <Debug> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
5821 2025.03.12 22:40:00.652295 [ 117 ] {} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5822 2025.03.12 22:40:00.652317 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5823 2025.03.12 22:40:00.652464 [ 187 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::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
5824 2025.03.12 22:40:00.652621 [ 187 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5825 2025.03.12 22:40:00.652658 [ 187 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 254 rows starting from the beginning of the part
5826 2025.03.12 22:40:00.652744 [ 187 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 252 rows starting from the beginning of the part
5827 2025.03.12 22:40:00.652973 [ 187 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 252 rows starting from the beginning of the part
5828 2025.03.12 22:40:00.653241 [ 187 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 252 rows starting from the beginning of the part
5829 2025.03.12 22:40:00.653430 [ 187 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 252 rows starting from the beginning of the part
5830 2025.03.12 22:40:00.654779 [ 198 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 5 columns (5 merged, 0 gathered) in 0.002390272 sec., 527973.3854557138 rows/sec., 38.53 MiB/sec.
5831 2025.03.12 22:40:00.654975 [ 198 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
5832 2025.03.12 22:40:00.655323 [ 198 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_9_2} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5833 2025.03.12 22:40:00.655417 [ 198 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_9_2} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
5834 2025.03.12 22:40:00.655525 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
5835 2025.03.12 22:40:00.666574 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
5836 2025.03.12 22:40:00.687653 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5837 2025.03.12 22:40:00.687703 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5838 2025.03.12 22:40:00.694985 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5839 2025.03.12 22:40:00.695770 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5840 2025.03.12 22:40:00.696153 [ 115 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5841 2025.03.12 22:40:00.696290 [ 115 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5842 2025.03.12 22:40:00.696381 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5843 2025.03.12 22:40:00.696853 [ 196 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
5844 2025.03.12 22:40:00.712571 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
5845 2025.03.12 22:40:00.713956 [ 196 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5846 2025.03.12 22:40:00.715170 [ 196 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part
5847 2025.03.12 22:40:00.720343 [ 196 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
5848 2025.03.12 22:40:00.725840 [ 196 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part
5849 2025.03.12 22:40:00.731305 [ 196 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
5850 2025.03.12 22:40:00.737154 [ 196 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part
5851 2025.03.12 22:40:00.742077 [ 196 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
5852 2025.03.12 22:40:00.800200 [ 196 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.103644746 sec., 2624.3491397045827 rows/sec., 13.57 MiB/sec.
5853 2025.03.12 22:40:00.802143 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5854 2025.03.12 22:40:00.804524 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_36_7} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5855 2025.03.12 22:40:00.804625 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_36_7} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5856 2025.03.12 22:40:00.805934 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB.
5857 2025.03.12 22:40:01.660879 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5858 2025.03.12 22:40:01.661189 [ 276 ] {a2837e32-1552-4baf-b92f-44881329bede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5859 2025.03.12 22:40:01.661305 [ 276 ] {a2837e32-1552-4baf-b92f-44881329bede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5860 2025.03.12 22:40:01.662172 [ 276 ] {a2837e32-1552-4baf-b92f-44881329bede} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5861 2025.03.12 22:40:01.662223 [ 276 ] {a2837e32-1552-4baf-b92f-44881329bede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5862 2025.03.12 22:40:01.662668 [ 276 ] {a2837e32-1552-4baf-b92f-44881329bede} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
5863 2025.03.12 22:40:01.662918 [ 276 ] {a2837e32-1552-4baf-b92f-44881329bede} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5864 2025.03.12 22:40:01.663153 [ 276 ] {a2837e32-1552-4baf-b92f-44881329bede} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002049 sec., 66373.84089799902 rows/sec., 5.73 MiB/sec.
5865 2025.03.12 22:40:01.663212 [ 276 ] {a2837e32-1552-4baf-b92f-44881329bede} <Debug> TCPHandler: Processed in 0.002530816 sec.
5866 2025.03.12 22:40:01.663337 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5867 2025.03.12 22:40:01.663444 [ 276 ] {bf6d72af-b11e-4627-8da3-05ba7cfdea6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5868 2025.03.12 22:40:01.663517 [ 276 ] {bf6d72af-b11e-4627-8da3-05ba7cfdea6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5869 2025.03.12 22:40:01.664049 [ 276 ] {bf6d72af-b11e-4627-8da3-05ba7cfdea6d} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5870 2025.03.12 22:40:01.664088 [ 276 ] {bf6d72af-b11e-4627-8da3-05ba7cfdea6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5871 2025.03.12 22:40:01.664437 [ 276 ] {bf6d72af-b11e-4627-8da3-05ba7cfdea6d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5872 2025.03.12 22:40:01.664681 [ 276 ] {bf6d72af-b11e-4627-8da3-05ba7cfdea6d} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5873 2025.03.12 22:40:01.664895 [ 276 ] {bf6d72af-b11e-4627-8da3-05ba7cfdea6d} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001473 sec., 27155.465037338767 rows/sec., 1.99 MiB/sec.
5874 2025.03.12 22:40:01.664950 [ 276 ] {bf6d72af-b11e-4627-8da3-05ba7cfdea6d} <Debug> TCPHandler: Processed in 0.001663754 sec.
5875 2025.03.12 22:40:01.665069 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5876 2025.03.12 22:40:01.665202 [ 276 ] {6dc75dca-e504-4c4f-9598-79c503dfafc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5877 2025.03.12 22:40:01.665249 [ 276 ] {6dc75dca-e504-4c4f-9598-79c503dfafc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5878 2025.03.12 22:40:01.665820 [ 276 ] {6dc75dca-e504-4c4f-9598-79c503dfafc0} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5879 2025.03.12 22:40:01.665860 [ 276 ] {6dc75dca-e504-4c4f-9598-79c503dfafc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5880 2025.03.12 22:40:01.666212 [ 276 ] {6dc75dca-e504-4c4f-9598-79c503dfafc0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
5881 2025.03.12 22:40:01.666450 [ 276 ] {6dc75dca-e504-4c4f-9598-79c503dfafc0} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5882 2025.03.12 22:40:01.666664 [ 276 ] {6dc75dca-e504-4c4f-9598-79c503dfafc0} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001482 sec., 70175.43859649122 rows/sec., 5.48 MiB/sec.
5883 2025.03.12 22:40:01.666718 [ 276 ] {6dc75dca-e504-4c4f-9598-79c503dfafc0} <Debug> TCPHandler: Processed in 0.001700064 sec.
5884 2025.03.12 22:40:01.666840 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5885 2025.03.12 22:40:01.666944 [ 276 ] {5b2f7f08-985c-479c-9c40-190a4cbb0d87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5886 2025.03.12 22:40:01.666994 [ 276 ] {5b2f7f08-985c-479c-9c40-190a4cbb0d87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5887 2025.03.12 22:40:01.667519 [ 276 ] {5b2f7f08-985c-479c-9c40-190a4cbb0d87} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5888 2025.03.12 22:40:01.667559 [ 276 ] {5b2f7f08-985c-479c-9c40-190a4cbb0d87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5889 2025.03.12 22:40:01.667955 [ 276 ] {5b2f7f08-985c-479c-9c40-190a4cbb0d87} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
5890 2025.03.12 22:40:01.668195 [ 276 ] {5b2f7f08-985c-479c-9c40-190a4cbb0d87} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5891 2025.03.12 22:40:01.668420 [ 276 ] {5b2f7f08-985c-479c-9c40-190a4cbb0d87} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001496 sec., 106951.87165775402 rows/sec., 7.45 MiB/sec.
5892 2025.03.12 22:40:01.668474 [ 276 ] {5b2f7f08-985c-479c-9c40-190a4cbb0d87} <Debug> TCPHandler: Processed in 0.001686434 sec.
5893 2025.03.12 22:40:01.668611 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5894 2025.03.12 22:40:01.668749 [ 276 ] {22b9dede-a9f4-4b88-8fc7-4733a1a11f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5895 2025.03.12 22:40:01.668830 [ 276 ] {22b9dede-a9f4-4b88-8fc7-4733a1a11f1a} <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
5896 2025.03.12 22:40:01.670098 [ 276 ] {22b9dede-a9f4-4b88-8fc7-4733a1a11f1a} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5897 2025.03.12 22:40:01.670138 [ 276 ] {22b9dede-a9f4-4b88-8fc7-4733a1a11f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5898 2025.03.12 22:40:01.670838 [ 276 ] {22b9dede-a9f4-4b88-8fc7-4733a1a11f1a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5899 2025.03.12 22:40:01.671105 [ 276 ] {22b9dede-a9f4-4b88-8fc7-4733a1a11f1a} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5900 2025.03.12 22:40:01.671424 [ 276 ] {22b9dede-a9f4-4b88-8fc7-4733a1a11f1a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002691 sec., 14864.362690449649 rows/sec., 26.64 MiB/sec.
5901 2025.03.12 22:40:01.671937 [ 276 ] {22b9dede-a9f4-4b88-8fc7-4733a1a11f1a} <Debug> TCPHandler: Processed in 0.003384937 sec.
5902 2025.03.12 22:40:01.672070 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5903 2025.03.12 22:40:01.672173 [ 276 ] {7f6beb5d-29da-4d6a-8e36-9fb308ba6fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5904 2025.03.12 22:40:01.672220 [ 276 ] {7f6beb5d-29da-4d6a-8e36-9fb308ba6fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5905 2025.03.12 22:40:01.672695 [ 276 ] {7f6beb5d-29da-4d6a-8e36-9fb308ba6fb0} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5906 2025.03.12 22:40:01.672740 [ 276 ] {7f6beb5d-29da-4d6a-8e36-9fb308ba6fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.62 GiB.
5907 2025.03.12 22:40:01.673123 [ 276 ] {7f6beb5d-29da-4d6a-8e36-9fb308ba6fb0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
5908 2025.03.12 22:40:01.673368 [ 276 ] {7f6beb5d-29da-4d6a-8e36-9fb308ba6fb0} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5909 2025.03.12 22:40:01.673578 [ 276 ] {7f6beb5d-29da-4d6a-8e36-9fb308ba6fb0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec.
5910 2025.03.12 22:40:01.673629 [ 276 ] {7f6beb5d-29da-4d6a-8e36-9fb308ba6fb0} <Debug> TCPHandler: Processed in 0.001609891 sec.
5911 2025.03.12 22:40:06.658727 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5912 2025.03.12 22:40:06.658939 [ 276 ] {88e5416e-f11e-4f52-b029-91a68f09ea67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5913 2025.03.12 22:40:06.659013 [ 276 ] {88e5416e-f11e-4f52-b029-91a68f09ea67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5914 2025.03.12 22:40:06.659804 [ 276 ] {88e5416e-f11e-4f52-b029-91a68f09ea67} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5915 2025.03.12 22:40:06.659858 [ 276 ] {88e5416e-f11e-4f52-b029-91a68f09ea67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
5916 2025.03.12 22:40:06.660310 [ 276 ] {88e5416e-f11e-4f52-b029-91a68f09ea67} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
5917 2025.03.12 22:40:06.660568 [ 276 ] {88e5416e-f11e-4f52-b029-91a68f09ea67} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5918 2025.03.12 22:40:06.660823 [ 276 ] {88e5416e-f11e-4f52-b029-91a68f09ea67} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001936 sec., 28925.619834710742 rows/sec., 2.22 MiB/sec.
5919 2025.03.12 22:40:06.660891 [ 276 ] {88e5416e-f11e-4f52-b029-91a68f09ea67} <Debug> TCPHandler: Processed in 0.00229948 sec.
5920 2025.03.12 22:40:06.661034 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5921 2025.03.12 22:40:06.661176 [ 276 ] {b850e596-1153-4909-9ab7-d806d640a15b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5922 2025.03.12 22:40:06.661234 [ 276 ] {b850e596-1153-4909-9ab7-d806d640a15b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5923 2025.03.12 22:40:06.661854 [ 276 ] {b850e596-1153-4909-9ab7-d806d640a15b} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5924 2025.03.12 22:40:06.661896 [ 276 ] {b850e596-1153-4909-9ab7-d806d640a15b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
5925 2025.03.12 22:40:06.662267 [ 276 ] {b850e596-1153-4909-9ab7-d806d640a15b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
5926 2025.03.12 22:40:06.662505 [ 276 ] {b850e596-1153-4909-9ab7-d806d640a15b} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5927 2025.03.12 22:40:06.662734 [ 276 ] {b850e596-1153-4909-9ab7-d806d640a15b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001592 sec., 40201.005025125625 rows/sec., 3.14 MiB/sec.
5928 2025.03.12 22:40:06.662789 [ 276 ] {b850e596-1153-4909-9ab7-d806d640a15b} <Debug> TCPHandler: Processed in 0.001821877 sec.
5929 2025.03.12 22:40:06.662901 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5930 2025.03.12 22:40:06.663008 [ 276 ] {c70469d0-fc20-43f4-a5d2-4be728fc9792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5931 2025.03.12 22:40:06.663059 [ 276 ] {c70469d0-fc20-43f4-a5d2-4be728fc9792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5932 2025.03.12 22:40:06.663580 [ 276 ] {c70469d0-fc20-43f4-a5d2-4be728fc9792} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5933 2025.03.12 22:40:06.663620 [ 276 ] {c70469d0-fc20-43f4-a5d2-4be728fc9792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
5934 2025.03.12 22:40:06.664009 [ 276 ] {c70469d0-fc20-43f4-a5d2-4be728fc9792} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
5935 2025.03.12 22:40:06.664254 [ 276 ] {c70469d0-fc20-43f4-a5d2-4be728fc9792} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5936 2025.03.12 22:40:06.664468 [ 276 ] {c70469d0-fc20-43f4-a5d2-4be728fc9792} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001483 sec., 107889.41335131491 rows/sec., 7.51 MiB/sec.
5937 2025.03.12 22:40:06.664520 [ 276 ] {c70469d0-fc20-43f4-a5d2-4be728fc9792} <Debug> TCPHandler: Processed in 0.001670023 sec.
5938 2025.03.12 22:40:06.664625 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5939 2025.03.12 22:40:06.664726 [ 276 ] {6a6e1a5e-65a3-4be1-9030-0bf74f4e960e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5940 2025.03.12 22:40:06.664771 [ 276 ] {6a6e1a5e-65a3-4be1-9030-0bf74f4e960e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5941 2025.03.12 22:40:06.665196 [ 276 ] {6a6e1a5e-65a3-4be1-9030-0bf74f4e960e} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5942 2025.03.12 22:40:06.665235 [ 276 ] {6a6e1a5e-65a3-4be1-9030-0bf74f4e960e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
5943 2025.03.12 22:40:06.665594 [ 276 ] {6a6e1a5e-65a3-4be1-9030-0bf74f4e960e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
5944 2025.03.12 22:40:06.665829 [ 276 ] {6a6e1a5e-65a3-4be1-9030-0bf74f4e960e} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5945 2025.03.12 22:40:06.666044 [ 276 ] {6a6e1a5e-65a3-4be1-9030-0bf74f4e960e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec.
5946 2025.03.12 22:40:06.666101 [ 276 ] {6a6e1a5e-65a3-4be1-9030-0bf74f4e960e} <Debug> TCPHandler: Processed in 0.00152493 sec.
5947 2025.03.12 22:40:07.032454 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019
5948 2025.03.12 22:40:07.033118 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5949 2025.03.12 22:40:07.033159 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
5950 2025.03.12 22:40:07.033752 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5951 2025.03.12 22:40:07.034012 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5952 2025.03.12 22:40:07.034287 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019
5953 2025.03.12 22:40:08.212678 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
5954 2025.03.12 22:40:08.232231 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5955 2025.03.12 22:40:08.232293 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
5956 2025.03.12 22:40:08.239391 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5957 2025.03.12 22:40:08.240200 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5958 2025.03.12 22:40:08.244087 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
5959 2025.03.12 22:40:09.619409 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 820
5960 2025.03.12 22:40:09.622245 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5961 2025.03.12 22:40:09.622301 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
5962 2025.03.12 22:40:09.623774 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5963 2025.03.12 22:40:09.624090 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5964 2025.03.12 22:40:09.625028 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 820
5965 2025.03.12 22:40:11.659944 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5966 2025.03.12 22:40:11.660161 [ 276 ] {9c362a88-50d8-4bf5-aab6-c589606914d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5967 2025.03.12 22:40:11.660243 [ 276 ] {9c362a88-50d8-4bf5-aab6-c589606914d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5968 2025.03.12 22:40:11.661101 [ 276 ] {9c362a88-50d8-4bf5-aab6-c589606914d9} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5969 2025.03.12 22:40:11.661152 [ 276 ] {9c362a88-50d8-4bf5-aab6-c589606914d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
5970 2025.03.12 22:40:11.661618 [ 276 ] {9c362a88-50d8-4bf5-aab6-c589606914d9} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
5971 2025.03.12 22:40:11.661892 [ 276 ] {9c362a88-50d8-4bf5-aab6-c589606914d9} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5972 2025.03.12 22:40:11.662068 [ 56 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
5973 2025.03.12 22:40:11.662107 [ 276 ] {9c362a88-50d8-4bf5-aab6-c589606914d9} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002004 sec., 67864.27145708582 rows/sec., 5.86 MiB/sec.
5974 2025.03.12 22:40:11.662119 [ 56 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5975 2025.03.12 22:40:11.662163 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
5976 2025.03.12 22:40:11.662193 [ 276 ] {9c362a88-50d8-4bf5-aab6-c589606914d9} <Debug> TCPHandler: Processed in 0.002387612 sec.
5977 2025.03.12 22:40:11.662398 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
5978 2025.03.12 22:40:11.662406 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5979 2025.03.12 22:40:11.662732 [ 276 ] {8d3054a8-14a0-4180-afc9-d12376d9345e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5980 2025.03.12 22:40:11.662792 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5981 2025.03.12 22:40:11.662906 [ 276 ] {8d3054a8-14a0-4180-afc9-d12376d9345e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5982 2025.03.12 22:40:11.662925 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1407 rows starting from the beginning of the part
5983 2025.03.12 22:40:11.663677 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part
5984 2025.03.12 22:40:11.664460 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part
5985 2025.03.12 22:40:11.664907 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 136 rows starting from the beginning of the part
5986 2025.03.12 22:40:11.665114 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part
5987 2025.03.12 22:40:11.665336 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 136 rows starting from the beginning of the part
5988 2025.03.12 22:40:11.665891 [ 276 ] {8d3054a8-14a0-4180-afc9-d12376d9345e} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5989 2025.03.12 22:40:11.665939 [ 276 ] {8d3054a8-14a0-4180-afc9-d12376d9345e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
5990 2025.03.12 22:40:11.666562 [ 276 ] {8d3054a8-14a0-4180-afc9-d12376d9345e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5991 2025.03.12 22:40:11.666870 [ 276 ] {8d3054a8-14a0-4180-afc9-d12376d9345e} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5992 2025.03.12 22:40:11.667313 [ 276 ] {8d3054a8-14a0-4180-afc9-d12376d9345e} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00466 sec., 8583.690987124462 rows/sec., 645.45 KiB/sec.
5993 2025.03.12 22:40:11.667776 [ 276 ] {8d3054a8-14a0-4180-afc9-d12376d9345e} <Debug> TCPHandler: Processed in 0.005429931 sec.
5994 2025.03.12 22:40:11.668033 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1847 rows, containing 5 columns (5 merged, 0 gathered) in 0.00578666 sec., 319182.3953714232 rows/sec., 27.91 MiB/sec.
5995 2025.03.12 22:40:11.668132 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5996 2025.03.12 22:40:11.668255 [ 276 ] {e99f8985-e4ba-40b4-ac61-8ee16be3a08e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5997 2025.03.12 22:40:11.668286 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
5998 2025.03.12 22:40:11.668311 [ 276 ] {e99f8985-e4ba-40b4-ac61-8ee16be3a08e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5999 2025.03.12 22:40:11.668665 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_61_12} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6000 2025.03.12 22:40:11.668779 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_61_12} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6001 2025.03.12 22:40:11.668865 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
6002 2025.03.12 22:40:11.669086 [ 276 ] {e99f8985-e4ba-40b4-ac61-8ee16be3a08e} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6003 2025.03.12 22:40:11.669124 [ 276 ] {e99f8985-e4ba-40b4-ac61-8ee16be3a08e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6004 2025.03.12 22:40:11.669504 [ 276 ] {e99f8985-e4ba-40b4-ac61-8ee16be3a08e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6005 2025.03.12 22:40:11.669756 [ 276 ] {e99f8985-e4ba-40b4-ac61-8ee16be3a08e} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6006 2025.03.12 22:40:11.669893 [ 56 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
6007 2025.03.12 22:40:11.669924 [ 56 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6008 2025.03.12 22:40:11.669942 [ 276 ] {e99f8985-e4ba-40b4-ac61-8ee16be3a08e} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001716 sec., 60606.0606060606 rows/sec., 4.73 MiB/sec.
6009 2025.03.12 22:40:11.669946 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6010 2025.03.12 22:40:11.670063 [ 276 ] {e99f8985-e4ba-40b4-ac61-8ee16be3a08e} <Debug> TCPHandler: Processed in 0.002023822 sec.
6011 2025.03.12 22:40:11.670194 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
6012 2025.03.12 22:40:11.670239 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6013 2025.03.12 22:40:11.670455 [ 276 ] {45d82509-9b4a-446b-a1fe-48ada683bbae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6014 2025.03.12 22:40:11.670479 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6015 2025.03.12 22:40:11.670568 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 632 rows starting from the beginning of the part
6016 2025.03.12 22:40:11.670571 [ 276 ] {45d82509-9b4a-446b-a1fe-48ada683bbae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6017 2025.03.12 22:40:11.670952 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part
6018 2025.03.12 22:40:11.671297 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part
6019 2025.03.12 22:40:11.671698 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 104 rows starting from the beginning of the part
6020 2025.03.12 22:40:11.672011 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part
6021 2025.03.12 22:40:11.672194 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 104 rows starting from the beginning of the part
6022 2025.03.12 22:40:11.673075 [ 276 ] {45d82509-9b4a-446b-a1fe-48ada683bbae} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6023 2025.03.12 22:40:11.673136 [ 276 ] {45d82509-9b4a-446b-a1fe-48ada683bbae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6024 2025.03.12 22:40:11.674054 [ 276 ] {45d82509-9b4a-446b-a1fe-48ada683bbae} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6025 2025.03.12 22:40:11.674551 [ 276 ] {45d82509-9b4a-446b-a1fe-48ada683bbae} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6026 2025.03.12 22:40:11.674788 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
6027 2025.03.12 22:40:11.674887 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6028 2025.03.12 22:40:11.674981 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6029 2025.03.12 22:40:11.675030 [ 276 ] {45d82509-9b4a-446b-a1fe-48ada683bbae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004642 sec., 34467.90176647996 rows/sec., 2.40 MiB/sec.
6030 2025.03.12 22:40:11.675407 [ 276 ] {45d82509-9b4a-446b-a1fe-48ada683bbae} <Debug> TCPHandler: Processed in 0.005220116 sec.
6031 2025.03.12 22:40:11.675514 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1032 rows, containing 5 columns (5 merged, 0 gathered) in 0.005435661 sec., 189857.31450140104 rows/sec., 15.23 MiB/sec.
6032 2025.03.12 22:40:11.675738 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6033 2025.03.12 22:40:11.675744 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
6034 2025.03.12 22:40:11.675810 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
6035 2025.03.12 22:40:11.676011 [ 276 ] {50758106-d489-461b-8666-30c288e5c7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6036 2025.03.12 22:40:11.676217 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6037 2025.03.12 22:40:11.676250 [ 276 ] {50758106-d489-461b-8666-30c288e5c7a1} <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
6038 2025.03.12 22:40:11.676323 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16439 rows starting from the beginning of the part
6039 2025.03.12 22:40:11.676804 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 108 rows starting from the beginning of the part
6040 2025.03.12 22:40:11.677207 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_61_12} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6041 2025.03.12 22:40:11.677396 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part
6042 2025.03.12 22:40:11.677712 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_61_12} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6043 2025.03.12 22:40:11.677974 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part
6044 2025.03.12 22:40:11.678100 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
6045 2025.03.12 22:40:11.678372 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part
6046 2025.03.12 22:40:11.678700 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part
6047 2025.03.12 22:40:11.680558 [ 276 ] {50758106-d489-461b-8666-30c288e5c7a1} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6048 2025.03.12 22:40:11.680600 [ 276 ] {50758106-d489-461b-8666-30c288e5c7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6049 2025.03.12 22:40:11.681844 [ 276 ] {50758106-d489-461b-8666-30c288e5c7a1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6050 2025.03.12 22:40:11.682222 [ 276 ] {50758106-d489-461b-8666-30c288e5c7a1} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6051 2025.03.12 22:40:11.682365 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6052 2025.03.12 22:40:11.682408 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6053 2025.03.12 22:40:11.682433 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6054 2025.03.12 22:40:11.682436 [ 276 ] {50758106-d489-461b-8666-30c288e5c7a1} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.006538 sec., 6118.078923218109 rows/sec., 10.96 MiB/sec.
6055 2025.03.12 22:40:11.683251 [ 191 ] {1f75fe11-1029-454f-991a-395decf3ac5f::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
6056 2025.03.12 22:40:11.684150 [ 276 ] {50758106-d489-461b-8666-30c288e5c7a1} <Debug> TCPHandler: Processed in 0.008522001 sec.
6057 2025.03.12 22:40:11.684519 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6058 2025.03.12 22:40:11.684524 [ 191 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6059 2025.03.12 22:40:11.684782 [ 191 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 727 rows starting from the beginning of the part
6060 2025.03.12 22:40:11.684789 [ 276 ] {d9d1a794-a0ed-41ee-b712-7841b0c1e910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6061 2025.03.12 22:40:11.684912 [ 276 ] {d9d1a794-a0ed-41ee-b712-7841b0c1e910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6062 2025.03.12 22:40:11.685753 [ 191 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part
6063 2025.03.12 22:40:11.687049 [ 191 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part
6064 2025.03.12 22:40:11.688324 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17187 rows, containing 5 columns (5 merged, 0 gathered) in 0.012891924 sec., 1333160.2016890573 rows/sec., 91.38 MiB/sec.
6065 2025.03.12 22:40:11.688382 [ 276 ] {d9d1a794-a0ed-41ee-b712-7841b0c1e910} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6066 2025.03.12 22:40:11.688478 [ 276 ] {d9d1a794-a0ed-41ee-b712-7841b0c1e910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6067 2025.03.12 22:40:11.688619 [ 191 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part
6068 2025.03.12 22:40:11.688707 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
6069 2025.03.12 22:40:11.689889 [ 191 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part
6070 2025.03.12 22:40:11.689973 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6071 2025.03.12 22:40:11.690357 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6072 2025.03.12 22:40:11.690709 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB.
6073 2025.03.12 22:40:11.690758 [ 276 ] {d9d1a794-a0ed-41ee-b712-7841b0c1e910} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6074 2025.03.12 22:40:11.690894 [ 191 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part
6075 2025.03.12 22:40:11.691720 [ 276 ] {d9d1a794-a0ed-41ee-b712-7841b0c1e910} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6076 2025.03.12 22:40:11.692125 [ 56 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
6077 2025.03.12 22:40:11.692220 [ 56 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6078 2025.03.12 22:40:11.692280 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6079 2025.03.12 22:40:11.692353 [ 276 ] {d9d1a794-a0ed-41ee-b712-7841b0c1e910} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007662 sec., 7830.85356303837 rows/sec., 540.41 KiB/sec.
6080 2025.03.12 22:40:11.692663 [ 276 ] {d9d1a794-a0ed-41ee-b712-7841b0c1e910} <Debug> TCPHandler: Processed in 0.008249204 sec.
6081 2025.03.12 22:40:11.692829 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
6082 2025.03.12 22:40:11.693248 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6083 2025.03.12 22:40:11.693322 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2886 rows starting from the beginning of the part
6084 2025.03.12 22:40:11.693524 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 42 rows starting from the beginning of the part
6085 2025.03.12 22:40:11.693732 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part
6086 2025.03.12 22:40:11.693952 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part
6087 2025.03.12 22:40:11.694201 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part
6088 2025.03.12 22:40:11.694426 [ 200 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part
6089 2025.03.12 22:40:11.698475 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3168 rows, containing 4 columns (4 merged, 0 gathered) in 0.006055777 sec., 523136.832812701 rows/sec., 35.26 MiB/sec.
6090 2025.03.12 22:40:11.698867 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
6091 2025.03.12 22:40:11.699597 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_61_12} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6092 2025.03.12 22:40:11.699686 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_61_12} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6093 2025.03.12 22:40:11.699801 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
6094 2025.03.12 22:40:11.706819 [ 199 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 927 rows, containing 19 columns (19 merged, 0 gathered) in 0.0242817 sec., 38176.898652071315 rows/sec., 68.41 MiB/sec.
6095 2025.03.12 22:40:11.707878 [ 189 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6096 2025.03.12 22:40:11.708322 [ 189 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6097 2025.03.12 22:40:11.708406 [ 189 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6098 2025.03.12 22:40:11.708570 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB.
6099 2025.03.12 22:40:12.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.48 MiB, peak 217.86 MiB, free memory in arenas 0.00 B, will set to 210.44 MiB (RSS), difference: 2.96 MiB
6100 2025.03.12 22:40:14.342992 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache
6101 2025.03.12 22:40:14.343059 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache
6102 2025.03.12 22:40:14.534423 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446
6103 2025.03.12 22:40:14.535080 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6104 2025.03.12 22:40:14.535123 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6105 2025.03.12 22:40:14.535655 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6106 2025.03.12 22:40:14.535911 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6107 2025.03.12 22:40:14.536205 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
6108 2025.03.12 22:40:15.744172 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
6109 2025.03.12 22:40:15.763899 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6110 2025.03.12 22:40:15.763946 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6111 2025.03.12 22:40:15.771208 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6112 2025.03.12 22:40:15.771988 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6113 2025.03.12 22:40:15.775275 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
6114 2025.03.12 22:40:16.658638 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6115 2025.03.12 22:40:16.658830 [ 276 ] {7c12ff7e-dc97-4061-9a2f-d35488de621e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6116 2025.03.12 22:40:16.658902 [ 276 ] {7c12ff7e-dc97-4061-9a2f-d35488de621e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6117 2025.03.12 22:40:16.659702 [ 276 ] {7c12ff7e-dc97-4061-9a2f-d35488de621e} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6118 2025.03.12 22:40:16.659745 [ 276 ] {7c12ff7e-dc97-4061-9a2f-d35488de621e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6119 2025.03.12 22:40:16.660188 [ 276 ] {7c12ff7e-dc97-4061-9a2f-d35488de621e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6120 2025.03.12 22:40:16.660444 [ 276 ] {7c12ff7e-dc97-4061-9a2f-d35488de621e} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6121 2025.03.12 22:40:16.660650 [ 276 ] {7c12ff7e-dc97-4061-9a2f-d35488de621e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001872 sec., 29914.529914529914 rows/sec., 2.30 MiB/sec.
6122 2025.03.12 22:40:16.660715 [ 276 ] {7c12ff7e-dc97-4061-9a2f-d35488de621e} <Debug> TCPHandler: Processed in 0.002214497 sec.
6123 2025.03.12 22:40:16.660861 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6124 2025.03.12 22:40:16.661005 [ 276 ] {c98e3d81-49db-4ef4-8e09-584a1dff23b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6125 2025.03.12 22:40:16.661064 [ 276 ] {c98e3d81-49db-4ef4-8e09-584a1dff23b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6126 2025.03.12 22:40:16.661740 [ 276 ] {c98e3d81-49db-4ef4-8e09-584a1dff23b1} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6127 2025.03.12 22:40:16.661784 [ 276 ] {c98e3d81-49db-4ef4-8e09-584a1dff23b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6128 2025.03.12 22:40:16.662172 [ 276 ] {c98e3d81-49db-4ef4-8e09-584a1dff23b1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6129 2025.03.12 22:40:16.662410 [ 276 ] {c98e3d81-49db-4ef4-8e09-584a1dff23b1} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6130 2025.03.12 22:40:16.662589 [ 276 ] {c98e3d81-49db-4ef4-8e09-584a1dff23b1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001619 sec., 39530.57442865967 rows/sec., 3.09 MiB/sec.
6131 2025.03.12 22:40:16.662642 [ 276 ] {c98e3d81-49db-4ef4-8e09-584a1dff23b1} <Debug> TCPHandler: Processed in 0.001846738 sec.
6132 2025.03.12 22:40:16.662759 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6133 2025.03.12 22:40:16.662864 [ 276 ] {a9df672f-4566-47c4-b27d-35a34e3e7cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6134 2025.03.12 22:40:16.662913 [ 276 ] {a9df672f-4566-47c4-b27d-35a34e3e7cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6135 2025.03.12 22:40:16.663435 [ 276 ] {a9df672f-4566-47c4-b27d-35a34e3e7cba} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6136 2025.03.12 22:40:16.663473 [ 276 ] {a9df672f-4566-47c4-b27d-35a34e3e7cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6137 2025.03.12 22:40:16.663863 [ 276 ] {a9df672f-4566-47c4-b27d-35a34e3e7cba} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6138 2025.03.12 22:40:16.664099 [ 276 ] {a9df672f-4566-47c4-b27d-35a34e3e7cba} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6139 2025.03.12 22:40:16.664304 [ 276 ] {a9df672f-4566-47c4-b27d-35a34e3e7cba} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001458 sec., 109739.36899862826 rows/sec., 7.64 MiB/sec.
6140 2025.03.12 22:40:16.664367 [ 276 ] {a9df672f-4566-47c4-b27d-35a34e3e7cba} <Debug> TCPHandler: Processed in 0.001658893 sec.
6141 2025.03.12 22:40:16.664603 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6142 2025.03.12 22:40:16.664776 [ 276 ] {5d0aa378-e60a-460d-bf77-9fc47bcc2d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6143 2025.03.12 22:40:16.664823 [ 276 ] {5d0aa378-e60a-460d-bf77-9fc47bcc2d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6144 2025.03.12 22:40:16.665268 [ 276 ] {5d0aa378-e60a-460d-bf77-9fc47bcc2d3a} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6145 2025.03.12 22:40:16.665306 [ 276 ] {5d0aa378-e60a-460d-bf77-9fc47bcc2d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6146 2025.03.12 22:40:16.665679 [ 276 ] {5d0aa378-e60a-460d-bf77-9fc47bcc2d3a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6147 2025.03.12 22:40:16.665917 [ 276 ] {5d0aa378-e60a-460d-bf77-9fc47bcc2d3a} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6148 2025.03.12 22:40:16.666118 [ 276 ] {5d0aa378-e60a-460d-bf77-9fc47bcc2d3a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec.
6149 2025.03.12 22:40:16.666184 [ 276 ] {5d0aa378-e60a-460d-bf77-9fc47bcc2d3a} <Debug> TCPHandler: Processed in 0.001671883 sec.
6150 2025.03.12 22:40:18.019021 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6151 2025.03.12 22:40:18.019243 [ 276 ] {4ed41a59-bff3-4d9e-8c50-5382f1314c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6152 2025.03.12 22:40:18.019325 [ 276 ] {4ed41a59-bff3-4d9e-8c50-5382f1314c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6153 2025.03.12 22:40:18.020211 [ 276 ] {4ed41a59-bff3-4d9e-8c50-5382f1314c0c} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6154 2025.03.12 22:40:18.020268 [ 276 ] {4ed41a59-bff3-4d9e-8c50-5382f1314c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6155 2025.03.12 22:40:18.020714 [ 276 ] {4ed41a59-bff3-4d9e-8c50-5382f1314c0c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6156 2025.03.12 22:40:18.020983 [ 276 ] {4ed41a59-bff3-4d9e-8c50-5382f1314c0c} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6157 2025.03.12 22:40:18.021164 [ 106 ] {} <Debug> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6158 2025.03.12 22:40:18.021254 [ 106 ] {} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6159 2025.03.12 22:40:18.021253 [ 276 ] {4ed41a59-bff3-4d9e-8c50-5382f1314c0c} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002063 sec., 11633.5433834222 rows/sec., 988.40 KiB/sec.
6160 2025.03.12 22:40:18.021296 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6161 2025.03.12 22:40:18.021429 [ 276 ] {4ed41a59-bff3-4d9e-8c50-5382f1314c0c} <Debug> TCPHandler: Processed in 0.002550746 sec.
6162 2025.03.12 22:40:18.021577 [ 199 ] {e76bd187-737c-4634-8ed8-2974983fdf25::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
6163 2025.03.12 22:40:18.021622 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6164 2025.03.12 22:40:18.021852 [ 276 ] {df936a4a-0841-48e9-a2f0-fdc191c6e590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6165 2025.03.12 22:40:18.021904 [ 199 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6166 2025.03.12 22:40:18.021951 [ 276 ] {df936a4a-0841-48e9-a2f0-fdc191c6e590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6167 2025.03.12 22:40:18.021979 [ 199 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part
6168 2025.03.12 22:40:18.022280 [ 199 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part
6169 2025.03.12 22:40:18.022692 [ 199 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part
6170 2025.03.12 22:40:18.023033 [ 199 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part
6171 2025.03.12 22:40:18.023429 [ 199 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part
6172 2025.03.12 22:40:18.024759 [ 276 ] {df936a4a-0841-48e9-a2f0-fdc191c6e590} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6173 2025.03.12 22:40:18.024827 [ 276 ] {df936a4a-0841-48e9-a2f0-fdc191c6e590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6174 2025.03.12 22:40:18.025880 [ 276 ] {df936a4a-0841-48e9-a2f0-fdc191c6e590} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6175 2025.03.12 22:40:18.026055 [ 189 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.00461758 sec., 25987.638546598002 rows/sec., 2.26 MiB/sec.
6176 2025.03.12 22:40:18.026236 [ 189 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
6177 2025.03.12 22:40:18.026244 [ 276 ] {df936a4a-0841-48e9-a2f0-fdc191c6e590} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6178 2025.03.12 22:40:18.026720 [ 276 ] {df936a4a-0841-48e9-a2f0-fdc191c6e590} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004925 sec., 406.0913705583757 rows/sec., 33.11 KiB/sec.
6179 2025.03.12 22:40:18.027003 [ 276 ] {df936a4a-0841-48e9-a2f0-fdc191c6e590} <Debug> TCPHandler: Processed in 0.005442111 sec.
6180 2025.03.12 22:40:18.027044 [ 189 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_9_2} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6181 2025.03.12 22:40:18.027140 [ 189 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_9_2} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
6182 2025.03.12 22:40:18.027155 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6183 2025.03.12 22:40:18.027235 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
6184 2025.03.12 22:40:18.027290 [ 276 ] {95178fa5-028a-489d-afa6-4a0d15f24ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6185 2025.03.12 22:40:18.027337 [ 276 ] {95178fa5-028a-489d-afa6-4a0d15f24ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6186 2025.03.12 22:40:18.028633 [ 276 ] {95178fa5-028a-489d-afa6-4a0d15f24ba4} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6187 2025.03.12 22:40:18.028672 [ 276 ] {95178fa5-028a-489d-afa6-4a0d15f24ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6188 2025.03.12 22:40:18.029112 [ 276 ] {95178fa5-028a-489d-afa6-4a0d15f24ba4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6189 2025.03.12 22:40:18.029351 [ 276 ] {95178fa5-028a-489d-afa6-4a0d15f24ba4} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6190 2025.03.12 22:40:18.029557 [ 276 ] {95178fa5-028a-489d-afa6-4a0d15f24ba4} <Debug> executeQuery: Read 1397 rows, 120.12 KiB in 0.002296 sec., 608449.4773519164 rows/sec., 51.09 MiB/sec.
6191 2025.03.12 22:40:18.029610 [ 276 ] {95178fa5-028a-489d-afa6-4a0d15f24ba4} <Debug> TCPHandler: Processed in 0.002509785 sec.
6192 2025.03.12 22:40:18.029718 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6193 2025.03.12 22:40:18.029822 [ 276 ] {f998a4ce-6b5c-47c7-98c6-e0e8bb177809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6194 2025.03.12 22:40:18.029867 [ 276 ] {f998a4ce-6b5c-47c7-98c6-e0e8bb177809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6195 2025.03.12 22:40:18.030413 [ 276 ] {f998a4ce-6b5c-47c7-98c6-e0e8bb177809} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6196 2025.03.12 22:40:18.030454 [ 276 ] {f998a4ce-6b5c-47c7-98c6-e0e8bb177809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6197 2025.03.12 22:40:18.030798 [ 276 ] {f998a4ce-6b5c-47c7-98c6-e0e8bb177809} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6198 2025.03.12 22:40:18.031039 [ 276 ] {f998a4ce-6b5c-47c7-98c6-e0e8bb177809} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6199 2025.03.12 22:40:18.031261 [ 276 ] {f998a4ce-6b5c-47c7-98c6-e0e8bb177809} <Debug> executeQuery: Read 54 rows, 4.11 KiB in 0.001457 sec., 37062.457103637615 rows/sec., 2.75 MiB/sec.
6200 2025.03.12 22:40:18.031387 [ 276 ] {f998a4ce-6b5c-47c7-98c6-e0e8bb177809} <Debug> TCPHandler: Processed in 0.001721065 sec.
6201 2025.03.12 22:40:18.031512 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6202 2025.03.12 22:40:18.031616 [ 276 ] {16600ba8-ec3a-4693-8ff8-dbe6f29677e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6203 2025.03.12 22:40:18.031660 [ 276 ] {16600ba8-ec3a-4693-8ff8-dbe6f29677e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6204 2025.03.12 22:40:18.032264 [ 276 ] {16600ba8-ec3a-4693-8ff8-dbe6f29677e0} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6205 2025.03.12 22:40:18.032304 [ 276 ] {16600ba8-ec3a-4693-8ff8-dbe6f29677e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6206 2025.03.12 22:40:18.032655 [ 276 ] {16600ba8-ec3a-4693-8ff8-dbe6f29677e0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6207 2025.03.12 22:40:18.032885 [ 276 ] {16600ba8-ec3a-4693-8ff8-dbe6f29677e0} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6208 2025.03.12 22:40:18.033091 [ 276 ] {16600ba8-ec3a-4693-8ff8-dbe6f29677e0} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001497 sec., 168336.67334669337 rows/sec., 11.64 MiB/sec.
6209 2025.03.12 22:40:18.033145 [ 276 ] {16600ba8-ec3a-4693-8ff8-dbe6f29677e0} <Debug> TCPHandler: Processed in 0.001686084 sec.
6210 2025.03.12 22:40:18.033261 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6211 2025.03.12 22:40:18.033366 [ 276 ] {7210fc0d-9e99-44a0-bb74-a156d11787d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6212 2025.03.12 22:40:18.033410 [ 276 ] {7210fc0d-9e99-44a0-bb74-a156d11787d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6213 2025.03.12 22:40:18.033934 [ 276 ] {7210fc0d-9e99-44a0-bb74-a156d11787d2} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6214 2025.03.12 22:40:18.033973 [ 276 ] {7210fc0d-9e99-44a0-bb74-a156d11787d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6215 2025.03.12 22:40:18.034311 [ 276 ] {7210fc0d-9e99-44a0-bb74-a156d11787d2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6216 2025.03.12 22:40:18.034539 [ 276 ] {7210fc0d-9e99-44a0-bb74-a156d11787d2} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6217 2025.03.12 22:40:18.034685 [ 106 ] {} <Debug> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6218 2025.03.12 22:40:18.034745 [ 106 ] {} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6219 2025.03.12 22:40:18.034778 [ 276 ] {7210fc0d-9e99-44a0-bb74-a156d11787d2} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001427 sec., 8409.250175192712 rows/sec., 656.97 KiB/sec.
6220 2025.03.12 22:40:18.034785 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6221 2025.03.12 22:40:18.034962 [ 276 ] {7210fc0d-9e99-44a0-bb74-a156d11787d2} <Debug> TCPHandler: Processed in 0.001749326 sec.
6222 2025.03.12 22:40:18.035105 [ 198 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::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
6223 2025.03.12 22:40:18.035286 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6224 2025.03.12 22:40:18.035347 [ 198 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6225 2025.03.12 22:40:18.035411 [ 198 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part
6226 2025.03.12 22:40:18.035493 [ 276 ] {c645aa40-459b-48e5-9762-d7aaa0b3a4a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6227 2025.03.12 22:40:18.035627 [ 276 ] {c645aa40-459b-48e5-9762-d7aaa0b3a4a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6228 2025.03.12 22:40:18.035669 [ 198 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part
6229 2025.03.12 22:40:18.036057 [ 198 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part
6230 2025.03.12 22:40:18.036350 [ 198 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part
6231 2025.03.12 22:40:18.036706 [ 198 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part
6232 2025.03.12 22:40:18.038374 [ 276 ] {c645aa40-459b-48e5-9762-d7aaa0b3a4a3} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6233 2025.03.12 22:40:18.038461 [ 276 ] {c645aa40-459b-48e5-9762-d7aaa0b3a4a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6234 2025.03.12 22:40:18.039747 [ 198 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004827394 sec., 12429.066282967582 rows/sec., 1019.57 KiB/sec.
6235 2025.03.12 22:40:18.039900 [ 276 ] {c645aa40-459b-48e5-9762-d7aaa0b3a4a3} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6236 2025.03.12 22:40:18.039927 [ 198 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
6237 2025.03.12 22:40:18.040363 [ 276 ] {c645aa40-459b-48e5-9762-d7aaa0b3a4a3} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6238 2025.03.12 22:40:18.040421 [ 198 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_9_2} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6239 2025.03.12 22:40:18.040610 [ 198 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_9_2} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
6240 2025.03.12 22:40:18.040827 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6241 2025.03.12 22:40:18.040919 [ 276 ] {c645aa40-459b-48e5-9762-d7aaa0b3a4a3} <Debug> executeQuery: Read 598 rows, 46.03 KiB in 0.005447 sec., 109785.20286396182 rows/sec., 8.25 MiB/sec.
6242 2025.03.12 22:40:18.041160 [ 276 ] {c645aa40-459b-48e5-9762-d7aaa0b3a4a3} <Debug> TCPHandler: Processed in 0.005973024 sec.
6243 2025.03.12 22:40:18.041356 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6244 2025.03.12 22:40:18.041466 [ 276 ] {a85f08de-f754-4265-b1ce-c85688355d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6245 2025.03.12 22:40:18.041518 [ 276 ] {a85f08de-f754-4265-b1ce-c85688355d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6246 2025.03.12 22:40:18.042316 [ 276 ] {a85f08de-f754-4265-b1ce-c85688355d26} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6247 2025.03.12 22:40:18.042358 [ 276 ] {a85f08de-f754-4265-b1ce-c85688355d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6248 2025.03.12 22:40:18.042811 [ 276 ] {a85f08de-f754-4265-b1ce-c85688355d26} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6249 2025.03.12 22:40:18.043057 [ 276 ] {a85f08de-f754-4265-b1ce-c85688355d26} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6250 2025.03.12 22:40:18.043312 [ 276 ] {a85f08de-f754-4265-b1ce-c85688355d26} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.001869 sec., 505617.9775280899 rows/sec., 34.12 MiB/sec.
6251 2025.03.12 22:40:18.043371 [ 276 ] {a85f08de-f754-4265-b1ce-c85688355d26} <Debug> TCPHandler: Processed in 0.002075644 sec.
6252 2025.03.12 22:40:18.043491 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6253 2025.03.12 22:40:18.043600 [ 276 ] {1c8ddc74-5c8d-4104-b8fd-e1b8e195d6a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6254 2025.03.12 22:40:18.043669 [ 276 ] {1c8ddc74-5c8d-4104-b8fd-e1b8e195d6a5} <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
6255 2025.03.12 22:40:18.044859 [ 276 ] {1c8ddc74-5c8d-4104-b8fd-e1b8e195d6a5} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6256 2025.03.12 22:40:18.044899 [ 276 ] {1c8ddc74-5c8d-4104-b8fd-e1b8e195d6a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6257 2025.03.12 22:40:18.045566 [ 276 ] {1c8ddc74-5c8d-4104-b8fd-e1b8e195d6a5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6258 2025.03.12 22:40:18.045826 [ 276 ] {1c8ddc74-5c8d-4104-b8fd-e1b8e195d6a5} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6259 2025.03.12 22:40:18.046127 [ 276 ] {1c8ddc74-5c8d-4104-b8fd-e1b8e195d6a5} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002549 sec., 15692.42840329541 rows/sec., 28.12 MiB/sec.
6260 2025.03.12 22:40:18.046596 [ 276 ] {1c8ddc74-5c8d-4104-b8fd-e1b8e195d6a5} <Debug> TCPHandler: Processed in 0.003159261 sec.
6261 2025.03.12 22:40:18.046720 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6262 2025.03.12 22:40:18.046826 [ 276 ] {d36d2f86-789d-47be-a738-ae17abbddaac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6263 2025.03.12 22:40:18.046873 [ 276 ] {d36d2f86-789d-47be-a738-ae17abbddaac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6264 2025.03.12 22:40:18.047316 [ 276 ] {d36d2f86-789d-47be-a738-ae17abbddaac} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6265 2025.03.12 22:40:18.047355 [ 276 ] {d36d2f86-789d-47be-a738-ae17abbddaac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6266 2025.03.12 22:40:18.047715 [ 276 ] {d36d2f86-789d-47be-a738-ae17abbddaac} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6267 2025.03.12 22:40:18.047952 [ 276 ] {d36d2f86-789d-47be-a738-ae17abbddaac} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6268 2025.03.12 22:40:18.048202 [ 276 ] {d36d2f86-789d-47be-a738-ae17abbddaac} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001394 sec., 15781.922525107604 rows/sec., 1.07 MiB/sec.
6269 2025.03.12 22:40:18.048276 [ 276 ] {d36d2f86-789d-47be-a738-ae17abbddaac} <Debug> TCPHandler: Processed in 0.001608032 sec.
6270 2025.03.12 22:40:19.625189 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 860
6271 2025.03.12 22:40:19.628449 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6272 2025.03.12 22:40:19.628502 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6273 2025.03.12 22:40:19.630009 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6274 2025.03.12 22:40:19.630332 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6275 2025.03.12 22:40:19.630941 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 860
6276 2025.03.12 22:40:21.654947 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6277 2025.03.12 22:40:21.655160 [ 276 ] {62a697a5-7eee-4892-a2b4-e2d87d1f1d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6278 2025.03.12 22:40:21.655232 [ 276 ] {62a697a5-7eee-4892-a2b4-e2d87d1f1d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6279 2025.03.12 22:40:21.656036 [ 276 ] {62a697a5-7eee-4892-a2b4-e2d87d1f1d50} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6280 2025.03.12 22:40:21.656081 [ 276 ] {62a697a5-7eee-4892-a2b4-e2d87d1f1d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6281 2025.03.12 22:40:21.656544 [ 276 ] {62a697a5-7eee-4892-a2b4-e2d87d1f1d50} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6282 2025.03.12 22:40:21.656804 [ 276 ] {62a697a5-7eee-4892-a2b4-e2d87d1f1d50} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6283 2025.03.12 22:40:21.657028 [ 276 ] {62a697a5-7eee-4892-a2b4-e2d87d1f1d50} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001924 sec., 29106.029106029106 rows/sec., 2.24 MiB/sec.
6284 2025.03.12 22:40:21.657115 [ 276 ] {62a697a5-7eee-4892-a2b4-e2d87d1f1d50} <Debug> TCPHandler: Processed in 0.00231094 sec.
6285 2025.03.12 22:40:21.657285 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6286 2025.03.12 22:40:21.657400 [ 276 ] {260351fa-4333-4f07-9222-8a04d89e39b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6287 2025.03.12 22:40:21.657449 [ 276 ] {260351fa-4333-4f07-9222-8a04d89e39b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6288 2025.03.12 22:40:21.658011 [ 276 ] {260351fa-4333-4f07-9222-8a04d89e39b0} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6289 2025.03.12 22:40:21.658050 [ 276 ] {260351fa-4333-4f07-9222-8a04d89e39b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6290 2025.03.12 22:40:21.658418 [ 276 ] {260351fa-4333-4f07-9222-8a04d89e39b0} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6291 2025.03.12 22:40:21.658661 [ 276 ] {260351fa-4333-4f07-9222-8a04d89e39b0} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6292 2025.03.12 22:40:21.658879 [ 276 ] {260351fa-4333-4f07-9222-8a04d89e39b0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001495 sec., 42809.36454849498 rows/sec., 3.34 MiB/sec.
6293 2025.03.12 22:40:21.658947 [ 276 ] {260351fa-4333-4f07-9222-8a04d89e39b0} <Debug> TCPHandler: Processed in 0.001725784 sec.
6294 2025.03.12 22:40:21.659204 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6295 2025.03.12 22:40:21.659338 [ 276 ] {def86c91-87c6-41b5-b24c-549290c085e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6296 2025.03.12 22:40:21.659389 [ 276 ] {def86c91-87c6-41b5-b24c-549290c085e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6297 2025.03.12 22:40:21.659904 [ 276 ] {def86c91-87c6-41b5-b24c-549290c085e9} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6298 2025.03.12 22:40:21.659943 [ 276 ] {def86c91-87c6-41b5-b24c-549290c085e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6299 2025.03.12 22:40:21.660327 [ 276 ] {def86c91-87c6-41b5-b24c-549290c085e9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6300 2025.03.12 22:40:21.660567 [ 276 ] {def86c91-87c6-41b5-b24c-549290c085e9} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6301 2025.03.12 22:40:21.660746 [ 276 ] {def86c91-87c6-41b5-b24c-549290c085e9} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001433 sec., 68387.99720865318 rows/sec., 4.77 MiB/sec.
6302 2025.03.12 22:40:21.660799 [ 276 ] {def86c91-87c6-41b5-b24c-549290c085e9} <Debug> TCPHandler: Processed in 0.001701954 sec.
6303 2025.03.12 22:40:21.660928 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6304 2025.03.12 22:40:21.661037 [ 276 ] {c537dfb9-4fbe-4030-9d93-e3e46193d02b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6305 2025.03.12 22:40:21.661084 [ 276 ] {c537dfb9-4fbe-4030-9d93-e3e46193d02b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6306 2025.03.12 22:40:21.661521 [ 276 ] {c537dfb9-4fbe-4030-9d93-e3e46193d02b} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6307 2025.03.12 22:40:21.661558 [ 276 ] {c537dfb9-4fbe-4030-9d93-e3e46193d02b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6308 2025.03.12 22:40:21.661935 [ 276 ] {c537dfb9-4fbe-4030-9d93-e3e46193d02b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6309 2025.03.12 22:40:21.662176 [ 276 ] {c537dfb9-4fbe-4030-9d93-e3e46193d02b} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6310 2025.03.12 22:40:21.662354 [ 276 ] {c537dfb9-4fbe-4030-9d93-e3e46193d02b} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001338 sec., 28400.597907324365 rows/sec., 1.91 MiB/sec.
6311 2025.03.12 22:40:21.662403 [ 276 ] {c537dfb9-4fbe-4030-9d93-e3e46193d02b} <Debug> TCPHandler: Processed in 0.00153866 sec.
6312 2025.03.12 22:40:22.036349 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934
6313 2025.03.12 22:40:22.037193 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6314 2025.03.12 22:40:22.037245 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6315 2025.03.12 22:40:22.037789 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6316 2025.03.12 22:40:22.038053 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6317 2025.03.12 22:40:22.038316 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934
6318 2025.03.12 22:40:23.275353 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
6319 2025.03.12 22:40:23.295621 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6320 2025.03.12 22:40:23.295676 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6321 2025.03.12 22:40:23.302973 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6322 2025.03.12 22:40:23.303759 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6323 2025.03.12 22:40:23.307320 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
6324 2025.03.12 22:40:26.657762 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6325 2025.03.12 22:40:26.657969 [ 276 ] {3f23d65a-b3db-42ce-b424-54c4ec647415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6326 2025.03.12 22:40:26.658043 [ 276 ] {3f23d65a-b3db-42ce-b424-54c4ec647415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6327 2025.03.12 22:40:26.658852 [ 276 ] {3f23d65a-b3db-42ce-b424-54c4ec647415} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6328 2025.03.12 22:40:26.658898 [ 276 ] {3f23d65a-b3db-42ce-b424-54c4ec647415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6329 2025.03.12 22:40:26.659344 [ 276 ] {3f23d65a-b3db-42ce-b424-54c4ec647415} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
6330 2025.03.12 22:40:26.659599 [ 276 ] {3f23d65a-b3db-42ce-b424-54c4ec647415} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6331 2025.03.12 22:40:26.659818 [ 276 ] {3f23d65a-b3db-42ce-b424-54c4ec647415} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001902 sec., 29442.691903259725 rows/sec., 2.26 MiB/sec.
6332 2025.03.12 22:40:26.659884 [ 276 ] {3f23d65a-b3db-42ce-b424-54c4ec647415} <Debug> TCPHandler: Processed in 0.002258909 sec.
6333 2025.03.12 22:40:26.660023 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6334 2025.03.12 22:40:26.660139 [ 276 ] {53e497e2-36b5-4681-bb59-9981e4e757b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6335 2025.03.12 22:40:26.660189 [ 276 ] {53e497e2-36b5-4681-bb59-9981e4e757b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6336 2025.03.12 22:40:26.660761 [ 276 ] {53e497e2-36b5-4681-bb59-9981e4e757b2} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6337 2025.03.12 22:40:26.660801 [ 276 ] {53e497e2-36b5-4681-bb59-9981e4e757b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6338 2025.03.12 22:40:26.661163 [ 276 ] {53e497e2-36b5-4681-bb59-9981e4e757b2} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
6339 2025.03.12 22:40:26.661410 [ 276 ] {53e497e2-36b5-4681-bb59-9981e4e757b2} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6340 2025.03.12 22:40:26.661600 [ 276 ] {53e497e2-36b5-4681-bb59-9981e4e757b2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001486 sec., 43068.64064602961 rows/sec., 3.36 MiB/sec.
6341 2025.03.12 22:40:26.661654 [ 276 ] {53e497e2-36b5-4681-bb59-9981e4e757b2} <Debug> TCPHandler: Processed in 0.001685674 sec.
6342 2025.03.12 22:40:26.661786 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6343 2025.03.12 22:40:26.661894 [ 276 ] {03fb0a24-e495-490d-ac39-55624b8271fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6344 2025.03.12 22:40:26.661946 [ 276 ] {03fb0a24-e495-490d-ac39-55624b8271fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6345 2025.03.12 22:40:26.662480 [ 276 ] {03fb0a24-e495-490d-ac39-55624b8271fd} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6346 2025.03.12 22:40:26.662520 [ 276 ] {03fb0a24-e495-490d-ac39-55624b8271fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6347 2025.03.12 22:40:26.662906 [ 276 ] {03fb0a24-e495-490d-ac39-55624b8271fd} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
6348 2025.03.12 22:40:26.663157 [ 276 ] {03fb0a24-e495-490d-ac39-55624b8271fd} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6349 2025.03.12 22:40:26.663342 [ 276 ] {03fb0a24-e495-490d-ac39-55624b8271fd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec.
6350 2025.03.12 22:40:26.663395 [ 276 ] {03fb0a24-e495-490d-ac39-55624b8271fd} <Debug> TCPHandler: Processed in 0.001662553 sec.
6351 2025.03.12 22:40:26.663504 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6352 2025.03.12 22:40:26.663608 [ 276 ] {058dbd2e-c8e9-4dc6-a414-28402120e29c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6353 2025.03.12 22:40:26.663654 [ 276 ] {058dbd2e-c8e9-4dc6-a414-28402120e29c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6354 2025.03.12 22:40:26.664097 [ 276 ] {058dbd2e-c8e9-4dc6-a414-28402120e29c} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6355 2025.03.12 22:40:26.664134 [ 276 ] {058dbd2e-c8e9-4dc6-a414-28402120e29c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6356 2025.03.12 22:40:26.664494 [ 276 ] {058dbd2e-c8e9-4dc6-a414-28402120e29c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
6357 2025.03.12 22:40:26.664730 [ 276 ] {058dbd2e-c8e9-4dc6-a414-28402120e29c} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6358 2025.03.12 22:40:26.664921 [ 276 ] {058dbd2e-c8e9-4dc6-a414-28402120e29c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec.
6359 2025.03.12 22:40:26.664978 [ 276 ] {058dbd2e-c8e9-4dc6-a414-28402120e29c} <Debug> TCPHandler: Processed in 0.00152521 sec.
6360 2025.03.12 22:40:29.343104 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache
6361 2025.03.12 22:40:29.343169 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache
6362 2025.03.12 22:40:29.538465 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361
6363 2025.03.12 22:40:29.539536 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6364 2025.03.12 22:40:29.539584 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6365 2025.03.12 22:40:29.540114 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6366 2025.03.12 22:40:29.540374 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6367 2025.03.12 22:40:29.540636 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
6368 2025.03.12 22:40:29.631213 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 876
6369 2025.03.12 22:40:29.634000 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6370 2025.03.12 22:40:29.634051 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6371 2025.03.12 22:40:29.635490 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6372 2025.03.12 22:40:29.635793 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6373 2025.03.12 22:40:29.636306 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 876
6374 2025.03.12 22:40:30.807399 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
6375 2025.03.12 22:40:30.829300 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6376 2025.03.12 22:40:30.829366 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6377 2025.03.12 22:40:30.836760 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6378 2025.03.12 22:40:30.837558 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6379 2025.03.12 22:40:30.840638 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
6380 2025.03.12 22:40:31.661190 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6381 2025.03.12 22:40:31.661391 [ 276 ] {59d10841-56a8-49b1-8ed4-d597fbd50be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6382 2025.03.12 22:40:31.661467 [ 276 ] {59d10841-56a8-49b1-8ed4-d597fbd50be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6383 2025.03.12 22:40:31.662273 [ 276 ] {59d10841-56a8-49b1-8ed4-d597fbd50be5} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6384 2025.03.12 22:40:31.662313 [ 276 ] {59d10841-56a8-49b1-8ed4-d597fbd50be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6385 2025.03.12 22:40:31.662766 [ 276 ] {59d10841-56a8-49b1-8ed4-d597fbd50be5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
6386 2025.03.12 22:40:31.663023 [ 276 ] {59d10841-56a8-49b1-8ed4-d597fbd50be5} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6387 2025.03.12 22:40:31.663178 [ 89 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
6388 2025.03.12 22:40:31.663223 [ 89 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6389 2025.03.12 22:40:31.663234 [ 276 ] {59d10841-56a8-49b1-8ed4-d597fbd50be5} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.001898 sec., 71654.37302423605 rows/sec., 6.19 MiB/sec.
6390 2025.03.12 22:40:31.663254 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6391 2025.03.12 22:40:31.663330 [ 276 ] {59d10841-56a8-49b1-8ed4-d597fbd50be5} <Debug> TCPHandler: Processed in 0.002281349 sec.
6392 2025.03.12 22:40:31.663523 [ 197 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
6393 2025.03.12 22:40:31.663578 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6394 2025.03.12 22:40:31.663960 [ 276 ] {5acdb65d-f471-4572-bc1a-27b57383fb4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6395 2025.03.12 22:40:31.664102 [ 197 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6396 2025.03.12 22:40:31.664164 [ 276 ] {5acdb65d-f471-4572-bc1a-27b57383fb4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6397 2025.03.12 22:40:31.664276 [ 197 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1407 rows starting from the beginning of the part
6398 2025.03.12 22:40:31.664963 [ 197 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part
6399 2025.03.12 22:40:31.665465 [ 197 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1397 rows starting from the beginning of the part
6400 2025.03.12 22:40:31.666044 [ 197 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part
6401 2025.03.12 22:40:31.666301 [ 197 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part
6402 2025.03.12 22:40:31.666572 [ 197 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 136 rows starting from the beginning of the part
6403 2025.03.12 22:40:31.667418 [ 276 ] {5acdb65d-f471-4572-bc1a-27b57383fb4c} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6404 2025.03.12 22:40:31.667462 [ 276 ] {5acdb65d-f471-4572-bc1a-27b57383fb4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6405 2025.03.12 22:40:31.668015 [ 276 ] {5acdb65d-f471-4572-bc1a-27b57383fb4c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6406 2025.03.12 22:40:31.668301 [ 276 ] {5acdb65d-f471-4572-bc1a-27b57383fb4c} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6407 2025.03.12 22:40:31.668569 [ 276 ] {5acdb65d-f471-4572-bc1a-27b57383fb4c} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.004736 sec., 8445.945945945947 rows/sec., 635.10 KiB/sec.
6408 2025.03.12 22:40:31.668861 [ 276 ] {5acdb65d-f471-4572-bc1a-27b57383fb4c} <Debug> TCPHandler: Processed in 0.005348418 sec.
6409 2025.03.12 22:40:31.669197 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6410 2025.03.12 22:40:31.669254 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 5 columns (5 merged, 0 gathered) in 0.005906613 sec., 526189.882425004 rows/sec., 46.03 MiB/sec.
6411 2025.03.12 22:40:31.669348 [ 276 ] {ea7c8ca5-c0cb-49c6-bd9c-a649857be787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6412 2025.03.12 22:40:31.669411 [ 276 ] {ea7c8ca5-c0cb-49c6-bd9c-a649857be787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6413 2025.03.12 22:40:31.669636 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
6414 2025.03.12 22:40:31.670277 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_66_13} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6415 2025.03.12 22:40:31.670505 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_66_13} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
6416 2025.03.12 22:40:31.670697 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
6417 2025.03.12 22:40:31.670700 [ 276 ] {ea7c8ca5-c0cb-49c6-bd9c-a649857be787} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6418 2025.03.12 22:40:31.670764 [ 276 ] {ea7c8ca5-c0cb-49c6-bd9c-a649857be787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6419 2025.03.12 22:40:31.671135 [ 276 ] {ea7c8ca5-c0cb-49c6-bd9c-a649857be787} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
6420 2025.03.12 22:40:31.671376 [ 276 ] {ea7c8ca5-c0cb-49c6-bd9c-a649857be787} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6421 2025.03.12 22:40:31.671569 [ 86 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
6422 2025.03.12 22:40:31.671605 [ 276 ] {ea7c8ca5-c0cb-49c6-bd9c-a649857be787} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.002302 sec., 45178.10599478715 rows/sec., 3.53 MiB/sec.
6423 2025.03.12 22:40:31.671653 [ 86 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6424 2025.03.12 22:40:31.671725 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6425 2025.03.12 22:40:31.671737 [ 276 ] {ea7c8ca5-c0cb-49c6-bd9c-a649857be787} <Debug> TCPHandler: Processed in 0.002644309 sec.
6426 2025.03.12 22:40:31.672027 [ 187 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
6427 2025.03.12 22:40:31.672114 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6428 2025.03.12 22:40:31.672508 [ 187 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6429 2025.03.12 22:40:31.672661 [ 187 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 632 rows starting from the beginning of the part
6430 2025.03.12 22:40:31.672693 [ 276 ] {0188575b-8181-410a-a8c1-620ddec04c2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6431 2025.03.12 22:40:31.673025 [ 276 ] {0188575b-8181-410a-a8c1-620ddec04c2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6432 2025.03.12 22:40:31.673207 [ 187 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part
6433 2025.03.12 22:40:31.673728 [ 187 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 598 rows starting from the beginning of the part
6434 2025.03.12 22:40:31.674072 [ 187 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part
6435 2025.03.12 22:40:31.674477 [ 187 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part
6436 2025.03.12 22:40:31.674795 [ 187 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 104 rows starting from the beginning of the part
6437 2025.03.12 22:40:31.675925 [ 276 ] {0188575b-8181-410a-a8c1-620ddec04c2a} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6438 2025.03.12 22:40:31.676022 [ 276 ] {0188575b-8181-410a-a8c1-620ddec04c2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6439 2025.03.12 22:40:31.677012 [ 276 ] {0188575b-8181-410a-a8c1-620ddec04c2a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
6440 2025.03.12 22:40:31.677433 [ 276 ] {0188575b-8181-410a-a8c1-620ddec04c2a} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6441 2025.03.12 22:40:31.677690 [ 86 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
6442 2025.03.12 22:40:31.677796 [ 86 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6443 2025.03.12 22:40:31.677877 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6444 2025.03.12 22:40:31.678036 [ 276 ] {0188575b-8181-410a-a8c1-620ddec04c2a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005507 sec., 29053.931360087165 rows/sec., 2.02 MiB/sec.
6445 2025.03.12 22:40:31.678805 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1526 rows, containing 5 columns (5 merged, 0 gathered) in 0.0069489 sec., 219603.10264934017 rows/sec., 17.49 MiB/sec.
6446 2025.03.12 22:40:31.678854 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
6447 2025.03.12 22:40:31.679458 [ 276 ] {0188575b-8181-410a-a8c1-620ddec04c2a} <Debug> TCPHandler: Processed in 0.007480343 sec.
6448 2025.03.12 22:40:31.679448 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
6449 2025.03.12 22:40:31.680175 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6450 2025.03.12 22:40:31.680461 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17187 rows starting from the beginning of the part
6451 2025.03.12 22:40:31.681093 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_66_13} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6452 2025.03.12 22:40:31.681364 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part
6453 2025.03.12 22:40:31.681759 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_66_13} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
6454 2025.03.12 22:40:31.682214 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
6455 2025.03.12 22:40:31.682250 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 945 rows starting from the beginning of the part
6456 2025.03.12 22:40:31.682259 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6457 2025.03.12 22:40:31.682454 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 98 rows starting from the beginning of the part
6458 2025.03.12 22:40:31.682608 [ 276 ] {e393d226-3eab-434c-9998-e175e50f91ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6459 2025.03.12 22:40:31.682691 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part
6460 2025.03.12 22:40:31.683049 [ 276 ] {e393d226-3eab-434c-9998-e175e50f91ca} <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
6461 2025.03.12 22:40:31.683060 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part
6462 2025.03.12 22:40:31.685294 [ 276 ] {e393d226-3eab-434c-9998-e175e50f91ca} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6463 2025.03.12 22:40:31.685344 [ 276 ] {e393d226-3eab-434c-9998-e175e50f91ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6464 2025.03.12 22:40:31.686423 [ 276 ] {e393d226-3eab-434c-9998-e175e50f91ca} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6465 2025.03.12 22:40:31.687111 [ 276 ] {e393d226-3eab-434c-9998-e175e50f91ca} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6466 2025.03.12 22:40:31.687373 [ 276 ] {e393d226-3eab-434c-9998-e175e50f91ca} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004882 sec., 8193.363375665711 rows/sec., 14.68 MiB/sec.
6467 2025.03.12 22:40:31.687475 [ 276 ] {e393d226-3eab-434c-9998-e175e50f91ca} <Debug> TCPHandler: Processed in 0.005613316 sec.
6468 2025.03.12 22:40:31.687594 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6469 2025.03.12 22:40:31.687716 [ 276 ] {8bfbff6e-b11d-4521-8a41-d21059070244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6470 2025.03.12 22:40:31.687764 [ 276 ] {8bfbff6e-b11d-4521-8a41-d21059070244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6471 2025.03.12 22:40:31.688263 [ 276 ] {8bfbff6e-b11d-4521-8a41-d21059070244} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6472 2025.03.12 22:40:31.688302 [ 276 ] {8bfbff6e-b11d-4521-8a41-d21059070244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6473 2025.03.12 22:40:31.688964 [ 276 ] {8bfbff6e-b11d-4521-8a41-d21059070244} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
6474 2025.03.12 22:40:31.689230 [ 276 ] {8bfbff6e-b11d-4521-8a41-d21059070244} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6475 2025.03.12 22:40:31.689520 [ 86 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
6476 2025.03.12 22:40:31.689571 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18710 rows, containing 5 columns (5 merged, 0 gathered) in 0.01155712 sec., 1618915.439140547 rows/sec., 110.93 MiB/sec.
6477 2025.03.12 22:40:31.689622 [ 86 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6478 2025.03.12 22:40:31.689684 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.61 GiB.
6479 2025.03.12 22:40:31.689692 [ 276 ] {8bfbff6e-b11d-4521-8a41-d21059070244} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001991 sec., 30135.61024610748 rows/sec., 2.03 MiB/sec.
6480 2025.03.12 22:40:31.689998 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
6481 2025.03.12 22:40:31.690065 [ 276 ] {8bfbff6e-b11d-4521-8a41-d21059070244} <Debug> TCPHandler: Processed in 0.002513195 sec.
6482 2025.03.12 22:40:31.690419 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
6483 2025.03.12 22:40:31.690810 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6484 2025.03.12 22:40:31.690913 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3168 rows starting from the beginning of the part
6485 2025.03.12 22:40:31.691097 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6486 2025.03.12 22:40:31.691270 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part
6487 2025.03.12 22:40:31.691455 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
6488 2025.03.12 22:40:31.691513 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 22 rows starting from the beginning of the part
6489 2025.03.12 22:40:31.691739 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.19 MiB.
6490 2025.03.12 22:40:31.691774 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 38 rows starting from the beginning of the part
6491 2025.03.12 22:40:31.691876 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part
6492 2025.03.12 22:40:31.691989 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part
6493 2025.03.12 22:40:31.693565 [ 196 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 4 columns (4 merged, 0 gathered) in 0.003777828 sec., 902105.6543601244 rows/sec., 60.80 MiB/sec.
6494 2025.03.12 22:40:31.693906 [ 195 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
6495 2025.03.12 22:40:31.694226 [ 195 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_66_13} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6496 2025.03.12 22:40:31.694313 [ 195 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_66_13} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
6497 2025.03.12 22:40:31.694400 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
6498 2025.03.12 22:40:36.658150 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6499 2025.03.12 22:40:36.658365 [ 276 ] {968f188b-0398-4e89-9b43-7815ad5765cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6500 2025.03.12 22:40:36.658439 [ 276 ] {968f188b-0398-4e89-9b43-7815ad5765cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6501 2025.03.12 22:40:36.659216 [ 276 ] {968f188b-0398-4e89-9b43-7815ad5765cc} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6502 2025.03.12 22:40:36.659270 [ 276 ] {968f188b-0398-4e89-9b43-7815ad5765cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6503 2025.03.12 22:40:36.659722 [ 276 ] {968f188b-0398-4e89-9b43-7815ad5765cc} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
6504 2025.03.12 22:40:36.660004 [ 276 ] {968f188b-0398-4e89-9b43-7815ad5765cc} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6505 2025.03.12 22:40:36.660507 [ 276 ] {968f188b-0398-4e89-9b43-7815ad5765cc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00217 sec., 25806.451612903224 rows/sec., 1.98 MiB/sec.
6506 2025.03.12 22:40:36.660955 [ 276 ] {968f188b-0398-4e89-9b43-7815ad5765cc} <Debug> TCPHandler: Processed in 0.002940337 sec.
6507 2025.03.12 22:40:36.661202 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6508 2025.03.12 22:40:36.661329 [ 276 ] {21e4f651-2c5a-4770-98bd-5adc06256ad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6509 2025.03.12 22:40:36.661381 [ 276 ] {21e4f651-2c5a-4770-98bd-5adc06256ad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6510 2025.03.12 22:40:36.661963 [ 276 ] {21e4f651-2c5a-4770-98bd-5adc06256ad5} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6511 2025.03.12 22:40:36.662004 [ 276 ] {21e4f651-2c5a-4770-98bd-5adc06256ad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6512 2025.03.12 22:40:36.662370 [ 276 ] {21e4f651-2c5a-4770-98bd-5adc06256ad5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
6513 2025.03.12 22:40:36.662619 [ 276 ] {21e4f651-2c5a-4770-98bd-5adc06256ad5} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6514 2025.03.12 22:40:36.662830 [ 276 ] {21e4f651-2c5a-4770-98bd-5adc06256ad5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001528 sec., 41884.8167539267 rows/sec., 3.27 MiB/sec.
6515 2025.03.12 22:40:36.662885 [ 276 ] {21e4f651-2c5a-4770-98bd-5adc06256ad5} <Debug> TCPHandler: Processed in 0.001775286 sec.
6516 2025.03.12 22:40:36.663003 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6517 2025.03.12 22:40:36.663113 [ 276 ] {7ed0cb26-3577-4682-806e-64907c9267a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6518 2025.03.12 22:40:36.663162 [ 276 ] {7ed0cb26-3577-4682-806e-64907c9267a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6519 2025.03.12 22:40:36.663693 [ 276 ] {7ed0cb26-3577-4682-806e-64907c9267a7} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6520 2025.03.12 22:40:36.663733 [ 276 ] {7ed0cb26-3577-4682-806e-64907c9267a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6521 2025.03.12 22:40:36.664134 [ 276 ] {7ed0cb26-3577-4682-806e-64907c9267a7} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
6522 2025.03.12 22:40:36.664372 [ 276 ] {7ed0cb26-3577-4682-806e-64907c9267a7} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6523 2025.03.12 22:40:36.664576 [ 276 ] {7ed0cb26-3577-4682-806e-64907c9267a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001474 sec., 108548.16824966078 rows/sec., 7.56 MiB/sec.
6524 2025.03.12 22:40:36.664678 [ 276 ] {7ed0cb26-3577-4682-806e-64907c9267a7} <Debug> TCPHandler: Processed in 0.001725774 sec.
6525 2025.03.12 22:40:36.664826 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6526 2025.03.12 22:40:36.665034 [ 276 ] {8b4f298b-0d99-44e4-bb5f-d3b179422a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6527 2025.03.12 22:40:36.665083 [ 276 ] {8b4f298b-0d99-44e4-bb5f-d3b179422a44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6528 2025.03.12 22:40:36.665542 [ 276 ] {8b4f298b-0d99-44e4-bb5f-d3b179422a44} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6529 2025.03.12 22:40:36.665581 [ 276 ] {8b4f298b-0d99-44e4-bb5f-d3b179422a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6530 2025.03.12 22:40:36.665941 [ 276 ] {8b4f298b-0d99-44e4-bb5f-d3b179422a44} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
6531 2025.03.12 22:40:36.666178 [ 276 ] {8b4f298b-0d99-44e4-bb5f-d3b179422a44} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6532 2025.03.12 22:40:36.666387 [ 276 ] {8b4f298b-0d99-44e4-bb5f-d3b179422a44} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec.
6533 2025.03.12 22:40:36.666437 [ 276 ] {8b4f298b-0d99-44e4-bb5f-d3b179422a44} <Debug> TCPHandler: Processed in 0.001695714 sec.
6534 2025.03.12 22:40:37.040763 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849
6535 2025.03.12 22:40:37.041447 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6536 2025.03.12 22:40:37.041485 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6537 2025.03.12 22:40:37.042008 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6538 2025.03.12 22:40:37.042262 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6539 2025.03.12 22:40:37.042415 [ 80 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6540 2025.03.12 22:40:37.042450 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849
6541 2025.03.12 22:40:37.042465 [ 80 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6542 2025.03.12 22:40:37.042492 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6543 2025.03.12 22:40:37.042855 [ 186 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
6544 2025.03.12 22:40:37.043405 [ 186 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6545 2025.03.12 22:40:37.043540 [ 186 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part
6546 2025.03.12 22:40:37.043880 [ 186 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part
6547 2025.03.12 22:40:37.044142 [ 186 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part
6548 2025.03.12 22:40:37.044362 [ 186 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part
6549 2025.03.12 22:40:37.044524 [ 186 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part
6550 2025.03.12 22:40:37.044648 [ 186 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part
6551 2025.03.12 22:40:37.047005 [ 196 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004435145 sec., 4249917.420963689 rows/sec., 60.80 MiB/sec.
6552 2025.03.12 22:40:37.047354 [ 196 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6553 2025.03.12 22:40:37.047682 [ 196 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_41_8} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6554 2025.03.12 22:40:37.047764 [ 196 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_41_8} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6555 2025.03.12 22:40:37.047861 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB.
6556 2025.03.12 22:40:38.340715 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
6557 2025.03.12 22:40:38.362821 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6558 2025.03.12 22:40:38.362914 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6559 2025.03.12 22:40:38.370379 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6560 2025.03.12 22:40:38.371167 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6561 2025.03.12 22:40:38.371547 [ 76 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6562 2025.03.12 22:40:38.371701 [ 76 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6563 2025.03.12 22:40:38.371773 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6564 2025.03.12 22:40:38.372287 [ 190 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
6565 2025.03.12 22:40:38.382207 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
6566 2025.03.12 22:40:38.384116 [ 190 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6567 2025.03.12 22:40:38.385050 [ 190 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part
6568 2025.03.12 22:40:38.389409 [ 190 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part
6569 2025.03.12 22:40:38.395209 [ 190 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
6570 2025.03.12 22:40:38.400316 [ 190 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part
6571 2025.03.12 22:40:38.405669 [ 190 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
6572 2025.03.12 22:40:38.410389 [ 190 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part
6573 2025.03.12 22:40:38.469011 [ 190 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.097114757 sec., 3181.802740854307 rows/sec., 16.45 MiB/sec.
6574 2025.03.12 22:40:38.470758 [ 190 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6575 2025.03.12 22:40:38.473123 [ 190 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_41_8} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6576 2025.03.12 22:40:38.473221 [ 190 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_41_8} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6577 2025.03.12 22:40:38.474475 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
6578 2025.03.12 22:40:39.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.81 MiB, peak 226.22 MiB, free memory in arenas 0.00 B, will set to 214.38 MiB (RSS), difference: 1.56 MiB
6579 2025.03.12 22:40:39.636459 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 896
6580 2025.03.12 22:40:39.639315 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6581 2025.03.12 22:40:39.639357 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6582 2025.03.12 22:40:39.640823 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6583 2025.03.12 22:40:39.641129 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6584 2025.03.12 22:40:39.642833 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 896
6585 2025.03.12 22:40:41.660864 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6586 2025.03.12 22:40:41.661089 [ 276 ] {ee0f0442-96e5-4905-9996-5cc6dc967a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6587 2025.03.12 22:40:41.661179 [ 276 ] {ee0f0442-96e5-4905-9996-5cc6dc967a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6588 2025.03.12 22:40:41.662152 [ 276 ] {ee0f0442-96e5-4905-9996-5cc6dc967a96} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6589 2025.03.12 22:40:41.662207 [ 276 ] {ee0f0442-96e5-4905-9996-5cc6dc967a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6590 2025.03.12 22:40:41.662690 [ 276 ] {ee0f0442-96e5-4905-9996-5cc6dc967a96} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
6591 2025.03.12 22:40:41.662954 [ 276 ] {ee0f0442-96e5-4905-9996-5cc6dc967a96} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6592 2025.03.12 22:40:41.663209 [ 276 ] {ee0f0442-96e5-4905-9996-5cc6dc967a96} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002189 sec., 62128.825947921425 rows/sec., 5.36 MiB/sec.
6593 2025.03.12 22:40:41.663280 [ 276 ] {ee0f0442-96e5-4905-9996-5cc6dc967a96} <Debug> TCPHandler: Processed in 0.002555346 sec.
6594 2025.03.12 22:40:41.663399 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6595 2025.03.12 22:40:41.663510 [ 276 ] {be7e149a-6c45-4b9f-ae6c-fe377999d857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6596 2025.03.12 22:40:41.663562 [ 276 ] {be7e149a-6c45-4b9f-ae6c-fe377999d857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6597 2025.03.12 22:40:41.664114 [ 276 ] {be7e149a-6c45-4b9f-ae6c-fe377999d857} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6598 2025.03.12 22:40:41.664156 [ 276 ] {be7e149a-6c45-4b9f-ae6c-fe377999d857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6599 2025.03.12 22:40:41.664533 [ 276 ] {be7e149a-6c45-4b9f-ae6c-fe377999d857} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6600 2025.03.12 22:40:41.664774 [ 276 ] {be7e149a-6c45-4b9f-ae6c-fe377999d857} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6601 2025.03.12 22:40:41.664969 [ 71 ] {} <Debug> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
6602 2025.03.12 22:40:41.665039 [ 276 ] {be7e149a-6c45-4b9f-ae6c-fe377999d857} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001553 sec., 25756.600128783 rows/sec., 1.89 MiB/sec.
6603 2025.03.12 22:40:41.665064 [ 71 ] {} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6604 2025.03.12 22:40:41.665140 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6605 2025.03.12 22:40:41.665181 [ 276 ] {be7e149a-6c45-4b9f-ae6c-fe377999d857} <Debug> TCPHandler: Processed in 0.001833147 sec.
6606 2025.03.12 22:40:41.665403 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6607 2025.03.12 22:40:41.665413 [ 186 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full
6608 2025.03.12 22:40:41.665588 [ 276 ] {f8fbd98b-3615-49b4-9327-5ed3ad8c4cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6609 2025.03.12 22:40:41.665695 [ 276 ] {f8fbd98b-3615-49b4-9327-5ed3ad8c4cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6610 2025.03.12 22:40:41.665713 [ 186 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6611 2025.03.12 22:40:41.665819 [ 186 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 70 rows starting from the beginning of the part
6612 2025.03.12 22:40:41.666141 [ 186 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part
6613 2025.03.12 22:40:41.666513 [ 186 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part
6614 2025.03.12 22:40:41.666872 [ 186 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 54 rows starting from the beginning of the part
6615 2025.03.12 22:40:41.667221 [ 186 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part
6616 2025.03.12 22:40:41.667459 [ 186 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part
6617 2025.03.12 22:40:41.668311 [ 276 ] {f8fbd98b-3615-49b4-9327-5ed3ad8c4cf0} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6618 2025.03.12 22:40:41.668377 [ 276 ] {f8fbd98b-3615-49b4-9327-5ed3ad8c4cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6619 2025.03.12 22:40:41.669347 [ 276 ] {f8fbd98b-3615-49b4-9327-5ed3ad8c4cf0} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
6620 2025.03.12 22:40:41.669946 [ 276 ] {f8fbd98b-3615-49b4-9327-5ed3ad8c4cf0} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6621 2025.03.12 22:40:41.670114 [ 186 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 5 columns (5 merged, 0 gathered) in 0.004837685 sec., 58705.765257556035 rows/sec., 4.54 MiB/sec.
6622 2025.03.12 22:40:41.670348 [ 276 ] {f8fbd98b-3615-49b4-9327-5ed3ad8c4cf0} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.004818 sec., 21585.7202158572 rows/sec., 1.69 MiB/sec.
6623 2025.03.12 22:40:41.670378 [ 193 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
6624 2025.03.12 22:40:41.670460 [ 276 ] {f8fbd98b-3615-49b4-9327-5ed3ad8c4cf0} <Debug> TCPHandler: Processed in 0.005137353 sec.
6625 2025.03.12 22:40:41.670579 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6626 2025.03.12 22:40:41.670704 [ 276 ] {b9c1c953-945e-4bb8-a161-bc0380c6ee16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6627 2025.03.12 22:40:41.670743 [ 193 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_29_6} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6628 2025.03.12 22:40:41.670765 [ 276 ] {b9c1c953-945e-4bb8-a161-bc0380c6ee16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6629 2025.03.12 22:40:41.670855 [ 193 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_29_6} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
6630 2025.03.12 22:40:41.670977 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
6631 2025.03.12 22:40:41.671398 [ 276 ] {b9c1c953-945e-4bb8-a161-bc0380c6ee16} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6632 2025.03.12 22:40:41.671437 [ 276 ] {b9c1c953-945e-4bb8-a161-bc0380c6ee16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6633 2025.03.12 22:40:41.671834 [ 276 ] {b9c1c953-945e-4bb8-a161-bc0380c6ee16} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
6634 2025.03.12 22:40:41.672074 [ 276 ] {b9c1c953-945e-4bb8-a161-bc0380c6ee16} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6635 2025.03.12 22:40:41.672310 [ 276 ] {b9c1c953-945e-4bb8-a161-bc0380c6ee16} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001637 sec., 97739.76786805132 rows/sec., 6.81 MiB/sec.
6636 2025.03.12 22:40:41.672376 [ 276 ] {b9c1c953-945e-4bb8-a161-bc0380c6ee16} <Debug> TCPHandler: Processed in 0.001852938 sec.
6637 2025.03.12 22:40:41.672537 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6638 2025.03.12 22:40:41.672650 [ 276 ] {4ad9791f-639e-4e29-bba8-6e64fe12c4ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6639 2025.03.12 22:40:41.672718 [ 276 ] {4ad9791f-639e-4e29-bba8-6e64fe12c4ad} <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
6640 2025.03.12 22:40:41.673900 [ 276 ] {4ad9791f-639e-4e29-bba8-6e64fe12c4ad} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6641 2025.03.12 22:40:41.673940 [ 276 ] {4ad9791f-639e-4e29-bba8-6e64fe12c4ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6642 2025.03.12 22:40:41.674642 [ 276 ] {4ad9791f-639e-4e29-bba8-6e64fe12c4ad} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6643 2025.03.12 22:40:41.674912 [ 276 ] {4ad9791f-639e-4e29-bba8-6e64fe12c4ad} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6644 2025.03.12 22:40:41.675167 [ 276 ] {4ad9791f-639e-4e29-bba8-6e64fe12c4ad} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002539 sec., 15754.233950374162 rows/sec., 28.23 MiB/sec.
6645 2025.03.12 22:40:41.675266 [ 276 ] {4ad9791f-639e-4e29-bba8-6e64fe12c4ad} <Debug> TCPHandler: Processed in 0.002796213 sec.
6646 2025.03.12 22:40:41.675396 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6647 2025.03.12 22:40:41.675504 [ 276 ] {0aba97b5-dc2c-40e1-9c41-e3d93d082a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6648 2025.03.12 22:40:41.675554 [ 276 ] {0aba97b5-dc2c-40e1-9c41-e3d93d082a49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6649 2025.03.12 22:40:41.676007 [ 276 ] {0aba97b5-dc2c-40e1-9c41-e3d93d082a49} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6650 2025.03.12 22:40:41.676047 [ 276 ] {0aba97b5-dc2c-40e1-9c41-e3d93d082a49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6651 2025.03.12 22:40:41.676406 [ 276 ] {0aba97b5-dc2c-40e1-9c41-e3d93d082a49} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
6652 2025.03.12 22:40:41.676645 [ 276 ] {0aba97b5-dc2c-40e1-9c41-e3d93d082a49} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6653 2025.03.12 22:40:41.676868 [ 276 ] {0aba97b5-dc2c-40e1-9c41-e3d93d082a49} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec.
6654 2025.03.12 22:40:41.676918 [ 276 ] {0aba97b5-dc2c-40e1-9c41-e3d93d082a49} <Debug> TCPHandler: Processed in 0.001575171 sec.
6655 2025.03.12 22:40:44.343423 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache
6656 2025.03.12 22:40:44.343496 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache
6657 2025.03.12 22:40:44.542596 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276
6658 2025.03.12 22:40:44.543314 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6659 2025.03.12 22:40:44.543365 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6660 2025.03.12 22:40:44.543908 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6661 2025.03.12 22:40:44.544177 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6662 2025.03.12 22:40:44.544406 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
6663 2025.03.12 22:40:45.882287 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
6664 2025.03.12 22:40:45.901385 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6665 2025.03.12 22:40:45.901440 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6666 2025.03.12 22:40:45.908569 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6667 2025.03.12 22:40:45.909332 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6668 2025.03.12 22:40:45.912008 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
6669 2025.03.12 22:40:46.659222 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6670 2025.03.12 22:40:46.659533 [ 276 ] {d22225fc-e6ed-451e-8ab1-1a5dd6130ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6671 2025.03.12 22:40:46.659653 [ 276 ] {d22225fc-e6ed-451e-8ab1-1a5dd6130ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6672 2025.03.12 22:40:46.660635 [ 276 ] {d22225fc-e6ed-451e-8ab1-1a5dd6130ecb} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6673 2025.03.12 22:40:46.660689 [ 276 ] {d22225fc-e6ed-451e-8ab1-1a5dd6130ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6674 2025.03.12 22:40:46.661133 [ 276 ] {d22225fc-e6ed-451e-8ab1-1a5dd6130ecb} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
6675 2025.03.12 22:40:46.661388 [ 276 ] {d22225fc-e6ed-451e-8ab1-1a5dd6130ecb} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6676 2025.03.12 22:40:46.661667 [ 276 ] {d22225fc-e6ed-451e-8ab1-1a5dd6130ecb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002211 sec., 25327.90592492085 rows/sec., 1.95 MiB/sec.
6677 2025.03.12 22:40:46.661790 [ 276 ] {d22225fc-e6ed-451e-8ab1-1a5dd6130ecb} <Debug> TCPHandler: Processed in 0.002761552 sec.
6678 2025.03.12 22:40:46.661992 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6679 2025.03.12 22:40:46.662200 [ 276 ] {f3263f31-a5c3-4952-b143-4ec6e3f14709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6680 2025.03.12 22:40:46.662251 [ 276 ] {f3263f31-a5c3-4952-b143-4ec6e3f14709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6681 2025.03.12 22:40:46.662838 [ 276 ] {f3263f31-a5c3-4952-b143-4ec6e3f14709} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6682 2025.03.12 22:40:46.662879 [ 276 ] {f3263f31-a5c3-4952-b143-4ec6e3f14709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6683 2025.03.12 22:40:46.663248 [ 276 ] {f3263f31-a5c3-4952-b143-4ec6e3f14709} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
6684 2025.03.12 22:40:46.663492 [ 276 ] {f3263f31-a5c3-4952-b143-4ec6e3f14709} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6685 2025.03.12 22:40:46.663726 [ 276 ] {f3263f31-a5c3-4952-b143-4ec6e3f14709} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001572 sec., 40712.46819338422 rows/sec., 3.18 MiB/sec.
6686 2025.03.12 22:40:46.663781 [ 276 ] {f3263f31-a5c3-4952-b143-4ec6e3f14709} <Debug> TCPHandler: Processed in 0.00190343 sec.
6687 2025.03.12 22:40:46.663901 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6688 2025.03.12 22:40:46.664011 [ 276 ] {954d55e3-7750-48ed-9247-ccc06516c745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6689 2025.03.12 22:40:46.664061 [ 276 ] {954d55e3-7750-48ed-9247-ccc06516c745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6690 2025.03.12 22:40:46.664590 [ 276 ] {954d55e3-7750-48ed-9247-ccc06516c745} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6691 2025.03.12 22:40:46.664630 [ 276 ] {954d55e3-7750-48ed-9247-ccc06516c745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6692 2025.03.12 22:40:46.665017 [ 276 ] {954d55e3-7750-48ed-9247-ccc06516c745} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
6693 2025.03.12 22:40:46.665247 [ 276 ] {954d55e3-7750-48ed-9247-ccc06516c745} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6694 2025.03.12 22:40:46.665462 [ 276 ] {954d55e3-7750-48ed-9247-ccc06516c745} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec.
6695 2025.03.12 22:40:46.665562 [ 276 ] {954d55e3-7750-48ed-9247-ccc06516c745} <Debug> TCPHandler: Processed in 0.001709045 sec.
6696 2025.03.12 22:40:46.665753 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6697 2025.03.12 22:40:46.665918 [ 276 ] {1bb5507a-7266-4c57-9646-9ec5e7632b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6698 2025.03.12 22:40:46.665966 [ 276 ] {1bb5507a-7266-4c57-9646-9ec5e7632b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6699 2025.03.12 22:40:46.666424 [ 276 ] {1bb5507a-7266-4c57-9646-9ec5e7632b6b} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6700 2025.03.12 22:40:46.666463 [ 276 ] {1bb5507a-7266-4c57-9646-9ec5e7632b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6701 2025.03.12 22:40:46.666818 [ 276 ] {1bb5507a-7266-4c57-9646-9ec5e7632b6b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
6702 2025.03.12 22:40:46.667052 [ 276 ] {1bb5507a-7266-4c57-9646-9ec5e7632b6b} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6703 2025.03.12 22:40:46.667279 [ 276 ] {1bb5507a-7266-4c57-9646-9ec5e7632b6b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec.
6704 2025.03.12 22:40:46.667329 [ 276 ] {1bb5507a-7266-4c57-9646-9ec5e7632b6b} <Debug> TCPHandler: Processed in 0.001680674 sec.
6705 2025.03.12 22:40:48.016392 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6706 2025.03.12 22:40:48.016626 [ 276 ] {099ec94b-699d-426a-a242-bc8d103da41f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6707 2025.03.12 22:40:48.016707 [ 276 ] {099ec94b-699d-426a-a242-bc8d103da41f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6708 2025.03.12 22:40:48.017548 [ 276 ] {099ec94b-699d-426a-a242-bc8d103da41f} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6709 2025.03.12 22:40:48.017601 [ 276 ] {099ec94b-699d-426a-a242-bc8d103da41f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6710 2025.03.12 22:40:48.018048 [ 276 ] {099ec94b-699d-426a-a242-bc8d103da41f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6711 2025.03.12 22:40:48.018312 [ 276 ] {099ec94b-699d-426a-a242-bc8d103da41f} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6712 2025.03.12 22:40:48.018530 [ 276 ] {099ec94b-699d-426a-a242-bc8d103da41f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001968 sec., 12195.121951219511 rows/sec., 1.01 MiB/sec.
6713 2025.03.12 22:40:48.018633 [ 276 ] {099ec94b-699d-426a-a242-bc8d103da41f} <Debug> TCPHandler: Processed in 0.002386951 sec.
6714 2025.03.12 22:40:48.018837 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6715 2025.03.12 22:40:48.018946 [ 276 ] {99e161c1-43ac-4c7d-a2c8-10db6bc37c2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6716 2025.03.12 22:40:48.018995 [ 276 ] {99e161c1-43ac-4c7d-a2c8-10db6bc37c2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6717 2025.03.12 22:40:48.019546 [ 276 ] {99e161c1-43ac-4c7d-a2c8-10db6bc37c2a} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6718 2025.03.12 22:40:48.019588 [ 276 ] {99e161c1-43ac-4c7d-a2c8-10db6bc37c2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6719 2025.03.12 22:40:48.019939 [ 276 ] {99e161c1-43ac-4c7d-a2c8-10db6bc37c2a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6720 2025.03.12 22:40:48.020180 [ 276 ] {99e161c1-43ac-4c7d-a2c8-10db6bc37c2a} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6721 2025.03.12 22:40:48.020518 [ 276 ] {99e161c1-43ac-4c7d-a2c8-10db6bc37c2a} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001566 sec., 10217.113665389528 rows/sec., 833.13 KiB/sec.
6722 2025.03.12 22:40:48.020849 [ 276 ] {99e161c1-43ac-4c7d-a2c8-10db6bc37c2a} <Debug> TCPHandler: Processed in 0.002074774 sec.
6723 2025.03.12 22:40:48.020995 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6724 2025.03.12 22:40:48.021099 [ 276 ] {c64d7f9b-31c0-4fad-9ed1-31354a49f5a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6725 2025.03.12 22:40:48.021143 [ 276 ] {c64d7f9b-31c0-4fad-9ed1-31354a49f5a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6726 2025.03.12 22:40:48.022465 [ 276 ] {c64d7f9b-31c0-4fad-9ed1-31354a49f5a7} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6727 2025.03.12 22:40:48.022505 [ 276 ] {c64d7f9b-31c0-4fad-9ed1-31354a49f5a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6728 2025.03.12 22:40:48.022961 [ 276 ] {c64d7f9b-31c0-4fad-9ed1-31354a49f5a7} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
6729 2025.03.12 22:40:48.023205 [ 276 ] {c64d7f9b-31c0-4fad-9ed1-31354a49f5a7} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6730 2025.03.12 22:40:48.023436 [ 276 ] {c64d7f9b-31c0-4fad-9ed1-31354a49f5a7} <Debug> executeQuery: Read 1404 rows, 120.63 KiB in 0.002359 sec., 595167.4438321323 rows/sec., 49.94 MiB/sec.
6731 2025.03.12 22:40:48.023502 [ 276 ] {c64d7f9b-31c0-4fad-9ed1-31354a49f5a7} <Debug> TCPHandler: Processed in 0.002559387 sec.
6732 2025.03.12 22:40:48.023629 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6733 2025.03.12 22:40:48.023760 [ 276 ] {749950da-9a3f-4529-a2b7-474d07f828a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6734 2025.03.12 22:40:48.023807 [ 276 ] {749950da-9a3f-4529-a2b7-474d07f828a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6735 2025.03.12 22:40:48.024363 [ 276 ] {749950da-9a3f-4529-a2b7-474d07f828a2} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6736 2025.03.12 22:40:48.024402 [ 276 ] {749950da-9a3f-4529-a2b7-474d07f828a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6737 2025.03.12 22:40:48.024751 [ 276 ] {749950da-9a3f-4529-a2b7-474d07f828a2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6738 2025.03.12 22:40:48.024984 [ 276 ] {749950da-9a3f-4529-a2b7-474d07f828a2} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6739 2025.03.12 22:40:48.025195 [ 276 ] {749950da-9a3f-4529-a2b7-474d07f828a2} <Debug> executeQuery: Read 68 rows, 5.09 KiB in 0.001465 sec., 46416.38225255973 rows/sec., 3.39 MiB/sec.
6740 2025.03.12 22:40:48.025248 [ 276 ] {749950da-9a3f-4529-a2b7-474d07f828a2} <Debug> TCPHandler: Processed in 0.001681504 sec.
6741 2025.03.12 22:40:48.025367 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6742 2025.03.12 22:40:48.025474 [ 276 ] {c8b6a59f-bca1-4b95-a2eb-8d5948a3e8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6743 2025.03.12 22:40:48.025519 [ 276 ] {c8b6a59f-bca1-4b95-a2eb-8d5948a3e8b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6744 2025.03.12 22:40:48.026141 [ 276 ] {c8b6a59f-bca1-4b95-a2eb-8d5948a3e8b6} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6745 2025.03.12 22:40:48.026182 [ 276 ] {c8b6a59f-bca1-4b95-a2eb-8d5948a3e8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6746 2025.03.12 22:40:48.026549 [ 276 ] {c8b6a59f-bca1-4b95-a2eb-8d5948a3e8b6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6747 2025.03.12 22:40:48.026792 [ 276 ] {c8b6a59f-bca1-4b95-a2eb-8d5948a3e8b6} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6748 2025.03.12 22:40:48.027032 [ 276 ] {c8b6a59f-bca1-4b95-a2eb-8d5948a3e8b6} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001572 sec., 160305.34351145037 rows/sec., 11.09 MiB/sec.
6749 2025.03.12 22:40:48.027250 [ 276 ] {c8b6a59f-bca1-4b95-a2eb-8d5948a3e8b6} <Debug> TCPHandler: Processed in 0.001931181 sec.
6750 2025.03.12 22:40:48.027403 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6751 2025.03.12 22:40:48.027509 [ 276 ] {934dd42c-d1a4-44c8-bb7c-783e6c30994e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6752 2025.03.12 22:40:48.027554 [ 276 ] {934dd42c-d1a4-44c8-bb7c-783e6c30994e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6753 2025.03.12 22:40:48.028109 [ 276 ] {934dd42c-d1a4-44c8-bb7c-783e6c30994e} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6754 2025.03.12 22:40:48.028149 [ 276 ] {934dd42c-d1a4-44c8-bb7c-783e6c30994e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6755 2025.03.12 22:40:48.028489 [ 276 ] {934dd42c-d1a4-44c8-bb7c-783e6c30994e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6756 2025.03.12 22:40:48.028728 [ 276 ] {934dd42c-d1a4-44c8-bb7c-783e6c30994e} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6757 2025.03.12 22:40:48.028952 [ 276 ] {934dd42c-d1a4-44c8-bb7c-783e6c30994e} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001466 sec., 8185.538881309686 rows/sec., 639.50 KiB/sec.
6758 2025.03.12 22:40:48.029005 [ 276 ] {934dd42c-d1a4-44c8-bb7c-783e6c30994e} <Debug> TCPHandler: Processed in 0.001654933 sec.
6759 2025.03.12 22:40:48.029112 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6760 2025.03.12 22:40:48.029214 [ 276 ] {b11c3216-303a-4327-85ef-5d89257fa237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6761 2025.03.12 22:40:48.029260 [ 276 ] {b11c3216-303a-4327-85ef-5d89257fa237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6762 2025.03.12 22:40:48.030030 [ 276 ] {b11c3216-303a-4327-85ef-5d89257fa237} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6763 2025.03.12 22:40:48.030070 [ 276 ] {b11c3216-303a-4327-85ef-5d89257fa237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6764 2025.03.12 22:40:48.030447 [ 276 ] {b11c3216-303a-4327-85ef-5d89257fa237} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
6765 2025.03.12 22:40:48.030682 [ 276 ] {b11c3216-303a-4327-85ef-5d89257fa237} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6766 2025.03.12 22:40:48.030901 [ 276 ] {b11c3216-303a-4327-85ef-5d89257fa237} <Debug> executeQuery: Read 612 rows, 47.17 KiB in 0.001708 sec., 358313.81733021076 rows/sec., 26.97 MiB/sec.
6767 2025.03.12 22:40:48.030954 [ 276 ] {b11c3216-303a-4327-85ef-5d89257fa237} <Debug> TCPHandler: Processed in 0.00189437 sec.
6768 2025.03.12 22:40:48.031061 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6769 2025.03.12 22:40:48.031164 [ 276 ] {cc62fcab-5d42-406d-94c9-401673099468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6770 2025.03.12 22:40:48.031212 [ 276 ] {cc62fcab-5d42-406d-94c9-401673099468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6771 2025.03.12 22:40:48.032047 [ 276 ] {cc62fcab-5d42-406d-94c9-401673099468} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6772 2025.03.12 22:40:48.032085 [ 276 ] {cc62fcab-5d42-406d-94c9-401673099468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6773 2025.03.12 22:40:48.032524 [ 276 ] {cc62fcab-5d42-406d-94c9-401673099468} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
6774 2025.03.12 22:40:48.032760 [ 276 ] {cc62fcab-5d42-406d-94c9-401673099468} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6775 2025.03.12 22:40:48.032983 [ 276 ] {cc62fcab-5d42-406d-94c9-401673099468} <Debug> executeQuery: Read 942 rows, 65.08 KiB in 0.001839 sec., 512234.91027732467 rows/sec., 34.56 MiB/sec.
6776 2025.03.12 22:40:48.033039 [ 276 ] {cc62fcab-5d42-406d-94c9-401673099468} <Debug> TCPHandler: Processed in 0.002029673 sec.
6777 2025.03.12 22:40:48.033158 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6778 2025.03.12 22:40:48.033264 [ 276 ] {1a94c9d2-3ef9-4c38-bc16-f42d43a640c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6779 2025.03.12 22:40:48.033334 [ 276 ] {1a94c9d2-3ef9-4c38-bc16-f42d43a640c7} <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
6780 2025.03.12 22:40:48.034516 [ 276 ] {1a94c9d2-3ef9-4c38-bc16-f42d43a640c7} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6781 2025.03.12 22:40:48.034557 [ 276 ] {1a94c9d2-3ef9-4c38-bc16-f42d43a640c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6782 2025.03.12 22:40:48.035206 [ 276 ] {1a94c9d2-3ef9-4c38-bc16-f42d43a640c7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6783 2025.03.12 22:40:48.035460 [ 276 ] {1a94c9d2-3ef9-4c38-bc16-f42d43a640c7} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6784 2025.03.12 22:40:48.035753 [ 276 ] {1a94c9d2-3ef9-4c38-bc16-f42d43a640c7} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002501 sec., 15993.602558976409 rows/sec., 28.66 MiB/sec.
6785 2025.03.12 22:40:48.036247 [ 276 ] {1a94c9d2-3ef9-4c38-bc16-f42d43a640c7} <Debug> TCPHandler: Processed in 0.003140392 sec.
6786 2025.03.12 22:40:48.036374 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6787 2025.03.12 22:40:48.036479 [ 276 ] {30bfe756-c01c-4f6a-8dc4-07096bee55ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6788 2025.03.12 22:40:48.036525 [ 276 ] {30bfe756-c01c-4f6a-8dc4-07096bee55ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6789 2025.03.12 22:40:48.036992 [ 276 ] {30bfe756-c01c-4f6a-8dc4-07096bee55ff} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6790 2025.03.12 22:40:48.037032 [ 276 ] {30bfe756-c01c-4f6a-8dc4-07096bee55ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6791 2025.03.12 22:40:48.037389 [ 276 ] {30bfe756-c01c-4f6a-8dc4-07096bee55ff} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
6792 2025.03.12 22:40:48.037622 [ 276 ] {30bfe756-c01c-4f6a-8dc4-07096bee55ff} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6793 2025.03.12 22:40:48.037833 [ 276 ] {30bfe756-c01c-4f6a-8dc4-07096bee55ff} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001376 sec., 13081.395348837208 rows/sec., 907.72 KiB/sec.
6794 2025.03.12 22:40:48.037884 [ 276 ] {30bfe756-c01c-4f6a-8dc4-07096bee55ff} <Debug> TCPHandler: Processed in 0.00156129 sec.
6795 2025.03.12 22:40:49.642993 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 936
6796 2025.03.12 22:40:49.646270 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6797 2025.03.12 22:40:49.646327 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6798 2025.03.12 22:40:49.647824 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6799 2025.03.12 22:40:49.648149 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6800 2025.03.12 22:40:49.648399 [ 59 ] {} <Debug> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6801 2025.03.12 22:40:49.648562 [ 59 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6802 2025.03.12 22:40:49.648688 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6803 2025.03.12 22:40:49.649389 [ 194 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::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
6804 2025.03.12 22:40:49.650358 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 936
6805 2025.03.12 22:40:49.650832 [ 194 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6806 2025.03.12 22:40:49.651031 [ 194 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 800 rows starting from the beginning of the part
6807 2025.03.12 22:40:49.651583 [ 194 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 20 rows starting from the beginning of the part
6808 2025.03.12 22:40:49.652102 [ 194 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part
6809 2025.03.12 22:40:49.652592 [ 194 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part
6810 2025.03.12 22:40:49.653076 [ 194 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 20 rows starting from the beginning of the part
6811 2025.03.12 22:40:49.653532 [ 194 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part
6812 2025.03.12 22:40:49.661627 [ 191 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 936 rows, containing 72 columns (72 merged, 0 gathered) in 0.012730519 sec., 73524.1037698463 rows/sec., 59.15 MiB/sec.
6813 2025.03.12 22:40:49.663089 [ 201 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6814 2025.03.12 22:40:49.663991 [ 201 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_31_6} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6815 2025.03.12 22:40:49.664106 [ 201 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_31_6} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6816 2025.03.12 22:40:49.664479 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB.
6817 2025.03.12 22:40:51.655766 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6818 2025.03.12 22:40:51.655983 [ 276 ] {2bce7bc1-1bb4-4dcc-b15a-46bd95fb5c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6819 2025.03.12 22:40:51.656067 [ 276 ] {2bce7bc1-1bb4-4dcc-b15a-46bd95fb5c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6820 2025.03.12 22:40:51.656886 [ 276 ] {2bce7bc1-1bb4-4dcc-b15a-46bd95fb5c30} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6821 2025.03.12 22:40:51.656939 [ 276 ] {2bce7bc1-1bb4-4dcc-b15a-46bd95fb5c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6822 2025.03.12 22:40:51.657375 [ 276 ] {2bce7bc1-1bb4-4dcc-b15a-46bd95fb5c30} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
6823 2025.03.12 22:40:51.657630 [ 276 ] {2bce7bc1-1bb4-4dcc-b15a-46bd95fb5c30} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6824 2025.03.12 22:40:51.657808 [ 52 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
6825 2025.03.12 22:40:51.657838 [ 276 ] {2bce7bc1-1bb4-4dcc-b15a-46bd95fb5c30} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001913 sec., 29273.392577104027 rows/sec., 2.25 MiB/sec.
6826 2025.03.12 22:40:51.657857 [ 52 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6827 2025.03.12 22:40:51.657900 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6828 2025.03.12 22:40:51.657926 [ 276 ] {2bce7bc1-1bb4-4dcc-b15a-46bd95fb5c30} <Debug> TCPHandler: Processed in 0.00230373 sec.
6829 2025.03.12 22:40:51.658045 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
6830 2025.03.12 22:40:51.658076 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6831 2025.03.12 22:40:51.658165 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6832 2025.03.12 22:40:51.658207 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1407 rows starting from the beginning of the part
6833 2025.03.12 22:40:51.658213 [ 276 ] {695ba41b-7fde-48ca-a6fa-28f8a4e91fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6834 2025.03.12 22:40:51.658281 [ 276 ] {695ba41b-7fde-48ca-a6fa-28f8a4e91fa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6835 2025.03.12 22:40:51.658293 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part
6836 2025.03.12 22:40:51.658774 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 136 rows starting from the beginning of the part
6837 2025.03.12 22:40:51.659066 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part
6838 2025.03.12 22:40:51.659417 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1404 rows starting from the beginning of the part
6839 2025.03.12 22:40:51.659747 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part
6840 2025.03.12 22:40:51.660850 [ 276 ] {695ba41b-7fde-48ca-a6fa-28f8a4e91fa2} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6841 2025.03.12 22:40:51.660895 [ 276 ] {695ba41b-7fde-48ca-a6fa-28f8a4e91fa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6842 2025.03.12 22:40:51.661557 [ 276 ] {695ba41b-7fde-48ca-a6fa-28f8a4e91fa2} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
6843 2025.03.12 22:40:51.661831 [ 276 ] {695ba41b-7fde-48ca-a6fa-28f8a4e91fa2} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6844 2025.03.12 22:40:51.661994 [ 52 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
6845 2025.03.12 22:40:51.662062 [ 52 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6846 2025.03.12 22:40:51.662089 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6847 2025.03.12 22:40:51.662102 [ 276 ] {695ba41b-7fde-48ca-a6fa-28f8a4e91fa2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003922 sec., 16318.20499745028 rows/sec., 1.27 MiB/sec.
6848 2025.03.12 22:40:51.662452 [ 276 ] {695ba41b-7fde-48ca-a6fa-28f8a4e91fa2} <Debug> TCPHandler: Processed in 0.004431515 sec.
6849 2025.03.12 22:40:51.662478 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
6850 2025.03.12 22:40:51.662599 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3115 rows, containing 5 columns (5 merged, 0 gathered) in 0.004625229 sec., 673480.1671441565 rows/sec., 58.89 MiB/sec.
6851 2025.03.12 22:40:51.662683 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6852 2025.03.12 22:40:51.662706 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6853 2025.03.12 22:40:51.662744 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 632 rows starting from the beginning of the part
6854 2025.03.12 22:40:51.662924 [ 276 ] {0915dba1-f976-46f6-8dc5-c91c563b66b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6855 2025.03.12 22:40:51.663146 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part
6856 2025.03.12 22:40:51.663170 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
6857 2025.03.12 22:40:51.663173 [ 276 ] {0915dba1-f976-46f6-8dc5-c91c563b66b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6858 2025.03.12 22:40:51.663648 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 104 rows starting from the beginning of the part
6859 2025.03.12 22:40:51.664036 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part
6860 2025.03.12 22:40:51.664601 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 612 rows starting from the beginning of the part
6861 2025.03.12 22:40:51.664773 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_71_14} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6862 2025.03.12 22:40:51.665108 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part
6863 2025.03.12 22:40:51.665327 [ 198 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_71_14} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
6864 2025.03.12 22:40:51.665767 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
6865 2025.03.12 22:40:51.666371 [ 276 ] {0915dba1-f976-46f6-8dc5-c91c563b66b8} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6866 2025.03.12 22:40:51.666418 [ 276 ] {0915dba1-f976-46f6-8dc5-c91c563b66b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6867 2025.03.12 22:40:51.666988 [ 276 ] {0915dba1-f976-46f6-8dc5-c91c563b66b8} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
6868 2025.03.12 22:40:51.667281 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005106533 sec., 301574.4733266191 rows/sec., 24.03 MiB/sec.
6869 2025.03.12 22:40:51.667350 [ 276 ] {0915dba1-f976-46f6-8dc5-c91c563b66b8} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6870 2025.03.12 22:40:51.667558 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
6871 2025.03.12 22:40:51.667625 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6872 2025.03.12 22:40:51.667644 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
6873 2025.03.12 22:40:51.667689 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6874 2025.03.12 22:40:51.667704 [ 276 ] {0915dba1-f976-46f6-8dc5-c91c563b66b8} <Debug> executeQuery: Read 108 rows, 7.71 KiB in 0.004895 sec., 22063.329928498468 rows/sec., 1.54 MiB/sec.
6875 2025.03.12 22:40:51.668275 [ 276 ] {0915dba1-f976-46f6-8dc5-c91c563b66b8} <Debug> TCPHandler: Processed in 0.005675696 sec.
6876 2025.03.12 22:40:51.668327 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
6877 2025.03.12 22:40:51.668891 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6878 2025.03.12 22:40:51.669061 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_71_14} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6879 2025.03.12 22:40:51.669142 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6880 2025.03.12 22:40:51.669367 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18710 rows starting from the beginning of the part
6881 2025.03.12 22:40:51.669542 [ 276 ] {bf3ef2a3-0948-4f6f-8689-022670f69432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6882 2025.03.12 22:40:51.669699 [ 199 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_71_14} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
6883 2025.03.12 22:40:51.669851 [ 276 ] {bf3ef2a3-0948-4f6f-8689-022670f69432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6884 2025.03.12 22:40:51.670125 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part
6885 2025.03.12 22:40:51.670217 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
6886 2025.03.12 22:40:51.670681 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part
6887 2025.03.12 22:40:51.670993 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part
6888 2025.03.12 22:40:51.671208 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 942 rows starting from the beginning of the part
6889 2025.03.12 22:40:51.671515 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 108 rows starting from the beginning of the part
6890 2025.03.12 22:40:51.672230 [ 276 ] {bf3ef2a3-0948-4f6f-8689-022670f69432} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6891 2025.03.12 22:40:51.672276 [ 276 ] {bf3ef2a3-0948-4f6f-8689-022670f69432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6892 2025.03.12 22:40:51.672782 [ 276 ] {bf3ef2a3-0948-4f6f-8689-022670f69432} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
6893 2025.03.12 22:40:51.673164 [ 276 ] {bf3ef2a3-0948-4f6f-8689-022670f69432} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6894 2025.03.12 22:40:51.673347 [ 52 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
6895 2025.03.12 22:40:51.673410 [ 52 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6896 2025.03.12 22:40:51.673455 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6897 2025.03.12 22:40:51.673491 [ 276 ] {bf3ef2a3-0948-4f6f-8689-022670f69432} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.004201 sec., 9997.619614377529 rows/sec., 688.31 KiB/sec.
6898 2025.03.12 22:40:51.673887 [ 276 ] {bf3ef2a3-0948-4f6f-8689-022670f69432} <Debug> TCPHandler: Processed in 0.005166544 sec.
6899 2025.03.12 22:40:51.674594 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
6900 2025.03.12 22:40:51.675209 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6901 2025.03.12 22:40:51.675276 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3408 rows starting from the beginning of the part
6902 2025.03.12 22:40:51.675390 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part
6903 2025.03.12 22:40:51.675678 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part
6904 2025.03.12 22:40:51.676143 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part
6905 2025.03.12 22:40:51.676254 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 18 rows starting from the beginning of the part
6906 2025.03.12 22:40:51.676469 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 42 rows starting from the beginning of the part
6907 2025.03.12 22:40:51.681487 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3648 rows, containing 4 columns (4 merged, 0 gathered) in 0.007832443 sec., 465755.06518208946 rows/sec., 31.39 MiB/sec.
6908 2025.03.12 22:40:51.681932 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
6909 2025.03.12 22:40:51.682344 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20240 rows, containing 5 columns (5 merged, 0 gathered) in 0.014504096 sec., 1395467.8733510866 rows/sec., 95.60 MiB/sec.
6910 2025.03.12 22:40:51.682534 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_71_14} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6911 2025.03.12 22:40:51.682635 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_71_14} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
6912 2025.03.12 22:40:51.682746 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
6913 2025.03.12 22:40:51.682809 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
6914 2025.03.12 22:40:51.683139 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6915 2025.03.12 22:40:51.683236 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
6916 2025.03.12 22:40:51.683341 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
6917 2025.03.12 22:40:52.044541 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764
6918 2025.03.12 22:40:52.045321 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6919 2025.03.12 22:40:52.045369 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6920 2025.03.12 22:40:52.045925 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6921 2025.03.12 22:40:52.046177 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6922 2025.03.12 22:40:52.046415 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764
6923 2025.03.12 22:40:53.412083 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324
6924 2025.03.12 22:40:53.432428 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6925 2025.03.12 22:40:53.432493 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6926 2025.03.12 22:40:53.439770 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6927 2025.03.12 22:40:53.440545 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6928 2025.03.12 22:40:53.443320 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324
6929 2025.03.12 22:40:56.658705 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6930 2025.03.12 22:40:56.659041 [ 276 ] {dcfaecd9-7f7f-4cee-b64e-cc4ff937c2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6931 2025.03.12 22:40:56.659157 [ 276 ] {dcfaecd9-7f7f-4cee-b64e-cc4ff937c2b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6932 2025.03.12 22:40:56.660092 [ 276 ] {dcfaecd9-7f7f-4cee-b64e-cc4ff937c2b8} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6933 2025.03.12 22:40:56.660142 [ 276 ] {dcfaecd9-7f7f-4cee-b64e-cc4ff937c2b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6934 2025.03.12 22:40:56.660581 [ 276 ] {dcfaecd9-7f7f-4cee-b64e-cc4ff937c2b8} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
6935 2025.03.12 22:40:56.660844 [ 276 ] {dcfaecd9-7f7f-4cee-b64e-cc4ff937c2b8} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6936 2025.03.12 22:40:56.661095 [ 276 ] {dcfaecd9-7f7f-4cee-b64e-cc4ff937c2b8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002142 sec., 26143.790849673205 rows/sec., 2.01 MiB/sec.
6937 2025.03.12 22:40:56.661161 [ 276 ] {dcfaecd9-7f7f-4cee-b64e-cc4ff937c2b8} <Debug> TCPHandler: Processed in 0.002660299 sec.
6938 2025.03.12 22:40:56.661277 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6939 2025.03.12 22:40:56.661385 [ 276 ] {e90f9d07-b177-40ad-9df9-432c8bd55d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6940 2025.03.12 22:40:56.661433 [ 276 ] {e90f9d07-b177-40ad-9df9-432c8bd55d42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6941 2025.03.12 22:40:56.662000 [ 276 ] {e90f9d07-b177-40ad-9df9-432c8bd55d42} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6942 2025.03.12 22:40:56.662042 [ 276 ] {e90f9d07-b177-40ad-9df9-432c8bd55d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6943 2025.03.12 22:40:56.662408 [ 276 ] {e90f9d07-b177-40ad-9df9-432c8bd55d42} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
6944 2025.03.12 22:40:56.662649 [ 276 ] {e90f9d07-b177-40ad-9df9-432c8bd55d42} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6945 2025.03.12 22:40:56.662874 [ 276 ] {e90f9d07-b177-40ad-9df9-432c8bd55d42} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001515 sec., 42244.22442244224 rows/sec., 3.30 MiB/sec.
6946 2025.03.12 22:40:56.662930 [ 276 ] {e90f9d07-b177-40ad-9df9-432c8bd55d42} <Debug> TCPHandler: Processed in 0.001706884 sec.
6947 2025.03.12 22:40:56.663047 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6948 2025.03.12 22:40:56.663156 [ 276 ] {59048a74-dd29-4b54-9f87-6e164b7f953e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6949 2025.03.12 22:40:56.663207 [ 276 ] {59048a74-dd29-4b54-9f87-6e164b7f953e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6950 2025.03.12 22:40:56.663739 [ 276 ] {59048a74-dd29-4b54-9f87-6e164b7f953e} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6951 2025.03.12 22:40:56.663779 [ 276 ] {59048a74-dd29-4b54-9f87-6e164b7f953e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6952 2025.03.12 22:40:56.664191 [ 276 ] {59048a74-dd29-4b54-9f87-6e164b7f953e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
6953 2025.03.12 22:40:56.664436 [ 276 ] {59048a74-dd29-4b54-9f87-6e164b7f953e} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6954 2025.03.12 22:40:56.664647 [ 276 ] {59048a74-dd29-4b54-9f87-6e164b7f953e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001515 sec., 105610.56105610561 rows/sec., 7.36 MiB/sec.
6955 2025.03.12 22:40:56.664700 [ 276 ] {59048a74-dd29-4b54-9f87-6e164b7f953e} <Debug> TCPHandler: Processed in 0.001706494 sec.
6956 2025.03.12 22:40:56.664806 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6957 2025.03.12 22:40:56.664910 [ 276 ] {8f8def5f-8b10-43e1-9b54-c7f340c57fc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6958 2025.03.12 22:40:56.664957 [ 276 ] {8f8def5f-8b10-43e1-9b54-c7f340c57fc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6959 2025.03.12 22:40:56.665389 [ 276 ] {8f8def5f-8b10-43e1-9b54-c7f340c57fc1} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6960 2025.03.12 22:40:56.665430 [ 276 ] {8f8def5f-8b10-43e1-9b54-c7f340c57fc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.60 GiB.
6961 2025.03.12 22:40:56.665790 [ 276 ] {8f8def5f-8b10-43e1-9b54-c7f340c57fc1} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
6962 2025.03.12 22:40:56.666028 [ 276 ] {8f8def5f-8b10-43e1-9b54-c7f340c57fc1} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6963 2025.03.12 22:40:56.666231 [ 276 ] {8f8def5f-8b10-43e1-9b54-c7f340c57fc1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec.
6964 2025.03.12 22:40:56.666283 [ 276 ] {8f8def5f-8b10-43e1-9b54-c7f340c57fc1} <Debug> TCPHandler: Processed in 0.00152835 sec.
6965 2025.03.12 22:40:59.343559 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache
6966 2025.03.12 22:40:59.343667 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache
6967 2025.03.12 22:40:59.546600 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191
6968 2025.03.12 22:40:59.547340 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6969 2025.03.12 22:40:59.547389 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
6970 2025.03.12 22:40:59.547951 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6971 2025.03.12 22:40:59.548202 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6972 2025.03.12 22:40:59.548465 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
6973 2025.03.12 22:40:59.650649 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 952
6974 2025.03.12 22:40:59.653943 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6975 2025.03.12 22:40:59.654004 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
6976 2025.03.12 22:40:59.655541 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6977 2025.03.12 22:40:59.655867 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6978 2025.03.12 22:40:59.656496 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 952
6979 2025.03.12 22:41:00.739291 [ 43 ] {} <Debug> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6980 2025.03.12 22:41:00.739389 [ 43 ] {} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6981 2025.03.12 22:41:00.739431 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
6982 2025.03.12 22:41:00.739667 [ 187 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::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
6983 2025.03.12 22:41:00.739882 [ 187 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6984 2025.03.12 22:41:00.739925 [ 187 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::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
6985 2025.03.12 22:41:00.740020 [ 187 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::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
6986 2025.03.12 22:41:00.740319 [ 187 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part
6987 2025.03.12 22:41:00.740497 [ 187 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part
6988 2025.03.12 22:41:00.740676 [ 187 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part
6989 2025.03.12 22:41:00.741767 [ 197 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002226327 sec., 24255.197012837736 rows/sec., 2.02 MiB/sec.
6990 2025.03.12 22:41:00.742060 [ 197 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
6991 2025.03.12 22:41:00.742612 [ 197 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_9_2} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6992 2025.03.12 22:41:00.742731 [ 197 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_9_2} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
6993 2025.03.12 22:41:00.742834 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6994 2025.03.12 22:41:00.943396 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332
6995 2025.03.12 22:41:00.965474 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6996 2025.03.12 22:41:00.965537 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
6997 2025.03.12 22:41:00.972887 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6998 2025.03.12 22:41:00.973712 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6999 2025.03.12 22:41:00.977544 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
7000 2025.03.12 22:41:01.662004 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7001 2025.03.12 22:41:01.662222 [ 276 ] {d9c539fc-c1b5-473c-aed5-b8efd0bc3e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7002 2025.03.12 22:41:01.662305 [ 276 ] {d9c539fc-c1b5-473c-aed5-b8efd0bc3e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7003 2025.03.12 22:41:01.663227 [ 276 ] {d9c539fc-c1b5-473c-aed5-b8efd0bc3e34} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7004 2025.03.12 22:41:01.663282 [ 276 ] {d9c539fc-c1b5-473c-aed5-b8efd0bc3e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7005 2025.03.12 22:41:01.663747 [ 276 ] {d9c539fc-c1b5-473c-aed5-b8efd0bc3e34} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7006 2025.03.12 22:41:01.664008 [ 276 ] {d9c539fc-c1b5-473c-aed5-b8efd0bc3e34} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7007 2025.03.12 22:41:01.664238 [ 276 ] {d9c539fc-c1b5-473c-aed5-b8efd0bc3e34} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002076 sec., 65510.597302504815 rows/sec., 5.66 MiB/sec.
7008 2025.03.12 22:41:01.664304 [ 276 ] {d9c539fc-c1b5-473c-aed5-b8efd0bc3e34} <Debug> TCPHandler: Processed in 0.002451704 sec.
7009 2025.03.12 22:41:01.664439 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7010 2025.03.12 22:41:01.664553 [ 276 ] {c46c6fc7-ef78-4468-ad88-a5de9d99c5ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7011 2025.03.12 22:41:01.664604 [ 276 ] {c46c6fc7-ef78-4468-ad88-a5de9d99c5ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7012 2025.03.12 22:41:01.665169 [ 276 ] {c46c6fc7-ef78-4468-ad88-a5de9d99c5ea} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7013 2025.03.12 22:41:01.665210 [ 276 ] {c46c6fc7-ef78-4468-ad88-a5de9d99c5ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7014 2025.03.12 22:41:01.665571 [ 276 ] {c46c6fc7-ef78-4468-ad88-a5de9d99c5ea} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7015 2025.03.12 22:41:01.665826 [ 276 ] {c46c6fc7-ef78-4468-ad88-a5de9d99c5ea} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7016 2025.03.12 22:41:01.666039 [ 276 ] {c46c6fc7-ef78-4468-ad88-a5de9d99c5ea} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001514 sec., 26420.07926023778 rows/sec., 1.94 MiB/sec.
7017 2025.03.12 22:41:01.666094 [ 276 ] {c46c6fc7-ef78-4468-ad88-a5de9d99c5ea} <Debug> TCPHandler: Processed in 0.001709284 sec.
7018 2025.03.12 22:41:01.666203 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7019 2025.03.12 22:41:01.666307 [ 276 ] {325ffd68-6694-4c0f-9165-09c76a627da7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7020 2025.03.12 22:41:01.666353 [ 276 ] {325ffd68-6694-4c0f-9165-09c76a627da7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7021 2025.03.12 22:41:01.666922 [ 276 ] {325ffd68-6694-4c0f-9165-09c76a627da7} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7022 2025.03.12 22:41:01.666964 [ 276 ] {325ffd68-6694-4c0f-9165-09c76a627da7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7023 2025.03.12 22:41:01.667326 [ 276 ] {325ffd68-6694-4c0f-9165-09c76a627da7} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7024 2025.03.12 22:41:01.667563 [ 276 ] {325ffd68-6694-4c0f-9165-09c76a627da7} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7025 2025.03.12 22:41:01.667777 [ 276 ] {325ffd68-6694-4c0f-9165-09c76a627da7} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001492 sec., 69705.09383378016 rows/sec., 5.44 MiB/sec.
7026 2025.03.12 22:41:01.667830 [ 276 ] {325ffd68-6694-4c0f-9165-09c76a627da7} <Debug> TCPHandler: Processed in 0.001679483 sec.
7027 2025.03.12 22:41:01.667949 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7028 2025.03.12 22:41:01.668057 [ 276 ] {60783809-32ed-4918-bb60-16fb6a254a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7029 2025.03.12 22:41:01.668106 [ 276 ] {60783809-32ed-4918-bb60-16fb6a254a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7030 2025.03.12 22:41:01.668636 [ 276 ] {60783809-32ed-4918-bb60-16fb6a254a72} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7031 2025.03.12 22:41:01.668675 [ 276 ] {60783809-32ed-4918-bb60-16fb6a254a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7032 2025.03.12 22:41:01.669067 [ 276 ] {60783809-32ed-4918-bb60-16fb6a254a72} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7033 2025.03.12 22:41:01.669303 [ 276 ] {60783809-32ed-4918-bb60-16fb6a254a72} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7034 2025.03.12 22:41:01.669515 [ 276 ] {60783809-32ed-4918-bb60-16fb6a254a72} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00148 sec., 108108.1081081081 rows/sec., 7.53 MiB/sec.
7035 2025.03.12 22:41:01.669568 [ 276 ] {60783809-32ed-4918-bb60-16fb6a254a72} <Debug> TCPHandler: Processed in 0.001671774 sec.
7036 2025.03.12 22:41:01.669678 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7037 2025.03.12 22:41:01.669780 [ 276 ] {a5a4aa2f-746b-43ff-b071-9d22bbbd786c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7038 2025.03.12 22:41:01.669847 [ 276 ] {a5a4aa2f-746b-43ff-b071-9d22bbbd786c} <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
7039 2025.03.12 22:41:01.671033 [ 276 ] {a5a4aa2f-746b-43ff-b071-9d22bbbd786c} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7040 2025.03.12 22:41:01.671073 [ 276 ] {a5a4aa2f-746b-43ff-b071-9d22bbbd786c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7041 2025.03.12 22:41:01.671745 [ 276 ] {a5a4aa2f-746b-43ff-b071-9d22bbbd786c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7042 2025.03.12 22:41:01.672010 [ 276 ] {a5a4aa2f-746b-43ff-b071-9d22bbbd786c} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7043 2025.03.12 22:41:01.672197 [ 41 ] {} <Debug> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7044 2025.03.12 22:41:01.672284 [ 41 ] {} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7045 2025.03.12 22:41:01.672291 [ 276 ] {a5a4aa2f-746b-43ff-b071-9d22bbbd786c} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002522 sec., 15860.428231562253 rows/sec., 28.42 MiB/sec.
7046 2025.03.12 22:41:01.672311 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7047 2025.03.12 22:41:01.672699 [ 276 ] {a5a4aa2f-746b-43ff-b071-9d22bbbd786c} <Debug> TCPHandler: Processed in 0.003068239 sec.
7048 2025.03.12 22:41:01.672716 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::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
7049 2025.03.12 22:41:01.672896 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7050 2025.03.12 22:41:01.673178 [ 276 ] {044228e2-3880-48be-ba36-2ebd327a8f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7051 2025.03.12 22:41:01.673310 [ 276 ] {044228e2-3880-48be-ba36-2ebd327a8f8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7052 2025.03.12 22:41:01.673525 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7053 2025.03.12 22:41:01.673795 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 927 rows starting from the beginning of the part
7054 2025.03.12 22:41:01.674590 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part
7055 2025.03.12 22:41:01.675470 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part
7056 2025.03.12 22:41:01.675506 [ 276 ] {044228e2-3880-48be-ba36-2ebd327a8f8b} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7057 2025.03.12 22:41:01.675593 [ 276 ] {044228e2-3880-48be-ba36-2ebd327a8f8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7058 2025.03.12 22:41:01.676122 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part
7059 2025.03.12 22:41:01.676821 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part
7060 2025.03.12 22:41:01.677119 [ 276 ] {044228e2-3880-48be-ba36-2ebd327a8f8b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7061 2025.03.12 22:41:01.677420 [ 195 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part
7062 2025.03.12 22:41:01.677995 [ 276 ] {044228e2-3880-48be-ba36-2ebd327a8f8b} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7063 2025.03.12 22:41:01.678846 [ 276 ] {044228e2-3880-48be-ba36-2ebd327a8f8b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005751 sec., 10432.968179447053 rows/sec., 719.98 KiB/sec.
7064 2025.03.12 22:41:01.679127 [ 276 ] {044228e2-3880-48be-ba36-2ebd327a8f8b} <Debug> TCPHandler: Processed in 0.006291553 sec.
7065 2025.03.12 22:41:01.686636 [ 196 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1127 rows, containing 19 columns (19 merged, 0 gathered) in 0.014143437 sec., 79683.60165920066 rows/sec., 142.79 MiB/sec.
7066 2025.03.12 22:41:01.687904 [ 196 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7067 2025.03.12 22:41:01.688390 [ 196 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7068 2025.03.12 22:41:01.688494 [ 196 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7069 2025.03.12 22:41:01.688669 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.60 MiB.
7070 2025.03.12 22:41:02.000193 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.04 MiB, peak 226.22 MiB, free memory in arenas 0.00 B, will set to 219.42 MiB (RSS), difference: 3.38 MiB
7071 2025.03.12 22:41:06.658220 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7072 2025.03.12 22:41:06.658452 [ 276 ] {3b44d08b-b2f0-4daa-bbb6-19c6c5eefd75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7073 2025.03.12 22:41:06.658534 [ 276 ] {3b44d08b-b2f0-4daa-bbb6-19c6c5eefd75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7074 2025.03.12 22:41:06.659372 [ 276 ] {3b44d08b-b2f0-4daa-bbb6-19c6c5eefd75} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7075 2025.03.12 22:41:06.659417 [ 276 ] {3b44d08b-b2f0-4daa-bbb6-19c6c5eefd75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7076 2025.03.12 22:41:06.659852 [ 276 ] {3b44d08b-b2f0-4daa-bbb6-19c6c5eefd75} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7077 2025.03.12 22:41:06.660103 [ 276 ] {3b44d08b-b2f0-4daa-bbb6-19c6c5eefd75} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7078 2025.03.12 22:41:06.660360 [ 276 ] {3b44d08b-b2f0-4daa-bbb6-19c6c5eefd75} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001961 sec., 28556.85874553799 rows/sec., 2.19 MiB/sec.
7079 2025.03.12 22:41:06.660479 [ 276 ] {3b44d08b-b2f0-4daa-bbb6-19c6c5eefd75} <Debug> TCPHandler: Processed in 0.002397772 sec.
7080 2025.03.12 22:41:06.660695 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7081 2025.03.12 22:41:06.660870 [ 276 ] {c6e7991f-427b-48e3-a827-013866a80c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7082 2025.03.12 22:41:06.660920 [ 276 ] {c6e7991f-427b-48e3-a827-013866a80c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7083 2025.03.12 22:41:06.661510 [ 276 ] {c6e7991f-427b-48e3-a827-013866a80c58} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7084 2025.03.12 22:41:06.661551 [ 276 ] {c6e7991f-427b-48e3-a827-013866a80c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7085 2025.03.12 22:41:06.661903 [ 276 ] {c6e7991f-427b-48e3-a827-013866a80c58} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7086 2025.03.12 22:41:06.662146 [ 276 ] {c6e7991f-427b-48e3-a827-013866a80c58} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7087 2025.03.12 22:41:06.662394 [ 276 ] {c6e7991f-427b-48e3-a827-013866a80c58} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001552 sec., 41237.113402061856 rows/sec., 3.22 MiB/sec.
7088 2025.03.12 22:41:06.662467 [ 276 ] {c6e7991f-427b-48e3-a827-013866a80c58} <Debug> TCPHandler: Processed in 0.001877139 sec.
7089 2025.03.12 22:41:06.662699 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7090 2025.03.12 22:41:06.662848 [ 276 ] {48512f2d-76a6-4869-8422-e3e8ea6b5568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7091 2025.03.12 22:41:06.662900 [ 276 ] {48512f2d-76a6-4869-8422-e3e8ea6b5568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7092 2025.03.12 22:41:06.663485 [ 276 ] {48512f2d-76a6-4869-8422-e3e8ea6b5568} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7093 2025.03.12 22:41:06.663525 [ 276 ] {48512f2d-76a6-4869-8422-e3e8ea6b5568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7094 2025.03.12 22:41:06.663913 [ 276 ] {48512f2d-76a6-4869-8422-e3e8ea6b5568} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7095 2025.03.12 22:41:06.664151 [ 276 ] {48512f2d-76a6-4869-8422-e3e8ea6b5568} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7096 2025.03.12 22:41:06.664396 [ 276 ] {48512f2d-76a6-4869-8422-e3e8ea6b5568} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec.
7097 2025.03.12 22:41:06.664473 [ 276 ] {48512f2d-76a6-4869-8422-e3e8ea6b5568} <Debug> TCPHandler: Processed in 0.001867859 sec.
7098 2025.03.12 22:41:06.664721 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7099 2025.03.12 22:41:06.664880 [ 276 ] {531601a5-cff5-42e2-96ec-63511637f0ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7100 2025.03.12 22:41:06.664931 [ 276 ] {531601a5-cff5-42e2-96ec-63511637f0ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7101 2025.03.12 22:41:06.665403 [ 276 ] {531601a5-cff5-42e2-96ec-63511637f0ee} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7102 2025.03.12 22:41:06.665442 [ 276 ] {531601a5-cff5-42e2-96ec-63511637f0ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7103 2025.03.12 22:41:06.665798 [ 276 ] {531601a5-cff5-42e2-96ec-63511637f0ee} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7104 2025.03.12 22:41:06.666028 [ 276 ] {531601a5-cff5-42e2-96ec-63511637f0ee} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7105 2025.03.12 22:41:06.666250 [ 276 ] {531601a5-cff5-42e2-96ec-63511637f0ee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec.
7106 2025.03.12 22:41:06.666302 [ 276 ] {531601a5-cff5-42e2-96ec-63511637f0ee} <Debug> TCPHandler: Processed in 0.001687093 sec.
7107 2025.03.12 22:41:07.048586 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679
7108 2025.03.12 22:41:07.049266 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7109 2025.03.12 22:41:07.049306 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7110 2025.03.12 22:41:07.049850 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7111 2025.03.12 22:41:07.050102 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7112 2025.03.12 22:41:07.050286 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679
7113 2025.03.12 22:41:08.477616 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
7114 2025.03.12 22:41:08.498975 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7115 2025.03.12 22:41:08.499031 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7116 2025.03.12 22:41:08.506595 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7117 2025.03.12 22:41:08.507378 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7118 2025.03.12 22:41:08.510087 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
7119 2025.03.12 22:41:09.656666 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 972
7120 2025.03.12 22:41:09.659749 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7121 2025.03.12 22:41:09.659796 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7122 2025.03.12 22:41:09.661276 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7123 2025.03.12 22:41:09.661582 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7124 2025.03.12 22:41:09.662070 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 972
7125 2025.03.12 22:41:11.660495 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7126 2025.03.12 22:41:11.660807 [ 276 ] {633c62b4-c3f8-4c35-bdc0-4ab14b207f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7127 2025.03.12 22:41:11.660931 [ 276 ] {633c62b4-c3f8-4c35-bdc0-4ab14b207f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7128 2025.03.12 22:41:11.661850 [ 276 ] {633c62b4-c3f8-4c35-bdc0-4ab14b207f3c} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7129 2025.03.12 22:41:11.661906 [ 276 ] {633c62b4-c3f8-4c35-bdc0-4ab14b207f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7130 2025.03.12 22:41:11.662367 [ 276 ] {633c62b4-c3f8-4c35-bdc0-4ab14b207f3c} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7131 2025.03.12 22:41:11.662627 [ 276 ] {633c62b4-c3f8-4c35-bdc0-4ab14b207f3c} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7132 2025.03.12 22:41:11.662890 [ 276 ] {633c62b4-c3f8-4c35-bdc0-4ab14b207f3c} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002171 sec., 62643.94288346384 rows/sec., 5.41 MiB/sec.
7133 2025.03.12 22:41:11.662959 [ 276 ] {633c62b4-c3f8-4c35-bdc0-4ab14b207f3c} <Debug> TCPHandler: Processed in 0.002662899 sec.
7134 2025.03.12 22:41:11.663076 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7135 2025.03.12 22:41:11.663187 [ 276 ] {576d99d1-cfdc-4d24-b464-0904133c3169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7136 2025.03.12 22:41:11.663236 [ 276 ] {576d99d1-cfdc-4d24-b464-0904133c3169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7137 2025.03.12 22:41:11.663788 [ 276 ] {576d99d1-cfdc-4d24-b464-0904133c3169} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7138 2025.03.12 22:41:11.663831 [ 276 ] {576d99d1-cfdc-4d24-b464-0904133c3169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7139 2025.03.12 22:41:11.664205 [ 276 ] {576d99d1-cfdc-4d24-b464-0904133c3169} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7140 2025.03.12 22:41:11.664452 [ 276 ] {576d99d1-cfdc-4d24-b464-0904133c3169} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7141 2025.03.12 22:41:11.664669 [ 276 ] {576d99d1-cfdc-4d24-b464-0904133c3169} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001509 sec., 26507.620941020545 rows/sec., 1.95 MiB/sec.
7142 2025.03.12 22:41:11.664725 [ 276 ] {576d99d1-cfdc-4d24-b464-0904133c3169} <Debug> TCPHandler: Processed in 0.001703494 sec.
7143 2025.03.12 22:41:11.664834 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7144 2025.03.12 22:41:11.664937 [ 276 ] {e4172bb7-5fb3-4167-b413-6a86d0197e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7145 2025.03.12 22:41:11.664984 [ 276 ] {e4172bb7-5fb3-4167-b413-6a86d0197e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7146 2025.03.12 22:41:11.665551 [ 276 ] {e4172bb7-5fb3-4167-b413-6a86d0197e14} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7147 2025.03.12 22:41:11.665593 [ 276 ] {e4172bb7-5fb3-4167-b413-6a86d0197e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7148 2025.03.12 22:41:11.665958 [ 276 ] {e4172bb7-5fb3-4167-b413-6a86d0197e14} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7149 2025.03.12 22:41:11.666198 [ 276 ] {e4172bb7-5fb3-4167-b413-6a86d0197e14} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7150 2025.03.12 22:41:11.666412 [ 276 ] {e4172bb7-5fb3-4167-b413-6a86d0197e14} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001496 sec., 69518.71657754011 rows/sec., 5.43 MiB/sec.
7151 2025.03.12 22:41:11.666464 [ 276 ] {e4172bb7-5fb3-4167-b413-6a86d0197e14} <Debug> TCPHandler: Processed in 0.001682453 sec.
7152 2025.03.12 22:41:11.666583 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7153 2025.03.12 22:41:11.666691 [ 276 ] {9d3fca43-5b65-4aa9-98e6-a39fe25a3d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7154 2025.03.12 22:41:11.666740 [ 276 ] {9d3fca43-5b65-4aa9-98e6-a39fe25a3d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7155 2025.03.12 22:41:11.667258 [ 276 ] {9d3fca43-5b65-4aa9-98e6-a39fe25a3d7c} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7156 2025.03.12 22:41:11.667297 [ 276 ] {9d3fca43-5b65-4aa9-98e6-a39fe25a3d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7157 2025.03.12 22:41:11.667687 [ 276 ] {9d3fca43-5b65-4aa9-98e6-a39fe25a3d7c} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7158 2025.03.12 22:41:11.667934 [ 276 ] {9d3fca43-5b65-4aa9-98e6-a39fe25a3d7c} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7159 2025.03.12 22:41:11.668158 [ 276 ] {9d3fca43-5b65-4aa9-98e6-a39fe25a3d7c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001489 sec., 107454.66756212222 rows/sec., 7.48 MiB/sec.
7160 2025.03.12 22:41:11.668212 [ 276 ] {9d3fca43-5b65-4aa9-98e6-a39fe25a3d7c} <Debug> TCPHandler: Processed in 0.001682244 sec.
7161 2025.03.12 22:41:11.668322 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7162 2025.03.12 22:41:11.668426 [ 276 ] {9e26228a-743e-4212-a09b-d08099e6ac6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7163 2025.03.12 22:41:11.668491 [ 276 ] {9e26228a-743e-4212-a09b-d08099e6ac6f} <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
7164 2025.03.12 22:41:11.669627 [ 276 ] {9e26228a-743e-4212-a09b-d08099e6ac6f} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7165 2025.03.12 22:41:11.669667 [ 276 ] {9e26228a-743e-4212-a09b-d08099e6ac6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7166 2025.03.12 22:41:11.670343 [ 276 ] {9e26228a-743e-4212-a09b-d08099e6ac6f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7167 2025.03.12 22:41:11.670605 [ 276 ] {9e26228a-743e-4212-a09b-d08099e6ac6f} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7168 2025.03.12 22:41:11.670854 [ 276 ] {9e26228a-743e-4212-a09b-d08099e6ac6f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002449 sec., 16333.197223356474 rows/sec., 29.27 MiB/sec.
7169 2025.03.12 22:41:11.670958 [ 276 ] {9e26228a-743e-4212-a09b-d08099e6ac6f} <Debug> TCPHandler: Processed in 0.00268931 sec.
7170 2025.03.12 22:41:11.671076 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7171 2025.03.12 22:41:11.671181 [ 276 ] {72ab8584-8d8c-41dd-a61b-5926bbf9dd75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7172 2025.03.12 22:41:11.671228 [ 276 ] {72ab8584-8d8c-41dd-a61b-5926bbf9dd75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7173 2025.03.12 22:41:11.671670 [ 276 ] {72ab8584-8d8c-41dd-a61b-5926bbf9dd75} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7174 2025.03.12 22:41:11.671710 [ 276 ] {72ab8584-8d8c-41dd-a61b-5926bbf9dd75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7175 2025.03.12 22:41:11.672084 [ 276 ] {72ab8584-8d8c-41dd-a61b-5926bbf9dd75} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7176 2025.03.12 22:41:11.672324 [ 276 ] {72ab8584-8d8c-41dd-a61b-5926bbf9dd75} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7177 2025.03.12 22:41:11.672548 [ 276 ] {72ab8584-8d8c-41dd-a61b-5926bbf9dd75} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec.
7178 2025.03.12 22:41:11.672600 [ 276 ] {72ab8584-8d8c-41dd-a61b-5926bbf9dd75} <Debug> TCPHandler: Processed in 0.001575961 sec.
7179 2025.03.12 22:41:14.343751 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache
7180 2025.03.12 22:41:14.343856 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache
7181 2025.03.12 22:41:14.550429 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106
7182 2025.03.12 22:41:14.551178 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7183 2025.03.12 22:41:14.551227 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7184 2025.03.12 22:41:14.551762 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7185 2025.03.12 22:41:14.552013 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7186 2025.03.12 22:41:14.552243 [ 26 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7187 2025.03.12 22:41:14.552262 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
7188 2025.03.12 22:41:14.552310 [ 26 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7189 2025.03.12 22:41:14.552344 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7190 2025.03.12 22:41:14.552664 [ 190 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
7191 2025.03.12 22:41:14.553141 [ 190 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7192 2025.03.12 22:41:14.553217 [ 190 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part
7193 2025.03.12 22:41:14.553297 [ 190 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part
7194 2025.03.12 22:41:14.553401 [ 190 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part
7195 2025.03.12 22:41:14.553625 [ 190 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part
7196 2025.03.12 22:41:14.553829 [ 190 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part
7197 2025.03.12 22:41:14.553944 [ 190 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part
7198 2025.03.12 22:41:14.556404 [ 190 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003957333 sec., 5333389.937111686 rows/sec., 76.29 MiB/sec.
7199 2025.03.12 22:41:14.556683 [ 190 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7200 2025.03.12 22:41:14.556975 [ 190 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_46_9} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7201 2025.03.12 22:41:14.557060 [ 190 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_46_9} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7202 2025.03.12 22:41:14.557148 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB.
7203 2025.03.12 22:41:16.010177 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
7204 2025.03.12 22:41:16.032448 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7205 2025.03.12 22:41:16.032515 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7206 2025.03.12 22:41:16.040004 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7207 2025.03.12 22:41:16.040815 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7208 2025.03.12 22:41:16.041218 [ 88 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7209 2025.03.12 22:41:16.041364 [ 88 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7210 2025.03.12 22:41:16.041431 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7211 2025.03.12 22:41:16.041701 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
7212 2025.03.12 22:41:16.050401 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
7213 2025.03.12 22:41:16.051529 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7214 2025.03.12 22:41:16.052422 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part
7215 2025.03.12 22:41:16.056719 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part
7216 2025.03.12 22:41:16.061085 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part
7217 2025.03.12 22:41:16.065796 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part
7218 2025.03.12 22:41:16.070813 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part
7219 2025.03.12 22:41:16.075054 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part
7220 2025.03.12 22:41:16.131570 [ 193 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.090013423 sec., 3854.980606614638 rows/sec., 19.93 MiB/sec.
7221 2025.03.12 22:41:16.134842 [ 200 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7222 2025.03.12 22:41:16.138061 [ 200 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_46_9} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7223 2025.03.12 22:41:16.138194 [ 200 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_46_9} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7224 2025.03.12 22:41:16.140832 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
7225 2025.03.12 22:41:16.659521 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7226 2025.03.12 22:41:16.659839 [ 276 ] {11a1407a-ee22-4d91-88e6-d2db021e4631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7227 2025.03.12 22:41:16.659961 [ 276 ] {11a1407a-ee22-4d91-88e6-d2db021e4631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7228 2025.03.12 22:41:16.660963 [ 276 ] {11a1407a-ee22-4d91-88e6-d2db021e4631} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7229 2025.03.12 22:41:16.661019 [ 276 ] {11a1407a-ee22-4d91-88e6-d2db021e4631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7230 2025.03.12 22:41:16.661479 [ 276 ] {11a1407a-ee22-4d91-88e6-d2db021e4631} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
7231 2025.03.12 22:41:16.661738 [ 276 ] {11a1407a-ee22-4d91-88e6-d2db021e4631} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7232 2025.03.12 22:41:16.661943 [ 88 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
7233 2025.03.12 22:41:16.662019 [ 276 ] {11a1407a-ee22-4d91-88e6-d2db021e4631} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002261 sec., 24767.80185758514 rows/sec., 1.90 MiB/sec.
7234 2025.03.12 22:41:16.662034 [ 88 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7235 2025.03.12 22:41:16.662113 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7236 2025.03.12 22:41:16.662175 [ 276 ] {11a1407a-ee22-4d91-88e6-d2db021e4631} <Debug> TCPHandler: Processed in 0.002854024 sec.
7237 2025.03.12 22:41:16.662502 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7238 2025.03.12 22:41:16.662639 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
7239 2025.03.12 22:41:16.662848 [ 276 ] {a9fe1430-dfcb-45e7-b864-caba85574040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7240 2025.03.12 22:41:16.663029 [ 276 ] {a9fe1430-dfcb-45e7-b864-caba85574040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7241 2025.03.12 22:41:16.663718 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7242 2025.03.12 22:41:16.663833 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1407 rows starting from the beginning of the part
7243 2025.03.12 22:41:16.664253 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part
7244 2025.03.12 22:41:16.664711 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 136 rows starting from the beginning of the part
7245 2025.03.12 22:41:16.665158 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part
7246 2025.03.12 22:41:16.665461 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 136 rows starting from the beginning of the part
7247 2025.03.12 22:41:16.665745 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part
7248 2025.03.12 22:41:16.666539 [ 276 ] {a9fe1430-dfcb-45e7-b864-caba85574040} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7249 2025.03.12 22:41:16.666610 [ 276 ] {a9fe1430-dfcb-45e7-b864-caba85574040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7250 2025.03.12 22:41:16.667552 [ 276 ] {a9fe1430-dfcb-45e7-b864-caba85574040} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
7251 2025.03.12 22:41:16.668102 [ 276 ] {a9fe1430-dfcb-45e7-b864-caba85574040} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7252 2025.03.12 22:41:16.668351 [ 88 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
7253 2025.03.12 22:41:16.668533 [ 88 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7254 2025.03.12 22:41:16.668601 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7255 2025.03.12 22:41:16.668610 [ 276 ] {a9fe1430-dfcb-45e7-b864-caba85574040} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005843 sec., 10953.277425979804 rows/sec., 875.45 KiB/sec.
7256 2025.03.12 22:41:16.668968 [ 276 ] {a9fe1430-dfcb-45e7-b864-caba85574040} <Debug> TCPHandler: Processed in 0.006583261 sec.
7257 2025.03.12 22:41:16.668995 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
7258 2025.03.12 22:41:16.669361 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7259 2025.03.12 22:41:16.669488 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7260 2025.03.12 22:41:16.669614 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 632 rows starting from the beginning of the part
7261 2025.03.12 22:41:16.669728 [ 276 ] {1fcb3d29-4fcc-4ee0-b128-cacd60e32687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7262 2025.03.12 22:41:16.669867 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1847 rows, containing 5 columns (5 merged, 0 gathered) in 0.007609268 sec., 242730.31256094543 rows/sec., 21.22 MiB/sec.
7263 2025.03.12 22:41:16.670006 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part
7264 2025.03.12 22:41:16.670025 [ 276 ] {1fcb3d29-4fcc-4ee0-b128-cacd60e32687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7265 2025.03.12 22:41:16.670397 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
7266 2025.03.12 22:41:16.670533 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 104 rows starting from the beginning of the part
7267 2025.03.12 22:41:16.671115 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part
7268 2025.03.12 22:41:16.671709 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 104 rows starting from the beginning of the part
7269 2025.03.12 22:41:16.671810 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_76_15} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7270 2025.03.12 22:41:16.672222 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part
7271 2025.03.12 22:41:16.672318 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_76_15} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
7272 2025.03.12 22:41:16.672709 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
7273 2025.03.12 22:41:16.673855 [ 276 ] {1fcb3d29-4fcc-4ee0-b128-cacd60e32687} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7274 2025.03.12 22:41:16.673935 [ 276 ] {1fcb3d29-4fcc-4ee0-b128-cacd60e32687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7275 2025.03.12 22:41:16.674868 [ 276 ] {1fcb3d29-4fcc-4ee0-b128-cacd60e32687} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
7276 2025.03.12 22:41:16.675090 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1032 rows, containing 5 columns (5 merged, 0 gathered) in 0.006375225 sec., 161876.6396480124 rows/sec., 12.99 MiB/sec.
7277 2025.03.12 22:41:16.675265 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
7278 2025.03.12 22:41:16.675269 [ 276 ] {1fcb3d29-4fcc-4ee0-b128-cacd60e32687} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7279 2025.03.12 22:41:16.675564 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
7280 2025.03.12 22:41:16.675690 [ 276 ] {1fcb3d29-4fcc-4ee0-b128-cacd60e32687} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006065 sec., 26380.873866446826 rows/sec., 1.84 MiB/sec.
7281 2025.03.12 22:41:16.675700 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7282 2025.03.12 22:41:16.675857 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7283 2025.03.12 22:41:16.675910 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_76_15} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7284 2025.03.12 22:41:16.675989 [ 276 ] {1fcb3d29-4fcc-4ee0-b128-cacd60e32687} <Debug> TCPHandler: Processed in 0.006773266 sec.
7285 2025.03.12 22:41:16.676352 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_76_15} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
7286 2025.03.12 22:41:16.676428 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7287 2025.03.12 22:41:16.676551 [ 188 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
7288 2025.03.12 22:41:16.676573 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
7289 2025.03.12 22:41:16.676684 [ 276 ] {e64b7cd4-d060-411e-b8ac-97be1ff197b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7290 2025.03.12 22:41:16.676792 [ 276 ] {e64b7cd4-d060-411e-b8ac-97be1ff197b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7291 2025.03.12 22:41:16.676975 [ 188 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7292 2025.03.12 22:41:16.677099 [ 188 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20240 rows starting from the beginning of the part
7293 2025.03.12 22:41:16.677498 [ 188 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part
7294 2025.03.12 22:41:16.677759 [ 188 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part
7295 2025.03.12 22:41:16.678135 [ 188 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part
7296 2025.03.12 22:41:16.678473 [ 188 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part
7297 2025.03.12 22:41:16.678854 [ 188 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part
7298 2025.03.12 22:41:16.679091 [ 276 ] {e64b7cd4-d060-411e-b8ac-97be1ff197b4} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7299 2025.03.12 22:41:16.679216 [ 276 ] {e64b7cd4-d060-411e-b8ac-97be1ff197b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7300 2025.03.12 22:41:16.680177 [ 276 ] {e64b7cd4-d060-411e-b8ac-97be1ff197b4} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
7301 2025.03.12 22:41:16.680598 [ 276 ] {e64b7cd4-d060-411e-b8ac-97be1ff197b4} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7302 2025.03.12 22:41:16.680882 [ 88 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
7303 2025.03.12 22:41:16.680938 [ 88 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7304 2025.03.12 22:41:16.680962 [ 276 ] {e64b7cd4-d060-411e-b8ac-97be1ff197b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004365 sec., 13745.704467353951 rows/sec., 948.60 KiB/sec.
7305 2025.03.12 22:41:16.680982 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7306 2025.03.12 22:41:16.681271 [ 276 ] {e64b7cd4-d060-411e-b8ac-97be1ff197b4} <Debug> TCPHandler: Processed in 0.004964718 sec.
7307 2025.03.12 22:41:16.681678 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
7308 2025.03.12 22:41:16.682556 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7309 2025.03.12 22:41:16.682727 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3648 rows starting from the beginning of the part
7310 2025.03.12 22:41:16.683292 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part
7311 2025.03.12 22:41:16.683596 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part
7312 2025.03.12 22:41:16.683908 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part
7313 2025.03.12 22:41:16.684152 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part
7314 2025.03.12 22:41:16.684372 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part
7315 2025.03.12 22:41:16.692268 [ 201 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3948 rows, containing 4 columns (4 merged, 0 gathered) in 0.011076688 sec., 356424.2307808977 rows/sec., 24.02 MiB/sec.
7316 2025.03.12 22:41:16.692768 [ 198 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
7317 2025.03.12 22:41:16.693172 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_76_15} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7318 2025.03.12 22:41:16.693308 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_76_15} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
7319 2025.03.12 22:41:16.693439 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
7320 2025.03.12 22:41:16.693625 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21040 rows, containing 5 columns (5 merged, 0 gathered) in 0.017470803 sec., 1204294.9599969732 rows/sec., 82.55 MiB/sec.
7321 2025.03.12 22:41:16.693950 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
7322 2025.03.12 22:41:16.694245 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7323 2025.03.12 22:41:16.694319 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
7324 2025.03.12 22:41:16.694393 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
7325 2025.03.12 22:41:17.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.32 MiB, peak 234.35 MiB, free memory in arenas 0.00 B, will set to 222.43 MiB (RSS), difference: 1.10 MiB
7326 2025.03.12 22:41:18.019200 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7327 2025.03.12 22:41:18.019471 [ 276 ] {700309c4-3e4a-41b5-86cb-e2a0da86fc10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7328 2025.03.12 22:41:18.019591 [ 276 ] {700309c4-3e4a-41b5-86cb-e2a0da86fc10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7329 2025.03.12 22:41:18.020684 [ 276 ] {700309c4-3e4a-41b5-86cb-e2a0da86fc10} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7330 2025.03.12 22:41:18.020740 [ 276 ] {700309c4-3e4a-41b5-86cb-e2a0da86fc10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7331 2025.03.12 22:41:18.021204 [ 276 ] {700309c4-3e4a-41b5-86cb-e2a0da86fc10} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7332 2025.03.12 22:41:18.021482 [ 276 ] {700309c4-3e4a-41b5-86cb-e2a0da86fc10} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7333 2025.03.12 22:41:18.021808 [ 276 ] {700309c4-3e4a-41b5-86cb-e2a0da86fc10} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002413 sec., 9946.125155408205 rows/sec., 845.03 KiB/sec.
7334 2025.03.12 22:41:18.021995 [ 276 ] {700309c4-3e4a-41b5-86cb-e2a0da86fc10} <Debug> TCPHandler: Processed in 0.002941586 sec.
7335 2025.03.12 22:41:18.022115 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7336 2025.03.12 22:41:18.022227 [ 276 ] {93eb3547-178d-444c-9200-4114704ff7f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7337 2025.03.12 22:41:18.022276 [ 276 ] {93eb3547-178d-444c-9200-4114704ff7f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7338 2025.03.12 22:41:18.022826 [ 276 ] {93eb3547-178d-444c-9200-4114704ff7f6} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7339 2025.03.12 22:41:18.022869 [ 276 ] {93eb3547-178d-444c-9200-4114704ff7f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7340 2025.03.12 22:41:18.023231 [ 276 ] {93eb3547-178d-444c-9200-4114704ff7f6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7341 2025.03.12 22:41:18.023480 [ 276 ] {93eb3547-178d-444c-9200-4114704ff7f6} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7342 2025.03.12 22:41:18.023685 [ 276 ] {93eb3547-178d-444c-9200-4114704ff7f6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001473 sec., 1357.7732518669384 rows/sec., 110.72 KiB/sec.
7343 2025.03.12 22:41:18.023892 [ 276 ] {93eb3547-178d-444c-9200-4114704ff7f6} <Debug> TCPHandler: Processed in 0.001829098 sec.
7344 2025.03.12 22:41:18.024016 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7345 2025.03.12 22:41:18.024122 [ 276 ] {0e22796b-870f-4b5a-bfcc-ae7b30ec99cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7346 2025.03.12 22:41:18.024168 [ 276 ] {0e22796b-870f-4b5a-bfcc-ae7b30ec99cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7347 2025.03.12 22:41:18.025462 [ 276 ] {0e22796b-870f-4b5a-bfcc-ae7b30ec99cc} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7348 2025.03.12 22:41:18.025502 [ 276 ] {0e22796b-870f-4b5a-bfcc-ae7b30ec99cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7349 2025.03.12 22:41:18.025957 [ 276 ] {0e22796b-870f-4b5a-bfcc-ae7b30ec99cc} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
7350 2025.03.12 22:41:18.026201 [ 276 ] {0e22796b-870f-4b5a-bfcc-ae7b30ec99cc} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7351 2025.03.12 22:41:18.026405 [ 276 ] {0e22796b-870f-4b5a-bfcc-ae7b30ec99cc} <Debug> executeQuery: Read 1397 rows, 120.12 KiB in 0.002304 sec., 606336.8055555555 rows/sec., 50.91 MiB/sec.
7352 2025.03.12 22:41:18.026501 [ 276 ] {0e22796b-870f-4b5a-bfcc-ae7b30ec99cc} <Debug> TCPHandler: Processed in 0.002536546 sec.
7353 2025.03.12 22:41:18.026754 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7354 2025.03.12 22:41:18.026925 [ 276 ] {8e207667-3232-480c-bdf2-fe9c815e11a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7355 2025.03.12 22:41:18.026974 [ 276 ] {8e207667-3232-480c-bdf2-fe9c815e11a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7356 2025.03.12 22:41:18.027544 [ 276 ] {8e207667-3232-480c-bdf2-fe9c815e11a8} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7357 2025.03.12 22:41:18.027582 [ 276 ] {8e207667-3232-480c-bdf2-fe9c815e11a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7358 2025.03.12 22:41:18.027945 [ 276 ] {8e207667-3232-480c-bdf2-fe9c815e11a8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7359 2025.03.12 22:41:18.028190 [ 276 ] {8e207667-3232-480c-bdf2-fe9c815e11a8} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7360 2025.03.12 22:41:18.028364 [ 276 ] {8e207667-3232-480c-bdf2-fe9c815e11a8} <Debug> executeQuery: Read 54 rows, 4.11 KiB in 0.001464 sec., 36885.24590163934 rows/sec., 2.74 MiB/sec.
7361 2025.03.12 22:41:18.028417 [ 276 ] {8e207667-3232-480c-bdf2-fe9c815e11a8} <Debug> TCPHandler: Processed in 0.001767996 sec.
7362 2025.03.12 22:41:18.028523 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7363 2025.03.12 22:41:18.028624 [ 276 ] {a50f14ea-833e-4c9f-a363-24522b2a51e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7364 2025.03.12 22:41:18.028675 [ 276 ] {a50f14ea-833e-4c9f-a363-24522b2a51e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7365 2025.03.12 22:41:18.029273 [ 276 ] {a50f14ea-833e-4c9f-a363-24522b2a51e9} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7366 2025.03.12 22:41:18.029310 [ 276 ] {a50f14ea-833e-4c9f-a363-24522b2a51e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7367 2025.03.12 22:41:18.029677 [ 276 ] {a50f14ea-833e-4c9f-a363-24522b2a51e9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7368 2025.03.12 22:41:18.029917 [ 276 ] {a50f14ea-833e-4c9f-a363-24522b2a51e9} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7369 2025.03.12 22:41:18.030196 [ 276 ] {a50f14ea-833e-4c9f-a363-24522b2a51e9} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001559 sec., 161642.07825529185 rows/sec., 11.18 MiB/sec.
7370 2025.03.12 22:41:18.030360 [ 276 ] {a50f14ea-833e-4c9f-a363-24522b2a51e9} <Debug> TCPHandler: Processed in 0.001885729 sec.
7371 2025.03.12 22:41:18.030469 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7372 2025.03.12 22:41:18.030573 [ 276 ] {7b21d05b-2885-4f71-a80d-a19427d7e551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7373 2025.03.12 22:41:18.030618 [ 276 ] {7b21d05b-2885-4f71-a80d-a19427d7e551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7374 2025.03.12 22:41:18.031156 [ 276 ] {7b21d05b-2885-4f71-a80d-a19427d7e551} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7375 2025.03.12 22:41:18.031195 [ 276 ] {7b21d05b-2885-4f71-a80d-a19427d7e551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7376 2025.03.12 22:41:18.031547 [ 276 ] {7b21d05b-2885-4f71-a80d-a19427d7e551} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7377 2025.03.12 22:41:18.031789 [ 276 ] {7b21d05b-2885-4f71-a80d-a19427d7e551} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7378 2025.03.12 22:41:18.032019 [ 276 ] {7b21d05b-2885-4f71-a80d-a19427d7e551} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001459 sec., 8224.81151473612 rows/sec., 642.56 KiB/sec.
7379 2025.03.12 22:41:18.032201 [ 276 ] {7b21d05b-2885-4f71-a80d-a19427d7e551} <Debug> TCPHandler: Processed in 0.001778406 sec.
7380 2025.03.12 22:41:18.032352 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7381 2025.03.12 22:41:18.032458 [ 276 ] {ba1b248d-37a3-4b49-b83a-86d8713d3271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7382 2025.03.12 22:41:18.032504 [ 276 ] {ba1b248d-37a3-4b49-b83a-86d8713d3271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7383 2025.03.12 22:41:18.033284 [ 276 ] {ba1b248d-37a3-4b49-b83a-86d8713d3271} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7384 2025.03.12 22:41:18.033323 [ 276 ] {ba1b248d-37a3-4b49-b83a-86d8713d3271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7385 2025.03.12 22:41:18.033709 [ 276 ] {ba1b248d-37a3-4b49-b83a-86d8713d3271} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
7386 2025.03.12 22:41:18.033948 [ 276 ] {ba1b248d-37a3-4b49-b83a-86d8713d3271} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7387 2025.03.12 22:41:18.034123 [ 276 ] {ba1b248d-37a3-4b49-b83a-86d8713d3271} <Debug> executeQuery: Read 598 rows, 46.03 KiB in 0.001688 sec., 354265.4028436019 rows/sec., 26.63 MiB/sec.
7388 2025.03.12 22:41:18.034176 [ 276 ] {ba1b248d-37a3-4b49-b83a-86d8713d3271} <Debug> TCPHandler: Processed in 0.001875408 sec.
7389 2025.03.12 22:41:18.034281 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7390 2025.03.12 22:41:18.034383 [ 276 ] {b6d25269-6fa9-4572-9f4a-86ea2396cc47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7391 2025.03.12 22:41:18.034432 [ 276 ] {b6d25269-6fa9-4572-9f4a-86ea2396cc47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7392 2025.03.12 22:41:18.035142 [ 276 ] {b6d25269-6fa9-4572-9f4a-86ea2396cc47} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7393 2025.03.12 22:41:18.035179 [ 276 ] {b6d25269-6fa9-4572-9f4a-86ea2396cc47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7394 2025.03.12 22:41:18.035617 [ 276 ] {b6d25269-6fa9-4572-9f4a-86ea2396cc47} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
7395 2025.03.12 22:41:18.035862 [ 276 ] {b6d25269-6fa9-4572-9f4a-86ea2396cc47} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7396 2025.03.12 22:41:18.036039 [ 276 ] {b6d25269-6fa9-4572-9f4a-86ea2396cc47} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.001677 sec., 563506.2611806798 rows/sec., 38.03 MiB/sec.
7397 2025.03.12 22:41:18.036089 [ 276 ] {b6d25269-6fa9-4572-9f4a-86ea2396cc47} <Debug> TCPHandler: Processed in 0.001859719 sec.
7398 2025.03.12 22:41:18.036203 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7399 2025.03.12 22:41:18.036311 [ 276 ] {8cf22adf-8abf-43c3-8e5c-d0abd9e351e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7400 2025.03.12 22:41:18.036378 [ 276 ] {8cf22adf-8abf-43c3-8e5c-d0abd9e351e1} <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
7401 2025.03.12 22:41:18.037565 [ 276 ] {8cf22adf-8abf-43c3-8e5c-d0abd9e351e1} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7402 2025.03.12 22:41:18.037602 [ 276 ] {8cf22adf-8abf-43c3-8e5c-d0abd9e351e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7403 2025.03.12 22:41:18.038257 [ 276 ] {8cf22adf-8abf-43c3-8e5c-d0abd9e351e1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7404 2025.03.12 22:41:18.038512 [ 276 ] {8cf22adf-8abf-43c3-8e5c-d0abd9e351e1} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7405 2025.03.12 22:41:18.038710 [ 276 ] {8cf22adf-8abf-43c3-8e5c-d0abd9e351e1} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002421 sec., 16522.098306484924 rows/sec., 29.61 MiB/sec.
7406 2025.03.12 22:41:18.038813 [ 276 ] {8cf22adf-8abf-43c3-8e5c-d0abd9e351e1} <Debug> TCPHandler: Processed in 0.002662529 sec.
7407 2025.03.12 22:41:18.038928 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7408 2025.03.12 22:41:18.039032 [ 276 ] {266a59d8-0247-470e-94ea-b7f3cd5a46e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7409 2025.03.12 22:41:18.039078 [ 276 ] {266a59d8-0247-470e-94ea-b7f3cd5a46e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7410 2025.03.12 22:41:18.039489 [ 276 ] {266a59d8-0247-470e-94ea-b7f3cd5a46e5} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7411 2025.03.12 22:41:18.039526 [ 276 ] {266a59d8-0247-470e-94ea-b7f3cd5a46e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7412 2025.03.12 22:41:18.039878 [ 276 ] {266a59d8-0247-470e-94ea-b7f3cd5a46e5} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
7413 2025.03.12 22:41:18.040115 [ 276 ] {266a59d8-0247-470e-94ea-b7f3cd5a46e5} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7414 2025.03.12 22:41:18.040310 [ 276 ] {266a59d8-0247-470e-94ea-b7f3cd5a46e5} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001299 sec., 16936.104695919938 rows/sec., 1.15 MiB/sec.
7415 2025.03.12 22:41:18.040409 [ 276 ] {266a59d8-0247-470e-94ea-b7f3cd5a46e5} <Debug> TCPHandler: Processed in 0.001530209 sec.
7416 2025.03.12 22:41:19.662259 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1012
7417 2025.03.12 22:41:19.666118 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7418 2025.03.12 22:41:19.666179 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7419 2025.03.12 22:41:19.667679 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7420 2025.03.12 22:41:19.667995 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7421 2025.03.12 22:41:19.669648 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1012
7422 2025.03.12 22:41:21.655839 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7423 2025.03.12 22:41:21.656149 [ 276 ] {fb6e48b9-6554-4643-93ac-2ab22aa6e9bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7424 2025.03.12 22:41:21.656267 [ 276 ] {fb6e48b9-6554-4643-93ac-2ab22aa6e9bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7425 2025.03.12 22:41:21.657167 [ 276 ] {fb6e48b9-6554-4643-93ac-2ab22aa6e9bd} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7426 2025.03.12 22:41:21.657215 [ 276 ] {fb6e48b9-6554-4643-93ac-2ab22aa6e9bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7427 2025.03.12 22:41:21.657678 [ 276 ] {fb6e48b9-6554-4643-93ac-2ab22aa6e9bd} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
7428 2025.03.12 22:41:21.657940 [ 276 ] {fb6e48b9-6554-4643-93ac-2ab22aa6e9bd} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7429 2025.03.12 22:41:21.658191 [ 276 ] {fb6e48b9-6554-4643-93ac-2ab22aa6e9bd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002122 sec., 26390.197926484445 rows/sec., 2.03 MiB/sec.
7430 2025.03.12 22:41:21.658316 [ 276 ] {fb6e48b9-6554-4643-93ac-2ab22aa6e9bd} <Debug> TCPHandler: Processed in 0.00267182 sec.
7431 2025.03.12 22:41:21.658520 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7432 2025.03.12 22:41:21.658702 [ 276 ] {66a99806-f364-4a84-b459-b354d053d360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7433 2025.03.12 22:41:21.658752 [ 276 ] {66a99806-f364-4a84-b459-b354d053d360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7434 2025.03.12 22:41:21.659347 [ 276 ] {66a99806-f364-4a84-b459-b354d053d360} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7435 2025.03.12 22:41:21.659387 [ 276 ] {66a99806-f364-4a84-b459-b354d053d360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7436 2025.03.12 22:41:21.659754 [ 276 ] {66a99806-f364-4a84-b459-b354d053d360} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
7437 2025.03.12 22:41:21.659998 [ 276 ] {66a99806-f364-4a84-b459-b354d053d360} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7438 2025.03.12 22:41:21.660184 [ 276 ] {66a99806-f364-4a84-b459-b354d053d360} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001517 sec., 42188.52999340805 rows/sec., 3.29 MiB/sec.
7439 2025.03.12 22:41:21.660238 [ 276 ] {66a99806-f364-4a84-b459-b354d053d360} <Debug> TCPHandler: Processed in 0.001826237 sec.
7440 2025.03.12 22:41:21.660359 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7441 2025.03.12 22:41:21.660468 [ 276 ] {80a57ccd-20bd-41ab-870e-201429710e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7442 2025.03.12 22:41:21.660518 [ 276 ] {80a57ccd-20bd-41ab-870e-201429710e9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7443 2025.03.12 22:41:21.661022 [ 276 ] {80a57ccd-20bd-41ab-870e-201429710e9f} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7444 2025.03.12 22:41:21.661059 [ 276 ] {80a57ccd-20bd-41ab-870e-201429710e9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7445 2025.03.12 22:41:21.661442 [ 276 ] {80a57ccd-20bd-41ab-870e-201429710e9f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
7446 2025.03.12 22:41:21.661679 [ 276 ] {80a57ccd-20bd-41ab-870e-201429710e9f} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7447 2025.03.12 22:41:21.661864 [ 276 ] {80a57ccd-20bd-41ab-870e-201429710e9f} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.00142 sec., 69014.08450704225 rows/sec., 4.81 MiB/sec.
7448 2025.03.12 22:41:21.661915 [ 276 ] {80a57ccd-20bd-41ab-870e-201429710e9f} <Debug> TCPHandler: Processed in 0.001609872 sec.
7449 2025.03.12 22:41:21.662035 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7450 2025.03.12 22:41:21.662142 [ 276 ] {faf6a7ba-dc9a-4382-b40a-e589f91628ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7451 2025.03.12 22:41:21.662187 [ 276 ] {faf6a7ba-dc9a-4382-b40a-e589f91628ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7452 2025.03.12 22:41:21.662620 [ 276 ] {faf6a7ba-dc9a-4382-b40a-e589f91628ba} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7453 2025.03.12 22:41:21.662663 [ 276 ] {faf6a7ba-dc9a-4382-b40a-e589f91628ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7454 2025.03.12 22:41:21.663022 [ 276 ] {faf6a7ba-dc9a-4382-b40a-e589f91628ba} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
7455 2025.03.12 22:41:21.663266 [ 276 ] {faf6a7ba-dc9a-4382-b40a-e589f91628ba} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7456 2025.03.12 22:41:21.663452 [ 276 ] {faf6a7ba-dc9a-4382-b40a-e589f91628ba} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001332 sec., 28528.528528528528 rows/sec., 1.91 MiB/sec.
7457 2025.03.12 22:41:21.663501 [ 276 ] {faf6a7ba-dc9a-4382-b40a-e589f91628ba} <Debug> TCPHandler: Processed in 0.001518859 sec.
7458 2025.03.12 22:41:22.052405 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594
7459 2025.03.12 22:41:22.053169 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7460 2025.03.12 22:41:22.053219 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7461 2025.03.12 22:41:22.053777 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7462 2025.03.12 22:41:22.054023 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7463 2025.03.12 22:41:22.054313 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594
7464 2025.03.12 22:41:23.550488 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
7465 2025.03.12 22:41:23.569468 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7466 2025.03.12 22:41:23.569522 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
7467 2025.03.12 22:41:23.576490 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7468 2025.03.12 22:41:23.577245 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7469 2025.03.12 22:41:23.580890 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
7470 2025.03.12 22:41:26.659081 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7471 2025.03.12 22:41:26.659284 [ 276 ] {7e17ee5c-147a-402a-a293-39d14355e524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7472 2025.03.12 22:41:26.659357 [ 276 ] {7e17ee5c-147a-402a-a293-39d14355e524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7473 2025.03.12 22:41:26.660154 [ 276 ] {7e17ee5c-147a-402a-a293-39d14355e524} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7474 2025.03.12 22:41:26.660200 [ 276 ] {7e17ee5c-147a-402a-a293-39d14355e524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7475 2025.03.12 22:41:26.660646 [ 276 ] {7e17ee5c-147a-402a-a293-39d14355e524} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
7476 2025.03.12 22:41:26.660901 [ 276 ] {7e17ee5c-147a-402a-a293-39d14355e524} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7477 2025.03.12 22:41:26.661185 [ 276 ] {7e17ee5c-147a-402a-a293-39d14355e524} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001943 sec., 28821.410190427174 rows/sec., 2.21 MiB/sec.
7478 2025.03.12 22:41:26.661300 [ 276 ] {7e17ee5c-147a-402a-a293-39d14355e524} <Debug> TCPHandler: Processed in 0.00234737 sec.
7479 2025.03.12 22:41:26.661567 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7480 2025.03.12 22:41:26.661718 [ 276 ] {8fb35a39-a3c3-43fb-8e6e-523f94465545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7481 2025.03.12 22:41:26.661772 [ 276 ] {8fb35a39-a3c3-43fb-8e6e-523f94465545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7482 2025.03.12 22:41:26.662359 [ 276 ] {8fb35a39-a3c3-43fb-8e6e-523f94465545} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7483 2025.03.12 22:41:26.662400 [ 276 ] {8fb35a39-a3c3-43fb-8e6e-523f94465545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7484 2025.03.12 22:41:26.662759 [ 276 ] {8fb35a39-a3c3-43fb-8e6e-523f94465545} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
7485 2025.03.12 22:41:26.662997 [ 276 ] {8fb35a39-a3c3-43fb-8e6e-523f94465545} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7486 2025.03.12 22:41:26.663212 [ 276 ] {8fb35a39-a3c3-43fb-8e6e-523f94465545} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001521 sec., 42077.580539119 rows/sec., 3.28 MiB/sec.
7487 2025.03.12 22:41:26.663269 [ 276 ] {8fb35a39-a3c3-43fb-8e6e-523f94465545} <Debug> TCPHandler: Processed in 0.001804936 sec.
7488 2025.03.12 22:41:26.663385 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7489 2025.03.12 22:41:26.663494 [ 276 ] {86057b92-514d-48ff-a7f6-4cfb98013a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7490 2025.03.12 22:41:26.663545 [ 276 ] {86057b92-514d-48ff-a7f6-4cfb98013a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7491 2025.03.12 22:41:26.664126 [ 276 ] {86057b92-514d-48ff-a7f6-4cfb98013a5e} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7492 2025.03.12 22:41:26.664166 [ 276 ] {86057b92-514d-48ff-a7f6-4cfb98013a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7493 2025.03.12 22:41:26.664572 [ 276 ] {86057b92-514d-48ff-a7f6-4cfb98013a5e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
7494 2025.03.12 22:41:26.664815 [ 276 ] {86057b92-514d-48ff-a7f6-4cfb98013a5e} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7495 2025.03.12 22:41:26.665030 [ 276 ] {86057b92-514d-48ff-a7f6-4cfb98013a5e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec.
7496 2025.03.12 22:41:26.665083 [ 276 ] {86057b92-514d-48ff-a7f6-4cfb98013a5e} <Debug> TCPHandler: Processed in 0.001749365 sec.
7497 2025.03.12 22:41:26.665204 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7498 2025.03.12 22:41:26.665312 [ 276 ] {ce995238-56f9-4123-ac8d-ff9442e7c1c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7499 2025.03.12 22:41:26.665359 [ 276 ] {ce995238-56f9-4123-ac8d-ff9442e7c1c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7500 2025.03.12 22:41:26.665803 [ 276 ] {ce995238-56f9-4123-ac8d-ff9442e7c1c7} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7501 2025.03.12 22:41:26.665842 [ 276 ] {ce995238-56f9-4123-ac8d-ff9442e7c1c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7502 2025.03.12 22:41:26.666198 [ 276 ] {ce995238-56f9-4123-ac8d-ff9442e7c1c7} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
7503 2025.03.12 22:41:26.666444 [ 276 ] {ce995238-56f9-4123-ac8d-ff9442e7c1c7} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7504 2025.03.12 22:41:26.666645 [ 276 ] {ce995238-56f9-4123-ac8d-ff9442e7c1c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec.
7505 2025.03.12 22:41:26.666703 [ 276 ] {ce995238-56f9-4123-ac8d-ff9442e7c1c7} <Debug> TCPHandler: Processed in 0.001550151 sec.
7506 2025.03.12 22:41:29.343919 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache
7507 2025.03.12 22:41:29.344023 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache
7508 2025.03.12 22:41:29.410638 [ 24 ] {} <Debug> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0
7509 2025.03.12 22:41:29.410710 [ 24 ] {} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7510 2025.03.12 22:41:29.410755 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7511 2025.03.12 22:41:29.411039 [ 187 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full
7512 2025.03.12 22:41:29.411268 [ 187 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7513 2025.03.12 22:41:29.411311 [ 187 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 70 rows starting from the beginning of the part
7514 2025.03.12 22:41:29.411407 [ 187 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 68 rows starting from the beginning of the part
7515 2025.03.12 22:41:29.411683 [ 187 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part
7516 2025.03.12 22:41:29.411906 [ 187 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part
7517 2025.03.12 22:41:29.412061 [ 187 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 54 rows starting from the beginning of the part
7518 2025.03.12 22:41:29.413224 [ 192 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.002337481 sec., 116364.58221478591 rows/sec., 8.98 MiB/sec.
7519 2025.03.12 22:41:29.413489 [ 192 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary)
7520 2025.03.12 22:41:29.413926 [ 192 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_33_7} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7521 2025.03.12 22:41:29.414012 [ 192 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_33_7} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7
7522 2025.03.12 22:41:29.414108 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7523 2025.03.12 22:41:29.554452 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021
7524 2025.03.12 22:41:29.555065 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7525 2025.03.12 22:41:29.555106 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7526 2025.03.12 22:41:29.555625 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7527 2025.03.12 22:41:29.555882 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7528 2025.03.12 22:41:29.556063 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
7529 2025.03.12 22:41:29.669873 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1028
7530 2025.03.12 22:41:29.672656 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7531 2025.03.12 22:41:29.672710 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7532 2025.03.12 22:41:29.674158 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7533 2025.03.12 22:41:29.674466 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7534 2025.03.12 22:41:29.676064 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1028
7535 2025.03.12 22:41:30.001295 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000916604 sec.
7536 2025.03.12 22:41:31.080971 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
7537 2025.03.12 22:41:31.102291 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7538 2025.03.12 22:41:31.102359 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7539 2025.03.12 22:41:31.109764 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7540 2025.03.12 22:41:31.110586 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7541 2025.03.12 22:41:31.114009 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
7542 2025.03.12 22:41:31.661150 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7543 2025.03.12 22:41:31.661461 [ 276 ] {19852ab4-84be-4fc3-97a5-ff29d54a8ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7544 2025.03.12 22:41:31.661581 [ 276 ] {19852ab4-84be-4fc3-97a5-ff29d54a8ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7545 2025.03.12 22:41:31.662561 [ 276 ] {19852ab4-84be-4fc3-97a5-ff29d54a8ac4} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7546 2025.03.12 22:41:31.662614 [ 276 ] {19852ab4-84be-4fc3-97a5-ff29d54a8ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7547 2025.03.12 22:41:31.663071 [ 276 ] {19852ab4-84be-4fc3-97a5-ff29d54a8ac4} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
7548 2025.03.12 22:41:31.663341 [ 276 ] {19852ab4-84be-4fc3-97a5-ff29d54a8ac4} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7549 2025.03.12 22:41:31.663593 [ 276 ] {19852ab4-84be-4fc3-97a5-ff29d54a8ac4} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002218 sec., 61316.50135256988 rows/sec., 5.29 MiB/sec.
7550 2025.03.12 22:41:31.663663 [ 276 ] {19852ab4-84be-4fc3-97a5-ff29d54a8ac4} <Debug> TCPHandler: Processed in 0.00270866 sec.
7551 2025.03.12 22:41:31.663781 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7552 2025.03.12 22:41:31.663892 [ 276 ] {6e1cd9f6-6c70-4a12-bc3e-bc6be3bbd76b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7553 2025.03.12 22:41:31.663942 [ 276 ] {6e1cd9f6-6c70-4a12-bc3e-bc6be3bbd76b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7554 2025.03.12 22:41:31.664499 [ 276 ] {6e1cd9f6-6c70-4a12-bc3e-bc6be3bbd76b} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7555 2025.03.12 22:41:31.664541 [ 276 ] {6e1cd9f6-6c70-4a12-bc3e-bc6be3bbd76b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7556 2025.03.12 22:41:31.664904 [ 276 ] {6e1cd9f6-6c70-4a12-bc3e-bc6be3bbd76b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7557 2025.03.12 22:41:31.665146 [ 276 ] {6e1cd9f6-6c70-4a12-bc3e-bc6be3bbd76b} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7558 2025.03.12 22:41:31.665358 [ 276 ] {6e1cd9f6-6c70-4a12-bc3e-bc6be3bbd76b} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001493 sec., 26791.69457468185 rows/sec., 1.97 MiB/sec.
7559 2025.03.12 22:41:31.665413 [ 276 ] {6e1cd9f6-6c70-4a12-bc3e-bc6be3bbd76b} <Debug> TCPHandler: Processed in 0.001685804 sec.
7560 2025.03.12 22:41:31.665519 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7561 2025.03.12 22:41:31.665623 [ 276 ] {909fb24a-92da-40d9-a6f3-829861429338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7562 2025.03.12 22:41:31.665668 [ 276 ] {909fb24a-92da-40d9-a6f3-829861429338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7563 2025.03.12 22:41:31.666217 [ 276 ] {909fb24a-92da-40d9-a6f3-829861429338} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7564 2025.03.12 22:41:31.666258 [ 276 ] {909fb24a-92da-40d9-a6f3-829861429338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7565 2025.03.12 22:41:31.666822 [ 276 ] {909fb24a-92da-40d9-a6f3-829861429338} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
7566 2025.03.12 22:41:31.667073 [ 276 ] {909fb24a-92da-40d9-a6f3-829861429338} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7567 2025.03.12 22:41:31.667287 [ 276 ] {909fb24a-92da-40d9-a6f3-829861429338} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001683 sec., 61794.41473559121 rows/sec., 4.83 MiB/sec.
7568 2025.03.12 22:41:31.667364 [ 276 ] {909fb24a-92da-40d9-a6f3-829861429338} <Debug> TCPHandler: Processed in 0.001893699 sec.
7569 2025.03.12 22:41:31.667532 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7570 2025.03.12 22:41:31.667833 [ 276 ] {aaf1b532-d376-47a2-8d82-234c60df775f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7571 2025.03.12 22:41:31.668000 [ 276 ] {aaf1b532-d376-47a2-8d82-234c60df775f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7572 2025.03.12 22:41:31.668595 [ 276 ] {aaf1b532-d376-47a2-8d82-234c60df775f} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7573 2025.03.12 22:41:31.668636 [ 276 ] {aaf1b532-d376-47a2-8d82-234c60df775f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7574 2025.03.12 22:41:31.669044 [ 276 ] {aaf1b532-d376-47a2-8d82-234c60df775f} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
7575 2025.03.12 22:41:31.669294 [ 276 ] {aaf1b532-d376-47a2-8d82-234c60df775f} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7576 2025.03.12 22:41:31.669517 [ 276 ] {aaf1b532-d376-47a2-8d82-234c60df775f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001803 sec., 88740.98724348309 rows/sec., 6.18 MiB/sec.
7577 2025.03.12 22:41:31.669571 [ 276 ] {aaf1b532-d376-47a2-8d82-234c60df775f} <Debug> TCPHandler: Processed in 0.002117735 sec.
7578 2025.03.12 22:41:31.669677 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7579 2025.03.12 22:41:31.669780 [ 276 ] {6b54a9e6-4371-44d2-915b-b27fed78a425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7580 2025.03.12 22:41:31.669846 [ 276 ] {6b54a9e6-4371-44d2-915b-b27fed78a425} <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
7581 2025.03.12 22:41:31.671016 [ 276 ] {6b54a9e6-4371-44d2-915b-b27fed78a425} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7582 2025.03.12 22:41:31.671056 [ 276 ] {6b54a9e6-4371-44d2-915b-b27fed78a425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7583 2025.03.12 22:41:31.671722 [ 276 ] {6b54a9e6-4371-44d2-915b-b27fed78a425} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7584 2025.03.12 22:41:31.671985 [ 276 ] {6b54a9e6-4371-44d2-915b-b27fed78a425} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7585 2025.03.12 22:41:31.672228 [ 276 ] {6b54a9e6-4371-44d2-915b-b27fed78a425} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002469 sec., 16200.891049007696 rows/sec., 29.03 MiB/sec.
7586 2025.03.12 22:41:31.672326 [ 276 ] {6b54a9e6-4371-44d2-915b-b27fed78a425} <Debug> TCPHandler: Processed in 0.00270037 sec.
7587 2025.03.12 22:41:31.672443 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7588 2025.03.12 22:41:31.672547 [ 276 ] {9f1718eb-f61c-4f51-884e-8b2992c951f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7589 2025.03.12 22:41:31.672594 [ 276 ] {9f1718eb-f61c-4f51-884e-8b2992c951f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7590 2025.03.12 22:41:31.673025 [ 276 ] {9f1718eb-f61c-4f51-884e-8b2992c951f5} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7591 2025.03.12 22:41:31.673065 [ 276 ] {9f1718eb-f61c-4f51-884e-8b2992c951f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7592 2025.03.12 22:41:31.673428 [ 276 ] {9f1718eb-f61c-4f51-884e-8b2992c951f5} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
7593 2025.03.12 22:41:31.673677 [ 276 ] {9f1718eb-f61c-4f51-884e-8b2992c951f5} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7594 2025.03.12 22:41:31.673924 [ 276 ] {9f1718eb-f61c-4f51-884e-8b2992c951f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec.
7595 2025.03.12 22:41:31.673976 [ 276 ] {9f1718eb-f61c-4f51-884e-8b2992c951f5} <Debug> TCPHandler: Processed in 0.001584261 sec.
7596 2025.03.12 22:41:36.657876 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7597 2025.03.12 22:41:36.658102 [ 276 ] {db1b098f-b0b9-49e6-bad5-ba1d6039bddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7598 2025.03.12 22:41:36.658174 [ 276 ] {db1b098f-b0b9-49e6-bad5-ba1d6039bddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7599 2025.03.12 22:41:36.658935 [ 276 ] {db1b098f-b0b9-49e6-bad5-ba1d6039bddf} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7600 2025.03.12 22:41:36.658987 [ 276 ] {db1b098f-b0b9-49e6-bad5-ba1d6039bddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7601 2025.03.12 22:41:36.659421 [ 276 ] {db1b098f-b0b9-49e6-bad5-ba1d6039bddf} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
7602 2025.03.12 22:41:36.659674 [ 276 ] {db1b098f-b0b9-49e6-bad5-ba1d6039bddf} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7603 2025.03.12 22:41:36.659905 [ 151 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
7604 2025.03.12 22:41:36.659917 [ 276 ] {db1b098f-b0b9-49e6-bad5-ba1d6039bddf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001854 sec., 30204.962243797196 rows/sec., 2.32 MiB/sec.
7605 2025.03.12 22:41:36.660001 [ 151 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7606 2025.03.12 22:41:36.660078 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7607 2025.03.12 22:41:36.660087 [ 276 ] {db1b098f-b0b9-49e6-bad5-ba1d6039bddf} <Debug> TCPHandler: Processed in 0.002356912 sec.
7608 2025.03.12 22:41:36.660261 [ 201 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
7609 2025.03.12 22:41:36.660279 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7610 2025.03.12 22:41:36.660393 [ 201 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7611 2025.03.12 22:41:36.660413 [ 276 ] {529c375c-626d-40d1-b2dd-fdab8fcb47ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7612 2025.03.12 22:41:36.660432 [ 201 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1407 rows starting from the beginning of the part
7613 2025.03.12 22:41:36.660468 [ 276 ] {529c375c-626d-40d1-b2dd-fdab8fcb47ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7614 2025.03.12 22:41:36.660606 [ 201 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1397 rows starting from the beginning of the part
7615 2025.03.12 22:41:36.661050 [ 201 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part
7616 2025.03.12 22:41:36.661332 [ 201 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part
7617 2025.03.12 22:41:36.661697 [ 201 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 136 rows starting from the beginning of the part
7618 2025.03.12 22:41:36.662014 [ 201 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part
7619 2025.03.12 22:41:36.662992 [ 276 ] {529c375c-626d-40d1-b2dd-fdab8fcb47ce} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7620 2025.03.12 22:41:36.663037 [ 276 ] {529c375c-626d-40d1-b2dd-fdab8fcb47ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7621 2025.03.12 22:41:36.663542 [ 276 ] {529c375c-626d-40d1-b2dd-fdab8fcb47ce} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
7622 2025.03.12 22:41:36.663871 [ 276 ] {529c375c-626d-40d1-b2dd-fdab8fcb47ce} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7623 2025.03.12 22:41:36.664055 [ 151 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
7624 2025.03.12 22:41:36.664121 [ 151 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7625 2025.03.12 22:41:36.664163 [ 276 ] {529c375c-626d-40d1-b2dd-fdab8fcb47ce} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003764 sec., 17003.188097768332 rows/sec., 1.33 MiB/sec.
7626 2025.03.12 22:41:36.664181 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7627 2025.03.12 22:41:36.664578 [ 276 ] {529c375c-626d-40d1-b2dd-fdab8fcb47ce} <Debug> TCPHandler: Processed in 0.004342753 sec.
7628 2025.03.12 22:41:36.665048 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7629 2025.03.12 22:41:36.665373 [ 196 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 5 columns (5 merged, 0 gathered) in 0.005169064 sec., 601269.3980960576 rows/sec., 52.59 MiB/sec.
7630 2025.03.12 22:41:36.665508 [ 276 ] {aeed0cbd-1d2c-47db-9892-d9e7719c579a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7631 2025.03.12 22:41:36.665693 [ 276 ] {aeed0cbd-1d2c-47db-9892-d9e7719c579a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7632 2025.03.12 22:41:36.666133 [ 196 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
7633 2025.03.12 22:41:36.666149 [ 192 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
7634 2025.03.12 22:41:36.666994 [ 192 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7635 2025.03.12 22:41:36.667118 [ 192 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 632 rows starting from the beginning of the part
7636 2025.03.12 22:41:36.667636 [ 192 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 598 rows starting from the beginning of the part
7637 2025.03.12 22:41:36.667806 [ 196 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_81_16} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7638 2025.03.12 22:41:36.668026 [ 192 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part
7639 2025.03.12 22:41:36.668341 [ 196 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_81_16} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
7640 2025.03.12 22:41:36.668648 [ 192 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part
7641 2025.03.12 22:41:36.668756 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
7642 2025.03.12 22:41:36.669037 [ 192 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 104 rows starting from the beginning of the part
7643 2025.03.12 22:41:36.669387 [ 192 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part
7644 2025.03.12 22:41:36.669793 [ 276 ] {aeed0cbd-1d2c-47db-9892-d9e7719c579a} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7645 2025.03.12 22:41:36.669884 [ 276 ] {aeed0cbd-1d2c-47db-9892-d9e7719c579a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7646 2025.03.12 22:41:36.670770 [ 276 ] {aeed0cbd-1d2c-47db-9892-d9e7719c579a} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
7647 2025.03.12 22:41:36.671316 [ 276 ] {aeed0cbd-1d2c-47db-9892-d9e7719c579a} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7648 2025.03.12 22:41:36.671715 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
7649 2025.03.12 22:41:36.671846 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7650 2025.03.12 22:41:36.671891 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7651 2025.03.12 22:41:36.671904 [ 276 ] {aeed0cbd-1d2c-47db-9892-d9e7719c579a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006524 sec., 24524.83139178418 rows/sec., 1.71 MiB/sec.
7652 2025.03.12 22:41:36.672327 [ 276 ] {aeed0cbd-1d2c-47db-9892-d9e7719c579a} <Debug> TCPHandler: Processed in 0.007429833 sec.
7653 2025.03.12 22:41:36.672392 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
7654 2025.03.12 22:41:36.672738 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7655 2025.03.12 22:41:36.673194 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7656 2025.03.12 22:41:36.673294 [ 276 ] {0846e7e0-ee12-4ec2-9cdc-457e2ab60650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7657 2025.03.12 22:41:36.673349 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21040 rows starting from the beginning of the part
7658 2025.03.12 22:41:36.673541 [ 276 ] {0846e7e0-ee12-4ec2-9cdc-457e2ab60650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7659 2025.03.12 22:41:36.673549 [ 195 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1526 rows, containing 5 columns (5 merged, 0 gathered) in 0.008955772 sec., 170392.90415164654 rows/sec., 13.57 MiB/sec.
7660 2025.03.12 22:41:36.674128 [ 195 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
7661 2025.03.12 22:41:36.675267 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 945 rows starting from the beginning of the part
7662 2025.03.12 22:41:36.675413 [ 197 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_81_16} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7663 2025.03.12 22:41:36.676091 [ 197 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_81_16} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
7664 2025.03.12 22:41:36.676104 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 98 rows starting from the beginning of the part
7665 2025.03.12 22:41:36.676484 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
7666 2025.03.12 22:41:36.676678 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part
7667 2025.03.12 22:41:36.677004 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part
7668 2025.03.12 22:41:36.677300 [ 276 ] {0846e7e0-ee12-4ec2-9cdc-457e2ab60650} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7669 2025.03.12 22:41:36.677366 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part
7670 2025.03.12 22:41:36.677401 [ 276 ] {0846e7e0-ee12-4ec2-9cdc-457e2ab60650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7671 2025.03.12 22:41:36.678569 [ 276 ] {0846e7e0-ee12-4ec2-9cdc-457e2ab60650} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
7672 2025.03.12 22:41:36.678948 [ 276 ] {0846e7e0-ee12-4ec2-9cdc-457e2ab60650} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7673 2025.03.12 22:41:36.679255 [ 151 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
7674 2025.03.12 22:41:36.679323 [ 151 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7675 2025.03.12 22:41:36.679351 [ 276 ] {0846e7e0-ee12-4ec2-9cdc-457e2ab60650} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006265 sec., 9577.015163607342 rows/sec., 660.91 KiB/sec.
7676 2025.03.12 22:41:36.679374 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7677 2025.03.12 22:41:36.679807 [ 276 ] {0846e7e0-ee12-4ec2-9cdc-457e2ab60650} <Debug> TCPHandler: Processed in 0.007243887 sec.
7678 2025.03.12 22:41:36.679997 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
7679 2025.03.12 22:41:36.680606 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7680 2025.03.12 22:41:36.680723 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3948 rows starting from the beginning of the part
7681 2025.03.12 22:41:36.681284 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 22 rows starting from the beginning of the part
7682 2025.03.12 22:41:36.681900 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 38 rows starting from the beginning of the part
7683 2025.03.12 22:41:36.682274 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part
7684 2025.03.12 22:41:36.682678 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part
7685 2025.03.12 22:41:36.683009 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part
7686 2025.03.12 22:41:36.692618 [ 191 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4188 rows, containing 4 columns (4 merged, 0 gathered) in 0.013111 sec., 319426.4358172527 rows/sec., 21.53 MiB/sec.
7687 2025.03.12 22:41:36.693076 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
7688 2025.03.12 22:41:36.693389 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_81_16} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7689 2025.03.12 22:41:36.693586 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_81_16} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
7690 2025.03.12 22:41:36.693659 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB.
7691 2025.03.12 22:41:36.696229 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22563 rows, containing 5 columns (5 merged, 0 gathered) in 0.024247548 sec., 930527.0784493344 rows/sec., 63.77 MiB/sec.
7692 2025.03.12 22:41:36.696804 [ 191 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
7693 2025.03.12 22:41:36.697164 [ 191 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7694 2025.03.12 22:41:36.697257 [ 191 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
7695 2025.03.12 22:41:36.697363 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
7696 2025.03.12 22:41:37.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 222.85 MiB, peak 234.35 MiB, free memory in arenas 0.00 B, will set to 224.50 MiB (RSS), difference: 1.65 MiB
7697 2025.03.12 22:41:37.056213 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509
7698 2025.03.12 22:41:37.056878 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7699 2025.03.12 22:41:37.056922 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7700 2025.03.12 22:41:37.057452 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7701 2025.03.12 22:41:37.057709 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7702 2025.03.12 22:41:37.057966 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509
7703 2025.03.12 22:41:38.614128 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
7704 2025.03.12 22:41:38.635351 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7705 2025.03.12 22:41:38.635404 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7706 2025.03.12 22:41:38.642805 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7707 2025.03.12 22:41:38.643515 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7708 2025.03.12 22:41:38.647139 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
7709 2025.03.12 22:41:39.676250 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1048
7710 2025.03.12 22:41:39.679081 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7711 2025.03.12 22:41:39.679128 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7712 2025.03.12 22:41:39.680591 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7713 2025.03.12 22:41:39.680893 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7714 2025.03.12 22:41:39.681132 [ 148 ] {} <Debug> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7715 2025.03.12 22:41:39.681255 [ 148 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7716 2025.03.12 22:41:39.681314 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7717 2025.03.12 22:41:39.682037 [ 198 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::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
7718 2025.03.12 22:41:39.684014 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1048
7719 2025.03.12 22:41:39.684408 [ 198 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7720 2025.03.12 22:41:39.684603 [ 198 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 936 rows starting from the beginning of the part
7721 2025.03.12 22:41:39.685113 [ 198 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part
7722 2025.03.12 22:41:39.685587 [ 198 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 20 rows starting from the beginning of the part
7723 2025.03.12 22:41:39.686131 [ 198 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part
7724 2025.03.12 22:41:39.686600 [ 198 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part
7725 2025.03.12 22:41:39.687072 [ 198 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 20 rows starting from the beginning of the part
7726 2025.03.12 22:41:39.695448 [ 189 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1048 rows, containing 72 columns (72 merged, 0 gathered) in 0.013960272 sec., 75070.17055255084 rows/sec., 59.62 MiB/sec.
7727 2025.03.12 22:41:39.697007 [ 200 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7728 2025.03.12 22:41:39.697825 [ 200 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_36_7} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7729 2025.03.12 22:41:39.697921 [ 200 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_36_7} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7730 2025.03.12 22:41:39.698250 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.49 MiB.
7731 2025.03.12 22:41:41.660069 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7732 2025.03.12 22:41:41.660377 [ 276 ] {b5ef0a40-6cc7-43c7-a14d-9f968c9d29d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7733 2025.03.12 22:41:41.660451 [ 276 ] {b5ef0a40-6cc7-43c7-a14d-9f968c9d29d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7734 2025.03.12 22:41:41.661314 [ 276 ] {b5ef0a40-6cc7-43c7-a14d-9f968c9d29d3} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7735 2025.03.12 22:41:41.661368 [ 276 ] {b5ef0a40-6cc7-43c7-a14d-9f968c9d29d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7736 2025.03.12 22:41:41.661830 [ 276 ] {b5ef0a40-6cc7-43c7-a14d-9f968c9d29d3} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
7737 2025.03.12 22:41:41.662091 [ 276 ] {b5ef0a40-6cc7-43c7-a14d-9f968c9d29d3} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7738 2025.03.12 22:41:41.662357 [ 276 ] {b5ef0a40-6cc7-43c7-a14d-9f968c9d29d3} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002051 sec., 66309.11750365676 rows/sec., 5.73 MiB/sec.
7739 2025.03.12 22:41:41.662473 [ 276 ] {b5ef0a40-6cc7-43c7-a14d-9f968c9d29d3} <Debug> TCPHandler: Processed in 0.002601227 sec.
7740 2025.03.12 22:41:41.662724 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7741 2025.03.12 22:41:41.662913 [ 276 ] {257e6668-53c5-4b0d-937d-bc5663b1a058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7742 2025.03.12 22:41:41.662965 [ 276 ] {257e6668-53c5-4b0d-937d-bc5663b1a058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7743 2025.03.12 22:41:41.663549 [ 276 ] {257e6668-53c5-4b0d-937d-bc5663b1a058} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7744 2025.03.12 22:41:41.663591 [ 276 ] {257e6668-53c5-4b0d-937d-bc5663b1a058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7745 2025.03.12 22:41:41.663957 [ 276 ] {257e6668-53c5-4b0d-937d-bc5663b1a058} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7746 2025.03.12 22:41:41.664206 [ 276 ] {257e6668-53c5-4b0d-937d-bc5663b1a058} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7747 2025.03.12 22:41:41.664418 [ 276 ] {257e6668-53c5-4b0d-937d-bc5663b1a058} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001541 sec., 25957.170668397142 rows/sec., 1.91 MiB/sec.
7748 2025.03.12 22:41:41.664471 [ 276 ] {257e6668-53c5-4b0d-937d-bc5663b1a058} <Debug> TCPHandler: Processed in 0.001856298 sec.
7749 2025.03.12 22:41:41.664592 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7750 2025.03.12 22:41:41.664698 [ 276 ] {2097bdcf-0e1b-4e06-a186-6afdefce8cf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7751 2025.03.12 22:41:41.664743 [ 276 ] {2097bdcf-0e1b-4e06-a186-6afdefce8cf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7752 2025.03.12 22:41:41.665317 [ 276 ] {2097bdcf-0e1b-4e06-a186-6afdefce8cf7} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7753 2025.03.12 22:41:41.665356 [ 276 ] {2097bdcf-0e1b-4e06-a186-6afdefce8cf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7754 2025.03.12 22:41:41.665715 [ 276 ] {2097bdcf-0e1b-4e06-a186-6afdefce8cf7} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
7755 2025.03.12 22:41:41.665965 [ 276 ] {2097bdcf-0e1b-4e06-a186-6afdefce8cf7} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7756 2025.03.12 22:41:41.666172 [ 276 ] {2097bdcf-0e1b-4e06-a186-6afdefce8cf7} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001495 sec., 69565.21739130435 rows/sec., 5.43 MiB/sec.
7757 2025.03.12 22:41:41.666222 [ 276 ] {2097bdcf-0e1b-4e06-a186-6afdefce8cf7} <Debug> TCPHandler: Processed in 0.001682763 sec.
7758 2025.03.12 22:41:41.666343 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7759 2025.03.12 22:41:41.666448 [ 276 ] {180cba72-502b-4c07-b90f-73e74600c325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7760 2025.03.12 22:41:41.666499 [ 276 ] {180cba72-502b-4c07-b90f-73e74600c325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7761 2025.03.12 22:41:41.667024 [ 276 ] {180cba72-502b-4c07-b90f-73e74600c325} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7762 2025.03.12 22:41:41.667062 [ 276 ] {180cba72-502b-4c07-b90f-73e74600c325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7763 2025.03.12 22:41:41.667446 [ 276 ] {180cba72-502b-4c07-b90f-73e74600c325} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
7764 2025.03.12 22:41:41.667685 [ 276 ] {180cba72-502b-4c07-b90f-73e74600c325} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7765 2025.03.12 22:41:41.667897 [ 276 ] {180cba72-502b-4c07-b90f-73e74600c325} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec.
7766 2025.03.12 22:41:41.667948 [ 276 ] {180cba72-502b-4c07-b90f-73e74600c325} <Debug> TCPHandler: Processed in 0.001657303 sec.
7767 2025.03.12 22:41:41.668082 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7768 2025.03.12 22:41:41.668221 [ 276 ] {a1f0a6c8-a294-4057-94d8-eeabc7b4f7dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7769 2025.03.12 22:41:41.668301 [ 276 ] {a1f0a6c8-a294-4057-94d8-eeabc7b4f7dc} <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
7770 2025.03.12 22:41:41.669480 [ 276 ] {a1f0a6c8-a294-4057-94d8-eeabc7b4f7dc} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7771 2025.03.12 22:41:41.669520 [ 276 ] {a1f0a6c8-a294-4057-94d8-eeabc7b4f7dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7772 2025.03.12 22:41:41.670194 [ 276 ] {a1f0a6c8-a294-4057-94d8-eeabc7b4f7dc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7773 2025.03.12 22:41:41.670457 [ 276 ] {a1f0a6c8-a294-4057-94d8-eeabc7b4f7dc} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7774 2025.03.12 22:41:41.670696 [ 276 ] {a1f0a6c8-a294-4057-94d8-eeabc7b4f7dc} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002504 sec., 15974.440894568688 rows/sec., 28.63 MiB/sec.
7775 2025.03.12 22:41:41.670790 [ 276 ] {a1f0a6c8-a294-4057-94d8-eeabc7b4f7dc} <Debug> TCPHandler: Processed in 0.002773322 sec.
7776 2025.03.12 22:41:41.670906 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7777 2025.03.12 22:41:41.671009 [ 276 ] {81d40f97-84c0-42e5-a62f-817921c5491c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7778 2025.03.12 22:41:41.671055 [ 276 ] {81d40f97-84c0-42e5-a62f-817921c5491c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7779 2025.03.12 22:41:41.671504 [ 276 ] {81d40f97-84c0-42e5-a62f-817921c5491c} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7780 2025.03.12 22:41:41.671543 [ 276 ] {81d40f97-84c0-42e5-a62f-817921c5491c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7781 2025.03.12 22:41:41.671897 [ 276 ] {81d40f97-84c0-42e5-a62f-817921c5491c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
7782 2025.03.12 22:41:41.672129 [ 276 ] {81d40f97-84c0-42e5-a62f-817921c5491c} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7783 2025.03.12 22:41:41.672325 [ 276 ] {81d40f97-84c0-42e5-a62f-817921c5491c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001337 sec., 44876.58937920718 rows/sec., 3.02 MiB/sec.
7784 2025.03.12 22:41:41.672380 [ 276 ] {81d40f97-84c0-42e5-a62f-817921c5491c} <Debug> TCPHandler: Processed in 0.00152504 sec.
7785 2025.03.12 22:41:44.344268 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache
7786 2025.03.12 22:41:44.344330 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache
7787 2025.03.12 22:41:44.558144 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936
7788 2025.03.12 22:41:44.558823 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7789 2025.03.12 22:41:44.558865 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7790 2025.03.12 22:41:44.559393 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7791 2025.03.12 22:41:44.559642 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7792 2025.03.12 22:41:44.559862 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
7793 2025.03.12 22:41:46.147249 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
7794 2025.03.12 22:41:46.168348 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7795 2025.03.12 22:41:46.168399 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7796 2025.03.12 22:41:46.175900 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7797 2025.03.12 22:41:46.176684 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7798 2025.03.12 22:41:46.180278 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
7799 2025.03.12 22:41:46.658824 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7800 2025.03.12 22:41:46.659038 [ 276 ] {d6b40ce0-7c81-4077-8276-674e9330970f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7801 2025.03.12 22:41:46.659119 [ 276 ] {d6b40ce0-7c81-4077-8276-674e9330970f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7802 2025.03.12 22:41:46.659988 [ 276 ] {d6b40ce0-7c81-4077-8276-674e9330970f} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7803 2025.03.12 22:41:46.660031 [ 276 ] {d6b40ce0-7c81-4077-8276-674e9330970f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7804 2025.03.12 22:41:46.660472 [ 276 ] {d6b40ce0-7c81-4077-8276-674e9330970f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
7805 2025.03.12 22:41:46.660742 [ 276 ] {d6b40ce0-7c81-4077-8276-674e9330970f} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7806 2025.03.12 22:41:46.660949 [ 276 ] {d6b40ce0-7c81-4077-8276-674e9330970f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001969 sec., 28440.832910106656 rows/sec., 2.18 MiB/sec.
7807 2025.03.12 22:41:46.661004 [ 276 ] {d6b40ce0-7c81-4077-8276-674e9330970f} <Debug> TCPHandler: Processed in 0.0023211 sec.
7808 2025.03.12 22:41:46.661127 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7809 2025.03.12 22:41:46.661236 [ 276 ] {c196da48-9a18-4b47-9cf8-6f6c010924b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7810 2025.03.12 22:41:46.661280 [ 276 ] {c196da48-9a18-4b47-9cf8-6f6c010924b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7811 2025.03.12 22:41:46.661824 [ 276 ] {c196da48-9a18-4b47-9cf8-6f6c010924b2} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7812 2025.03.12 22:41:46.661862 [ 276 ] {c196da48-9a18-4b47-9cf8-6f6c010924b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7813 2025.03.12 22:41:46.662210 [ 276 ] {c196da48-9a18-4b47-9cf8-6f6c010924b2} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
7814 2025.03.12 22:41:46.662444 [ 276 ] {c196da48-9a18-4b47-9cf8-6f6c010924b2} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7815 2025.03.12 22:41:46.662618 [ 276 ] {c196da48-9a18-4b47-9cf8-6f6c010924b2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001404 sec., 45584.04558404558 rows/sec., 3.56 MiB/sec.
7816 2025.03.12 22:41:46.662670 [ 276 ] {c196da48-9a18-4b47-9cf8-6f6c010924b2} <Debug> TCPHandler: Processed in 0.001593541 sec.
7817 2025.03.12 22:41:46.662785 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7818 2025.03.12 22:41:46.662892 [ 276 ] {1f532f9d-0307-4197-a5d3-51ac4c98636d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7819 2025.03.12 22:41:46.662942 [ 276 ] {1f532f9d-0307-4197-a5d3-51ac4c98636d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7820 2025.03.12 22:41:46.663465 [ 276 ] {1f532f9d-0307-4197-a5d3-51ac4c98636d} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7821 2025.03.12 22:41:46.663503 [ 276 ] {1f532f9d-0307-4197-a5d3-51ac4c98636d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7822 2025.03.12 22:41:46.663887 [ 276 ] {1f532f9d-0307-4197-a5d3-51ac4c98636d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
7823 2025.03.12 22:41:46.664117 [ 276 ] {1f532f9d-0307-4197-a5d3-51ac4c98636d} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7824 2025.03.12 22:41:46.664308 [ 276 ] {1f532f9d-0307-4197-a5d3-51ac4c98636d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001434 sec., 111576.01115760113 rows/sec., 7.77 MiB/sec.
7825 2025.03.12 22:41:46.664404 [ 276 ] {1f532f9d-0307-4197-a5d3-51ac4c98636d} <Debug> TCPHandler: Processed in 0.001667714 sec.
7826 2025.03.12 22:41:46.664593 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7827 2025.03.12 22:41:46.664874 [ 276 ] {fd31b727-35e4-40c7-bdef-13b625f8f6c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7828 2025.03.12 22:41:46.664939 [ 276 ] {fd31b727-35e4-40c7-bdef-13b625f8f6c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7829 2025.03.12 22:41:46.665396 [ 276 ] {fd31b727-35e4-40c7-bdef-13b625f8f6c3} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7830 2025.03.12 22:41:46.665434 [ 276 ] {fd31b727-35e4-40c7-bdef-13b625f8f6c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7831 2025.03.12 22:41:46.665795 [ 276 ] {fd31b727-35e4-40c7-bdef-13b625f8f6c3} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
7832 2025.03.12 22:41:46.666038 [ 276 ] {fd31b727-35e4-40c7-bdef-13b625f8f6c3} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7833 2025.03.12 22:41:46.666210 [ 276 ] {fd31b727-35e4-40c7-bdef-13b625f8f6c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001429 sec., 41987.40377886634 rows/sec., 2.83 MiB/sec.
7834 2025.03.12 22:41:46.666258 [ 276 ] {fd31b727-35e4-40c7-bdef-13b625f8f6c3} <Debug> TCPHandler: Processed in 0.001762616 sec.
7835 2025.03.12 22:41:48.016813 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7836 2025.03.12 22:41:48.017005 [ 276 ] {5c3a0d84-1bbe-4f1d-8414-d51c39281e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7837 2025.03.12 22:41:48.017076 [ 276 ] {5c3a0d84-1bbe-4f1d-8414-d51c39281e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7838 2025.03.12 22:41:48.017840 [ 276 ] {5c3a0d84-1bbe-4f1d-8414-d51c39281e2c} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7839 2025.03.12 22:41:48.017885 [ 276 ] {5c3a0d84-1bbe-4f1d-8414-d51c39281e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7840 2025.03.12 22:41:48.018313 [ 276 ] {5c3a0d84-1bbe-4f1d-8414-d51c39281e2c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7841 2025.03.12 22:41:48.018562 [ 276 ] {5c3a0d84-1bbe-4f1d-8414-d51c39281e2c} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7842 2025.03.12 22:41:48.018823 [ 276 ] {5c3a0d84-1bbe-4f1d-8414-d51c39281e2c} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001859 sec., 12910.166756320603 rows/sec., 1.07 MiB/sec.
7843 2025.03.12 22:41:48.018988 [ 276 ] {5c3a0d84-1bbe-4f1d-8414-d51c39281e2c} <Debug> TCPHandler: Processed in 0.00229943 sec.
7844 2025.03.12 22:41:48.019162 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7845 2025.03.12 22:41:48.019269 [ 276 ] {a97ff489-3ba1-4758-99bf-80db665cf34d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7846 2025.03.12 22:41:48.019316 [ 276 ] {a97ff489-3ba1-4758-99bf-80db665cf34d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7847 2025.03.12 22:41:48.019877 [ 276 ] {a97ff489-3ba1-4758-99bf-80db665cf34d} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7848 2025.03.12 22:41:48.019918 [ 276 ] {a97ff489-3ba1-4758-99bf-80db665cf34d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7849 2025.03.12 22:41:48.020265 [ 276 ] {a97ff489-3ba1-4758-99bf-80db665cf34d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7850 2025.03.12 22:41:48.020497 [ 276 ] {a97ff489-3ba1-4758-99bf-80db665cf34d} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7851 2025.03.12 22:41:48.020799 [ 276 ] {a97ff489-3ba1-4758-99bf-80db665cf34d} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00153 sec., 10457.516339869282 rows/sec., 852.74 KiB/sec.
7852 2025.03.12 22:41:48.021071 [ 276 ] {a97ff489-3ba1-4758-99bf-80db665cf34d} <Debug> TCPHandler: Processed in 0.001956741 sec.
7853 2025.03.12 22:41:48.021233 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7854 2025.03.12 22:41:48.021338 [ 276 ] {bd9c455c-cdaf-482e-bac2-90f32c99ab6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7855 2025.03.12 22:41:48.021384 [ 276 ] {bd9c455c-cdaf-482e-bac2-90f32c99ab6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7856 2025.03.12 22:41:48.022669 [ 276 ] {bd9c455c-cdaf-482e-bac2-90f32c99ab6e} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7857 2025.03.12 22:41:48.022709 [ 276 ] {bd9c455c-cdaf-482e-bac2-90f32c99ab6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7858 2025.03.12 22:41:48.023151 [ 276 ] {bd9c455c-cdaf-482e-bac2-90f32c99ab6e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
7859 2025.03.12 22:41:48.023411 [ 276 ] {bd9c455c-cdaf-482e-bac2-90f32c99ab6e} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7860 2025.03.12 22:41:48.023620 [ 276 ] {bd9c455c-cdaf-482e-bac2-90f32c99ab6e} <Debug> executeQuery: Read 1404 rows, 120.63 KiB in 0.002304 sec., 609375 rows/sec., 51.13 MiB/sec.
7861 2025.03.12 22:41:48.023673 [ 276 ] {bd9c455c-cdaf-482e-bac2-90f32c99ab6e} <Debug> TCPHandler: Processed in 0.002490574 sec.
7862 2025.03.12 22:41:48.023793 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7863 2025.03.12 22:41:48.023900 [ 276 ] {b1110fa0-ec8d-430b-b17e-c22c39db7ae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7864 2025.03.12 22:41:48.023944 [ 276 ] {b1110fa0-ec8d-430b-b17e-c22c39db7ae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7865 2025.03.12 22:41:48.024498 [ 276 ] {b1110fa0-ec8d-430b-b17e-c22c39db7ae8} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7866 2025.03.12 22:41:48.024538 [ 276 ] {b1110fa0-ec8d-430b-b17e-c22c39db7ae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7867 2025.03.12 22:41:48.024888 [ 276 ] {b1110fa0-ec8d-430b-b17e-c22c39db7ae8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7868 2025.03.12 22:41:48.025126 [ 276 ] {b1110fa0-ec8d-430b-b17e-c22c39db7ae8} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7869 2025.03.12 22:41:48.025332 [ 276 ] {b1110fa0-ec8d-430b-b17e-c22c39db7ae8} <Debug> executeQuery: Read 68 rows, 5.09 KiB in 0.001454 sec., 46767.53782668501 rows/sec., 3.42 MiB/sec.
7870 2025.03.12 22:41:48.025386 [ 276 ] {b1110fa0-ec8d-430b-b17e-c22c39db7ae8} <Debug> TCPHandler: Processed in 0.001644403 sec.
7871 2025.03.12 22:41:48.025504 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7872 2025.03.12 22:41:48.025609 [ 276 ] {677cb8a3-bf3a-477a-9ecf-9def8c5cb4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7873 2025.03.12 22:41:48.025654 [ 276 ] {677cb8a3-bf3a-477a-9ecf-9def8c5cb4b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7874 2025.03.12 22:41:48.026267 [ 276 ] {677cb8a3-bf3a-477a-9ecf-9def8c5cb4b6} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7875 2025.03.12 22:41:48.026307 [ 276 ] {677cb8a3-bf3a-477a-9ecf-9def8c5cb4b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7876 2025.03.12 22:41:48.026667 [ 276 ] {677cb8a3-bf3a-477a-9ecf-9def8c5cb4b6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
7877 2025.03.12 22:41:48.026924 [ 276 ] {677cb8a3-bf3a-477a-9ecf-9def8c5cb4b6} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7878 2025.03.12 22:41:48.027152 [ 276 ] {677cb8a3-bf3a-477a-9ecf-9def8c5cb4b6} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001564 sec., 161125.3196930946 rows/sec., 11.14 MiB/sec.
7879 2025.03.12 22:41:48.027266 [ 276 ] {677cb8a3-bf3a-477a-9ecf-9def8c5cb4b6} <Debug> TCPHandler: Processed in 0.001813616 sec.
7880 2025.03.12 22:41:48.027374 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7881 2025.03.12 22:41:48.027476 [ 276 ] {e2169229-75ed-4499-8775-b233bb2a6101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7882 2025.03.12 22:41:48.027520 [ 276 ] {e2169229-75ed-4499-8775-b233bb2a6101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7883 2025.03.12 22:41:48.028048 [ 276 ] {e2169229-75ed-4499-8775-b233bb2a6101} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7884 2025.03.12 22:41:48.028087 [ 276 ] {e2169229-75ed-4499-8775-b233bb2a6101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7885 2025.03.12 22:41:48.028433 [ 276 ] {e2169229-75ed-4499-8775-b233bb2a6101} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7886 2025.03.12 22:41:48.028670 [ 276 ] {e2169229-75ed-4499-8775-b233bb2a6101} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7887 2025.03.12 22:41:48.029016 [ 276 ] {e2169229-75ed-4499-8775-b233bb2a6101} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001538 sec., 7802.340702210663 rows/sec., 609.56 KiB/sec.
7888 2025.03.12 22:41:48.029288 [ 276 ] {e2169229-75ed-4499-8775-b233bb2a6101} <Debug> TCPHandler: Processed in 0.001964211 sec.
7889 2025.03.12 22:41:48.029399 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7890 2025.03.12 22:41:48.029502 [ 276 ] {1cfcbd36-b4d2-48f8-8ecb-7d57215ca9a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7891 2025.03.12 22:41:48.029546 [ 276 ] {1cfcbd36-b4d2-48f8-8ecb-7d57215ca9a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7892 2025.03.12 22:41:48.030314 [ 276 ] {1cfcbd36-b4d2-48f8-8ecb-7d57215ca9a2} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7893 2025.03.12 22:41:48.030353 [ 276 ] {1cfcbd36-b4d2-48f8-8ecb-7d57215ca9a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7894 2025.03.12 22:41:48.030745 [ 276 ] {1cfcbd36-b4d2-48f8-8ecb-7d57215ca9a2} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
7895 2025.03.12 22:41:48.030979 [ 276 ] {1cfcbd36-b4d2-48f8-8ecb-7d57215ca9a2} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7896 2025.03.12 22:41:48.031186 [ 276 ] {1cfcbd36-b4d2-48f8-8ecb-7d57215ca9a2} <Debug> executeQuery: Read 612 rows, 47.17 KiB in 0.001705 sec., 358944.2815249267 rows/sec., 27.02 MiB/sec.
7897 2025.03.12 22:41:48.031238 [ 276 ] {1cfcbd36-b4d2-48f8-8ecb-7d57215ca9a2} <Debug> TCPHandler: Processed in 0.001887858 sec.
7898 2025.03.12 22:41:48.031344 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7899 2025.03.12 22:41:48.031447 [ 276 ] {793d0b2b-9f8d-4c93-bd6c-56cebae032a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7900 2025.03.12 22:41:48.031497 [ 276 ] {793d0b2b-9f8d-4c93-bd6c-56cebae032a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7901 2025.03.12 22:41:48.032219 [ 276 ] {793d0b2b-9f8d-4c93-bd6c-56cebae032a1} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7902 2025.03.12 22:41:48.032258 [ 276 ] {793d0b2b-9f8d-4c93-bd6c-56cebae032a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7903 2025.03.12 22:41:48.032692 [ 276 ] {793d0b2b-9f8d-4c93-bd6c-56cebae032a1} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
7904 2025.03.12 22:41:48.032928 [ 276 ] {793d0b2b-9f8d-4c93-bd6c-56cebae032a1} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7905 2025.03.12 22:41:48.033151 [ 276 ] {793d0b2b-9f8d-4c93-bd6c-56cebae032a1} <Debug> executeQuery: Read 942 rows, 65.08 KiB in 0.001725 sec., 546086.9565217391 rows/sec., 36.85 MiB/sec.
7906 2025.03.12 22:41:48.033210 [ 276 ] {793d0b2b-9f8d-4c93-bd6c-56cebae032a1} <Debug> TCPHandler: Processed in 0.001917129 sec.
7907 2025.03.12 22:41:48.033367 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7908 2025.03.12 22:41:48.033497 [ 276 ] {8445d19c-52b7-44e2-a203-5eadb48f3300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7909 2025.03.12 22:41:48.033564 [ 276 ] {8445d19c-52b7-44e2-a203-5eadb48f3300} <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
7910 2025.03.12 22:41:48.034713 [ 276 ] {8445d19c-52b7-44e2-a203-5eadb48f3300} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7911 2025.03.12 22:41:48.034752 [ 276 ] {8445d19c-52b7-44e2-a203-5eadb48f3300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7912 2025.03.12 22:41:48.035401 [ 276 ] {8445d19c-52b7-44e2-a203-5eadb48f3300} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7913 2025.03.12 22:41:48.035660 [ 276 ] {8445d19c-52b7-44e2-a203-5eadb48f3300} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7914 2025.03.12 22:41:48.035842 [ 138 ] {} <Debug> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7915 2025.03.12 22:41:48.035928 [ 276 ] {8445d19c-52b7-44e2-a203-5eadb48f3300} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002454 sec., 16299.918500407497 rows/sec., 29.21 MiB/sec.
7916 2025.03.12 22:41:48.035929 [ 138 ] {} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7917 2025.03.12 22:41:48.036015 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7918 2025.03.12 22:41:48.036300 [ 276 ] {8445d19c-52b7-44e2-a203-5eadb48f3300} <Debug> TCPHandler: Processed in 0.002993248 sec.
7919 2025.03.12 22:41:48.036359 [ 186 ] {1f75fe11-1029-454f-991a-395decf3ac5f::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
7920 2025.03.12 22:41:48.036476 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7921 2025.03.12 22:41:48.036680 [ 276 ] {b4bacfa3-b8a7-4d65-88bf-816902055baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7922 2025.03.12 22:41:48.036796 [ 276 ] {b4bacfa3-b8a7-4d65-88bf-816902055baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7923 2025.03.12 22:41:48.037393 [ 186 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7924 2025.03.12 22:41:48.037586 [ 186 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1127 rows starting from the beginning of the part
7925 2025.03.12 22:41:48.038226 [ 186 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part
7926 2025.03.12 22:41:48.038911 [ 276 ] {b4bacfa3-b8a7-4d65-88bf-816902055baf} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7927 2025.03.12 22:41:48.038957 [ 186 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part
7928 2025.03.12 22:41:48.038978 [ 276 ] {b4bacfa3-b8a7-4d65-88bf-816902055baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7929 2025.03.12 22:41:48.039635 [ 186 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part
7930 2025.03.12 22:41:48.040265 [ 186 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part
7931 2025.03.12 22:41:48.040365 [ 276 ] {b4bacfa3-b8a7-4d65-88bf-816902055baf} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
7932 2025.03.12 22:41:48.040713 [ 186 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part
7933 2025.03.12 22:41:48.041212 [ 276 ] {b4bacfa3-b8a7-4d65-88bf-816902055baf} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7934 2025.03.12 22:41:48.041905 [ 276 ] {b4bacfa3-b8a7-4d65-88bf-816902055baf} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.005287 sec., 3404.577264989597 rows/sec., 236.24 KiB/sec.
7935 2025.03.12 22:41:48.042001 [ 276 ] {b4bacfa3-b8a7-4d65-88bf-816902055baf} <Debug> TCPHandler: Processed in 0.005593845 sec.
7936 2025.03.12 22:41:48.048517 [ 200 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1327 rows, containing 19 columns (19 merged, 0 gathered) in 0.01235441 sec., 107411.03783992922 rows/sec., 192.48 MiB/sec.
7937 2025.03.12 22:41:48.050228 [ 200 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7938 2025.03.12 22:41:48.050697 [ 200 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7939 2025.03.12 22:41:48.050786 [ 200 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7940 2025.03.12 22:41:48.050958 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.46 MiB.
7941 2025.03.12 22:41:49.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.50 MiB, peak 236.92 MiB, free memory in arenas 0.00 B, will set to 227.95 MiB (RSS), difference: 2.45 MiB
7942 2025.03.12 22:41:49.684236 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1088
7943 2025.03.12 22:41:49.687437 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7944 2025.03.12 22:41:49.687480 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7945 2025.03.12 22:41:49.688953 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7946 2025.03.12 22:41:49.689262 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7947 2025.03.12 22:41:49.690513 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1088
7948 2025.03.12 22:41:51.656156 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7949 2025.03.12 22:41:51.656366 [ 276 ] {d230572e-6ae8-42e6-a336-fd086a06068f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7950 2025.03.12 22:41:51.656446 [ 276 ] {d230572e-6ae8-42e6-a336-fd086a06068f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7951 2025.03.12 22:41:51.657272 [ 276 ] {d230572e-6ae8-42e6-a336-fd086a06068f} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7952 2025.03.12 22:41:51.657314 [ 276 ] {d230572e-6ae8-42e6-a336-fd086a06068f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7953 2025.03.12 22:41:51.657754 [ 276 ] {d230572e-6ae8-42e6-a336-fd086a06068f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
7954 2025.03.12 22:41:51.658015 [ 276 ] {d230572e-6ae8-42e6-a336-fd086a06068f} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7955 2025.03.12 22:41:51.658287 [ 276 ] {d230572e-6ae8-42e6-a336-fd086a06068f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001969 sec., 28440.832910106656 rows/sec., 2.18 MiB/sec.
7956 2025.03.12 22:41:51.658392 [ 276 ] {d230572e-6ae8-42e6-a336-fd086a06068f} <Debug> TCPHandler: Processed in 0.002371072 sec.
7957 2025.03.12 22:41:51.658603 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7958 2025.03.12 22:41:51.658865 [ 276 ] {cfefcc03-6b7a-4f8f-b128-a607c403c3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7959 2025.03.12 22:41:51.658914 [ 276 ] {cfefcc03-6b7a-4f8f-b128-a607c403c3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7960 2025.03.12 22:41:51.659484 [ 276 ] {cfefcc03-6b7a-4f8f-b128-a607c403c3bf} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7961 2025.03.12 22:41:51.659525 [ 276 ] {cfefcc03-6b7a-4f8f-b128-a607c403c3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7962 2025.03.12 22:41:51.659886 [ 276 ] {cfefcc03-6b7a-4f8f-b128-a607c403c3bf} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
7963 2025.03.12 22:41:51.660130 [ 276 ] {cfefcc03-6b7a-4f8f-b128-a607c403c3bf} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7964 2025.03.12 22:41:51.660361 [ 276 ] {cfefcc03-6b7a-4f8f-b128-a607c403c3bf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001576 sec., 40609.137055837564 rows/sec., 3.17 MiB/sec.
7965 2025.03.12 22:41:51.660417 [ 276 ] {cfefcc03-6b7a-4f8f-b128-a607c403c3bf} <Debug> TCPHandler: Processed in 0.00191562 sec.
7966 2025.03.12 22:41:51.660529 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7967 2025.03.12 22:41:51.660636 [ 276 ] {d8447404-5155-47e5-9760-42f22d0122eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7968 2025.03.12 22:41:51.660688 [ 276 ] {d8447404-5155-47e5-9760-42f22d0122eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7969 2025.03.12 22:41:51.661193 [ 276 ] {d8447404-5155-47e5-9760-42f22d0122eb} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7970 2025.03.12 22:41:51.661232 [ 276 ] {d8447404-5155-47e5-9760-42f22d0122eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7971 2025.03.12 22:41:51.661621 [ 276 ] {d8447404-5155-47e5-9760-42f22d0122eb} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
7972 2025.03.12 22:41:51.661874 [ 276 ] {d8447404-5155-47e5-9760-42f22d0122eb} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7973 2025.03.12 22:41:51.662100 [ 276 ] {d8447404-5155-47e5-9760-42f22d0122eb} <Debug> executeQuery: Read 108 rows, 7.71 KiB in 0.001486 sec., 72678.33109017496 rows/sec., 5.07 MiB/sec.
7974 2025.03.12 22:41:51.662153 [ 276 ] {d8447404-5155-47e5-9760-42f22d0122eb} <Debug> TCPHandler: Processed in 0.001675353 sec.
7975 2025.03.12 22:41:51.662257 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7976 2025.03.12 22:41:51.662360 [ 276 ] {fbfe99f3-1646-47cd-bf5e-75a47ca6b90f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7977 2025.03.12 22:41:51.662407 [ 276 ] {fbfe99f3-1646-47cd-bf5e-75a47ca6b90f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7978 2025.03.12 22:41:51.662827 [ 276 ] {fbfe99f3-1646-47cd-bf5e-75a47ca6b90f} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7979 2025.03.12 22:41:51.662866 [ 276 ] {fbfe99f3-1646-47cd-bf5e-75a47ca6b90f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7980 2025.03.12 22:41:51.663223 [ 276 ] {fbfe99f3-1646-47cd-bf5e-75a47ca6b90f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
7981 2025.03.12 22:41:51.663458 [ 276 ] {fbfe99f3-1646-47cd-bf5e-75a47ca6b90f} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7982 2025.03.12 22:41:51.663665 [ 276 ] {fbfe99f3-1646-47cd-bf5e-75a47ca6b90f} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001327 sec., 31650.339110776185 rows/sec., 2.13 MiB/sec.
7983 2025.03.12 22:41:51.663716 [ 276 ] {fbfe99f3-1646-47cd-bf5e-75a47ca6b90f} <Debug> TCPHandler: Processed in 0.00150908 sec.
7984 2025.03.12 22:41:52.060024 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424
7985 2025.03.12 22:41:52.060783 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7986 2025.03.12 22:41:52.060822 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7987 2025.03.12 22:41:52.061338 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7988 2025.03.12 22:41:52.061594 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7989 2025.03.12 22:41:52.061752 [ 128 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7990 2025.03.12 22:41:52.061774 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424
7991 2025.03.12 22:41:52.061806 [ 128 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7992 2025.03.12 22:41:52.061834 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
7993 2025.03.12 22:41:52.062059 [ 186 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::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
7994 2025.03.12 22:41:52.062417 [ 186 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7995 2025.03.12 22:41:52.062462 [ 186 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part
7996 2025.03.12 22:41:52.062541 [ 186 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part
7997 2025.03.12 22:41:52.062630 [ 186 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part
7998 2025.03.12 22:41:52.062859 [ 186 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part
7999 2025.03.12 22:41:52.062976 [ 186 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part
8000 2025.03.12 22:41:52.063156 [ 186 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part
8001 2025.03.12 22:41:52.065627 [ 199 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003706426 sec., 6319834.795028958 rows/sec., 90.41 MiB/sec.
8002 2025.03.12 22:41:52.066097 [ 199 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8003 2025.03.12 22:41:52.066491 [ 199 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_51_10} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8004 2025.03.12 22:41:52.066600 [ 199 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_51_10} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8005 2025.03.12 22:41:52.066731 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
8006 2025.03.12 22:41:53.680393 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
8007 2025.03.12 22:41:53.702722 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8008 2025.03.12 22:41:53.702787 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
8009 2025.03.12 22:41:53.710338 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8010 2025.03.12 22:41:53.711328 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8011 2025.03.12 22:41:53.711760 [ 124 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8012 2025.03.12 22:41:53.711904 [ 124 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8013 2025.03.12 22:41:53.711974 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
8014 2025.03.12 22:41:53.712279 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::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
8015 2025.03.12 22:41:53.719799 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
8016 2025.03.12 22:41:53.721103 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8017 2025.03.12 22:41:53.722009 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part
8018 2025.03.12 22:41:53.726378 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part
8019 2025.03.12 22:41:53.731157 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part
8020 2025.03.12 22:41:53.737287 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part
8021 2025.03.12 22:41:53.742666 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part
8022 2025.03.12 22:41:53.746993 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part
8023 2025.03.12 22:41:53.804075 [ 193 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.091957083 sec., 4186.7356753802205 rows/sec., 21.65 MiB/sec.
8024 2025.03.12 22:41:53.807184 [ 188 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8025 2025.03.12 22:41:53.810073 [ 188 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_51_10} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8026 2025.03.12 22:41:53.810205 [ 188 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_51_10} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8027 2025.03.12 22:41:53.812659 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
8028 2025.03.12 22:41:56.658911 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8029 2025.03.12 22:41:56.659245 [ 276 ] {09f37ca0-7b70-4bef-926f-c30f6be66d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8030 2025.03.12 22:41:56.659362 [ 276 ] {09f37ca0-7b70-4bef-926f-c30f6be66d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8031 2025.03.12 22:41:56.660355 [ 276 ] {09f37ca0-7b70-4bef-926f-c30f6be66d95} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8032 2025.03.12 22:41:56.660400 [ 276 ] {09f37ca0-7b70-4bef-926f-c30f6be66d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
8033 2025.03.12 22:41:56.660854 [ 276 ] {09f37ca0-7b70-4bef-926f-c30f6be66d95} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8034 2025.03.12 22:41:56.661110 [ 276 ] {09f37ca0-7b70-4bef-926f-c30f6be66d95} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8035 2025.03.12 22:41:56.661336 [ 122 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
8036 2025.03.12 22:41:56.661365 [ 276 ] {09f37ca0-7b70-4bef-926f-c30f6be66d95} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002204 sec., 25408.348457350276 rows/sec., 1.95 MiB/sec.
8037 2025.03.12 22:41:56.661447 [ 122 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8038 2025.03.12 22:41:56.661507 [ 276 ] {09f37ca0-7b70-4bef-926f-c30f6be66d95} <Debug> TCPHandler: Processed in 0.002788613 sec.
8039 2025.03.12 22:41:56.661532 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
8040 2025.03.12 22:41:56.661699 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8041 2025.03.12 22:41:56.661837 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
8042 2025.03.12 22:41:56.661879 [ 276 ] {152a4baf-5368-4961-91b9-809174de9bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8043 2025.03.12 22:41:56.661966 [ 276 ] {152a4baf-5368-4961-91b9-809174de9bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8044 2025.03.12 22:41:56.662225 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8045 2025.03.12 22:41:56.662308 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1407 rows starting from the beginning of the part
8046 2025.03.12 22:41:56.662705 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 136 rows starting from the beginning of the part
8047 2025.03.12 22:41:56.663125 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part
8048 2025.03.12 22:41:56.663458 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1404 rows starting from the beginning of the part
8049 2025.03.12 22:41:56.663632 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part
8050 2025.03.12 22:41:56.664014 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part
8051 2025.03.12 22:41:56.664772 [ 276 ] {152a4baf-5368-4961-91b9-809174de9bdd} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8052 2025.03.12 22:41:56.664837 [ 276 ] {152a4baf-5368-4961-91b9-809174de9bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8053 2025.03.12 22:41:56.665694 [ 276 ] {152a4baf-5368-4961-91b9-809174de9bdd} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8054 2025.03.12 22:41:56.666245 [ 276 ] {152a4baf-5368-4961-91b9-809174de9bdd} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8055 2025.03.12 22:41:56.666522 [ 122 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
8056 2025.03.12 22:41:56.666583 [ 122 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8057 2025.03.12 22:41:56.666635 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8058 2025.03.12 22:41:56.666643 [ 276 ] {152a4baf-5368-4961-91b9-809174de9bdd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00479 sec., 13361.169102296451 rows/sec., 1.04 MiB/sec.
8059 2025.03.12 22:41:56.666827 [ 276 ] {152a4baf-5368-4961-91b9-809174de9bdd} <Debug> TCPHandler: Processed in 0.005208695 sec.
8060 2025.03.12 22:41:56.666854 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
8061 2025.03.12 22:41:56.667064 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8062 2025.03.12 22:41:56.667340 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8063 2025.03.12 22:41:56.667407 [ 276 ] {135a16e6-dcd1-4920-b726-57af7b7d5638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8064 2025.03.12 22:41:56.667461 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 632 rows starting from the beginning of the part
8065 2025.03.12 22:41:56.667595 [ 276 ] {135a16e6-dcd1-4920-b726-57af7b7d5638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8066 2025.03.12 22:41:56.667910 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 104 rows starting from the beginning of the part
8067 2025.03.12 22:41:56.668388 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part
8068 2025.03.12 22:41:56.668455 [ 195 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3115 rows, containing 5 columns (5 merged, 0 gathered) in 0.006750005 sec., 461481.13964360027 rows/sec., 40.35 MiB/sec.
8069 2025.03.12 22:41:56.668763 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 612 rows starting from the beginning of the part
8070 2025.03.12 22:41:56.669169 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part
8071 2025.03.12 22:41:56.669642 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part
8072 2025.03.12 22:41:56.669762 [ 201 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
8073 2025.03.12 22:41:56.670678 [ 201 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_86_17} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8074 2025.03.12 22:41:56.670918 [ 201 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_86_17} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
8075 2025.03.12 22:41:56.671012 [ 276 ] {135a16e6-dcd1-4920-b726-57af7b7d5638} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8076 2025.03.12 22:41:56.671053 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
8077 2025.03.12 22:41:56.671073 [ 276 ] {135a16e6-dcd1-4920-b726-57af7b7d5638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8078 2025.03.12 22:41:56.671690 [ 276 ] {135a16e6-dcd1-4920-b726-57af7b7d5638} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8079 2025.03.12 22:41:56.671981 [ 276 ] {135a16e6-dcd1-4920-b726-57af7b7d5638} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8080 2025.03.12 22:41:56.672132 [ 190 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1540 rows, containing 5 columns (5 merged, 0 gathered) in 0.0054106 sec., 284626.47395852586 rows/sec., 22.68 MiB/sec.
8081 2025.03.12 22:41:56.672249 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
8082 2025.03.12 22:41:56.672327 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8083 2025.03.12 22:41:56.672376 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
8084 2025.03.12 22:41:56.672424 [ 276 ] {135a16e6-dcd1-4920-b726-57af7b7d5638} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005111 sec., 31305.02837018196 rows/sec., 2.18 MiB/sec.
8085 2025.03.12 22:41:56.672473 [ 190 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
8086 2025.03.12 22:41:56.672794 [ 276 ] {135a16e6-dcd1-4920-b726-57af7b7d5638} <Debug> TCPHandler: Processed in 0.005843711 sec.
8087 2025.03.12 22:41:56.673152 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8088 2025.03.12 22:41:56.673142 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
8089 2025.03.12 22:41:56.673376 [ 190 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_86_17} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8090 2025.03.12 22:41:56.673434 [ 276 ] {b81f0fc6-fc5b-4d61-8715-8d6ff91bd0d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8091 2025.03.12 22:41:56.673619 [ 276 ] {b81f0fc6-fc5b-4d61-8715-8d6ff91bd0d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8092 2025.03.12 22:41:56.673641 [ 190 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_86_17} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
8093 2025.03.12 22:41:56.673948 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
8094 2025.03.12 22:41:56.673930 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8095 2025.03.12 22:41:56.674105 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 22563 rows starting from the beginning of the part
8096 2025.03.12 22:41:56.674458 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part
8097 2025.03.12 22:41:56.674832 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part
8098 2025.03.12 22:41:56.675201 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 942 rows starting from the beginning of the part
8099 2025.03.12 22:41:56.675536 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 108 rows starting from the beginning of the part
8100 2025.03.12 22:41:56.675891 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part
8101 2025.03.12 22:41:56.676329 [ 276 ] {b81f0fc6-fc5b-4d61-8715-8d6ff91bd0d7} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8102 2025.03.12 22:41:56.676409 [ 276 ] {b81f0fc6-fc5b-4d61-8715-8d6ff91bd0d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8103 2025.03.12 22:41:56.677196 [ 276 ] {b81f0fc6-fc5b-4d61-8715-8d6ff91bd0d7} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8104 2025.03.12 22:41:56.677605 [ 276 ] {b81f0fc6-fc5b-4d61-8715-8d6ff91bd0d7} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8105 2025.03.12 22:41:56.677850 [ 122 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
8106 2025.03.12 22:41:56.677931 [ 122 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8107 2025.03.12 22:41:56.677961 [ 276 ] {b81f0fc6-fc5b-4d61-8715-8d6ff91bd0d7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004603 sec., 13034.977188789919 rows/sec., 899.55 KiB/sec.
8108 2025.03.12 22:41:56.678033 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8109 2025.03.12 22:41:56.678309 [ 276 ] {b81f0fc6-fc5b-4d61-8715-8d6ff91bd0d7} <Debug> TCPHandler: Processed in 0.005256776 sec.
8110 2025.03.12 22:41:56.678487 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
8111 2025.03.12 22:41:56.679003 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8112 2025.03.12 22:41:56.679119 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4188 rows starting from the beginning of the part
8113 2025.03.12 22:41:56.679496 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part
8114 2025.03.12 22:41:56.679885 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part
8115 2025.03.12 22:41:56.680247 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 18 rows starting from the beginning of the part
8116 2025.03.12 22:41:56.680678 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 42 rows starting from the beginning of the part
8117 2025.03.12 22:41:56.680980 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part
8118 2025.03.12 22:41:56.685152 [ 190 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4428 rows, containing 4 columns (4 merged, 0 gathered) in 0.006955481 sec., 636620.2423671347 rows/sec., 42.90 MiB/sec.
8119 2025.03.12 22:41:56.685777 [ 190 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
8120 2025.03.12 22:41:56.686209 [ 190 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_86_17} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8121 2025.03.12 22:41:56.686335 [ 190 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_86_17} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
8122 2025.03.12 22:41:56.686417 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB.
8123 2025.03.12 22:41:56.688014 [ 191 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24093 rows, containing 5 columns (5 merged, 0 gathered) in 0.01541331 sec., 1563129.528959062 rows/sec., 107.11 MiB/sec.
8124 2025.03.12 22:41:56.688590 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
8125 2025.03.12 22:41:56.688881 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8126 2025.03.12 22:41:56.688958 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
8127 2025.03.12 22:41:56.689048 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
8128 2025.03.12 22:41:57.000215 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.81 MiB, peak 242.44 MiB, free memory in arenas 0.00 B, will set to 230.88 MiB (RSS), difference: 2.08 MiB
8129 2025.03.12 22:41:59.344374 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache
8130 2025.03.12 22:41:59.344443 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache
8131 2025.03.12 22:41:59.561963 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851
8132 2025.03.12 22:41:59.563040 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8133 2025.03.12 22:41:59.563094 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8134 2025.03.12 22:41:59.563621 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8135 2025.03.12 22:41:59.563873 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8136 2025.03.12 22:41:59.564106 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
8137 2025.03.12 22:41:59.690768 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1104
8138 2025.03.12 22:41:59.693626 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8139 2025.03.12 22:41:59.693691 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8140 2025.03.12 22:41:59.695190 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8141 2025.03.12 22:41:59.695513 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8142 2025.03.12 22:41:59.696158 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1104
8143 2025.03.12 22:42:00.274123 [ 118 ] {} <Debug> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
8144 2025.03.12 22:42:00.274188 [ 118 ] {} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8145 2025.03.12 22:42:00.274212 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8146 2025.03.12 22:42:00.274421 [ 198 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::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
8147 2025.03.12 22:42:00.274729 [ 198 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8148 2025.03.12 22:42:00.274774 [ 198 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 254 rows starting from the beginning of the part
8149 2025.03.12 22:42:00.274870 [ 198 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 252 rows starting from the beginning of the part
8150 2025.03.12 22:42:00.275012 [ 198 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 252 rows starting from the beginning of the part
8151 2025.03.12 22:42:00.275246 [ 198 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 252 rows starting from the beginning of the part
8152 2025.03.12 22:42:00.275418 [ 198 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 252 rows starting from the beginning of the part
8153 2025.03.12 22:42:00.276628 [ 191 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 5 columns (5 merged, 0 gathered) in 0.002346121 sec., 537909.1700726433 rows/sec., 39.25 MiB/sec.
8154 2025.03.12 22:42:00.276896 [ 189 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
8155 2025.03.12 22:42:00.277269 [ 189 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_13_3} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8156 2025.03.12 22:42:00.277364 [ 189 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_13_3} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
8157 2025.03.12 22:42:00.277470 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
8158 2025.03.12 22:42:01.219896 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
8159 2025.03.12 22:42:01.239143 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8160 2025.03.12 22:42:01.239189 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8161 2025.03.12 22:42:01.246046 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8162 2025.03.12 22:42:01.246809 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8163 2025.03.12 22:42:01.249485 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
8164 2025.03.12 22:42:01.661573 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8165 2025.03.12 22:42:01.661882 [ 276 ] {2a052fb1-4b4b-4c5a-ba8c-ba700a3a25be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8166 2025.03.12 22:42:01.662004 [ 276 ] {2a052fb1-4b4b-4c5a-ba8c-ba700a3a25be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8167 2025.03.12 22:42:01.662970 [ 276 ] {2a052fb1-4b4b-4c5a-ba8c-ba700a3a25be} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8168 2025.03.12 22:42:01.663023 [ 276 ] {2a052fb1-4b4b-4c5a-ba8c-ba700a3a25be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8169 2025.03.12 22:42:01.663487 [ 276 ] {2a052fb1-4b4b-4c5a-ba8c-ba700a3a25be} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
8170 2025.03.12 22:42:01.663759 [ 276 ] {2a052fb1-4b4b-4c5a-ba8c-ba700a3a25be} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8171 2025.03.12 22:42:01.664015 [ 276 ] {2a052fb1-4b4b-4c5a-ba8c-ba700a3a25be} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002209 sec., 61566.31960162969 rows/sec., 5.32 MiB/sec.
8172 2025.03.12 22:42:01.664115 [ 276 ] {2a052fb1-4b4b-4c5a-ba8c-ba700a3a25be} <Debug> TCPHandler: Processed in 0.002737801 sec.
8173 2025.03.12 22:42:01.664347 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8174 2025.03.12 22:42:01.664635 [ 276 ] {e52118e3-fedf-4d30-8051-8639c6629482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8175 2025.03.12 22:42:01.664695 [ 276 ] {e52118e3-fedf-4d30-8051-8639c6629482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8176 2025.03.12 22:42:01.665262 [ 276 ] {e52118e3-fedf-4d30-8051-8639c6629482} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8177 2025.03.12 22:42:01.665302 [ 276 ] {e52118e3-fedf-4d30-8051-8639c6629482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8178 2025.03.12 22:42:01.665665 [ 276 ] {e52118e3-fedf-4d30-8051-8639c6629482} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8179 2025.03.12 22:42:01.665917 [ 276 ] {e52118e3-fedf-4d30-8051-8639c6629482} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8180 2025.03.12 22:42:01.666141 [ 276 ] {e52118e3-fedf-4d30-8051-8639c6629482} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001607 sec., 24891.101431238334 rows/sec., 1.83 MiB/sec.
8181 2025.03.12 22:42:01.666193 [ 276 ] {e52118e3-fedf-4d30-8051-8639c6629482} <Debug> TCPHandler: Processed in 0.001959301 sec.
8182 2025.03.12 22:42:01.666317 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8183 2025.03.12 22:42:01.666431 [ 276 ] {6fa95ce0-9e2e-4afe-b128-4c949b69b07e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8184 2025.03.12 22:42:01.666477 [ 276 ] {6fa95ce0-9e2e-4afe-b128-4c949b69b07e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8185 2025.03.12 22:42:01.667060 [ 276 ] {6fa95ce0-9e2e-4afe-b128-4c949b69b07e} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8186 2025.03.12 22:42:01.667112 [ 276 ] {6fa95ce0-9e2e-4afe-b128-4c949b69b07e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8187 2025.03.12 22:42:01.667480 [ 276 ] {6fa95ce0-9e2e-4afe-b128-4c949b69b07e} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
8188 2025.03.12 22:42:01.667724 [ 276 ] {6fa95ce0-9e2e-4afe-b128-4c949b69b07e} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8189 2025.03.12 22:42:01.667935 [ 276 ] {6fa95ce0-9e2e-4afe-b128-4c949b69b07e} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001527 sec., 68107.40013097577 rows/sec., 5.32 MiB/sec.
8190 2025.03.12 22:42:01.667988 [ 276 ] {6fa95ce0-9e2e-4afe-b128-4c949b69b07e} <Debug> TCPHandler: Processed in 0.001725635 sec.
8191 2025.03.12 22:42:01.668123 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8192 2025.03.12 22:42:01.668244 [ 276 ] {0f1fc9a5-46dd-4e0a-964d-a47fdd5f382a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8193 2025.03.12 22:42:01.668295 [ 276 ] {0f1fc9a5-46dd-4e0a-964d-a47fdd5f382a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8194 2025.03.12 22:42:01.668824 [ 276 ] {0f1fc9a5-46dd-4e0a-964d-a47fdd5f382a} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8195 2025.03.12 22:42:01.668865 [ 276 ] {0f1fc9a5-46dd-4e0a-964d-a47fdd5f382a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8196 2025.03.12 22:42:01.669266 [ 276 ] {0f1fc9a5-46dd-4e0a-964d-a47fdd5f382a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
8197 2025.03.12 22:42:01.669510 [ 276 ] {0f1fc9a5-46dd-4e0a-964d-a47fdd5f382a} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8198 2025.03.12 22:42:01.669752 [ 276 ] {0f1fc9a5-46dd-4e0a-964d-a47fdd5f382a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001529 sec., 104643.55788096796 rows/sec., 7.29 MiB/sec.
8199 2025.03.12 22:42:01.669847 [ 276 ] {0f1fc9a5-46dd-4e0a-964d-a47fdd5f382a} <Debug> TCPHandler: Processed in 0.001775046 sec.
8200 2025.03.12 22:42:01.670038 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8201 2025.03.12 22:42:01.670261 [ 276 ] {df43bc39-41d0-4ed5-88a7-e690e94c20c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8202 2025.03.12 22:42:01.670333 [ 276 ] {df43bc39-41d0-4ed5-88a7-e690e94c20c3} <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
8203 2025.03.12 22:42:01.671545 [ 276 ] {df43bc39-41d0-4ed5-88a7-e690e94c20c3} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8204 2025.03.12 22:42:01.671584 [ 276 ] {df43bc39-41d0-4ed5-88a7-e690e94c20c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8205 2025.03.12 22:42:01.672247 [ 276 ] {df43bc39-41d0-4ed5-88a7-e690e94c20c3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8206 2025.03.12 22:42:01.672503 [ 276 ] {df43bc39-41d0-4ed5-88a7-e690e94c20c3} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8207 2025.03.12 22:42:01.672739 [ 276 ] {df43bc39-41d0-4ed5-88a7-e690e94c20c3} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002532 sec., 15797.788309636651 rows/sec., 28.31 MiB/sec.
8208 2025.03.12 22:42:01.672832 [ 276 ] {df43bc39-41d0-4ed5-88a7-e690e94c20c3} <Debug> TCPHandler: Processed in 0.002904155 sec.
8209 2025.03.12 22:42:01.672946 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8210 2025.03.12 22:42:01.673050 [ 276 ] {66a7649b-143e-4f08-b90f-c0fe13743194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8211 2025.03.12 22:42:01.673098 [ 276 ] {66a7649b-143e-4f08-b90f-c0fe13743194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8212 2025.03.12 22:42:01.673543 [ 276 ] {66a7649b-143e-4f08-b90f-c0fe13743194} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8213 2025.03.12 22:42:01.673583 [ 276 ] {66a7649b-143e-4f08-b90f-c0fe13743194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8214 2025.03.12 22:42:01.673994 [ 276 ] {66a7649b-143e-4f08-b90f-c0fe13743194} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
8215 2025.03.12 22:42:01.674279 [ 276 ] {66a7649b-143e-4f08-b90f-c0fe13743194} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8216 2025.03.12 22:42:01.674522 [ 276 ] {66a7649b-143e-4f08-b90f-c0fe13743194} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001493 sec., 40187.54186202277 rows/sec., 2.71 MiB/sec.
8217 2025.03.12 22:42:01.674582 [ 276 ] {66a7649b-143e-4f08-b90f-c0fe13743194} <Debug> TCPHandler: Processed in 0.001686394 sec.
8218 2025.03.12 22:42:06.659133 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8219 2025.03.12 22:42:06.659343 [ 276 ] {bb9a7fe9-949f-4462-ac43-9b26f1217bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8220 2025.03.12 22:42:06.659416 [ 276 ] {bb9a7fe9-949f-4462-ac43-9b26f1217bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8221 2025.03.12 22:42:06.660165 [ 276 ] {bb9a7fe9-949f-4462-ac43-9b26f1217bf8} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8222 2025.03.12 22:42:06.660217 [ 276 ] {bb9a7fe9-949f-4462-ac43-9b26f1217bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8223 2025.03.12 22:42:06.660664 [ 276 ] {bb9a7fe9-949f-4462-ac43-9b26f1217bf8} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
8224 2025.03.12 22:42:06.660933 [ 276 ] {bb9a7fe9-949f-4462-ac43-9b26f1217bf8} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8225 2025.03.12 22:42:06.661195 [ 276 ] {bb9a7fe9-949f-4462-ac43-9b26f1217bf8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001902 sec., 29442.691903259725 rows/sec., 2.26 MiB/sec.
8226 2025.03.12 22:42:06.661288 [ 276 ] {bb9a7fe9-949f-4462-ac43-9b26f1217bf8} <Debug> TCPHandler: Processed in 0.002287289 sec.
8227 2025.03.12 22:42:06.661494 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8228 2025.03.12 22:42:06.661694 [ 276 ] {36854330-8808-424a-9628-4503727d4c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8229 2025.03.12 22:42:06.661743 [ 276 ] {36854330-8808-424a-9628-4503727d4c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8230 2025.03.12 22:42:06.662302 [ 276 ] {36854330-8808-424a-9628-4503727d4c57} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8231 2025.03.12 22:42:06.662341 [ 276 ] {36854330-8808-424a-9628-4503727d4c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8232 2025.03.12 22:42:06.662698 [ 276 ] {36854330-8808-424a-9628-4503727d4c57} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
8233 2025.03.12 22:42:06.662947 [ 276 ] {36854330-8808-424a-9628-4503727d4c57} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8234 2025.03.12 22:42:06.663177 [ 276 ] {36854330-8808-424a-9628-4503727d4c57} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001518 sec., 42160.73781291173 rows/sec., 3.29 MiB/sec.
8235 2025.03.12 22:42:06.663281 [ 276 ] {36854330-8808-424a-9628-4503727d4c57} <Debug> TCPHandler: Processed in 0.001880148 sec.
8236 2025.03.12 22:42:06.663448 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8237 2025.03.12 22:42:06.663664 [ 276 ] {e245b158-f912-4301-bed8-db507d23daf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8238 2025.03.12 22:42:06.663716 [ 276 ] {e245b158-f912-4301-bed8-db507d23daf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8239 2025.03.12 22:42:06.664252 [ 276 ] {e245b158-f912-4301-bed8-db507d23daf4} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8240 2025.03.12 22:42:06.664292 [ 276 ] {e245b158-f912-4301-bed8-db507d23daf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8241 2025.03.12 22:42:06.664697 [ 276 ] {e245b158-f912-4301-bed8-db507d23daf4} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
8242 2025.03.12 22:42:06.664947 [ 276 ] {e245b158-f912-4301-bed8-db507d23daf4} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8243 2025.03.12 22:42:06.665168 [ 276 ] {e245b158-f912-4301-bed8-db507d23daf4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec.
8244 2025.03.12 22:42:06.665221 [ 276 ] {e245b158-f912-4301-bed8-db507d23daf4} <Debug> TCPHandler: Processed in 0.001877999 sec.
8245 2025.03.12 22:42:06.665344 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8246 2025.03.12 22:42:06.665451 [ 276 ] {53386e15-afc1-418a-91a3-2d4b83072b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8247 2025.03.12 22:42:06.665497 [ 276 ] {53386e15-afc1-418a-91a3-2d4b83072b26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8248 2025.03.12 22:42:06.665936 [ 276 ] {53386e15-afc1-418a-91a3-2d4b83072b26} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8249 2025.03.12 22:42:06.665975 [ 276 ] {53386e15-afc1-418a-91a3-2d4b83072b26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8250 2025.03.12 22:42:06.666333 [ 276 ] {53386e15-afc1-418a-91a3-2d4b83072b26} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
8251 2025.03.12 22:42:06.666573 [ 276 ] {53386e15-afc1-418a-91a3-2d4b83072b26} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8252 2025.03.12 22:42:06.666774 [ 276 ] {53386e15-afc1-418a-91a3-2d4b83072b26} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec.
8253 2025.03.12 22:42:06.666825 [ 276 ] {53386e15-afc1-418a-91a3-2d4b83072b26} <Debug> TCPHandler: Processed in 0.00153142 sec.
8254 2025.03.12 22:42:07.064246 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339
8255 2025.03.12 22:42:07.065024 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8256 2025.03.12 22:42:07.065070 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8257 2025.03.12 22:42:07.065633 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8258 2025.03.12 22:42:07.065886 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8259 2025.03.12 22:42:07.066078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339
8260 2025.03.12 22:42:08.749777 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
8261 2025.03.12 22:42:08.769940 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8262 2025.03.12 22:42:08.770002 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8263 2025.03.12 22:42:08.777292 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8264 2025.03.12 22:42:08.778057 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8265 2025.03.12 22:42:08.781992 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
8266 2025.03.12 22:42:09.696326 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1124
8267 2025.03.12 22:42:09.699305 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8268 2025.03.12 22:42:09.699355 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8269 2025.03.12 22:42:09.700825 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8270 2025.03.12 22:42:09.701134 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8271 2025.03.12 22:42:09.702498 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1124
8272 2025.03.12 22:42:11.660408 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8273 2025.03.12 22:42:11.660600 [ 276 ] {f7b0b2c3-bc59-47af-bc09-3c277ed7ab84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8274 2025.03.12 22:42:11.660673 [ 276 ] {f7b0b2c3-bc59-47af-bc09-3c277ed7ab84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8275 2025.03.12 22:42:11.661585 [ 276 ] {f7b0b2c3-bc59-47af-bc09-3c277ed7ab84} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8276 2025.03.12 22:42:11.661636 [ 276 ] {f7b0b2c3-bc59-47af-bc09-3c277ed7ab84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8277 2025.03.12 22:42:11.662091 [ 276 ] {f7b0b2c3-bc59-47af-bc09-3c277ed7ab84} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
8278 2025.03.12 22:42:11.662344 [ 276 ] {f7b0b2c3-bc59-47af-bc09-3c277ed7ab84} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8279 2025.03.12 22:42:11.662550 [ 276 ] {f7b0b2c3-bc59-47af-bc09-3c277ed7ab84} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002006 sec., 67796.61016949153 rows/sec., 5.85 MiB/sec.
8280 2025.03.12 22:42:11.662612 [ 276 ] {f7b0b2c3-bc59-47af-bc09-3c277ed7ab84} <Debug> TCPHandler: Processed in 0.002339471 sec.
8281 2025.03.12 22:42:11.662748 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8282 2025.03.12 22:42:11.662857 [ 276 ] {76a18d03-d42e-4466-bdcd-3db523f79d20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8283 2025.03.12 22:42:11.662904 [ 276 ] {76a18d03-d42e-4466-bdcd-3db523f79d20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8284 2025.03.12 22:42:11.663460 [ 276 ] {76a18d03-d42e-4466-bdcd-3db523f79d20} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8285 2025.03.12 22:42:11.663498 [ 276 ] {76a18d03-d42e-4466-bdcd-3db523f79d20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8286 2025.03.12 22:42:11.663846 [ 276 ] {76a18d03-d42e-4466-bdcd-3db523f79d20} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8287 2025.03.12 22:42:11.664087 [ 276 ] {76a18d03-d42e-4466-bdcd-3db523f79d20} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8288 2025.03.12 22:42:11.664229 [ 56 ] {} <Debug> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0
8289 2025.03.12 22:42:11.664273 [ 56 ] {} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8290 2025.03.12 22:42:11.664279 [ 276 ] {76a18d03-d42e-4466-bdcd-3db523f79d20} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001443 sec., 27720.02772002772 rows/sec., 2.04 MiB/sec.
8291 2025.03.12 22:42:11.664297 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8292 2025.03.12 22:42:11.664378 [ 276 ] {76a18d03-d42e-4466-bdcd-3db523f79d20} <Debug> TCPHandler: Processed in 0.001684433 sec.
8293 2025.03.12 22:42:11.664611 [ 198 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full
8294 2025.03.12 22:42:11.664727 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8295 2025.03.12 22:42:11.664983 [ 198 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8296 2025.03.12 22:42:11.665007 [ 276 ] {7fc39c71-c40b-4c70-a3c5-c621064f2638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8297 2025.03.12 22:42:11.665066 [ 198 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 70 rows starting from the beginning of the part
8298 2025.03.12 22:42:11.665104 [ 276 ] {7fc39c71-c40b-4c70-a3c5-c621064f2638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8299 2025.03.12 22:42:11.665361 [ 198 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part
8300 2025.03.12 22:42:11.665692 [ 198 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part
8301 2025.03.12 22:42:11.666001 [ 198 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 68 rows starting from the beginning of the part
8302 2025.03.12 22:42:11.666316 [ 198 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part
8303 2025.03.12 22:42:11.666677 [ 198 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part
8304 2025.03.12 22:42:11.667940 [ 276 ] {7fc39c71-c40b-4c70-a3c5-c621064f2638} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8305 2025.03.12 22:42:11.668010 [ 276 ] {7fc39c71-c40b-4c70-a3c5-c621064f2638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8306 2025.03.12 22:42:11.669061 [ 276 ] {7fc39c71-c40b-4c70-a3c5-c621064f2638} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
8307 2025.03.12 22:42:11.669497 [ 198 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.005102543 sec., 58402.25158318117 rows/sec., 4.50 MiB/sec.
8308 2025.03.12 22:42:11.669578 [ 276 ] {7fc39c71-c40b-4c70-a3c5-c621064f2638} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8309 2025.03.12 22:42:11.669704 [ 198 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary)
8310 2025.03.12 22:42:11.669990 [ 276 ] {7fc39c71-c40b-4c70-a3c5-c621064f2638} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005041 sec., 20630.827216822057 rows/sec., 1.61 MiB/sec.
8311 2025.03.12 22:42:11.670148 [ 276 ] {7fc39c71-c40b-4c70-a3c5-c621064f2638} <Debug> TCPHandler: Processed in 0.005572835 sec.
8312 2025.03.12 22:42:11.670315 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8313 2025.03.12 22:42:11.670315 [ 198 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_38_8} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8314 2025.03.12 22:42:11.670482 [ 198 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_38_8} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8
8315 2025.03.12 22:42:11.670492 [ 276 ] {523b5ea4-a327-40d4-9722-418dc5dafbf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8316 2025.03.12 22:42:11.670602 [ 276 ] {523b5ea4-a327-40d4-9722-418dc5dafbf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8317 2025.03.12 22:42:11.670622 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
8318 2025.03.12 22:42:11.671208 [ 276 ] {523b5ea4-a327-40d4-9722-418dc5dafbf8} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8319 2025.03.12 22:42:11.671252 [ 276 ] {523b5ea4-a327-40d4-9722-418dc5dafbf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8320 2025.03.12 22:42:11.671652 [ 276 ] {523b5ea4-a327-40d4-9722-418dc5dafbf8} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
8321 2025.03.12 22:42:11.671888 [ 276 ] {523b5ea4-a327-40d4-9722-418dc5dafbf8} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8322 2025.03.12 22:42:11.672066 [ 276 ] {523b5ea4-a327-40d4-9722-418dc5dafbf8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001631 sec., 98099.32556713672 rows/sec., 6.83 MiB/sec.
8323 2025.03.12 22:42:11.672116 [ 276 ] {523b5ea4-a327-40d4-9722-418dc5dafbf8} <Debug> TCPHandler: Processed in 0.001877769 sec.
8324 2025.03.12 22:42:11.672223 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8325 2025.03.12 22:42:11.672328 [ 276 ] {9c2dc67f-90ad-475c-9afe-96cbb4e03e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8326 2025.03.12 22:42:11.672393 [ 276 ] {9c2dc67f-90ad-475c-9afe-96cbb4e03e0a} <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
8327 2025.03.12 22:42:11.673546 [ 276 ] {9c2dc67f-90ad-475c-9afe-96cbb4e03e0a} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8328 2025.03.12 22:42:11.673583 [ 276 ] {9c2dc67f-90ad-475c-9afe-96cbb4e03e0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8329 2025.03.12 22:42:11.674239 [ 276 ] {9c2dc67f-90ad-475c-9afe-96cbb4e03e0a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8330 2025.03.12 22:42:11.674536 [ 276 ] {9c2dc67f-90ad-475c-9afe-96cbb4e03e0a} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8331 2025.03.12 22:42:11.674785 [ 276 ] {9c2dc67f-90ad-475c-9afe-96cbb4e03e0a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002473 sec., 16174.686615446826 rows/sec., 28.98 MiB/sec.
8332 2025.03.12 22:42:11.675202 [ 276 ] {9c2dc67f-90ad-475c-9afe-96cbb4e03e0a} <Debug> TCPHandler: Processed in 0.003024719 sec.
8333 2025.03.12 22:42:11.675423 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8334 2025.03.12 22:42:11.675531 [ 276 ] {4547581a-6438-4e1f-bc19-f74bbb369efe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8335 2025.03.12 22:42:11.675578 [ 276 ] {4547581a-6438-4e1f-bc19-f74bbb369efe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8336 2025.03.12 22:42:11.676061 [ 276 ] {4547581a-6438-4e1f-bc19-f74bbb369efe} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8337 2025.03.12 22:42:11.676100 [ 276 ] {4547581a-6438-4e1f-bc19-f74bbb369efe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8338 2025.03.12 22:42:11.676466 [ 276 ] {4547581a-6438-4e1f-bc19-f74bbb369efe} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
8339 2025.03.12 22:42:11.676717 [ 276 ] {4547581a-6438-4e1f-bc19-f74bbb369efe} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8340 2025.03.12 22:42:11.676891 [ 276 ] {4547581a-6438-4e1f-bc19-f74bbb369efe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec.
8341 2025.03.12 22:42:11.676946 [ 276 ] {4547581a-6438-4e1f-bc19-f74bbb369efe} <Debug> TCPHandler: Processed in 0.001573861 sec.
8342 2025.03.12 22:42:14.344497 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache
8343 2025.03.12 22:42:14.344598 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache
8344 2025.03.12 22:42:14.566272 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766
8345 2025.03.12 22:42:14.567096 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8346 2025.03.12 22:42:14.567146 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8347 2025.03.12 22:42:14.567675 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8348 2025.03.12 22:42:14.567931 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8349 2025.03.12 22:42:14.568181 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766
8350 2025.03.12 22:42:16.282078 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
8351 2025.03.12 22:42:16.302717 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8352 2025.03.12 22:42:16.302771 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8353 2025.03.12 22:42:16.310159 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8354 2025.03.12 22:42:16.310948 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8355 2025.03.12 22:42:16.313962 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
8356 2025.03.12 22:42:16.659475 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8357 2025.03.12 22:42:16.659783 [ 276 ] {1317d215-50f9-462e-bf3c-2cd01acddfce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8358 2025.03.12 22:42:16.659856 [ 276 ] {1317d215-50f9-462e-bf3c-2cd01acddfce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8359 2025.03.12 22:42:16.660689 [ 276 ] {1317d215-50f9-462e-bf3c-2cd01acddfce} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8360 2025.03.12 22:42:16.660737 [ 276 ] {1317d215-50f9-462e-bf3c-2cd01acddfce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8361 2025.03.12 22:42:16.661177 [ 276 ] {1317d215-50f9-462e-bf3c-2cd01acddfce} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
8362 2025.03.12 22:42:16.661438 [ 276 ] {1317d215-50f9-462e-bf3c-2cd01acddfce} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8363 2025.03.12 22:42:16.661691 [ 276 ] {1317d215-50f9-462e-bf3c-2cd01acddfce} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00199 sec., 28140.70351758794 rows/sec., 2.16 MiB/sec.
8364 2025.03.12 22:42:16.661750 [ 276 ] {1317d215-50f9-462e-bf3c-2cd01acddfce} <Debug> TCPHandler: Processed in 0.002469044 sec.
8365 2025.03.12 22:42:16.661881 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8366 2025.03.12 22:42:16.661990 [ 276 ] {cdab3311-ed02-4572-8ef0-1cf3b2117b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8367 2025.03.12 22:42:16.662036 [ 276 ] {cdab3311-ed02-4572-8ef0-1cf3b2117b10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8368 2025.03.12 22:42:16.662594 [ 276 ] {cdab3311-ed02-4572-8ef0-1cf3b2117b10} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8369 2025.03.12 22:42:16.662634 [ 276 ] {cdab3311-ed02-4572-8ef0-1cf3b2117b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8370 2025.03.12 22:42:16.662991 [ 276 ] {cdab3311-ed02-4572-8ef0-1cf3b2117b10} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
8371 2025.03.12 22:42:16.663229 [ 276 ] {cdab3311-ed02-4572-8ef0-1cf3b2117b10} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8372 2025.03.12 22:42:16.663449 [ 276 ] {cdab3311-ed02-4572-8ef0-1cf3b2117b10} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001481 sec., 43214.04456448346 rows/sec., 3.37 MiB/sec.
8373 2025.03.12 22:42:16.663502 [ 276 ] {cdab3311-ed02-4572-8ef0-1cf3b2117b10} <Debug> TCPHandler: Processed in 0.001673974 sec.
8374 2025.03.12 22:42:16.663619 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8375 2025.03.12 22:42:16.663726 [ 276 ] {6798c855-c179-4c43-bd55-43bbe8552d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8376 2025.03.12 22:42:16.663776 [ 276 ] {6798c855-c179-4c43-bd55-43bbe8552d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8377 2025.03.12 22:42:16.664309 [ 276 ] {6798c855-c179-4c43-bd55-43bbe8552d80} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8378 2025.03.12 22:42:16.664349 [ 276 ] {6798c855-c179-4c43-bd55-43bbe8552d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8379 2025.03.12 22:42:16.664730 [ 276 ] {6798c855-c179-4c43-bd55-43bbe8552d80} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
8380 2025.03.12 22:42:16.664964 [ 276 ] {6798c855-c179-4c43-bd55-43bbe8552d80} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8381 2025.03.12 22:42:16.665149 [ 276 ] {6798c855-c179-4c43-bd55-43bbe8552d80} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001446 sec., 110650.06915629322 rows/sec., 7.71 MiB/sec.
8382 2025.03.12 22:42:16.665202 [ 276 ] {6798c855-c179-4c43-bd55-43bbe8552d80} <Debug> TCPHandler: Processed in 0.001634782 sec.
8383 2025.03.12 22:42:16.665309 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8384 2025.03.12 22:42:16.665413 [ 276 ] {180ab1c3-139e-48de-b68c-77aff57cc6fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8385 2025.03.12 22:42:16.665460 [ 276 ] {180ab1c3-139e-48de-b68c-77aff57cc6fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8386 2025.03.12 22:42:16.665901 [ 276 ] {180ab1c3-139e-48de-b68c-77aff57cc6fc} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8387 2025.03.12 22:42:16.665939 [ 276 ] {180ab1c3-139e-48de-b68c-77aff57cc6fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8388 2025.03.12 22:42:16.666291 [ 276 ] {180ab1c3-139e-48de-b68c-77aff57cc6fc} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
8389 2025.03.12 22:42:16.666531 [ 276 ] {180ab1c3-139e-48de-b68c-77aff57cc6fc} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8390 2025.03.12 22:42:16.666715 [ 276 ] {180ab1c3-139e-48de-b68c-77aff57cc6fc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001324 sec., 45317.220543806645 rows/sec., 3.05 MiB/sec.
8391 2025.03.12 22:42:16.666768 [ 276 ] {180ab1c3-139e-48de-b68c-77aff57cc6fc} <Debug> TCPHandler: Processed in 0.001509559 sec.
8392 2025.03.12 22:42:18.022029 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8393 2025.03.12 22:42:18.022344 [ 276 ] {3ec8a701-db66-4260-af50-d71008714451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8394 2025.03.12 22:42:18.022458 [ 276 ] {3ec8a701-db66-4260-af50-d71008714451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8395 2025.03.12 22:42:18.023421 [ 276 ] {3ec8a701-db66-4260-af50-d71008714451} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8396 2025.03.12 22:42:18.023463 [ 276 ] {3ec8a701-db66-4260-af50-d71008714451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8397 2025.03.12 22:42:18.023901 [ 276 ] {3ec8a701-db66-4260-af50-d71008714451} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8398 2025.03.12 22:42:18.024172 [ 276 ] {3ec8a701-db66-4260-af50-d71008714451} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8399 2025.03.12 22:42:18.024324 [ 109 ] {} <Debug> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
8400 2025.03.12 22:42:18.024381 [ 276 ] {3ec8a701-db66-4260-af50-d71008714451} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002121 sec., 11315.417256011315 rows/sec., 961.37 KiB/sec.
8401 2025.03.12 22:42:18.024381 [ 109 ] {} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8402 2025.03.12 22:42:18.024435 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8403 2025.03.12 22:42:18.024462 [ 276 ] {3ec8a701-db66-4260-af50-d71008714451} <Debug> TCPHandler: Processed in 0.002630238 sec.
8404 2025.03.12 22:42:18.024654 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8405 2025.03.12 22:42:18.024667 [ 191 ] {e76bd187-737c-4634-8ed8-2974983fdf25::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
8406 2025.03.12 22:42:18.024853 [ 276 ] {dcd0cb2a-cc24-4e09-acec-ff110a016743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8407 2025.03.12 22:42:18.024953 [ 276 ] {dcd0cb2a-cc24-4e09-acec-ff110a016743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8408 2025.03.12 22:42:18.025007 [ 191 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8409 2025.03.12 22:42:18.025117 [ 191 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 24 rows starting from the beginning of the part
8410 2025.03.12 22:42:18.025393 [ 191 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part
8411 2025.03.12 22:42:18.026044 [ 191 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part
8412 2025.03.12 22:42:18.026426 [ 191 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part
8413 2025.03.12 22:42:18.026708 [ 191 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part
8414 2025.03.12 22:42:18.027576 [ 276 ] {dcd0cb2a-cc24-4e09-acec-ff110a016743} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8415 2025.03.12 22:42:18.027646 [ 276 ] {dcd0cb2a-cc24-4e09-acec-ff110a016743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8416 2025.03.12 22:42:18.028593 [ 276 ] {dcd0cb2a-cc24-4e09-acec-ff110a016743} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
8417 2025.03.12 22:42:18.029165 [ 276 ] {dcd0cb2a-cc24-4e09-acec-ff110a016743} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8418 2025.03.12 22:42:18.029446 [ 199 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.004886956 sec., 24555.162763896384 rows/sec., 2.13 MiB/sec.
8419 2025.03.12 22:42:18.029779 [ 276 ] {dcd0cb2a-cc24-4e09-acec-ff110a016743} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004958 sec., 403.3884630899556 rows/sec., 32.89 KiB/sec.
8420 2025.03.12 22:42:18.029822 [ 199 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
8421 2025.03.12 22:42:18.029992 [ 276 ] {dcd0cb2a-cc24-4e09-acec-ff110a016743} <Debug> TCPHandler: Processed in 0.00541246 sec.
8422 2025.03.12 22:42:18.030159 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8423 2025.03.12 22:42:18.030332 [ 276 ] {65c49283-ec67-4529-8e28-d07c768634e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8424 2025.03.12 22:42:18.030375 [ 199 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_13_3} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8425 2025.03.12 22:42:18.030422 [ 276 ] {65c49283-ec67-4529-8e28-d07c768634e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8426 2025.03.12 22:42:18.030595 [ 199 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_13_3} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
8427 2025.03.12 22:42:18.030753 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8428 2025.03.12 22:42:18.032025 [ 276 ] {65c49283-ec67-4529-8e28-d07c768634e4} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8429 2025.03.12 22:42:18.032070 [ 276 ] {65c49283-ec67-4529-8e28-d07c768634e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8430 2025.03.12 22:42:18.032517 [ 276 ] {65c49283-ec67-4529-8e28-d07c768634e4} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
8431 2025.03.12 22:42:18.032771 [ 276 ] {65c49283-ec67-4529-8e28-d07c768634e4} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8432 2025.03.12 22:42:18.032907 [ 109 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
8433 2025.03.12 22:42:18.032955 [ 109 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8434 2025.03.12 22:42:18.032961 [ 276 ] {65c49283-ec67-4529-8e28-d07c768634e4} <Debug> executeQuery: Read 1397 rows, 120.12 KiB in 0.002685 sec., 520297.9515828678 rows/sec., 43.69 MiB/sec.
8435 2025.03.12 22:42:18.032982 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8436 2025.03.12 22:42:18.033047 [ 276 ] {65c49283-ec67-4529-8e28-d07c768634e4} <Debug> TCPHandler: Processed in 0.002954297 sec.
8437 2025.03.12 22:42:18.033301 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
8438 2025.03.12 22:42:18.033352 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8439 2025.03.12 22:42:18.033853 [ 276 ] {86ce4038-954f-4af5-bdba-17d38675f9c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8440 2025.03.12 22:42:18.033888 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8441 2025.03.12 22:42:18.033992 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1407 rows starting from the beginning of the part
8442 2025.03.12 22:42:18.034073 [ 276 ] {86ce4038-954f-4af5-bdba-17d38675f9c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8443 2025.03.12 22:42:18.034493 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 136 rows starting from the beginning of the part
8444 2025.03.12 22:42:18.035281 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 56 rows starting from the beginning of the part
8445 2025.03.12 22:42:18.035836 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 136 rows starting from the beginning of the part
8446 2025.03.12 22:42:18.036243 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part
8447 2025.03.12 22:42:18.036569 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1397 rows starting from the beginning of the part
8448 2025.03.12 22:42:18.037726 [ 276 ] {86ce4038-954f-4af5-bdba-17d38675f9c8} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8449 2025.03.12 22:42:18.037804 [ 276 ] {86ce4038-954f-4af5-bdba-17d38675f9c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8450 2025.03.12 22:42:18.038627 [ 276 ] {86ce4038-954f-4af5-bdba-17d38675f9c8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8451 2025.03.12 22:42:18.039191 [ 276 ] {86ce4038-954f-4af5-bdba-17d38675f9c8} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8452 2025.03.12 22:42:18.039479 [ 276 ] {86ce4038-954f-4af5-bdba-17d38675f9c8} <Debug> executeQuery: Read 54 rows, 4.11 KiB in 0.005844 sec., 9240.246406570841 rows/sec., 703.01 KiB/sec.
8453 2025.03.12 22:42:18.039571 [ 276 ] {86ce4038-954f-4af5-bdba-17d38675f9c8} <Debug> TCPHandler: Processed in 0.006312174 sec.
8454 2025.03.12 22:42:18.039732 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8455 2025.03.12 22:42:18.039990 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3188 rows, containing 5 columns (5 merged, 0 gathered) in 0.006905559 sec., 461657.050500908 rows/sec., 40.49 MiB/sec.
8456 2025.03.12 22:42:18.040025 [ 276 ] {93ce6ce2-e3dd-438e-aaf7-96230e78dae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8457 2025.03.12 22:42:18.040103 [ 276 ] {93ce6ce2-e3dd-438e-aaf7-96230e78dae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8458 2025.03.12 22:42:18.040280 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
8459 2025.03.12 22:42:18.040938 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_91_18} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8460 2025.03.12 22:42:18.041163 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_91_18} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
8461 2025.03.12 22:42:18.041355 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
8462 2025.03.12 22:42:18.041532 [ 276 ] {93ce6ce2-e3dd-438e-aaf7-96230e78dae1} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8463 2025.03.12 22:42:18.041577 [ 276 ] {93ce6ce2-e3dd-438e-aaf7-96230e78dae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8464 2025.03.12 22:42:18.041961 [ 276 ] {93ce6ce2-e3dd-438e-aaf7-96230e78dae1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
8465 2025.03.12 22:42:18.042206 [ 276 ] {93ce6ce2-e3dd-438e-aaf7-96230e78dae1} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8466 2025.03.12 22:42:18.042420 [ 276 ] {93ce6ce2-e3dd-438e-aaf7-96230e78dae1} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002453 sec., 102731.34936812067 rows/sec., 7.11 MiB/sec.
8467 2025.03.12 22:42:18.042480 [ 276 ] {93ce6ce2-e3dd-438e-aaf7-96230e78dae1} <Debug> TCPHandler: Processed in 0.002830493 sec.
8468 2025.03.12 22:42:18.042616 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8469 2025.03.12 22:42:18.042756 [ 276 ] {fc693946-9140-4472-9c49-1336e1b8f32f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8470 2025.03.12 22:42:18.042811 [ 276 ] {fc693946-9140-4472-9c49-1336e1b8f32f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8471 2025.03.12 22:42:18.043473 [ 276 ] {fc693946-9140-4472-9c49-1336e1b8f32f} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8472 2025.03.12 22:42:18.043522 [ 276 ] {fc693946-9140-4472-9c49-1336e1b8f32f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8473 2025.03.12 22:42:18.043925 [ 276 ] {fc693946-9140-4472-9c49-1336e1b8f32f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8474 2025.03.12 22:42:18.044161 [ 276 ] {fc693946-9140-4472-9c49-1336e1b8f32f} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8475 2025.03.12 22:42:18.044320 [ 104 ] {} <Debug> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
8476 2025.03.12 22:42:18.044385 [ 104 ] {} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8477 2025.03.12 22:42:18.044424 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8478 2025.03.12 22:42:18.044441 [ 276 ] {fc693946-9140-4472-9c49-1336e1b8f32f} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001702 sec., 7050.5287896592245 rows/sec., 550.82 KiB/sec.
8479 2025.03.12 22:42:18.044712 [ 276 ] {fc693946-9140-4472-9c49-1336e1b8f32f} <Debug> TCPHandler: Processed in 0.002156136 sec.
8480 2025.03.12 22:42:18.044801 [ 200 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::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
8481 2025.03.12 22:42:18.045085 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8482 2025.03.12 22:42:18.045172 [ 200 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8483 2025.03.12 22:42:18.045244 [ 200 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 12 rows starting from the beginning of the part
8484 2025.03.12 22:42:18.045308 [ 276 ] {b00f6fb9-7022-42e3-bdd6-db6751851276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8485 2025.03.12 22:42:18.045454 [ 276 ] {b00f6fb9-7022-42e3-bdd6-db6751851276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8486 2025.03.12 22:42:18.045522 [ 200 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part
8487 2025.03.12 22:42:18.046126 [ 200 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part
8488 2025.03.12 22:42:18.046490 [ 200 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part
8489 2025.03.12 22:42:18.046879 [ 200 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part
8490 2025.03.12 22:42:18.048299 [ 276 ] {b00f6fb9-7022-42e3-bdd6-db6751851276} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8491 2025.03.12 22:42:18.048379 [ 276 ] {b00f6fb9-7022-42e3-bdd6-db6751851276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8492 2025.03.12 22:42:18.049117 [ 186 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004614099 sec., 13003.622158952376 rows/sec., 1.04 MiB/sec.
8493 2025.03.12 22:42:18.049318 [ 276 ] {b00f6fb9-7022-42e3-bdd6-db6751851276} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
8494 2025.03.12 22:42:18.049485 [ 186 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
8495 2025.03.12 22:42:18.049735 [ 276 ] {b00f6fb9-7022-42e3-bdd6-db6751851276} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8496 2025.03.12 22:42:18.050034 [ 104 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
8497 2025.03.12 22:42:18.050145 [ 104 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8498 2025.03.12 22:42:18.050188 [ 276 ] {b00f6fb9-7022-42e3-bdd6-db6751851276} <Debug> executeQuery: Read 598 rows, 46.03 KiB in 0.00492 sec., 121544.71544715448 rows/sec., 9.14 MiB/sec.
8499 2025.03.12 22:42:18.050245 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8500 2025.03.12 22:42:18.050340 [ 186 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_13_3} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8501 2025.03.12 22:42:18.050558 [ 276 ] {b00f6fb9-7022-42e3-bdd6-db6751851276} <Debug> TCPHandler: Processed in 0.005565344 sec.
8502 2025.03.12 22:42:18.050665 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
8503 2025.03.12 22:42:18.050706 [ 186 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_13_3} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
8504 2025.03.12 22:42:18.050874 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8505 2025.03.12 22:42:18.050896 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8506 2025.03.12 22:42:18.050955 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8507 2025.03.12 22:42:18.051021 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 632 rows starting from the beginning of the part
8508 2025.03.12 22:42:18.051100 [ 276 ] {4fffd259-0730-4add-9141-e16ee0acfcbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8509 2025.03.12 22:42:18.051291 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 104 rows starting from the beginning of the part
8510 2025.03.12 22:42:18.051321 [ 276 ] {4fffd259-0730-4add-9141-e16ee0acfcbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8511 2025.03.12 22:42:18.051627 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part
8512 2025.03.12 22:42:18.051960 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 104 rows starting from the beginning of the part
8513 2025.03.12 22:42:18.052347 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part
8514 2025.03.12 22:42:18.052711 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 598 rows starting from the beginning of the part
8515 2025.03.12 22:42:18.054237 [ 276 ] {4fffd259-0730-4add-9141-e16ee0acfcbe} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8516 2025.03.12 22:42:18.054308 [ 276 ] {4fffd259-0730-4add-9141-e16ee0acfcbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8517 2025.03.12 22:42:18.055124 [ 276 ] {4fffd259-0730-4add-9141-e16ee0acfcbe} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
8518 2025.03.12 22:42:18.055191 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1566 rows, containing 5 columns (5 merged, 0 gathered) in 0.004773784 sec., 328041.6541678467 rows/sec., 26.14 MiB/sec.
8519 2025.03.12 22:42:18.055392 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
8520 2025.03.12 22:42:18.055553 [ 276 ] {4fffd259-0730-4add-9141-e16ee0acfcbe} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8521 2025.03.12 22:42:18.055886 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
8522 2025.03.12 22:42:18.055994 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8523 2025.03.12 22:42:18.056092 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_91_18} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8524 2025.03.12 22:42:18.056114 [ 276 ] {4fffd259-0730-4add-9141-e16ee0acfcbe} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.005052 sec., 187054.63182897863 rows/sec., 12.62 MiB/sec.
8525 2025.03.12 22:42:18.056103 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8526 2025.03.12 22:42:18.056441 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_91_18} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
8527 2025.03.12 22:42:18.056507 [ 276 ] {4fffd259-0730-4add-9141-e16ee0acfcbe} <Debug> TCPHandler: Processed in 0.005756949 sec.
8528 2025.03.12 22:42:18.056892 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8529 2025.03.12 22:42:18.056981 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
8530 2025.03.12 22:42:18.057139 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
8531 2025.03.12 22:42:18.057191 [ 276 ] {f777c4fc-4573-4367-a5b8-2bc689aa807b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8532 2025.03.12 22:42:18.057610 [ 276 ] {f777c4fc-4573-4367-a5b8-2bc689aa807b} <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
8533 2025.03.12 22:42:18.057860 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8534 2025.03.12 22:42:18.058056 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 24093 rows starting from the beginning of the part
8535 2025.03.12 22:42:18.058812 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part
8536 2025.03.12 22:42:18.059173 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part
8537 2025.03.12 22:42:18.059565 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part
8538 2025.03.12 22:42:18.060008 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part
8539 2025.03.12 22:42:18.060391 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 945 rows starting from the beginning of the part
8540 2025.03.12 22:42:18.062336 [ 276 ] {f777c4fc-4573-4367-a5b8-2bc689aa807b} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8541 2025.03.12 22:42:18.062382 [ 276 ] {f777c4fc-4573-4367-a5b8-2bc689aa807b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8542 2025.03.12 22:42:18.064099 [ 276 ] {f777c4fc-4573-4367-a5b8-2bc689aa807b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8543 2025.03.12 22:42:18.064589 [ 276 ] {f777c4fc-4573-4367-a5b8-2bc689aa807b} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8544 2025.03.12 22:42:18.065020 [ 276 ] {f777c4fc-4573-4367-a5b8-2bc689aa807b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007912 sec., 5055.6117290192105 rows/sec., 9.06 MiB/sec.
8545 2025.03.12 22:42:18.065741 [ 276 ] {f777c4fc-4573-4367-a5b8-2bc689aa807b} <Debug> TCPHandler: Processed in 0.008970502 sec.
8546 2025.03.12 22:42:18.066025 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8547 2025.03.12 22:42:18.066136 [ 276 ] {f3a7ac5e-6b95-43fc-b9dc-34c175856cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8548 2025.03.12 22:42:18.066186 [ 276 ] {f3a7ac5e-6b95-43fc-b9dc-34c175856cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8549 2025.03.12 22:42:18.066724 [ 276 ] {f3a7ac5e-6b95-43fc-b9dc-34c175856cf0} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8550 2025.03.12 22:42:18.066764 [ 276 ] {f3a7ac5e-6b95-43fc-b9dc-34c175856cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8551 2025.03.12 22:42:18.067418 [ 276 ] {f3a7ac5e-6b95-43fc-b9dc-34c175856cf0} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
8552 2025.03.12 22:42:18.068020 [ 276 ] {f3a7ac5e-6b95-43fc-b9dc-34c175856cf0} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8553 2025.03.12 22:42:18.068216 [ 104 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
8554 2025.03.12 22:42:18.068297 [ 104 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8555 2025.03.12 22:42:18.068324 [ 276 ] {f3a7ac5e-6b95-43fc-b9dc-34c175856cf0} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.002205 sec., 9977.324263038548 rows/sec., 694.00 KiB/sec.
8556 2025.03.12 22:42:18.068343 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8557 2025.03.12 22:42:18.068528 [ 276 ] {f3a7ac5e-6b95-43fc-b9dc-34c175856cf0} <Debug> TCPHandler: Processed in 0.002562567 sec.
8558 2025.03.12 22:42:18.068626 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
8559 2025.03.12 22:42:18.068791 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8560 2025.03.12 22:42:18.068827 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4428 rows starting from the beginning of the part
8561 2025.03.12 22:42:18.068961 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part
8562 2025.03.12 22:42:18.069161 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part
8563 2025.03.12 22:42:18.069509 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part
8564 2025.03.12 22:42:18.069886 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part
8565 2025.03.12 22:42:18.070319 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 22 rows starting from the beginning of the part
8566 2025.03.12 22:42:18.070451 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25678 rows, containing 5 columns (5 merged, 0 gathered) in 0.014104805 sec., 1820514.3566323675 rows/sec., 124.72 MiB/sec.
8567 2025.03.12 22:42:18.070809 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
8568 2025.03.12 22:42:18.071180 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8569 2025.03.12 22:42:18.071268 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
8570 2025.03.12 22:42:18.071366 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
8571 2025.03.12 22:42:18.072329 [ 187 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4690 rows, containing 4 columns (4 merged, 0 gathered) in 0.00384569 sec., 1219547.0773775317 rows/sec., 82.19 MiB/sec.
8572 2025.03.12 22:42:18.072802 [ 187 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
8573 2025.03.12 22:42:18.073099 [ 187 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_91_18} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8574 2025.03.12 22:42:18.073190 [ 187 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_91_18} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
8575 2025.03.12 22:42:18.073280 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB.
8576 2025.03.12 22:42:19.702660 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1164
8577 2025.03.12 22:42:19.705807 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8578 2025.03.12 22:42:19.705856 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8579 2025.03.12 22:42:19.707317 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8580 2025.03.12 22:42:19.707618 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8581 2025.03.12 22:42:19.709013 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1164
8582 2025.03.12 22:42:21.655872 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8583 2025.03.12 22:42:21.656115 [ 276 ] {07ed1023-1481-46bb-a419-8f73597f5bde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8584 2025.03.12 22:42:21.656197 [ 276 ] {07ed1023-1481-46bb-a419-8f73597f5bde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8585 2025.03.12 22:42:21.657077 [ 276 ] {07ed1023-1481-46bb-a419-8f73597f5bde} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8586 2025.03.12 22:42:21.657129 [ 276 ] {07ed1023-1481-46bb-a419-8f73597f5bde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8587 2025.03.12 22:42:21.657570 [ 276 ] {07ed1023-1481-46bb-a419-8f73597f5bde} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
8588 2025.03.12 22:42:21.657817 [ 276 ] {07ed1023-1481-46bb-a419-8f73597f5bde} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8589 2025.03.12 22:42:21.658062 [ 276 ] {07ed1023-1481-46bb-a419-8f73597f5bde} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002008 sec., 27888.446215139444 rows/sec., 2.14 MiB/sec.
8590 2025.03.12 22:42:21.658120 [ 276 ] {07ed1023-1481-46bb-a419-8f73597f5bde} <Debug> TCPHandler: Processed in 0.002441374 sec.
8591 2025.03.12 22:42:21.658242 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8592 2025.03.12 22:42:21.658348 [ 276 ] {f47e0f14-e4bd-4e8d-9953-9ca407f2be6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8593 2025.03.12 22:42:21.658393 [ 276 ] {f47e0f14-e4bd-4e8d-9953-9ca407f2be6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8594 2025.03.12 22:42:21.658942 [ 276 ] {f47e0f14-e4bd-4e8d-9953-9ca407f2be6e} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8595 2025.03.12 22:42:21.658984 [ 276 ] {f47e0f14-e4bd-4e8d-9953-9ca407f2be6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8596 2025.03.12 22:42:21.659340 [ 276 ] {f47e0f14-e4bd-4e8d-9953-9ca407f2be6e} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
8597 2025.03.12 22:42:21.659580 [ 276 ] {f47e0f14-e4bd-4e8d-9953-9ca407f2be6e} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8598 2025.03.12 22:42:21.659782 [ 276 ] {f47e0f14-e4bd-4e8d-9953-9ca407f2be6e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001456 sec., 43956.043956043955 rows/sec., 3.43 MiB/sec.
8599 2025.03.12 22:42:21.659837 [ 276 ] {f47e0f14-e4bd-4e8d-9953-9ca407f2be6e} <Debug> TCPHandler: Processed in 0.001646322 sec.
8600 2025.03.12 22:42:21.659954 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8601 2025.03.12 22:42:21.660088 [ 276 ] {5ba8a98c-67e1-4b61-b57d-b53a720f40a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8602 2025.03.12 22:42:21.660137 [ 276 ] {5ba8a98c-67e1-4b61-b57d-b53a720f40a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8603 2025.03.12 22:42:21.660638 [ 276 ] {5ba8a98c-67e1-4b61-b57d-b53a720f40a3} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8604 2025.03.12 22:42:21.660678 [ 276 ] {5ba8a98c-67e1-4b61-b57d-b53a720f40a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8605 2025.03.12 22:42:21.661056 [ 276 ] {5ba8a98c-67e1-4b61-b57d-b53a720f40a3} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
8606 2025.03.12 22:42:21.661301 [ 276 ] {5ba8a98c-67e1-4b61-b57d-b53a720f40a3} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8607 2025.03.12 22:42:21.661517 [ 276 ] {5ba8a98c-67e1-4b61-b57d-b53a720f40a3} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001451 sec., 67539.62784286699 rows/sec., 4.71 MiB/sec.
8608 2025.03.12 22:42:21.661570 [ 276 ] {5ba8a98c-67e1-4b61-b57d-b53a720f40a3} <Debug> TCPHandler: Processed in 0.001667203 sec.
8609 2025.03.12 22:42:21.661711 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8610 2025.03.12 22:42:21.661824 [ 276 ] {4e456725-ffaa-492c-b32b-2ba38e34c55c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8611 2025.03.12 22:42:21.661871 [ 276 ] {4e456725-ffaa-492c-b32b-2ba38e34c55c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8612 2025.03.12 22:42:21.662307 [ 276 ] {4e456725-ffaa-492c-b32b-2ba38e34c55c} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8613 2025.03.12 22:42:21.662346 [ 276 ] {4e456725-ffaa-492c-b32b-2ba38e34c55c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8614 2025.03.12 22:42:21.662702 [ 276 ] {4e456725-ffaa-492c-b32b-2ba38e34c55c} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
8615 2025.03.12 22:42:21.662937 [ 276 ] {4e456725-ffaa-492c-b32b-2ba38e34c55c} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8616 2025.03.12 22:42:21.663140 [ 276 ] {4e456725-ffaa-492c-b32b-2ba38e34c55c} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001338 sec., 28400.597907324365 rows/sec., 1.91 MiB/sec.
8617 2025.03.12 22:42:21.663242 [ 276 ] {4e456725-ffaa-492c-b32b-2ba38e34c55c} <Debug> TCPHandler: Processed in 0.001582021 sec.
8618 2025.03.12 22:42:22.068309 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254
8619 2025.03.12 22:42:22.069070 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8620 2025.03.12 22:42:22.069116 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8621 2025.03.12 22:42:22.069642 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8622 2025.03.12 22:42:22.069903 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8623 2025.03.12 22:42:22.070175 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254
8624 2025.03.12 22:42:23.814037 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
8625 2025.03.12 22:42:23.835034 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8626 2025.03.12 22:42:23.835089 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
8627 2025.03.12 22:42:23.842437 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8628 2025.03.12 22:42:23.843256 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8629 2025.03.12 22:42:23.847436 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
8630 2025.03.12 22:42:26.659461 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8631 2025.03.12 22:42:26.659764 [ 276 ] {fa73e0e8-73c8-4c21-9be9-d930ecd0e28a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8632 2025.03.12 22:42:26.659879 [ 276 ] {fa73e0e8-73c8-4c21-9be9-d930ecd0e28a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8633 2025.03.12 22:42:26.660804 [ 276 ] {fa73e0e8-73c8-4c21-9be9-d930ecd0e28a} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8634 2025.03.12 22:42:26.660845 [ 276 ] {fa73e0e8-73c8-4c21-9be9-d930ecd0e28a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8635 2025.03.12 22:42:26.661281 [ 276 ] {fa73e0e8-73c8-4c21-9be9-d930ecd0e28a} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
8636 2025.03.12 22:42:26.661527 [ 276 ] {fa73e0e8-73c8-4c21-9be9-d930ecd0e28a} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8637 2025.03.12 22:42:26.661732 [ 276 ] {fa73e0e8-73c8-4c21-9be9-d930ecd0e28a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002053 sec., 27277.155382367266 rows/sec., 2.10 MiB/sec.
8638 2025.03.12 22:42:26.661790 [ 276 ] {fa73e0e8-73c8-4c21-9be9-d930ecd0e28a} <Debug> TCPHandler: Processed in 0.002514346 sec.
8639 2025.03.12 22:42:26.661920 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8640 2025.03.12 22:42:26.662027 [ 276 ] {7b899f7b-517d-4497-86e8-535fd277f2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8641 2025.03.12 22:42:26.662072 [ 276 ] {7b899f7b-517d-4497-86e8-535fd277f2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8642 2025.03.12 22:42:26.662618 [ 276 ] {7b899f7b-517d-4497-86e8-535fd277f2a9} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8643 2025.03.12 22:42:26.662657 [ 276 ] {7b899f7b-517d-4497-86e8-535fd277f2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8644 2025.03.12 22:42:26.663007 [ 276 ] {7b899f7b-517d-4497-86e8-535fd277f2a9} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
8645 2025.03.12 22:42:26.663253 [ 276 ] {7b899f7b-517d-4497-86e8-535fd277f2a9} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8646 2025.03.12 22:42:26.663436 [ 276 ] {7b899f7b-517d-4497-86e8-535fd277f2a9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001432 sec., 44692.7374301676 rows/sec., 3.49 MiB/sec.
8647 2025.03.12 22:42:26.663489 [ 276 ] {7b899f7b-517d-4497-86e8-535fd277f2a9} <Debug> TCPHandler: Processed in 0.001620362 sec.
8648 2025.03.12 22:42:26.663605 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8649 2025.03.12 22:42:26.663711 [ 276 ] {634bc854-6275-495d-9bfa-a36792b84ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8650 2025.03.12 22:42:26.663761 [ 276 ] {634bc854-6275-495d-9bfa-a36792b84ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8651 2025.03.12 22:42:26.664287 [ 276 ] {634bc854-6275-495d-9bfa-a36792b84ff1} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8652 2025.03.12 22:42:26.664324 [ 276 ] {634bc854-6275-495d-9bfa-a36792b84ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8653 2025.03.12 22:42:26.664707 [ 276 ] {634bc854-6275-495d-9bfa-a36792b84ff1} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
8654 2025.03.12 22:42:26.664942 [ 276 ] {634bc854-6275-495d-9bfa-a36792b84ff1} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8655 2025.03.12 22:42:26.665136 [ 276 ] {634bc854-6275-495d-9bfa-a36792b84ff1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001442 sec., 110957.00416088766 rows/sec., 7.73 MiB/sec.
8656 2025.03.12 22:42:26.665213 [ 276 ] {634bc854-6275-495d-9bfa-a36792b84ff1} <Debug> TCPHandler: Processed in 0.001656743 sec.
8657 2025.03.12 22:42:26.665352 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8658 2025.03.12 22:42:26.665650 [ 276 ] {a21f702f-05da-477f-a81c-d9fe6fc27e2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8659 2025.03.12 22:42:26.665802 [ 276 ] {a21f702f-05da-477f-a81c-d9fe6fc27e2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8660 2025.03.12 22:42:26.666309 [ 276 ] {a21f702f-05da-477f-a81c-d9fe6fc27e2a} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8661 2025.03.12 22:42:26.666348 [ 276 ] {a21f702f-05da-477f-a81c-d9fe6fc27e2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8662 2025.03.12 22:42:26.666709 [ 276 ] {a21f702f-05da-477f-a81c-d9fe6fc27e2a} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
8663 2025.03.12 22:42:26.666939 [ 276 ] {a21f702f-05da-477f-a81c-d9fe6fc27e2a} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8664 2025.03.12 22:42:26.667134 [ 276 ] {a21f702f-05da-477f-a81c-d9fe6fc27e2a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001594 sec., 37641.15432873275 rows/sec., 2.54 MiB/sec.
8665 2025.03.12 22:42:26.667236 [ 276 ] {a21f702f-05da-477f-a81c-d9fe6fc27e2a} <Debug> TCPHandler: Processed in 0.001955521 sec.
8666 2025.03.12 22:42:29.344665 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache
8667 2025.03.12 22:42:29.344767 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache
8668 2025.03.12 22:42:29.570314 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681
8669 2025.03.12 22:42:29.570963 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8670 2025.03.12 22:42:29.571009 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8671 2025.03.12 22:42:29.571523 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8672 2025.03.12 22:42:29.571767 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8673 2025.03.12 22:42:29.571983 [ 90 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8674 2025.03.12 22:42:29.572008 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681
8675 2025.03.12 22:42:29.572065 [ 90 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8676 2025.03.12 22:42:29.572098 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8677 2025.03.12 22:42:29.572249 [ 187 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
8678 2025.03.12 22:42:29.572407 [ 187 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8679 2025.03.12 22:42:29.572452 [ 187 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part
8680 2025.03.12 22:42:29.572534 [ 187 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part
8681 2025.03.12 22:42:29.572759 [ 187 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part
8682 2025.03.12 22:42:29.572981 [ 187 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part
8683 2025.03.12 22:42:29.573075 [ 187 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part
8684 2025.03.12 22:42:29.573343 [ 187 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part
8685 2025.03.12 22:42:29.576033 [ 193 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003854 sec., 6663466.528282304 rows/sec., 95.32 MiB/sec.
8686 2025.03.12 22:42:29.576324 [ 193 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8687 2025.03.12 22:42:29.576649 [ 193 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_56_11} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8688 2025.03.12 22:42:29.576743 [ 193 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_56_11} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8689 2025.03.12 22:42:29.576858 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB.
8690 2025.03.12 22:42:29.709233 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1180
8691 2025.03.12 22:42:29.712005 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8692 2025.03.12 22:42:29.712055 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8693 2025.03.12 22:42:29.713520 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8694 2025.03.12 22:42:29.713834 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8695 2025.03.12 22:42:29.714100 [ 90 ] {} <Debug> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8696 2025.03.12 22:42:29.714273 [ 90 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8697 2025.03.12 22:42:29.714374 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8698 2025.03.12 22:42:29.714917 [ 190 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::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
8699 2025.03.12 22:42:29.716060 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1180
8700 2025.03.12 22:42:29.716487 [ 190 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8701 2025.03.12 22:42:29.716648 [ 190 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1048 rows starting from the beginning of the part
8702 2025.03.12 22:42:29.717159 [ 190 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part
8703 2025.03.12 22:42:29.717657 [ 190 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 16 rows starting from the beginning of the part
8704 2025.03.12 22:42:29.718140 [ 190 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 20 rows starting from the beginning of the part
8705 2025.03.12 22:42:29.718619 [ 190 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part
8706 2025.03.12 22:42:29.719095 [ 190 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 16 rows starting from the beginning of the part
8707 2025.03.12 22:42:29.727126 [ 193 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1180 rows, containing 72 columns (72 merged, 0 gathered) in 0.012589456 sec., 93729.22864975261 rows/sec., 73.52 MiB/sec.
8708 2025.03.12 22:42:29.728785 [ 189 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8709 2025.03.12 22:42:29.729626 [ 189 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_41_8} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8710 2025.03.12 22:42:29.729729 [ 189 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_41_8} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8711 2025.03.12 22:42:29.730089 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.72 MiB.
8712 2025.03.12 22:42:31.347593 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422
8713 2025.03.12 22:42:31.369800 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8714 2025.03.12 22:42:31.369864 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8715 2025.03.12 22:42:31.377220 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8716 2025.03.12 22:42:31.378001 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8717 2025.03.12 22:42:31.378417 [ 87 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8718 2025.03.12 22:42:31.378557 [ 87 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8719 2025.03.12 22:42:31.378635 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8720 2025.03.12 22:42:31.378948 [ 198 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
8721 2025.03.12 22:42:31.386483 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422
8722 2025.03.12 22:42:31.387910 [ 198 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8723 2025.03.12 22:42:31.388819 [ 198 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part
8724 2025.03.12 22:42:31.393095 [ 198 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part
8725 2025.03.12 22:42:31.397508 [ 198 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part
8726 2025.03.12 22:42:31.402238 [ 198 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part
8727 2025.03.12 22:42:31.407640 [ 198 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part
8728 2025.03.12 22:42:31.412193 [ 198 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part
8729 2025.03.12 22:42:31.474375 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.095591017 sec., 4414.6407606480425 rows/sec., 22.83 MiB/sec.
8730 2025.03.12 22:42:31.477693 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8731 2025.03.12 22:42:31.480686 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_56_11} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8732 2025.03.12 22:42:31.480818 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_56_11} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8733 2025.03.12 22:42:31.483146 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
8734 2025.03.12 22:42:31.661262 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8735 2025.03.12 22:42:31.661424 [ 276 ] {2f3d2e20-db4d-41ce-b18e-e29324da1a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8736 2025.03.12 22:42:31.661491 [ 276 ] {2f3d2e20-db4d-41ce-b18e-e29324da1a7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8737 2025.03.12 22:42:31.662282 [ 276 ] {2f3d2e20-db4d-41ce-b18e-e29324da1a7b} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8738 2025.03.12 22:42:31.662327 [ 276 ] {2f3d2e20-db4d-41ce-b18e-e29324da1a7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8739 2025.03.12 22:42:31.662746 [ 276 ] {2f3d2e20-db4d-41ce-b18e-e29324da1a7b} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
8740 2025.03.12 22:42:31.662996 [ 276 ] {2f3d2e20-db4d-41ce-b18e-e29324da1a7b} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8741 2025.03.12 22:42:31.663224 [ 276 ] {2f3d2e20-db4d-41ce-b18e-e29324da1a7b} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.001848 sec., 73593.0735930736 rows/sec., 6.35 MiB/sec.
8742 2025.03.12 22:42:31.663286 [ 276 ] {2f3d2e20-db4d-41ce-b18e-e29324da1a7b} <Debug> TCPHandler: Processed in 0.002144736 sec.
8743 2025.03.12 22:42:31.663425 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8744 2025.03.12 22:42:31.663598 [ 276 ] {55f5dd07-aa7e-4664-bca9-17d047b1b037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8745 2025.03.12 22:42:31.663659 [ 276 ] {55f5dd07-aa7e-4664-bca9-17d047b1b037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8746 2025.03.12 22:42:31.664201 [ 276 ] {55f5dd07-aa7e-4664-bca9-17d047b1b037} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8747 2025.03.12 22:42:31.664240 [ 276 ] {55f5dd07-aa7e-4664-bca9-17d047b1b037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8748 2025.03.12 22:42:31.664603 [ 276 ] {55f5dd07-aa7e-4664-bca9-17d047b1b037} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8749 2025.03.12 22:42:31.664841 [ 276 ] {55f5dd07-aa7e-4664-bca9-17d047b1b037} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8750 2025.03.12 22:42:31.665102 [ 276 ] {55f5dd07-aa7e-4664-bca9-17d047b1b037} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001545 sec., 25889.967637540452 rows/sec., 1.90 MiB/sec.
8751 2025.03.12 22:42:31.665177 [ 276 ] {55f5dd07-aa7e-4664-bca9-17d047b1b037} <Debug> TCPHandler: Processed in 0.001806797 sec.
8752 2025.03.12 22:42:31.665422 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8753 2025.03.12 22:42:31.665537 [ 276 ] {27156546-263e-4118-a940-aa78baa72567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8754 2025.03.12 22:42:31.665584 [ 276 ] {27156546-263e-4118-a940-aa78baa72567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8755 2025.03.12 22:42:31.666160 [ 276 ] {27156546-263e-4118-a940-aa78baa72567} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8756 2025.03.12 22:42:31.666200 [ 276 ] {27156546-263e-4118-a940-aa78baa72567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8757 2025.03.12 22:42:31.666565 [ 276 ] {27156546-263e-4118-a940-aa78baa72567} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
8758 2025.03.12 22:42:31.666803 [ 276 ] {27156546-263e-4118-a940-aa78baa72567} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8759 2025.03.12 22:42:31.667008 [ 276 ] {27156546-263e-4118-a940-aa78baa72567} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001494 sec., 69611.78045515394 rows/sec., 5.44 MiB/sec.
8760 2025.03.12 22:42:31.667064 [ 276 ] {27156546-263e-4118-a940-aa78baa72567} <Debug> TCPHandler: Processed in 0.001728895 sec.
8761 2025.03.12 22:42:31.667179 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8762 2025.03.12 22:42:31.667284 [ 276 ] {c9e181de-3571-4658-aea1-f00f31a5b314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8763 2025.03.12 22:42:31.667334 [ 276 ] {c9e181de-3571-4658-aea1-f00f31a5b314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8764 2025.03.12 22:42:31.667858 [ 276 ] {c9e181de-3571-4658-aea1-f00f31a5b314} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8765 2025.03.12 22:42:31.667898 [ 276 ] {c9e181de-3571-4658-aea1-f00f31a5b314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8766 2025.03.12 22:42:31.668283 [ 276 ] {c9e181de-3571-4658-aea1-f00f31a5b314} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
8767 2025.03.12 22:42:31.668528 [ 276 ] {c9e181de-3571-4658-aea1-f00f31a5b314} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8768 2025.03.12 22:42:31.668746 [ 276 ] {c9e181de-3571-4658-aea1-f00f31a5b314} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001484 sec., 107816.71159029649 rows/sec., 7.51 MiB/sec.
8769 2025.03.12 22:42:31.668799 [ 276 ] {c9e181de-3571-4658-aea1-f00f31a5b314} <Debug> TCPHandler: Processed in 0.001671504 sec.
8770 2025.03.12 22:42:31.668903 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8771 2025.03.12 22:42:31.669008 [ 276 ] {c473d7f4-a7b7-4a62-8445-17650b6e34e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8772 2025.03.12 22:42:31.669074 [ 276 ] {c473d7f4-a7b7-4a62-8445-17650b6e34e0} <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
8773 2025.03.12 22:42:31.670219 [ 276 ] {c473d7f4-a7b7-4a62-8445-17650b6e34e0} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8774 2025.03.12 22:42:31.670258 [ 276 ] {c473d7f4-a7b7-4a62-8445-17650b6e34e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8775 2025.03.12 22:42:31.670932 [ 276 ] {c473d7f4-a7b7-4a62-8445-17650b6e34e0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8776 2025.03.12 22:42:31.671201 [ 276 ] {c473d7f4-a7b7-4a62-8445-17650b6e34e0} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8777 2025.03.12 22:42:31.671474 [ 276 ] {c473d7f4-a7b7-4a62-8445-17650b6e34e0} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002482 sec., 16116.035455278003 rows/sec., 28.88 MiB/sec.
8778 2025.03.12 22:42:31.671985 [ 276 ] {c473d7f4-a7b7-4a62-8445-17650b6e34e0} <Debug> TCPHandler: Processed in 0.003126751 sec.
8779 2025.03.12 22:42:31.672157 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8780 2025.03.12 22:42:31.672263 [ 276 ] {3ca3b95c-e1b9-4c2e-87d8-33403e6b19b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8781 2025.03.12 22:42:31.672309 [ 276 ] {3ca3b95c-e1b9-4c2e-87d8-33403e6b19b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8782 2025.03.12 22:42:31.672783 [ 276 ] {3ca3b95c-e1b9-4c2e-87d8-33403e6b19b9} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8783 2025.03.12 22:42:31.672822 [ 276 ] {3ca3b95c-e1b9-4c2e-87d8-33403e6b19b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8784 2025.03.12 22:42:31.673193 [ 276 ] {3ca3b95c-e1b9-4c2e-87d8-33403e6b19b9} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
8785 2025.03.12 22:42:31.673428 [ 276 ] {3ca3b95c-e1b9-4c2e-87d8-33403e6b19b9} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8786 2025.03.12 22:42:31.673655 [ 276 ] {3ca3b95c-e1b9-4c2e-87d8-33403e6b19b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec.
8787 2025.03.12 22:42:31.673730 [ 276 ] {3ca3b95c-e1b9-4c2e-87d8-33403e6b19b9} <Debug> TCPHandler: Processed in 0.001618873 sec.
8788 2025.03.12 22:42:32.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.63 MiB, peak 246.61 MiB, free memory in arenas 0.00 B, will set to 234.81 MiB (RSS), difference: 1.18 MiB
8789 2025.03.12 22:42:36.658472 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8790 2025.03.12 22:42:36.658694 [ 276 ] {0bd3e2ef-76e4-4eae-9139-4d375f02bca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8791 2025.03.12 22:42:36.658774 [ 276 ] {0bd3e2ef-76e4-4eae-9139-4d375f02bca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8792 2025.03.12 22:42:36.659621 [ 276 ] {0bd3e2ef-76e4-4eae-9139-4d375f02bca7} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8793 2025.03.12 22:42:36.659666 [ 276 ] {0bd3e2ef-76e4-4eae-9139-4d375f02bca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8794 2025.03.12 22:42:36.660088 [ 276 ] {0bd3e2ef-76e4-4eae-9139-4d375f02bca7} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
8795 2025.03.12 22:42:36.660345 [ 276 ] {0bd3e2ef-76e4-4eae-9139-4d375f02bca7} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8796 2025.03.12 22:42:36.660595 [ 276 ] {0bd3e2ef-76e4-4eae-9139-4d375f02bca7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001959 sec., 28586.013272077595 rows/sec., 2.20 MiB/sec.
8797 2025.03.12 22:42:36.660654 [ 276 ] {0bd3e2ef-76e4-4eae-9139-4d375f02bca7} <Debug> TCPHandler: Processed in 0.00231751 sec.
8798 2025.03.12 22:42:36.660778 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8799 2025.03.12 22:42:36.660885 [ 276 ] {d51fee13-0d4c-4a59-a2ca-f62bb4036d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8800 2025.03.12 22:42:36.660930 [ 276 ] {d51fee13-0d4c-4a59-a2ca-f62bb4036d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8801 2025.03.12 22:42:36.661487 [ 276 ] {d51fee13-0d4c-4a59-a2ca-f62bb4036d2d} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8802 2025.03.12 22:42:36.661527 [ 276 ] {d51fee13-0d4c-4a59-a2ca-f62bb4036d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8803 2025.03.12 22:42:36.661882 [ 276 ] {d51fee13-0d4c-4a59-a2ca-f62bb4036d2d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
8804 2025.03.12 22:42:36.662131 [ 276 ] {d51fee13-0d4c-4a59-a2ca-f62bb4036d2d} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8805 2025.03.12 22:42:36.662376 [ 276 ] {d51fee13-0d4c-4a59-a2ca-f62bb4036d2d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001509 sec., 42412.19350563287 rows/sec., 3.31 MiB/sec.
8806 2025.03.12 22:42:36.662467 [ 276 ] {d51fee13-0d4c-4a59-a2ca-f62bb4036d2d} <Debug> TCPHandler: Processed in 0.001737635 sec.
8807 2025.03.12 22:42:36.662618 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8808 2025.03.12 22:42:36.662911 [ 276 ] {c6c2f259-7180-434a-9ccf-1007374d95f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8809 2025.03.12 22:42:36.663018 [ 276 ] {c6c2f259-7180-434a-9ccf-1007374d95f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8810 2025.03.12 22:42:36.663579 [ 276 ] {c6c2f259-7180-434a-9ccf-1007374d95f1} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8811 2025.03.12 22:42:36.663619 [ 276 ] {c6c2f259-7180-434a-9ccf-1007374d95f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8812 2025.03.12 22:42:36.664008 [ 276 ] {c6c2f259-7180-434a-9ccf-1007374d95f1} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
8813 2025.03.12 22:42:36.664244 [ 276 ] {c6c2f259-7180-434a-9ccf-1007374d95f1} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8814 2025.03.12 22:42:36.664475 [ 276 ] {c6c2f259-7180-434a-9ccf-1007374d95f1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001679 sec., 95294.81834425253 rows/sec., 6.64 MiB/sec.
8815 2025.03.12 22:42:36.664530 [ 276 ] {c6c2f259-7180-434a-9ccf-1007374d95f1} <Debug> TCPHandler: Processed in 0.001986122 sec.
8816 2025.03.12 22:42:36.664654 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8817 2025.03.12 22:42:36.664767 [ 276 ] {cf936ec1-d5ac-4846-9e51-e104331fba63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8818 2025.03.12 22:42:36.664813 [ 276 ] {cf936ec1-d5ac-4846-9e51-e104331fba63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8819 2025.03.12 22:42:36.665269 [ 276 ] {cf936ec1-d5ac-4846-9e51-e104331fba63} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8820 2025.03.12 22:42:36.665308 [ 276 ] {cf936ec1-d5ac-4846-9e51-e104331fba63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8821 2025.03.12 22:42:36.665668 [ 276 ] {cf936ec1-d5ac-4846-9e51-e104331fba63} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
8822 2025.03.12 22:42:36.665904 [ 276 ] {cf936ec1-d5ac-4846-9e51-e104331fba63} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8823 2025.03.12 22:42:36.666123 [ 276 ] {cf936ec1-d5ac-4846-9e51-e104331fba63} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec.
8824 2025.03.12 22:42:36.666173 [ 276 ] {cf936ec1-d5ac-4846-9e51-e104331fba63} <Debug> TCPHandler: Processed in 0.001573781 sec.
8825 2025.03.12 22:42:37.072167 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169
8826 2025.03.12 22:42:37.072908 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8827 2025.03.12 22:42:37.072958 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8828 2025.03.12 22:42:37.073499 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8829 2025.03.12 22:42:37.073756 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8830 2025.03.12 22:42:37.074028 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169
8831 2025.03.12 22:42:38.886550 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430
8832 2025.03.12 22:42:38.905242 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8833 2025.03.12 22:42:38.905299 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8834 2025.03.12 22:42:38.912192 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8835 2025.03.12 22:42:38.912933 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8836 2025.03.12 22:42:38.915514 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
8837 2025.03.12 22:42:39.716216 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1200
8838 2025.03.12 22:42:39.719040 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8839 2025.03.12 22:42:39.719094 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8840 2025.03.12 22:42:39.720559 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8841 2025.03.12 22:42:39.720873 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8842 2025.03.12 22:42:39.722212 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1200
8843 2025.03.12 22:42:41.661474 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8844 2025.03.12 22:42:41.661668 [ 276 ] {e4af7059-5362-4d69-a836-ba652729772b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8845 2025.03.12 22:42:41.661745 [ 276 ] {e4af7059-5362-4d69-a836-ba652729772b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8846 2025.03.12 22:42:41.662680 [ 276 ] {e4af7059-5362-4d69-a836-ba652729772b} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8847 2025.03.12 22:42:41.662722 [ 276 ] {e4af7059-5362-4d69-a836-ba652729772b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8848 2025.03.12 22:42:41.663173 [ 276 ] {e4af7059-5362-4d69-a836-ba652729772b} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
8849 2025.03.12 22:42:41.663433 [ 276 ] {e4af7059-5362-4d69-a836-ba652729772b} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8850 2025.03.12 22:42:41.663606 [ 72 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
8851 2025.03.12 22:42:41.663636 [ 276 ] {e4af7059-5362-4d69-a836-ba652729772b} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002023 sec., 67226.89075630251 rows/sec., 5.81 MiB/sec.
8852 2025.03.12 22:42:41.663655 [ 72 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8853 2025.03.12 22:42:41.663698 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8854 2025.03.12 22:42:41.663711 [ 276 ] {e4af7059-5362-4d69-a836-ba652729772b} <Debug> TCPHandler: Processed in 0.002363761 sec.
8855 2025.03.12 22:42:41.663904 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8856 2025.03.12 22:42:41.663914 [ 186 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
8857 2025.03.12 22:42:41.664085 [ 276 ] {9b42fdeb-e39f-4b49-8239-7c38de7dd043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8858 2025.03.12 22:42:41.664176 [ 276 ] {9b42fdeb-e39f-4b49-8239-7c38de7dd043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8859 2025.03.12 22:42:41.664197 [ 186 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8860 2025.03.12 22:42:41.664292 [ 186 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1407 rows starting from the beginning of the part
8861 2025.03.12 22:42:41.664583 [ 186 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part
8862 2025.03.12 22:42:41.664992 [ 186 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part
8863 2025.03.12 22:42:41.665279 [ 186 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 136 rows starting from the beginning of the part
8864 2025.03.12 22:42:41.665677 [ 186 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part
8865 2025.03.12 22:42:41.665943 [ 186 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 136 rows starting from the beginning of the part
8866 2025.03.12 22:42:41.666762 [ 276 ] {9b42fdeb-e39f-4b49-8239-7c38de7dd043} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8867 2025.03.12 22:42:41.666820 [ 276 ] {9b42fdeb-e39f-4b49-8239-7c38de7dd043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8868 2025.03.12 22:42:41.667810 [ 276 ] {9b42fdeb-e39f-4b49-8239-7c38de7dd043} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8869 2025.03.12 22:42:41.668332 [ 276 ] {9b42fdeb-e39f-4b49-8239-7c38de7dd043} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8870 2025.03.12 22:42:41.668565 [ 276 ] {9b42fdeb-e39f-4b49-8239-7c38de7dd043} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00453 sec., 8830.022075055187 rows/sec., 663.98 KiB/sec.
8871 2025.03.12 22:42:41.668636 [ 276 ] {9b42fdeb-e39f-4b49-8239-7c38de7dd043} <Debug> TCPHandler: Processed in 0.004808365 sec.
8872 2025.03.12 22:42:41.668775 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8873 2025.03.12 22:42:41.668976 [ 276 ] {649e5111-250c-445e-87ca-937f29fb164f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8874 2025.03.12 22:42:41.669085 [ 276 ] {649e5111-250c-445e-87ca-937f29fb164f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8875 2025.03.12 22:42:41.669522 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1847 rows, containing 5 columns (5 merged, 0 gathered) in 0.005705998 sec., 323694.4702749633 rows/sec., 28.30 MiB/sec.
8876 2025.03.12 22:42:41.669902 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
8877 2025.03.12 22:42:41.670333 [ 276 ] {649e5111-250c-445e-87ca-937f29fb164f} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8878 2025.03.12 22:42:41.670381 [ 276 ] {649e5111-250c-445e-87ca-937f29fb164f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8879 2025.03.12 22:42:41.670561 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_96_19} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8880 2025.03.12 22:42:41.670779 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_96_19} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
8881 2025.03.12 22:42:41.670970 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
8882 2025.03.12 22:42:41.671111 [ 276 ] {649e5111-250c-445e-87ca-937f29fb164f} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
8883 2025.03.12 22:42:41.671353 [ 276 ] {649e5111-250c-445e-87ca-937f29fb164f} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8884 2025.03.12 22:42:41.671505 [ 72 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
8885 2025.03.12 22:42:41.671543 [ 276 ] {649e5111-250c-445e-87ca-937f29fb164f} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.002619 sec., 39709.8129056892 rows/sec., 3.10 MiB/sec.
8886 2025.03.12 22:42:41.671559 [ 72 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8887 2025.03.12 22:42:41.671605 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8888 2025.03.12 22:42:41.671632 [ 276 ] {649e5111-250c-445e-87ca-937f29fb164f} <Debug> TCPHandler: Processed in 0.002905365 sec.
8889 2025.03.12 22:42:41.671745 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
8890 2025.03.12 22:42:41.671774 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8891 2025.03.12 22:42:41.671862 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8892 2025.03.12 22:42:41.671903 [ 276 ] {67fb0525-7cfa-4818-8e81-28dcc8ae0662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8893 2025.03.12 22:42:41.671904 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 632 rows starting from the beginning of the part
8894 2025.03.12 22:42:41.671963 [ 276 ] {67fb0525-7cfa-4818-8e81-28dcc8ae0662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8895 2025.03.12 22:42:41.672080 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part
8896 2025.03.12 22:42:41.672474 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part
8897 2025.03.12 22:42:41.672824 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 104 rows starting from the beginning of the part
8898 2025.03.12 22:42:41.673198 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part
8899 2025.03.12 22:42:41.673511 [ 201 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 104 rows starting from the beginning of the part
8900 2025.03.12 22:42:41.674323 [ 276 ] {67fb0525-7cfa-4818-8e81-28dcc8ae0662} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8901 2025.03.12 22:42:41.674364 [ 276 ] {67fb0525-7cfa-4818-8e81-28dcc8ae0662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8902 2025.03.12 22:42:41.674962 [ 276 ] {67fb0525-7cfa-4818-8e81-28dcc8ae0662} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
8903 2025.03.12 22:42:41.675298 [ 276 ] {67fb0525-7cfa-4818-8e81-28dcc8ae0662} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8904 2025.03.12 22:42:41.675416 [ 192 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1032 rows, containing 5 columns (5 merged, 0 gathered) in 0.003741057 sec., 275857.86583845154 rows/sec., 22.13 MiB/sec.
8905 2025.03.12 22:42:41.675528 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
8906 2025.03.12 22:42:41.675595 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8907 2025.03.12 22:42:41.675632 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8908 2025.03.12 22:42:41.675704 [ 276 ] {67fb0525-7cfa-4818-8e81-28dcc8ae0662} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003805 sec., 42049.93429697766 rows/sec., 2.93 MiB/sec.
8909 2025.03.12 22:42:41.675914 [ 192 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
8910 2025.03.12 22:42:41.676003 [ 276 ] {67fb0525-7cfa-4818-8e81-28dcc8ae0662} <Debug> TCPHandler: Processed in 0.00427555 sec.
8911 2025.03.12 22:42:41.676380 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
8912 2025.03.12 22:42:41.676497 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8913 2025.03.12 22:42:41.676927 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8914 2025.03.12 22:42:41.677014 [ 276 ] {863059b0-654f-43e9-8ab5-2e9ae6a99080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8915 2025.03.12 22:42:41.677087 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 25678 rows starting from the beginning of the part
8916 2025.03.12 22:42:41.677594 [ 276 ] {863059b0-654f-43e9-8ab5-2e9ae6a99080} <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
8917 2025.03.12 22:42:41.677680 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 98 rows starting from the beginning of the part
8918 2025.03.12 22:42:41.678298 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part
8919 2025.03.12 22:42:41.678800 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part
8920 2025.03.12 22:42:41.679129 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part
8921 2025.03.12 22:42:41.679776 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part
8922 2025.03.12 22:42:41.680670 [ 192 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_96_19} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8923 2025.03.12 22:42:41.681359 [ 192 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_96_19} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
8924 2025.03.12 22:42:41.681825 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
8925 2025.03.12 22:42:41.683369 [ 276 ] {863059b0-654f-43e9-8ab5-2e9ae6a99080} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8926 2025.03.12 22:42:41.683451 [ 276 ] {863059b0-654f-43e9-8ab5-2e9ae6a99080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8927 2025.03.12 22:42:41.685478 [ 276 ] {863059b0-654f-43e9-8ab5-2e9ae6a99080} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8928 2025.03.12 22:42:41.685847 [ 276 ] {863059b0-654f-43e9-8ab5-2e9ae6a99080} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8929 2025.03.12 22:42:41.686026 [ 72 ] {} <Debug> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8930 2025.03.12 22:42:41.686080 [ 72 ] {} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8931 2025.03.12 22:42:41.686106 [ 276 ] {863059b0-654f-43e9-8ab5-2e9ae6a99080} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00927 sec., 4314.994606256742 rows/sec., 7.73 MiB/sec.
8932 2025.03.12 22:42:41.686116 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8933 2025.03.12 22:42:41.686745 [ 276 ] {863059b0-654f-43e9-8ab5-2e9ae6a99080} <Debug> TCPHandler: Processed in 0.010375279 sec.
8934 2025.03.12 22:42:41.686760 [ 196 ] {1f75fe11-1029-454f-991a-395decf3ac5f::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
8935 2025.03.12 22:42:41.687009 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8936 2025.03.12 22:42:41.687348 [ 276 ] {05bd3673-ff56-44e8-8cd3-0ae2f543d138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8937 2025.03.12 22:42:41.687571 [ 276 ] {05bd3673-ff56-44e8-8cd3-0ae2f543d138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8938 2025.03.12 22:42:41.687613 [ 196 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8939 2025.03.12 22:42:41.688042 [ 196 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1327 rows starting from the beginning of the part
8940 2025.03.12 22:42:41.689212 [ 196 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part
8941 2025.03.12 22:42:41.690381 [ 196 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part
8942 2025.03.12 22:42:41.690653 [ 276 ] {05bd3673-ff56-44e8-8cd3-0ae2f543d138} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8943 2025.03.12 22:42:41.690785 [ 276 ] {05bd3673-ff56-44e8-8cd3-0ae2f543d138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8944 2025.03.12 22:42:41.691669 [ 196 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part
8945 2025.03.12 22:42:41.692127 [ 200 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26416 rows, containing 5 columns (5 merged, 0 gathered) in 0.016325563 sec., 1618075.8972906477 rows/sec., 110.91 MiB/sec.
8946 2025.03.12 22:42:41.692883 [ 196 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part
8947 2025.03.12 22:42:41.692955 [ 191 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
8948 2025.03.12 22:42:41.693094 [ 276 ] {05bd3673-ff56-44e8-8cd3-0ae2f543d138} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
8949 2025.03.12 22:42:41.693993 [ 276 ] {05bd3673-ff56-44e8-8cd3-0ae2f543d138} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8950 2025.03.12 22:42:41.694135 [ 196 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part
8951 2025.03.12 22:42:41.694194 [ 191 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8952 2025.03.12 22:42:41.694547 [ 72 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
8953 2025.03.12 22:42:41.694648 [ 191 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
8954 2025.03.12 22:42:41.694670 [ 72 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8955 2025.03.12 22:42:41.694743 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
8956 2025.03.12 22:42:41.694982 [ 276 ] {05bd3673-ff56-44e8-8cd3-0ae2f543d138} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007724 sec., 7767.995857068876 rows/sec., 536.07 KiB/sec.
8957 2025.03.12 22:42:41.695348 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
8958 2025.03.12 22:42:41.695405 [ 276 ] {05bd3673-ff56-44e8-8cd3-0ae2f543d138} <Debug> TCPHandler: Processed in 0.00848708 sec.
8959 2025.03.12 22:42:41.695773 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
8960 2025.03.12 22:42:41.696076 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8961 2025.03.12 22:42:41.696166 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4690 rows starting from the beginning of the part
8962 2025.03.12 22:42:41.696401 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 38 rows starting from the beginning of the part
8963 2025.03.12 22:42:41.696881 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part
8964 2025.03.12 22:42:41.697151 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part
8965 2025.03.12 22:42:41.697418 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part
8966 2025.03.12 22:42:41.697713 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part
8967 2025.03.12 22:42:41.700478 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4968 rows, containing 4 columns (4 merged, 0 gathered) in 0.005554294 sec., 894443.1101414509 rows/sec., 60.28 MiB/sec.
8968 2025.03.12 22:42:41.700968 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
8969 2025.03.12 22:42:41.701662 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_96_19} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8970 2025.03.12 22:42:41.701845 [ 197 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_96_19} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
8971 2025.03.12 22:42:41.702010 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB.
8972 2025.03.12 22:42:41.706454 [ 197 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1527 rows, containing 19 columns (19 merged, 0 gathered) in 0.020129422 sec., 75859.10812540966 rows/sec., 135.94 MiB/sec.
8973 2025.03.12 22:42:41.707892 [ 187 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8974 2025.03.12 22:42:41.708330 [ 187 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8975 2025.03.12 22:42:41.708417 [ 187 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8976 2025.03.12 22:42:41.708575 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.72 MiB.
8977 2025.03.12 22:42:42.000187 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.43 MiB, peak 247.11 MiB, free memory in arenas 0.00 B, will set to 239.25 MiB (RSS), difference: 3.82 MiB
8978 2025.03.12 22:42:44.344817 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache
8979 2025.03.12 22:42:44.344882 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache
8980 2025.03.12 22:42:44.575131 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596
8981 2025.03.12 22:42:44.575780 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8982 2025.03.12 22:42:44.575827 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
8983 2025.03.12 22:42:44.576373 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8984 2025.03.12 22:42:44.576646 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8985 2025.03.12 22:42:44.576953 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596
8986 2025.03.12 22:42:46.416547 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437
8987 2025.03.12 22:42:46.436480 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8988 2025.03.12 22:42:46.436535 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
8989 2025.03.12 22:42:46.443952 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8990 2025.03.12 22:42:46.444704 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8991 2025.03.12 22:42:46.448138 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 437
8992 2025.03.12 22:42:46.658518 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8993 2025.03.12 22:42:46.658709 [ 276 ] {9784df12-b7b2-4a34-9127-4fc243419af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8994 2025.03.12 22:42:46.658779 [ 276 ] {9784df12-b7b2-4a34-9127-4fc243419af5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8995 2025.03.12 22:42:46.659563 [ 276 ] {9784df12-b7b2-4a34-9127-4fc243419af5} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8996 2025.03.12 22:42:46.659604 [ 276 ] {9784df12-b7b2-4a34-9127-4fc243419af5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
8997 2025.03.12 22:42:46.660056 [ 276 ] {9784df12-b7b2-4a34-9127-4fc243419af5} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
8998 2025.03.12 22:42:46.660327 [ 276 ] {9784df12-b7b2-4a34-9127-4fc243419af5} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8999 2025.03.12 22:42:46.660579 [ 276 ] {9784df12-b7b2-4a34-9127-4fc243419af5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001922 sec., 29136.3163371488 rows/sec., 2.24 MiB/sec.
9000 2025.03.12 22:42:46.660648 [ 276 ] {9784df12-b7b2-4a34-9127-4fc243419af5} <Debug> TCPHandler: Processed in 0.002253868 sec.
9001 2025.03.12 22:42:46.660760 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9002 2025.03.12 22:42:46.660870 [ 276 ] {a765bbc2-28a2-455f-9a0b-7476110dc974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9003 2025.03.12 22:42:46.660917 [ 276 ] {a765bbc2-28a2-455f-9a0b-7476110dc974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9004 2025.03.12 22:42:46.661483 [ 276 ] {a765bbc2-28a2-455f-9a0b-7476110dc974} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9005 2025.03.12 22:42:46.661524 [ 276 ] {a765bbc2-28a2-455f-9a0b-7476110dc974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9006 2025.03.12 22:42:46.661901 [ 276 ] {a765bbc2-28a2-455f-9a0b-7476110dc974} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
9007 2025.03.12 22:42:46.662142 [ 276 ] {a765bbc2-28a2-455f-9a0b-7476110dc974} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9008 2025.03.12 22:42:46.662355 [ 276 ] {a765bbc2-28a2-455f-9a0b-7476110dc974} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001511 sec., 42356.05559232296 rows/sec., 3.31 MiB/sec.
9009 2025.03.12 22:42:46.662410 [ 276 ] {a765bbc2-28a2-455f-9a0b-7476110dc974} <Debug> TCPHandler: Processed in 0.001701084 sec.
9010 2025.03.12 22:42:46.662523 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9011 2025.03.12 22:42:46.662629 [ 276 ] {6b42c306-4afa-4b9a-87db-7c68f2f6db52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9012 2025.03.12 22:42:46.662680 [ 276 ] {6b42c306-4afa-4b9a-87db-7c68f2f6db52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9013 2025.03.12 22:42:46.663210 [ 276 ] {6b42c306-4afa-4b9a-87db-7c68f2f6db52} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9014 2025.03.12 22:42:46.663249 [ 276 ] {6b42c306-4afa-4b9a-87db-7c68f2f6db52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9015 2025.03.12 22:42:46.663644 [ 276 ] {6b42c306-4afa-4b9a-87db-7c68f2f6db52} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
9016 2025.03.12 22:42:46.663881 [ 276 ] {6b42c306-4afa-4b9a-87db-7c68f2f6db52} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9017 2025.03.12 22:42:46.664091 [ 276 ] {6b42c306-4afa-4b9a-87db-7c68f2f6db52} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001483 sec., 107889.41335131491 rows/sec., 7.51 MiB/sec.
9018 2025.03.12 22:42:46.664143 [ 276 ] {6b42c306-4afa-4b9a-87db-7c68f2f6db52} <Debug> TCPHandler: Processed in 0.001671043 sec.
9019 2025.03.12 22:42:46.664249 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9020 2025.03.12 22:42:46.664352 [ 276 ] {fd90dbf8-bc98-4e0a-b79b-e7fe835efde2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9021 2025.03.12 22:42:46.664398 [ 276 ] {fd90dbf8-bc98-4e0a-b79b-e7fe835efde2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9022 2025.03.12 22:42:46.664832 [ 276 ] {fd90dbf8-bc98-4e0a-b79b-e7fe835efde2} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9023 2025.03.12 22:42:46.664872 [ 276 ] {fd90dbf8-bc98-4e0a-b79b-e7fe835efde2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9024 2025.03.12 22:42:46.665237 [ 276 ] {fd90dbf8-bc98-4e0a-b79b-e7fe835efde2} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
9025 2025.03.12 22:42:46.665480 [ 276 ] {fd90dbf8-bc98-4e0a-b79b-e7fe835efde2} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9026 2025.03.12 22:42:46.665709 [ 276 ] {fd90dbf8-bc98-4e0a-b79b-e7fe835efde2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec.
9027 2025.03.12 22:42:46.665787 [ 276 ] {fd90dbf8-bc98-4e0a-b79b-e7fe835efde2} <Debug> TCPHandler: Processed in 0.001587961 sec.
9028 2025.03.12 22:42:48.017389 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9029 2025.03.12 22:42:48.017705 [ 276 ] {cc24283d-726d-419b-91a2-a2500fc04966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9030 2025.03.12 22:42:48.017826 [ 276 ] {cc24283d-726d-419b-91a2-a2500fc04966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9031 2025.03.12 22:42:48.018638 [ 276 ] {cc24283d-726d-419b-91a2-a2500fc04966} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9032 2025.03.12 22:42:48.018694 [ 276 ] {cc24283d-726d-419b-91a2-a2500fc04966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9033 2025.03.12 22:42:48.019145 [ 276 ] {cc24283d-726d-419b-91a2-a2500fc04966} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
9034 2025.03.12 22:42:48.019419 [ 276 ] {cc24283d-726d-419b-91a2-a2500fc04966} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9035 2025.03.12 22:42:48.019677 [ 276 ] {cc24283d-726d-419b-91a2-a2500fc04966} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002059 sec., 11656.143759106362 rows/sec., 990.32 KiB/sec.
9036 2025.03.12 22:42:48.019748 [ 276 ] {cc24283d-726d-419b-91a2-a2500fc04966} <Debug> TCPHandler: Processed in 0.002549776 sec.
9037 2025.03.12 22:42:48.019866 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9038 2025.03.12 22:42:48.019980 [ 276 ] {92c66aae-336d-4a7e-87c8-a194a4585da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9039 2025.03.12 22:42:48.020032 [ 276 ] {92c66aae-336d-4a7e-87c8-a194a4585da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9040 2025.03.12 22:42:48.020587 [ 276 ] {92c66aae-336d-4a7e-87c8-a194a4585da5} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9041 2025.03.12 22:42:48.020630 [ 276 ] {92c66aae-336d-4a7e-87c8-a194a4585da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9042 2025.03.12 22:42:48.020991 [ 276 ] {92c66aae-336d-4a7e-87c8-a194a4585da5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
9043 2025.03.12 22:42:48.021229 [ 276 ] {92c66aae-336d-4a7e-87c8-a194a4585da5} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9044 2025.03.12 22:42:48.021583 [ 276 ] {92c66aae-336d-4a7e-87c8-a194a4585da5} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.0016 sec., 10000 rows/sec., 815.43 KiB/sec.
9045 2025.03.12 22:42:48.021825 [ 276 ] {92c66aae-336d-4a7e-87c8-a194a4585da5} <Debug> TCPHandler: Processed in 0.002000872 sec.
9046 2025.03.12 22:42:48.022053 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9047 2025.03.12 22:42:48.022161 [ 276 ] {cccd80af-862d-4558-be16-46e684403a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9048 2025.03.12 22:42:48.022208 [ 276 ] {cccd80af-862d-4558-be16-46e684403a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9049 2025.03.12 22:42:48.023302 [ 276 ] {cccd80af-862d-4558-be16-46e684403a4f} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9050 2025.03.12 22:42:48.023344 [ 276 ] {cccd80af-862d-4558-be16-46e684403a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9051 2025.03.12 22:42:48.023798 [ 276 ] {cccd80af-862d-4558-be16-46e684403a4f} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
9052 2025.03.12 22:42:48.024043 [ 276 ] {cccd80af-862d-4558-be16-46e684403a4f} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9053 2025.03.12 22:42:48.024275 [ 276 ] {cccd80af-862d-4558-be16-46e684403a4f} <Debug> executeQuery: Read 1404 rows, 120.63 KiB in 0.002137 sec., 656995.7884885353 rows/sec., 55.13 MiB/sec.
9054 2025.03.12 22:42:48.024347 [ 276 ] {cccd80af-862d-4558-be16-46e684403a4f} <Debug> TCPHandler: Processed in 0.002357021 sec.
9055 2025.03.12 22:42:48.024469 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9056 2025.03.12 22:42:48.024629 [ 276 ] {ae40f4f3-b2fa-47b9-af1c-d7744eee401f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9057 2025.03.12 22:42:48.024691 [ 276 ] {ae40f4f3-b2fa-47b9-af1c-d7744eee401f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9058 2025.03.12 22:42:48.025254 [ 276 ] {ae40f4f3-b2fa-47b9-af1c-d7744eee401f} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9059 2025.03.12 22:42:48.025294 [ 276 ] {ae40f4f3-b2fa-47b9-af1c-d7744eee401f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9060 2025.03.12 22:42:48.025648 [ 276 ] {ae40f4f3-b2fa-47b9-af1c-d7744eee401f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9061 2025.03.12 22:42:48.025898 [ 276 ] {ae40f4f3-b2fa-47b9-af1c-d7744eee401f} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9062 2025.03.12 22:42:48.026118 [ 276 ] {ae40f4f3-b2fa-47b9-af1c-d7744eee401f} <Debug> executeQuery: Read 68 rows, 5.09 KiB in 0.001534 sec., 44328.552803129074 rows/sec., 3.24 MiB/sec.
9063 2025.03.12 22:42:48.026172 [ 276 ] {ae40f4f3-b2fa-47b9-af1c-d7744eee401f} <Debug> TCPHandler: Processed in 0.001761906 sec.
9064 2025.03.12 22:42:48.026291 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9065 2025.03.12 22:42:48.026397 [ 276 ] {1669493c-6446-426f-b14d-61bd089a9661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9066 2025.03.12 22:42:48.026443 [ 276 ] {1669493c-6446-426f-b14d-61bd089a9661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9067 2025.03.12 22:42:48.027036 [ 276 ] {1669493c-6446-426f-b14d-61bd089a9661} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9068 2025.03.12 22:42:48.027077 [ 276 ] {1669493c-6446-426f-b14d-61bd089a9661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9069 2025.03.12 22:42:48.027434 [ 276 ] {1669493c-6446-426f-b14d-61bd089a9661} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
9070 2025.03.12 22:42:48.027672 [ 276 ] {1669493c-6446-426f-b14d-61bd089a9661} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9071 2025.03.12 22:42:48.027971 [ 276 ] {1669493c-6446-426f-b14d-61bd089a9661} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001569 sec., 160611.85468451242 rows/sec., 11.11 MiB/sec.
9072 2025.03.12 22:42:48.028135 [ 276 ] {1669493c-6446-426f-b14d-61bd089a9661} <Debug> TCPHandler: Processed in 0.001892569 sec.
9073 2025.03.12 22:42:48.028254 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9074 2025.03.12 22:42:48.028361 [ 276 ] {5c1dd0a7-5730-4135-bd56-ebcdb97ba3a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9075 2025.03.12 22:42:48.028406 [ 276 ] {5c1dd0a7-5730-4135-bd56-ebcdb97ba3a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9076 2025.03.12 22:42:48.028960 [ 276 ] {5c1dd0a7-5730-4135-bd56-ebcdb97ba3a3} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9077 2025.03.12 22:42:48.029000 [ 276 ] {5c1dd0a7-5730-4135-bd56-ebcdb97ba3a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9078 2025.03.12 22:42:48.029343 [ 276 ] {5c1dd0a7-5730-4135-bd56-ebcdb97ba3a3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
9079 2025.03.12 22:42:48.029578 [ 276 ] {5c1dd0a7-5730-4135-bd56-ebcdb97ba3a3} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9080 2025.03.12 22:42:48.029944 [ 276 ] {5c1dd0a7-5730-4135-bd56-ebcdb97ba3a3} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001565 sec., 7667.731629392972 rows/sec., 599.04 KiB/sec.
9081 2025.03.12 22:42:48.030282 [ 276 ] {5c1dd0a7-5730-4135-bd56-ebcdb97ba3a3} <Debug> TCPHandler: Processed in 0.002075574 sec.
9082 2025.03.12 22:42:48.030441 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9083 2025.03.12 22:42:48.030548 [ 276 ] {3dfa126c-7ec9-4bef-9182-f41bb83140ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9084 2025.03.12 22:42:48.030593 [ 276 ] {3dfa126c-7ec9-4bef-9182-f41bb83140ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9085 2025.03.12 22:42:48.031393 [ 276 ] {3dfa126c-7ec9-4bef-9182-f41bb83140ca} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9086 2025.03.12 22:42:48.031433 [ 276 ] {3dfa126c-7ec9-4bef-9182-f41bb83140ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9087 2025.03.12 22:42:48.031817 [ 276 ] {3dfa126c-7ec9-4bef-9182-f41bb83140ca} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
9088 2025.03.12 22:42:48.032063 [ 276 ] {3dfa126c-7ec9-4bef-9182-f41bb83140ca} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9089 2025.03.12 22:42:48.032291 [ 276 ] {3dfa126c-7ec9-4bef-9182-f41bb83140ca} <Debug> executeQuery: Read 612 rows, 47.17 KiB in 0.001766 sec., 346545.8663646659 rows/sec., 26.08 MiB/sec.
9090 2025.03.12 22:42:48.032347 [ 276 ] {3dfa126c-7ec9-4bef-9182-f41bb83140ca} <Debug> TCPHandler: Processed in 0.001957181 sec.
9091 2025.03.12 22:42:48.032470 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9092 2025.03.12 22:42:48.032585 [ 276 ] {49a5318f-68cc-4338-b711-3bb700dee607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9093 2025.03.12 22:42:48.032635 [ 276 ] {49a5318f-68cc-4338-b711-3bb700dee607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9094 2025.03.12 22:42:48.033327 [ 276 ] {49a5318f-68cc-4338-b711-3bb700dee607} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9095 2025.03.12 22:42:48.033368 [ 276 ] {49a5318f-68cc-4338-b711-3bb700dee607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9096 2025.03.12 22:42:48.033808 [ 276 ] {49a5318f-68cc-4338-b711-3bb700dee607} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
9097 2025.03.12 22:42:48.034053 [ 276 ] {49a5318f-68cc-4338-b711-3bb700dee607} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9098 2025.03.12 22:42:48.034274 [ 276 ] {49a5318f-68cc-4338-b711-3bb700dee607} <Debug> executeQuery: Read 942 rows, 65.08 KiB in 0.001711 sec., 550555.2308591467 rows/sec., 37.15 MiB/sec.
9099 2025.03.12 22:42:48.034326 [ 276 ] {49a5318f-68cc-4338-b711-3bb700dee607} <Debug> TCPHandler: Processed in 0.001910619 sec.
9100 2025.03.12 22:42:48.034443 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9101 2025.03.12 22:42:48.034549 [ 276 ] {5e5fe4da-daa9-42d5-b0c2-1586159db1c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9102 2025.03.12 22:42:48.034616 [ 276 ] {5e5fe4da-daa9-42d5-b0c2-1586159db1c7} <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
9103 2025.03.12 22:42:48.035710 [ 276 ] {5e5fe4da-daa9-42d5-b0c2-1586159db1c7} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9104 2025.03.12 22:42:48.035749 [ 276 ] {5e5fe4da-daa9-42d5-b0c2-1586159db1c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9105 2025.03.12 22:42:48.036382 [ 276 ] {5e5fe4da-daa9-42d5-b0c2-1586159db1c7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9106 2025.03.12 22:42:48.036636 [ 276 ] {5e5fe4da-daa9-42d5-b0c2-1586159db1c7} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9107 2025.03.12 22:42:48.036866 [ 276 ] {5e5fe4da-daa9-42d5-b0c2-1586159db1c7} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002339 sec., 17101.325352714837 rows/sec., 30.64 MiB/sec.
9108 2025.03.12 22:42:48.036959 [ 276 ] {5e5fe4da-daa9-42d5-b0c2-1586159db1c7} <Debug> TCPHandler: Processed in 0.002567366 sec.
9109 2025.03.12 22:42:48.037073 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9110 2025.03.12 22:42:48.037175 [ 276 ] {7b25653c-93fb-4227-9b76-c5d0d32c7e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9111 2025.03.12 22:42:48.037221 [ 276 ] {7b25653c-93fb-4227-9b76-c5d0d32c7e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9112 2025.03.12 22:42:48.037641 [ 276 ] {7b25653c-93fb-4227-9b76-c5d0d32c7e09} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9113 2025.03.12 22:42:48.037680 [ 276 ] {7b25653c-93fb-4227-9b76-c5d0d32c7e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9114 2025.03.12 22:42:48.038027 [ 276 ] {7b25653c-93fb-4227-9b76-c5d0d32c7e09} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
9115 2025.03.12 22:42:48.038256 [ 276 ] {7b25653c-93fb-4227-9b76-c5d0d32c7e09} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9116 2025.03.12 22:42:48.038486 [ 276 ] {7b25653c-93fb-4227-9b76-c5d0d32c7e09} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001326 sec., 13574.660633484164 rows/sec., 941.95 KiB/sec.
9117 2025.03.12 22:42:48.038570 [ 276 ] {7b25653c-93fb-4227-9b76-c5d0d32c7e09} <Debug> TCPHandler: Processed in 0.00154602 sec.
9118 2025.03.12 22:42:49.723304 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1240
9119 2025.03.12 22:42:49.726459 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9120 2025.03.12 22:42:49.726499 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9121 2025.03.12 22:42:49.727961 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9122 2025.03.12 22:42:49.728257 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9123 2025.03.12 22:42:49.728726 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1240
9124 2025.03.12 22:42:51.656276 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9125 2025.03.12 22:42:51.656588 [ 276 ] {b4e8cc14-852d-4c77-8396-f1019a2467b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9126 2025.03.12 22:42:51.656705 [ 276 ] {b4e8cc14-852d-4c77-8396-f1019a2467b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9127 2025.03.12 22:42:51.657631 [ 276 ] {b4e8cc14-852d-4c77-8396-f1019a2467b5} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9128 2025.03.12 22:42:51.657686 [ 276 ] {b4e8cc14-852d-4c77-8396-f1019a2467b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9129 2025.03.12 22:42:51.658138 [ 276 ] {b4e8cc14-852d-4c77-8396-f1019a2467b5} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
9130 2025.03.12 22:42:51.658396 [ 276 ] {b4e8cc14-852d-4c77-8396-f1019a2467b5} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9131 2025.03.12 22:42:51.658658 [ 276 ] {b4e8cc14-852d-4c77-8396-f1019a2467b5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002155 sec., 25986.07888631091 rows/sec., 2.00 MiB/sec.
9132 2025.03.12 22:42:51.658726 [ 276 ] {b4e8cc14-852d-4c77-8396-f1019a2467b5} <Debug> TCPHandler: Processed in 0.002642369 sec.
9133 2025.03.12 22:42:51.658845 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9134 2025.03.12 22:42:51.658955 [ 276 ] {ba8ee4f5-bec5-4819-902f-081523a71cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9135 2025.03.12 22:42:51.659003 [ 276 ] {ba8ee4f5-bec5-4819-902f-081523a71cc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9136 2025.03.12 22:42:51.659561 [ 276 ] {ba8ee4f5-bec5-4819-902f-081523a71cc3} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9137 2025.03.12 22:42:51.659604 [ 276 ] {ba8ee4f5-bec5-4819-902f-081523a71cc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9138 2025.03.12 22:42:51.659978 [ 276 ] {ba8ee4f5-bec5-4819-902f-081523a71cc3} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
9139 2025.03.12 22:42:51.660221 [ 276 ] {ba8ee4f5-bec5-4819-902f-081523a71cc3} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9140 2025.03.12 22:42:51.660462 [ 276 ] {ba8ee4f5-bec5-4819-902f-081523a71cc3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001529 sec., 41857.42315238718 rows/sec., 3.27 MiB/sec.
9141 2025.03.12 22:42:51.660570 [ 276 ] {ba8ee4f5-bec5-4819-902f-081523a71cc3} <Debug> TCPHandler: Processed in 0.001776657 sec.
9142 2025.03.12 22:42:51.660763 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9143 2025.03.12 22:42:51.661012 [ 276 ] {0234f791-7100-4339-9be8-6acb5f271db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9144 2025.03.12 22:42:51.661068 [ 276 ] {0234f791-7100-4339-9be8-6acb5f271db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9145 2025.03.12 22:42:51.661611 [ 276 ] {0234f791-7100-4339-9be8-6acb5f271db9} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9146 2025.03.12 22:42:51.661651 [ 276 ] {0234f791-7100-4339-9be8-6acb5f271db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9147 2025.03.12 22:42:51.662057 [ 276 ] {0234f791-7100-4339-9be8-6acb5f271db9} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
9148 2025.03.12 22:42:51.662308 [ 276 ] {0234f791-7100-4339-9be8-6acb5f271db9} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9149 2025.03.12 22:42:51.662528 [ 276 ] {0234f791-7100-4339-9be8-6acb5f271db9} <Debug> executeQuery: Read 108 rows, 7.71 KiB in 0.001584 sec., 68181.81818181819 rows/sec., 4.75 MiB/sec.
9150 2025.03.12 22:42:51.662583 [ 276 ] {0234f791-7100-4339-9be8-6acb5f271db9} <Debug> TCPHandler: Processed in 0.00194012 sec.
9151 2025.03.12 22:42:51.662700 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9152 2025.03.12 22:42:51.662807 [ 276 ] {9febee00-52c6-4169-be8c-736df1b4e5cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9153 2025.03.12 22:42:51.662854 [ 276 ] {9febee00-52c6-4169-be8c-736df1b4e5cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9154 2025.03.12 22:42:51.663293 [ 276 ] {9febee00-52c6-4169-be8c-736df1b4e5cf} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9155 2025.03.12 22:42:51.663333 [ 276 ] {9febee00-52c6-4169-be8c-736df1b4e5cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9156 2025.03.12 22:42:51.663693 [ 276 ] {9febee00-52c6-4169-be8c-736df1b4e5cf} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
9157 2025.03.12 22:42:51.663940 [ 276 ] {9febee00-52c6-4169-be8c-736df1b4e5cf} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9158 2025.03.12 22:42:51.664164 [ 276 ] {9febee00-52c6-4169-be8c-736df1b4e5cf} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001379 sec., 30456.852791878173 rows/sec., 2.05 MiB/sec.
9159 2025.03.12 22:42:51.664221 [ 276 ] {9febee00-52c6-4169-be8c-736df1b4e5cf} <Debug> TCPHandler: Processed in 0.00157146 sec.
9160 2025.03.12 22:42:52.078043 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084
9161 2025.03.12 22:42:52.078708 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9162 2025.03.12 22:42:52.078744 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9163 2025.03.12 22:42:52.079260 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9164 2025.03.12 22:42:52.079503 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9165 2025.03.12 22:42:52.079720 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084
9166 2025.03.12 22:42:53.949194 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445
9167 2025.03.12 22:42:53.969841 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9168 2025.03.12 22:42:53.969895 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9169 2025.03.12 22:42:53.977309 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9170 2025.03.12 22:42:53.978060 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9171 2025.03.12 22:42:53.980722 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
9172 2025.03.12 22:42:56.658749 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9173 2025.03.12 22:42:56.658937 [ 276 ] {9a8adf5d-09af-48ad-a063-5bb4f5b4dfc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9174 2025.03.12 22:42:56.659009 [ 276 ] {9a8adf5d-09af-48ad-a063-5bb4f5b4dfc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9175 2025.03.12 22:42:56.659787 [ 276 ] {9a8adf5d-09af-48ad-a063-5bb4f5b4dfc8} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9176 2025.03.12 22:42:56.659835 [ 276 ] {9a8adf5d-09af-48ad-a063-5bb4f5b4dfc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9177 2025.03.12 22:42:56.660267 [ 276 ] {9a8adf5d-09af-48ad-a063-5bb4f5b4dfc8} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
9178 2025.03.12 22:42:56.660521 [ 276 ] {9a8adf5d-09af-48ad-a063-5bb4f5b4dfc8} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9179 2025.03.12 22:42:56.660766 [ 276 ] {9a8adf5d-09af-48ad-a063-5bb4f5b4dfc8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.29 MiB/sec.
9180 2025.03.12 22:42:56.660823 [ 276 ] {9a8adf5d-09af-48ad-a063-5bb4f5b4dfc8} <Debug> TCPHandler: Processed in 0.002204727 sec.
9181 2025.03.12 22:42:56.660975 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9182 2025.03.12 22:42:56.661082 [ 276 ] {b58ff244-650d-46cf-bb8c-30513032a2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9183 2025.03.12 22:42:56.661129 [ 276 ] {b58ff244-650d-46cf-bb8c-30513032a2d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9184 2025.03.12 22:42:56.661687 [ 276 ] {b58ff244-650d-46cf-bb8c-30513032a2d9} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9185 2025.03.12 22:42:56.661727 [ 276 ] {b58ff244-650d-46cf-bb8c-30513032a2d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9186 2025.03.12 22:42:56.662092 [ 276 ] {b58ff244-650d-46cf-bb8c-30513032a2d9} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
9187 2025.03.12 22:42:56.662331 [ 276 ] {b58ff244-650d-46cf-bb8c-30513032a2d9} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9188 2025.03.12 22:42:56.662557 [ 276 ] {b58ff244-650d-46cf-bb8c-30513032a2d9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001498 sec., 42723.63150867824 rows/sec., 3.33 MiB/sec.
9189 2025.03.12 22:42:56.662611 [ 276 ] {b58ff244-650d-46cf-bb8c-30513032a2d9} <Debug> TCPHandler: Processed in 0.001687333 sec.
9190 2025.03.12 22:42:56.662729 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9191 2025.03.12 22:42:56.662846 [ 276 ] {d55ec158-883d-4d8b-9c58-168812fd8a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9192 2025.03.12 22:42:56.662896 [ 276 ] {d55ec158-883d-4d8b-9c58-168812fd8a0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9193 2025.03.12 22:42:56.663426 [ 276 ] {d55ec158-883d-4d8b-9c58-168812fd8a0c} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9194 2025.03.12 22:42:56.663466 [ 276 ] {d55ec158-883d-4d8b-9c58-168812fd8a0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9195 2025.03.12 22:42:56.663865 [ 276 ] {d55ec158-883d-4d8b-9c58-168812fd8a0c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
9196 2025.03.12 22:42:56.664105 [ 276 ] {d55ec158-883d-4d8b-9c58-168812fd8a0c} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9197 2025.03.12 22:42:56.664338 [ 276 ] {d55ec158-883d-4d8b-9c58-168812fd8a0c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001515 sec., 105610.56105610561 rows/sec., 7.36 MiB/sec.
9198 2025.03.12 22:42:56.664391 [ 276 ] {d55ec158-883d-4d8b-9c58-168812fd8a0c} <Debug> TCPHandler: Processed in 0.001717285 sec.
9199 2025.03.12 22:42:56.664497 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9200 2025.03.12 22:42:56.664602 [ 276 ] {39316f9a-bb74-49e7-97aa-0470c95fc05a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9201 2025.03.12 22:42:56.664649 [ 276 ] {39316f9a-bb74-49e7-97aa-0470c95fc05a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9202 2025.03.12 22:42:56.665076 [ 276 ] {39316f9a-bb74-49e7-97aa-0470c95fc05a} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9203 2025.03.12 22:42:56.665115 [ 276 ] {39316f9a-bb74-49e7-97aa-0470c95fc05a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9204 2025.03.12 22:42:56.665476 [ 276 ] {39316f9a-bb74-49e7-97aa-0470c95fc05a} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
9205 2025.03.12 22:42:56.665717 [ 276 ] {39316f9a-bb74-49e7-97aa-0470c95fc05a} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9206 2025.03.12 22:42:56.665955 [ 276 ] {39316f9a-bb74-49e7-97aa-0470c95fc05a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec.
9207 2025.03.12 22:42:56.666039 [ 276 ] {39316f9a-bb74-49e7-97aa-0470c95fc05a} <Debug> TCPHandler: Processed in 0.001591651 sec.
9208 2025.03.12 22:42:59.345140 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache
9209 2025.03.12 22:42:59.345231 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache
9210 2025.03.12 22:42:59.579836 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511
9211 2025.03.12 22:42:59.580565 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9212 2025.03.12 22:42:59.580611 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9213 2025.03.12 22:42:59.581143 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9214 2025.03.12 22:42:59.581399 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9215 2025.03.12 22:42:59.581662 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511
9216 2025.03.12 22:42:59.729909 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1256
9217 2025.03.12 22:42:59.732597 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9218 2025.03.12 22:42:59.732638 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9219 2025.03.12 22:42:59.734106 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9220 2025.03.12 22:42:59.734414 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9221 2025.03.12 22:42:59.734894 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1256
9222 2025.03.12 22:43:00.675273 [ 49 ] {} <Debug> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0
9223 2025.03.12 22:43:00.675346 [ 49 ] {} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9224 2025.03.12 22:43:00.675375 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9225 2025.03.12 22:43:00.675563 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full
9226 2025.03.12 22:43:00.676022 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9227 2025.03.12 22:43:00.676144 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 70 rows starting from the beginning of the part
9228 2025.03.12 22:43:00.676402 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 54 rows starting from the beginning of the part
9229 2025.03.12 22:43:00.676639 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part
9230 2025.03.12 22:43:00.676787 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part
9231 2025.03.12 22:43:00.676923 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 68 rows starting from the beginning of the part
9232 2025.03.12 22:43:00.677873 [ 187 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.002423733 sec., 112223.58238304302 rows/sec., 8.66 MiB/sec.
9233 2025.03.12 22:43:00.678089 [ 187 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary)
9234 2025.03.12 22:43:00.678434 [ 187 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_42_9} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9235 2025.03.12 22:43:00.678523 [ 187 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_42_9} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9
9236 2025.03.12 22:43:00.678620 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9237 2025.03.12 22:43:00.735532 [ 49 ] {} <Debug> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
9238 2025.03.12 22:43:00.735604 [ 49 ] {} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9239 2025.03.12 22:43:00.735645 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9240 2025.03.12 22:43:00.735887 [ 187 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::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
9241 2025.03.12 22:43:00.736233 [ 187 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9242 2025.03.12 22:43:00.736299 [ 187 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part
9243 2025.03.12 22:43:00.736529 [ 187 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part
9244 2025.03.12 22:43:00.736806 [ 187 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part
9245 2025.03.12 22:43:00.736981 [ 187 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part
9246 2025.03.12 22:43:00.737093 [ 187 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part
9247 2025.03.12 22:43:00.738236 [ 189 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002497065 sec., 21625.388205753552 rows/sec., 1.80 MiB/sec.
9248 2025.03.12 22:43:00.738431 [ 198 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
9249 2025.03.12 22:43:00.738787 [ 198 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_13_3} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9250 2025.03.12 22:43:00.738887 [ 198 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_13_3} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
9251 2025.03.12 22:43:00.738992 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9252 2025.03.12 22:43:01.480785 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
9253 2025.03.12 22:43:01.502887 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9254 2025.03.12 22:43:01.502941 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9255 2025.03.12 22:43:01.510309 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9256 2025.03.12 22:43:01.511088 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9257 2025.03.12 22:43:01.514967 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
9258 2025.03.12 22:43:01.661310 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9259 2025.03.12 22:43:01.661521 [ 276 ] {936c3507-2f0a-4c22-8e0c-cec364d089d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9260 2025.03.12 22:43:01.661602 [ 276 ] {936c3507-2f0a-4c22-8e0c-cec364d089d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9261 2025.03.12 22:43:01.662563 [ 276 ] {936c3507-2f0a-4c22-8e0c-cec364d089d8} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9262 2025.03.12 22:43:01.662609 [ 276 ] {936c3507-2f0a-4c22-8e0c-cec364d089d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9263 2025.03.12 22:43:01.663072 [ 276 ] {936c3507-2f0a-4c22-8e0c-cec364d089d8} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
9264 2025.03.12 22:43:01.663331 [ 276 ] {936c3507-2f0a-4c22-8e0c-cec364d089d8} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9265 2025.03.12 22:43:01.663565 [ 49 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
9266 2025.03.12 22:43:01.663602 [ 276 ] {936c3507-2f0a-4c22-8e0c-cec364d089d8} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.00214 sec., 63551.40186915888 rows/sec., 5.49 MiB/sec.
9267 2025.03.12 22:43:01.663661 [ 49 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9268 2025.03.12 22:43:01.663720 [ 276 ] {936c3507-2f0a-4c22-8e0c-cec364d089d8} <Debug> TCPHandler: Processed in 0.002546526 sec.
9269 2025.03.12 22:43:01.663740 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9270 2025.03.12 22:43:01.663945 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9271 2025.03.12 22:43:01.664183 [ 190 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
9272 2025.03.12 22:43:01.664197 [ 276 ] {0de92a86-cbcc-4d20-b146-ae55df99acc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9273 2025.03.12 22:43:01.664424 [ 276 ] {0de92a86-cbcc-4d20-b146-ae55df99acc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9274 2025.03.12 22:43:01.664825 [ 190 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9275 2025.03.12 22:43:01.664946 [ 190 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1407 rows starting from the beginning of the part
9276 2025.03.12 22:43:01.665395 [ 190 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 56 rows starting from the beginning of the part
9277 2025.03.12 22:43:01.665889 [ 190 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1404 rows starting from the beginning of the part
9278 2025.03.12 22:43:01.666326 [ 190 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part
9279 2025.03.12 22:43:01.666765 [ 190 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 56 rows starting from the beginning of the part
9280 2025.03.12 22:43:01.667166 [ 190 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 136 rows starting from the beginning of the part
9281 2025.03.12 22:43:01.668839 [ 276 ] {0de92a86-cbcc-4d20-b146-ae55df99acc2} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9282 2025.03.12 22:43:01.668907 [ 276 ] {0de92a86-cbcc-4d20-b146-ae55df99acc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9283 2025.03.12 22:43:01.669853 [ 276 ] {0de92a86-cbcc-4d20-b146-ae55df99acc2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9284 2025.03.12 22:43:01.670277 [ 276 ] {0de92a86-cbcc-4d20-b146-ae55df99acc2} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9285 2025.03.12 22:43:01.670562 [ 276 ] {0de92a86-cbcc-4d20-b146-ae55df99acc2} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.006386 sec., 6263.701847792045 rows/sec., 471.00 KiB/sec.
9286 2025.03.12 22:43:01.670815 [ 276 ] {0de92a86-cbcc-4d20-b146-ae55df99acc2} <Debug> TCPHandler: Processed in 0.006982181 sec.
9287 2025.03.12 22:43:01.671118 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3115 rows, containing 5 columns (5 merged, 0 gathered) in 0.007241108 sec., 430182.78418164735 rows/sec., 37.62 MiB/sec.
9288 2025.03.12 22:43:01.671136 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9289 2025.03.12 22:43:01.671280 [ 276 ] {6b4a030e-20bd-4109-ae22-263c76a89277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9290 2025.03.12 22:43:01.671363 [ 276 ] {6b4a030e-20bd-4109-ae22-263c76a89277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9291 2025.03.12 22:43:01.671385 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
9292 2025.03.12 22:43:01.672060 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_101_20} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9293 2025.03.12 22:43:01.672177 [ 194 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_101_20} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
9294 2025.03.12 22:43:01.672321 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
9295 2025.03.12 22:43:01.672560 [ 276 ] {6b4a030e-20bd-4109-ae22-263c76a89277} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9296 2025.03.12 22:43:01.672606 [ 276 ] {6b4a030e-20bd-4109-ae22-263c76a89277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9297 2025.03.12 22:43:01.672983 [ 276 ] {6b4a030e-20bd-4109-ae22-263c76a89277} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
9298 2025.03.12 22:43:01.673226 [ 276 ] {6b4a030e-20bd-4109-ae22-263c76a89277} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9299 2025.03.12 22:43:01.673430 [ 45 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
9300 2025.03.12 22:43:01.673489 [ 45 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9301 2025.03.12 22:43:01.673506 [ 276 ] {6b4a030e-20bd-4109-ae22-263c76a89277} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.00225 sec., 46222.222222222226 rows/sec., 3.61 MiB/sec.
9302 2025.03.12 22:43:01.673525 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9303 2025.03.12 22:43:01.673673 [ 276 ] {6b4a030e-20bd-4109-ae22-263c76a89277} <Debug> TCPHandler: Processed in 0.002606677 sec.
9304 2025.03.12 22:43:01.673723 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
9305 2025.03.12 22:43:01.673816 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9306 2025.03.12 22:43:01.673840 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9307 2025.03.12 22:43:01.673873 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 632 rows starting from the beginning of the part
9308 2025.03.12 22:43:01.673983 [ 276 ] {c289ae5d-de6e-4518-8829-36253796faad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9309 2025.03.12 22:43:01.674013 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 64 rows starting from the beginning of the part
9310 2025.03.12 22:43:01.674091 [ 276 ] {c289ae5d-de6e-4518-8829-36253796faad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9311 2025.03.12 22:43:01.674207 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 612 rows starting from the beginning of the part
9312 2025.03.12 22:43:01.674411 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part
9313 2025.03.12 22:43:01.674627 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 64 rows starting from the beginning of the part
9314 2025.03.12 22:43:01.674852 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 104 rows starting from the beginning of the part
9315 2025.03.12 22:43:01.675609 [ 276 ] {c289ae5d-de6e-4518-8829-36253796faad} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9316 2025.03.12 22:43:01.675655 [ 276 ] {c289ae5d-de6e-4518-8829-36253796faad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9317 2025.03.12 22:43:01.676265 [ 276 ] {c289ae5d-de6e-4518-8829-36253796faad} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
9318 2025.03.12 22:43:01.676587 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1540 rows, containing 5 columns (5 merged, 0 gathered) in 0.002948137 sec., 522363.7843153151 rows/sec., 41.61 MiB/sec.
9319 2025.03.12 22:43:01.676598 [ 276 ] {c289ae5d-de6e-4518-8829-36253796faad} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9320 2025.03.12 22:43:01.676848 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
9321 2025.03.12 22:43:01.676851 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
9322 2025.03.12 22:43:01.676932 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9323 2025.03.12 22:43:01.676999 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9324 2025.03.12 22:43:01.677103 [ 276 ] {c289ae5d-de6e-4518-8829-36253796faad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003142 sec., 50922.978994271165 rows/sec., 3.55 MiB/sec.
9325 2025.03.12 22:43:01.677293 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
9326 2025.03.12 22:43:01.677376 [ 276 ] {c289ae5d-de6e-4518-8829-36253796faad} <Debug> TCPHandler: Processed in 0.003611984 sec.
9327 2025.03.12 22:43:01.677661 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9328 2025.03.12 22:43:01.677685 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_101_20} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9329 2025.03.12 22:43:01.677685 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9330 2025.03.12 22:43:01.677726 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 26416 rows starting from the beginning of the part
9331 2025.03.12 22:43:01.677991 [ 194 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_101_20} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
9332 2025.03.12 22:43:01.678158 [ 276 ] {ce9e2904-5bf7-4669-9796-03312f232cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9333 2025.03.12 22:43:01.678181 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part
9334 2025.03.12 22:43:01.678283 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
9335 2025.03.12 22:43:01.678606 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 942 rows starting from the beginning of the part
9336 2025.03.12 22:43:01.678624 [ 276 ] {ce9e2904-5bf7-4669-9796-03312f232cc5} <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
9337 2025.03.12 22:43:01.678969 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 108 rows starting from the beginning of the part
9338 2025.03.12 22:43:01.679387 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part
9339 2025.03.12 22:43:01.679735 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part
9340 2025.03.12 22:43:01.682742 [ 276 ] {ce9e2904-5bf7-4669-9796-03312f232cc5} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9341 2025.03.12 22:43:01.682810 [ 276 ] {ce9e2904-5bf7-4669-9796-03312f232cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9342 2025.03.12 22:43:01.684225 [ 276 ] {ce9e2904-5bf7-4669-9796-03312f232cc5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9343 2025.03.12 22:43:01.684870 [ 276 ] {ce9e2904-5bf7-4669-9796-03312f232cc5} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9344 2025.03.12 22:43:01.685173 [ 276 ] {ce9e2904-5bf7-4669-9796-03312f232cc5} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007175 sec., 5574.912891986063 rows/sec., 9.99 MiB/sec.
9345 2025.03.12 22:43:01.685916 [ 276 ] {ce9e2904-5bf7-4669-9796-03312f232cc5} <Debug> TCPHandler: Processed in 0.008350956 sec.
9346 2025.03.12 22:43:01.686087 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9347 2025.03.12 22:43:01.686196 [ 276 ] {b538340d-0dcd-445c-8663-82dd29c5872d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9348 2025.03.12 22:43:01.686243 [ 276 ] {b538340d-0dcd-445c-8663-82dd29c5872d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9349 2025.03.12 22:43:01.686912 [ 276 ] {b538340d-0dcd-445c-8663-82dd29c5872d} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9350 2025.03.12 22:43:01.686953 [ 276 ] {b538340d-0dcd-445c-8663-82dd29c5872d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9351 2025.03.12 22:43:01.687588 [ 276 ] {b538340d-0dcd-445c-8663-82dd29c5872d} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
9352 2025.03.12 22:43:01.687856 [ 276 ] {b538340d-0dcd-445c-8663-82dd29c5872d} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9353 2025.03.12 22:43:01.688112 [ 43 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
9354 2025.03.12 22:43:01.688201 [ 276 ] {b538340d-0dcd-445c-8663-82dd29c5872d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002026 sec., 29615.004935834157 rows/sec., 2.00 MiB/sec.
9355 2025.03.12 22:43:01.688244 [ 43 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9356 2025.03.12 22:43:01.688317 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9357 2025.03.12 22:43:01.688369 [ 276 ] {b538340d-0dcd-445c-8663-82dd29c5872d} <Debug> TCPHandler: Processed in 0.002332241 sec.
9358 2025.03.12 22:43:01.688695 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
9359 2025.03.12 22:43:01.688822 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9360 2025.03.12 22:43:01.688856 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 4968 rows starting from the beginning of the part
9361 2025.03.12 22:43:01.688952 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part
9362 2025.03.12 22:43:01.689226 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 18 rows starting from the beginning of the part
9363 2025.03.12 22:43:01.689408 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 42 rows starting from the beginning of the part
9364 2025.03.12 22:43:01.689586 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part
9365 2025.03.12 22:43:01.689695 [ 194 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part
9366 2025.03.12 22:43:01.690748 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27946 rows, containing 5 columns (5 merged, 0 gathered) in 0.013628314 sec., 2050583.8066249427 rows/sec., 140.53 MiB/sec.
9367 2025.03.12 22:43:01.691147 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
9368 2025.03.12 22:43:01.691632 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9369 2025.03.12 22:43:01.691732 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
9370 2025.03.12 22:43:01.691868 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB.
9371 2025.03.12 22:43:01.692236 [ 191 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5208 rows, containing 4 columns (4 merged, 0 gathered) in 0.003807709 sec., 1367751.579755701 rows/sec., 92.18 MiB/sec.
9372 2025.03.12 22:43:01.692756 [ 193 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
9373 2025.03.12 22:43:01.693075 [ 193 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_101_20} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9374 2025.03.12 22:43:01.693171 [ 193 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_101_20} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
9375 2025.03.12 22:43:01.693255 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB.
9376 2025.03.12 22:43:06.658672 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9377 2025.03.12 22:43:06.658899 [ 276 ] {ec1ed502-92e9-41ff-b254-f19202748846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9378 2025.03.12 22:43:06.658980 [ 276 ] {ec1ed502-92e9-41ff-b254-f19202748846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9379 2025.03.12 22:43:06.659819 [ 276 ] {ec1ed502-92e9-41ff-b254-f19202748846} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9380 2025.03.12 22:43:06.659858 [ 276 ] {ec1ed502-92e9-41ff-b254-f19202748846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9381 2025.03.12 22:43:06.660288 [ 276 ] {ec1ed502-92e9-41ff-b254-f19202748846} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
9382 2025.03.12 22:43:06.660546 [ 276 ] {ec1ed502-92e9-41ff-b254-f19202748846} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9383 2025.03.12 22:43:06.660733 [ 276 ] {ec1ed502-92e9-41ff-b254-f19202748846} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001893 sec., 29582.673005810884 rows/sec., 2.27 MiB/sec.
9384 2025.03.12 22:43:06.660788 [ 276 ] {ec1ed502-92e9-41ff-b254-f19202748846} <Debug> TCPHandler: Processed in 0.002259258 sec.
9385 2025.03.12 22:43:06.660912 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9386 2025.03.12 22:43:06.661019 [ 276 ] {eea31c07-7c9d-4a69-b4f6-d6920c4364cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9387 2025.03.12 22:43:06.661064 [ 276 ] {eea31c07-7c9d-4a69-b4f6-d6920c4364cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9388 2025.03.12 22:43:06.661603 [ 276 ] {eea31c07-7c9d-4a69-b4f6-d6920c4364cd} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9389 2025.03.12 22:43:06.661640 [ 276 ] {eea31c07-7c9d-4a69-b4f6-d6920c4364cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9390 2025.03.12 22:43:06.661989 [ 276 ] {eea31c07-7c9d-4a69-b4f6-d6920c4364cd} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
9391 2025.03.12 22:43:06.662222 [ 276 ] {eea31c07-7c9d-4a69-b4f6-d6920c4364cd} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9392 2025.03.12 22:43:06.662394 [ 276 ] {eea31c07-7c9d-4a69-b4f6-d6920c4364cd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001397 sec., 45812.45526127416 rows/sec., 3.58 MiB/sec.
9393 2025.03.12 22:43:06.662446 [ 276 ] {eea31c07-7c9d-4a69-b4f6-d6920c4364cd} <Debug> TCPHandler: Processed in 0.001586041 sec.
9394 2025.03.12 22:43:06.662559 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9395 2025.03.12 22:43:06.662667 [ 276 ] {1a31d203-ed43-4613-8b3d-276ded3c7d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9396 2025.03.12 22:43:06.662716 [ 276 ] {1a31d203-ed43-4613-8b3d-276ded3c7d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9397 2025.03.12 22:43:06.663228 [ 276 ] {1a31d203-ed43-4613-8b3d-276ded3c7d65} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9398 2025.03.12 22:43:06.663265 [ 276 ] {1a31d203-ed43-4613-8b3d-276ded3c7d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9399 2025.03.12 22:43:06.663645 [ 276 ] {1a31d203-ed43-4613-8b3d-276ded3c7d65} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
9400 2025.03.12 22:43:06.663877 [ 276 ] {1a31d203-ed43-4613-8b3d-276ded3c7d65} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9401 2025.03.12 22:43:06.664049 [ 276 ] {1a31d203-ed43-4613-8b3d-276ded3c7d65} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001404 sec., 113960.11396011396 rows/sec., 7.94 MiB/sec.
9402 2025.03.12 22:43:06.664099 [ 276 ] {1a31d203-ed43-4613-8b3d-276ded3c7d65} <Debug> TCPHandler: Processed in 0.001591611 sec.
9403 2025.03.12 22:43:06.664203 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9404 2025.03.12 22:43:06.664306 [ 276 ] {04029c09-df33-4d45-8c16-1e0ac9575bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9405 2025.03.12 22:43:06.664351 [ 276 ] {04029c09-df33-4d45-8c16-1e0ac9575bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9406 2025.03.12 22:43:06.664774 [ 276 ] {04029c09-df33-4d45-8c16-1e0ac9575bf3} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9407 2025.03.12 22:43:06.664810 [ 276 ] {04029c09-df33-4d45-8c16-1e0ac9575bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9408 2025.03.12 22:43:06.665162 [ 276 ] {04029c09-df33-4d45-8c16-1e0ac9575bf3} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
9409 2025.03.12 22:43:06.665397 [ 276 ] {04029c09-df33-4d45-8c16-1e0ac9575bf3} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9410 2025.03.12 22:43:06.665590 [ 276 ] {04029c09-df33-4d45-8c16-1e0ac9575bf3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001302 sec., 46082.949308755764 rows/sec., 3.11 MiB/sec.
9411 2025.03.12 22:43:06.665669 [ 276 ] {04029c09-df33-4d45-8c16-1e0ac9575bf3} <Debug> TCPHandler: Processed in 0.0015163 sec.
9412 2025.03.12 22:43:07.081773 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999
9413 2025.03.12 22:43:07.082556 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9414 2025.03.12 22:43:07.082602 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9415 2025.03.12 22:43:07.083140 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9416 2025.03.12 22:43:07.083401 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9417 2025.03.12 22:43:07.083629 [ 36 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9418 2025.03.12 22:43:07.083652 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999
9419 2025.03.12 22:43:07.083724 [ 36 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9420 2025.03.12 22:43:07.083752 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9421 2025.03.12 22:43:07.083924 [ 200 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
9422 2025.03.12 22:43:07.084243 [ 200 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9423 2025.03.12 22:43:07.084363 [ 200 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part
9424 2025.03.12 22:43:07.084723 [ 200 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part
9425 2025.03.12 22:43:07.084857 [ 200 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part
9426 2025.03.12 22:43:07.085077 [ 200 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part
9427 2025.03.12 22:43:07.085263 [ 200 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part
9428 2025.03.12 22:43:07.085428 [ 200 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part
9429 2025.03.12 22:43:07.087999 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.004180028 sec., 6698280.489987149 rows/sec., 95.82 MiB/sec.
9430 2025.03.12 22:43:07.088207 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9431 2025.03.12 22:43:07.088479 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_61_12} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9432 2025.03.12 22:43:07.088556 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_61_12} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9433 2025.03.12 22:43:07.088634 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB.
9434 2025.03.12 22:43:09.015024 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
9435 2025.03.12 22:43:09.036756 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9436 2025.03.12 22:43:09.036817 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9437 2025.03.12 22:43:09.044252 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9438 2025.03.12 22:43:09.045031 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9439 2025.03.12 22:43:09.045471 [ 35 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9440 2025.03.12 22:43:09.045610 [ 35 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9441 2025.03.12 22:43:09.045690 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9442 2025.03.12 22:43:09.046106 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
9443 2025.03.12 22:43:09.060580 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
9444 2025.03.12 22:43:09.062065 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9445 2025.03.12 22:43:09.063312 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part
9446 2025.03.12 22:43:09.068474 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part
9447 2025.03.12 22:43:09.073661 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part
9448 2025.03.12 22:43:09.078987 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part
9449 2025.03.12 22:43:09.084497 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part
9450 2025.03.12 22:43:09.089021 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part
9451 2025.03.12 22:43:09.146945 [ 192 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.10109875 sec., 4550.0068002819025 rows/sec., 23.53 MiB/sec.
9452 2025.03.12 22:43:09.149954 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9453 2025.03.12 22:43:09.152774 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_61_12} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9454 2025.03.12 22:43:09.152866 [ 186 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_61_12} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9455 2025.03.12 22:43:09.155040 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
9456 2025.03.12 22:43:09.735016 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1276
9457 2025.03.12 22:43:09.737930 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9458 2025.03.12 22:43:09.737977 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9459 2025.03.12 22:43:09.739434 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9460 2025.03.12 22:43:09.739739 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9461 2025.03.12 22:43:09.741322 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1276
9462 2025.03.12 22:43:11.660225 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9463 2025.03.12 22:43:11.660416 [ 276 ] {56e5c2d0-8051-49e2-a6a5-4ed6588c1fb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9464 2025.03.12 22:43:11.660493 [ 276 ] {56e5c2d0-8051-49e2-a6a5-4ed6588c1fb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9465 2025.03.12 22:43:11.661383 [ 276 ] {56e5c2d0-8051-49e2-a6a5-4ed6588c1fb2} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9466 2025.03.12 22:43:11.661438 [ 276 ] {56e5c2d0-8051-49e2-a6a5-4ed6588c1fb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9467 2025.03.12 22:43:11.661901 [ 276 ] {56e5c2d0-8051-49e2-a6a5-4ed6588c1fb2} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
9468 2025.03.12 22:43:11.662163 [ 276 ] {56e5c2d0-8051-49e2-a6a5-4ed6588c1fb2} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9469 2025.03.12 22:43:11.662413 [ 276 ] {56e5c2d0-8051-49e2-a6a5-4ed6588c1fb2} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002052 sec., 66276.80311890838 rows/sec., 5.72 MiB/sec.
9470 2025.03.12 22:43:11.662483 [ 276 ] {56e5c2d0-8051-49e2-a6a5-4ed6588c1fb2} <Debug> TCPHandler: Processed in 0.002397142 sec.
9471 2025.03.12 22:43:11.662617 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9472 2025.03.12 22:43:11.662733 [ 276 ] {c6ee07e5-bf26-405b-ae4c-706ea89edd62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9473 2025.03.12 22:43:11.662782 [ 276 ] {c6ee07e5-bf26-405b-ae4c-706ea89edd62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9474 2025.03.12 22:43:11.663354 [ 276 ] {c6ee07e5-bf26-405b-ae4c-706ea89edd62} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9475 2025.03.12 22:43:11.663396 [ 276 ] {c6ee07e5-bf26-405b-ae4c-706ea89edd62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9476 2025.03.12 22:43:11.663761 [ 276 ] {c6ee07e5-bf26-405b-ae4c-706ea89edd62} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9477 2025.03.12 22:43:11.664007 [ 276 ] {c6ee07e5-bf26-405b-ae4c-706ea89edd62} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9478 2025.03.12 22:43:11.664239 [ 276 ] {c6ee07e5-bf26-405b-ae4c-706ea89edd62} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001533 sec., 26092.628832354858 rows/sec., 1.92 MiB/sec.
9479 2025.03.12 22:43:11.664295 [ 276 ] {c6ee07e5-bf26-405b-ae4c-706ea89edd62} <Debug> TCPHandler: Processed in 0.001731565 sec.
9480 2025.03.12 22:43:11.664405 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9481 2025.03.12 22:43:11.664510 [ 276 ] {cc9aecbf-080a-4e5f-811a-97127f54b7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9482 2025.03.12 22:43:11.664557 [ 276 ] {cc9aecbf-080a-4e5f-811a-97127f54b7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9483 2025.03.12 22:43:11.665145 [ 276 ] {cc9aecbf-080a-4e5f-811a-97127f54b7ad} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9484 2025.03.12 22:43:11.665186 [ 276 ] {cc9aecbf-080a-4e5f-811a-97127f54b7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9485 2025.03.12 22:43:11.665555 [ 276 ] {cc9aecbf-080a-4e5f-811a-97127f54b7ad} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
9486 2025.03.12 22:43:11.665811 [ 276 ] {cc9aecbf-080a-4e5f-811a-97127f54b7ad} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9487 2025.03.12 22:43:11.666034 [ 276 ] {cc9aecbf-080a-4e5f-811a-97127f54b7ad} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001546 sec., 67270.37516170763 rows/sec., 5.25 MiB/sec.
9488 2025.03.12 22:43:11.666089 [ 276 ] {cc9aecbf-080a-4e5f-811a-97127f54b7ad} <Debug> TCPHandler: Processed in 0.001735965 sec.
9489 2025.03.12 22:43:11.666207 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9490 2025.03.12 22:43:11.666315 [ 276 ] {a4e3ff2b-6916-4d20-bc70-03a9cb613f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9491 2025.03.12 22:43:11.666365 [ 276 ] {a4e3ff2b-6916-4d20-bc70-03a9cb613f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9492 2025.03.12 22:43:11.666906 [ 276 ] {a4e3ff2b-6916-4d20-bc70-03a9cb613f33} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9493 2025.03.12 22:43:11.666956 [ 276 ] {a4e3ff2b-6916-4d20-bc70-03a9cb613f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9494 2025.03.12 22:43:11.667350 [ 276 ] {a4e3ff2b-6916-4d20-bc70-03a9cb613f33} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
9495 2025.03.12 22:43:11.667596 [ 276 ] {a4e3ff2b-6916-4d20-bc70-03a9cb613f33} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9496 2025.03.12 22:43:11.667818 [ 276 ] {a4e3ff2b-6916-4d20-bc70-03a9cb613f33} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00152 sec., 105263.15789473684 rows/sec., 7.33 MiB/sec.
9497 2025.03.12 22:43:11.667874 [ 276 ] {a4e3ff2b-6916-4d20-bc70-03a9cb613f33} <Debug> TCPHandler: Processed in 0.001719855 sec.
9498 2025.03.12 22:43:11.667982 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9499 2025.03.12 22:43:11.668095 [ 276 ] {58049971-9d91-4456-a3d8-49ec3b085f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9500 2025.03.12 22:43:11.668162 [ 276 ] {58049971-9d91-4456-a3d8-49ec3b085f89} <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
9501 2025.03.12 22:43:11.669363 [ 276 ] {58049971-9d91-4456-a3d8-49ec3b085f89} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9502 2025.03.12 22:43:11.669404 [ 276 ] {58049971-9d91-4456-a3d8-49ec3b085f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9503 2025.03.12 22:43:11.670085 [ 276 ] {58049971-9d91-4456-a3d8-49ec3b085f89} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9504 2025.03.12 22:43:11.670355 [ 276 ] {58049971-9d91-4456-a3d8-49ec3b085f89} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9505 2025.03.12 22:43:11.670666 [ 276 ] {58049971-9d91-4456-a3d8-49ec3b085f89} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002585 sec., 15473.887814313346 rows/sec., 27.73 MiB/sec.
9506 2025.03.12 22:43:11.671162 [ 276 ] {58049971-9d91-4456-a3d8-49ec3b085f89} <Debug> TCPHandler: Processed in 0.003224863 sec.
9507 2025.03.12 22:43:11.671376 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9508 2025.03.12 22:43:11.671486 [ 276 ] {2b0b0b10-d0da-4c55-bb00-c2bbe0d04cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9509 2025.03.12 22:43:11.671534 [ 276 ] {2b0b0b10-d0da-4c55-bb00-c2bbe0d04cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9510 2025.03.12 22:43:11.672313 [ 276 ] {2b0b0b10-d0da-4c55-bb00-c2bbe0d04cea} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9511 2025.03.12 22:43:11.672354 [ 276 ] {2b0b0b10-d0da-4c55-bb00-c2bbe0d04cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
9512 2025.03.12 22:43:11.672727 [ 276 ] {2b0b0b10-d0da-4c55-bb00-c2bbe0d04cea} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
9513 2025.03.12 22:43:11.672969 [ 276 ] {2b0b0b10-d0da-4c55-bb00-c2bbe0d04cea} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9514 2025.03.12 22:43:11.673192 [ 276 ] {2b0b0b10-d0da-4c55-bb00-c2bbe0d04cea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001731 sec., 34662.04506065858 rows/sec., 2.34 MiB/sec.
9515 2025.03.12 22:43:11.673244 [ 276 ] {2b0b0b10-d0da-4c55-bb00-c2bbe0d04cea} <Debug> TCPHandler: Processed in 0.001922189 sec.
9516 2025.03.12 22:43:14.345287 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache
9517 2025.03.12 22:43:14.345355 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache
9518 2025.03.12 22:43:14.583856 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426
9519 2025.03.12 22:43:14.584497 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9520 2025.03.12 22:43:14.584537 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9521 2025.03.12 22:43:14.585064 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9522 2025.03.12 22:43:14.585316 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9523 2025.03.12 22:43:14.585493 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426
9524 2025.03.12 22:43:16.560656 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
9525 2025.03.12 22:43:16.580018 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9526 2025.03.12 22:43:16.580074 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9527 2025.03.12 22:43:16.586984 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9528 2025.03.12 22:43:16.587732 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9529 2025.03.12 22:43:16.590292 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
9530 2025.03.12 22:43:16.660483 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9531 2025.03.12 22:43:16.660725 [ 276 ] {f0624aa6-da73-4045-a4bf-68611e270c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9532 2025.03.12 22:43:16.660812 [ 276 ] {f0624aa6-da73-4045-a4bf-68611e270c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9533 2025.03.12 22:43:16.661618 [ 276 ] {f0624aa6-da73-4045-a4bf-68611e270c8a} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9534 2025.03.12 22:43:16.661670 [ 276 ] {f0624aa6-da73-4045-a4bf-68611e270c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9535 2025.03.12 22:43:16.662138 [ 276 ] {f0624aa6-da73-4045-a4bf-68611e270c8a} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
9536 2025.03.12 22:43:16.662410 [ 276 ] {f0624aa6-da73-4045-a4bf-68611e270c8a} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9537 2025.03.12 22:43:16.662635 [ 276 ] {f0624aa6-da73-4045-a4bf-68611e270c8a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001975 sec., 28354.43037974683 rows/sec., 2.18 MiB/sec.
9538 2025.03.12 22:43:16.662702 [ 276 ] {f0624aa6-da73-4045-a4bf-68611e270c8a} <Debug> TCPHandler: Processed in 0.002411723 sec.
9539 2025.03.12 22:43:16.662843 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9540 2025.03.12 22:43:16.663004 [ 276 ] {99ef86b5-2930-497e-8bcb-3ae0bfc68fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9541 2025.03.12 22:43:16.663059 [ 276 ] {99ef86b5-2930-497e-8bcb-3ae0bfc68fd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9542 2025.03.12 22:43:16.663620 [ 276 ] {99ef86b5-2930-497e-8bcb-3ae0bfc68fd3} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9543 2025.03.12 22:43:16.663659 [ 276 ] {99ef86b5-2930-497e-8bcb-3ae0bfc68fd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9544 2025.03.12 22:43:16.664013 [ 276 ] {99ef86b5-2930-497e-8bcb-3ae0bfc68fd3} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
9545 2025.03.12 22:43:16.664264 [ 276 ] {99ef86b5-2930-497e-8bcb-3ae0bfc68fd3} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9546 2025.03.12 22:43:16.664492 [ 276 ] {99ef86b5-2930-497e-8bcb-3ae0bfc68fd3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00153 sec., 41830.06535947713 rows/sec., 3.26 MiB/sec.
9547 2025.03.12 22:43:16.664573 [ 276 ] {99ef86b5-2930-497e-8bcb-3ae0bfc68fd3} <Debug> TCPHandler: Processed in 0.001787716 sec.
9548 2025.03.12 22:43:16.664719 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9549 2025.03.12 22:43:16.664997 [ 276 ] {2eda30a5-0ac3-4bf2-a231-340ea5250e77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9550 2025.03.12 22:43:16.665142 [ 276 ] {2eda30a5-0ac3-4bf2-a231-340ea5250e77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9551 2025.03.12 22:43:16.665784 [ 276 ] {2eda30a5-0ac3-4bf2-a231-340ea5250e77} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9552 2025.03.12 22:43:16.665824 [ 276 ] {2eda30a5-0ac3-4bf2-a231-340ea5250e77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9553 2025.03.12 22:43:16.666222 [ 276 ] {2eda30a5-0ac3-4bf2-a231-340ea5250e77} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
9554 2025.03.12 22:43:16.666463 [ 276 ] {2eda30a5-0ac3-4bf2-a231-340ea5250e77} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9555 2025.03.12 22:43:16.666738 [ 276 ] {2eda30a5-0ac3-4bf2-a231-340ea5250e77} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001843 sec., 86814.97558328812 rows/sec., 6.05 MiB/sec.
9556 2025.03.12 22:43:16.666811 [ 276 ] {2eda30a5-0ac3-4bf2-a231-340ea5250e77} <Debug> TCPHandler: Processed in 0.002167716 sec.
9557 2025.03.12 22:43:16.666993 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9558 2025.03.12 22:43:16.667144 [ 276 ] {7f5965b1-ab83-4d03-9263-554a28a56fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9559 2025.03.12 22:43:16.667191 [ 276 ] {7f5965b1-ab83-4d03-9263-554a28a56fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9560 2025.03.12 22:43:16.667631 [ 276 ] {7f5965b1-ab83-4d03-9263-554a28a56fb0} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9561 2025.03.12 22:43:16.667671 [ 276 ] {7f5965b1-ab83-4d03-9263-554a28a56fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9562 2025.03.12 22:43:16.668037 [ 276 ] {7f5965b1-ab83-4d03-9263-554a28a56fb0} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
9563 2025.03.12 22:43:16.668275 [ 276 ] {7f5965b1-ab83-4d03-9263-554a28a56fb0} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9564 2025.03.12 22:43:16.668480 [ 276 ] {7f5965b1-ab83-4d03-9263-554a28a56fb0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec.
9565 2025.03.12 22:43:16.668531 [ 276 ] {7f5965b1-ab83-4d03-9263-554a28a56fb0} <Debug> TCPHandler: Processed in 0.001615352 sec.
9566 2025.03.12 22:43:18.018953 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9567 2025.03.12 22:43:18.019173 [ 276 ] {5b43d812-6124-4e31-b708-4ee2c8cc8f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9568 2025.03.12 22:43:18.019256 [ 276 ] {5b43d812-6124-4e31-b708-4ee2c8cc8f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9569 2025.03.12 22:43:18.020082 [ 276 ] {5b43d812-6124-4e31-b708-4ee2c8cc8f43} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9570 2025.03.12 22:43:18.020135 [ 276 ] {5b43d812-6124-4e31-b708-4ee2c8cc8f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9571 2025.03.12 22:43:18.020588 [ 276 ] {5b43d812-6124-4e31-b708-4ee2c8cc8f43} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
9572 2025.03.12 22:43:18.020849 [ 276 ] {5b43d812-6124-4e31-b708-4ee2c8cc8f43} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9573 2025.03.12 22:43:18.021126 [ 276 ] {5b43d812-6124-4e31-b708-4ee2c8cc8f43} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002 sec., 12000 rows/sec., 1019.53 KiB/sec.
9574 2025.03.12 22:43:18.021356 [ 276 ] {5b43d812-6124-4e31-b708-4ee2c8cc8f43} <Debug> TCPHandler: Processed in 0.002543316 sec.
9575 2025.03.12 22:43:18.021510 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9576 2025.03.12 22:43:18.021615 [ 276 ] {fea9420e-a0ce-4636-98b3-118b464050b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9577 2025.03.12 22:43:18.021663 [ 276 ] {fea9420e-a0ce-4636-98b3-118b464050b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9578 2025.03.12 22:43:18.022210 [ 276 ] {fea9420e-a0ce-4636-98b3-118b464050b3} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9579 2025.03.12 22:43:18.022250 [ 276 ] {fea9420e-a0ce-4636-98b3-118b464050b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9580 2025.03.12 22:43:18.022595 [ 276 ] {fea9420e-a0ce-4636-98b3-118b464050b3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
9581 2025.03.12 22:43:18.022835 [ 276 ] {fea9420e-a0ce-4636-98b3-118b464050b3} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9582 2025.03.12 22:43:18.023096 [ 276 ] {fea9420e-a0ce-4636-98b3-118b464050b3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001498 sec., 1335.113484646195 rows/sec., 108.87 KiB/sec.
9583 2025.03.12 22:43:18.023282 [ 276 ] {fea9420e-a0ce-4636-98b3-118b464050b3} <Debug> TCPHandler: Processed in 0.001819937 sec.
9584 2025.03.12 22:43:18.023416 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9585 2025.03.12 22:43:18.023521 [ 276 ] {92e30aea-9192-4a38-b30f-c57c5f311bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9586 2025.03.12 22:43:18.023567 [ 276 ] {92e30aea-9192-4a38-b30f-c57c5f311bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9587 2025.03.12 22:43:18.024686 [ 276 ] {92e30aea-9192-4a38-b30f-c57c5f311bdb} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9588 2025.03.12 22:43:18.024726 [ 276 ] {92e30aea-9192-4a38-b30f-c57c5f311bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9589 2025.03.12 22:43:18.025168 [ 276 ] {92e30aea-9192-4a38-b30f-c57c5f311bdb} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
9590 2025.03.12 22:43:18.025409 [ 276 ] {92e30aea-9192-4a38-b30f-c57c5f311bdb} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9591 2025.03.12 22:43:18.025659 [ 276 ] {92e30aea-9192-4a38-b30f-c57c5f311bdb} <Debug> executeQuery: Read 1397 rows, 120.12 KiB in 0.002157 sec., 647658.7853500232 rows/sec., 54.38 MiB/sec.
9592 2025.03.12 22:43:18.025732 [ 276 ] {92e30aea-9192-4a38-b30f-c57c5f311bdb} <Debug> TCPHandler: Processed in 0.002366321 sec.
9593 2025.03.12 22:43:18.025948 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9594 2025.03.12 22:43:18.026241 [ 276 ] {9c47e205-925b-40e9-b651-90858ffb6fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9595 2025.03.12 22:43:18.026338 [ 276 ] {9c47e205-925b-40e9-b651-90858ffb6fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9596 2025.03.12 22:43:18.026903 [ 276 ] {9c47e205-925b-40e9-b651-90858ffb6fd9} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9597 2025.03.12 22:43:18.026951 [ 276 ] {9c47e205-925b-40e9-b651-90858ffb6fd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9598 2025.03.12 22:43:18.027307 [ 276 ] {9c47e205-925b-40e9-b651-90858ffb6fd9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9599 2025.03.12 22:43:18.027545 [ 276 ] {9c47e205-925b-40e9-b651-90858ffb6fd9} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9600 2025.03.12 22:43:18.027768 [ 276 ] {9c47e205-925b-40e9-b651-90858ffb6fd9} <Debug> executeQuery: Read 54 rows, 4.11 KiB in 0.001634 sec., 33047.73561811505 rows/sec., 2.46 MiB/sec.
9601 2025.03.12 22:43:18.027820 [ 276 ] {9c47e205-925b-40e9-b651-90858ffb6fd9} <Debug> TCPHandler: Processed in 0.001984122 sec.
9602 2025.03.12 22:43:18.027926 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9603 2025.03.12 22:43:18.028028 [ 276 ] {d24b18b3-c352-434f-8f8d-ff59dc54ecc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9604 2025.03.12 22:43:18.028074 [ 276 ] {d24b18b3-c352-434f-8f8d-ff59dc54ecc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9605 2025.03.12 22:43:18.028660 [ 276 ] {d24b18b3-c352-434f-8f8d-ff59dc54ecc1} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9606 2025.03.12 22:43:18.028700 [ 276 ] {d24b18b3-c352-434f-8f8d-ff59dc54ecc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9607 2025.03.12 22:43:18.029052 [ 276 ] {d24b18b3-c352-434f-8f8d-ff59dc54ecc1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
9608 2025.03.12 22:43:18.029284 [ 276 ] {d24b18b3-c352-434f-8f8d-ff59dc54ecc1} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9609 2025.03.12 22:43:18.029586 [ 276 ] {d24b18b3-c352-434f-8f8d-ff59dc54ecc1} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001551 sec., 162475.82205029012 rows/sec., 11.24 MiB/sec.
9610 2025.03.12 22:43:18.029747 [ 276 ] {d24b18b3-c352-434f-8f8d-ff59dc54ecc1} <Debug> TCPHandler: Processed in 0.001869178 sec.
9611 2025.03.12 22:43:18.029881 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9612 2025.03.12 22:43:18.029985 [ 276 ] {4d3625d0-d309-4d0f-83f8-d35b6e1aceca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9613 2025.03.12 22:43:18.030031 [ 276 ] {4d3625d0-d309-4d0f-83f8-d35b6e1aceca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9614 2025.03.12 22:43:18.030579 [ 276 ] {4d3625d0-d309-4d0f-83f8-d35b6e1aceca} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9615 2025.03.12 22:43:18.030618 [ 276 ] {4d3625d0-d309-4d0f-83f8-d35b6e1aceca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9616 2025.03.12 22:43:18.030957 [ 276 ] {4d3625d0-d309-4d0f-83f8-d35b6e1aceca} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
9617 2025.03.12 22:43:18.031190 [ 276 ] {4d3625d0-d309-4d0f-83f8-d35b6e1aceca} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9618 2025.03.12 22:43:18.031403 [ 276 ] {4d3625d0-d309-4d0f-83f8-d35b6e1aceca} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001439 sec., 8339.124391938847 rows/sec., 651.49 KiB/sec.
9619 2025.03.12 22:43:18.031457 [ 276 ] {4d3625d0-d309-4d0f-83f8-d35b6e1aceca} <Debug> TCPHandler: Processed in 0.001626012 sec.
9620 2025.03.12 22:43:18.031592 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9621 2025.03.12 22:43:18.031731 [ 276 ] {70a42a98-e8fb-464d-85af-edf27dc10ddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9622 2025.03.12 22:43:18.031787 [ 276 ] {70a42a98-e8fb-464d-85af-edf27dc10ddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9623 2025.03.12 22:43:18.032573 [ 276 ] {70a42a98-e8fb-464d-85af-edf27dc10ddf} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9624 2025.03.12 22:43:18.032613 [ 276 ] {70a42a98-e8fb-464d-85af-edf27dc10ddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9625 2025.03.12 22:43:18.033016 [ 276 ] {70a42a98-e8fb-464d-85af-edf27dc10ddf} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
9626 2025.03.12 22:43:18.033264 [ 276 ] {70a42a98-e8fb-464d-85af-edf27dc10ddf} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9627 2025.03.12 22:43:18.033484 [ 276 ] {70a42a98-e8fb-464d-85af-edf27dc10ddf} <Debug> executeQuery: Read 598 rows, 46.03 KiB in 0.001782 sec., 335578.0022446689 rows/sec., 25.22 MiB/sec.
9628 2025.03.12 22:43:18.033538 [ 276 ] {70a42a98-e8fb-464d-85af-edf27dc10ddf} <Debug> TCPHandler: Processed in 0.002012013 sec.
9629 2025.03.12 22:43:18.033644 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9630 2025.03.12 22:43:18.033749 [ 276 ] {4cba2718-ef81-4457-9af3-0f8c25fa2629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9631 2025.03.12 22:43:18.033802 [ 276 ] {4cba2718-ef81-4457-9af3-0f8c25fa2629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9632 2025.03.12 22:43:18.034454 [ 276 ] {4cba2718-ef81-4457-9af3-0f8c25fa2629} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9633 2025.03.12 22:43:18.034493 [ 276 ] {4cba2718-ef81-4457-9af3-0f8c25fa2629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9634 2025.03.12 22:43:18.034957 [ 276 ] {4cba2718-ef81-4457-9af3-0f8c25fa2629} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
9635 2025.03.12 22:43:18.035189 [ 276 ] {4cba2718-ef81-4457-9af3-0f8c25fa2629} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9636 2025.03.12 22:43:18.035442 [ 276 ] {4cba2718-ef81-4457-9af3-0f8c25fa2629} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.001712 sec., 551985.9813084112 rows/sec., 37.25 MiB/sec.
9637 2025.03.12 22:43:18.035525 [ 276 ] {4cba2718-ef81-4457-9af3-0f8c25fa2629} <Debug> TCPHandler: Processed in 0.00193061 sec.
9638 2025.03.12 22:43:18.035723 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9639 2025.03.12 22:43:18.035994 [ 276 ] {adf4e6fa-c833-4702-bd14-0e6818113bbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9640 2025.03.12 22:43:18.036074 [ 276 ] {adf4e6fa-c833-4702-bd14-0e6818113bbc} <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
9641 2025.03.12 22:43:18.037282 [ 276 ] {adf4e6fa-c833-4702-bd14-0e6818113bbc} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9642 2025.03.12 22:43:18.037323 [ 276 ] {adf4e6fa-c833-4702-bd14-0e6818113bbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9643 2025.03.12 22:43:18.037969 [ 276 ] {adf4e6fa-c833-4702-bd14-0e6818113bbc} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9644 2025.03.12 22:43:18.038225 [ 276 ] {adf4e6fa-c833-4702-bd14-0e6818113bbc} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9645 2025.03.12 22:43:18.038476 [ 276 ] {adf4e6fa-c833-4702-bd14-0e6818113bbc} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002561 sec., 15618.898867629832 rows/sec., 27.99 MiB/sec.
9646 2025.03.12 22:43:18.038579 [ 276 ] {adf4e6fa-c833-4702-bd14-0e6818113bbc} <Debug> TCPHandler: Processed in 0.002956896 sec.
9647 2025.03.12 22:43:18.038713 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9648 2025.03.12 22:43:18.038820 [ 276 ] {91148006-5b94-43de-906e-969cbc11ab01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9649 2025.03.12 22:43:18.038867 [ 276 ] {91148006-5b94-43de-906e-969cbc11ab01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9650 2025.03.12 22:43:18.039300 [ 276 ] {91148006-5b94-43de-906e-969cbc11ab01} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9651 2025.03.12 22:43:18.039340 [ 276 ] {91148006-5b94-43de-906e-969cbc11ab01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9652 2025.03.12 22:43:18.039685 [ 276 ] {91148006-5b94-43de-906e-969cbc11ab01} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
9653 2025.03.12 22:43:18.039921 [ 276 ] {91148006-5b94-43de-906e-969cbc11ab01} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9654 2025.03.12 22:43:18.040183 [ 276 ] {91148006-5b94-43de-906e-969cbc11ab01} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001384 sec., 15895.953757225434 rows/sec., 1.08 MiB/sec.
9655 2025.03.12 22:43:18.040257 [ 276 ] {91148006-5b94-43de-906e-969cbc11ab01} <Debug> TCPHandler: Processed in 0.001595662 sec.
9656 2025.03.12 22:43:19.741469 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1316
9657 2025.03.12 22:43:19.744747 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9658 2025.03.12 22:43:19.744798 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9659 2025.03.12 22:43:19.746298 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9660 2025.03.12 22:43:19.746609 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9661 2025.03.12 22:43:19.746773 [ 107 ] {} <Debug> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9662 2025.03.12 22:43:19.746836 [ 107 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9663 2025.03.12 22:43:19.746868 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9664 2025.03.12 22:43:19.747320 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::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
9665 2025.03.12 22:43:19.747981 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1316
9666 2025.03.12 22:43:19.748462 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9667 2025.03.12 22:43:19.748636 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1180 rows starting from the beginning of the part
9668 2025.03.12 22:43:19.749318 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 20 rows starting from the beginning of the part
9669 2025.03.12 22:43:19.749898 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part
9670 2025.03.12 22:43:19.750529 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 16 rows starting from the beginning of the part
9671 2025.03.12 22:43:19.751131 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 20 rows starting from the beginning of the part
9672 2025.03.12 22:43:19.751702 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part
9673 2025.03.12 22:43:19.759700 [ 196 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1316 rows, containing 72 columns (72 merged, 0 gathered) in 0.012711019 sec., 103532.21877805391 rows/sec., 80.39 MiB/sec.
9674 2025.03.12 22:43:19.760981 [ 196 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9675 2025.03.12 22:43:19.761655 [ 196 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_46_9} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9676 2025.03.12 22:43:19.761742 [ 196 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_46_9} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9677 2025.03.12 22:43:19.761936 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB.
9678 2025.03.12 22:43:21.655733 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9679 2025.03.12 22:43:21.655927 [ 276 ] {51c7a8c1-9421-4d01-97e5-1d03c5a2a64b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9680 2025.03.12 22:43:21.656007 [ 276 ] {51c7a8c1-9421-4d01-97e5-1d03c5a2a64b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9681 2025.03.12 22:43:21.656798 [ 276 ] {51c7a8c1-9421-4d01-97e5-1d03c5a2a64b} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9682 2025.03.12 22:43:21.656850 [ 276 ] {51c7a8c1-9421-4d01-97e5-1d03c5a2a64b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9683 2025.03.12 22:43:21.657288 [ 276 ] {51c7a8c1-9421-4d01-97e5-1d03c5a2a64b} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
9684 2025.03.12 22:43:21.657547 [ 276 ] {51c7a8c1-9421-4d01-97e5-1d03c5a2a64b} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9685 2025.03.12 22:43:21.657767 [ 116 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
9686 2025.03.12 22:43:21.657793 [ 276 ] {51c7a8c1-9421-4d01-97e5-1d03c5a2a64b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001918 sec., 29197.080291970804 rows/sec., 2.24 MiB/sec.
9687 2025.03.12 22:43:21.657864 [ 116 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9688 2025.03.12 22:43:21.657949 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9689 2025.03.12 22:43:21.657954 [ 276 ] {51c7a8c1-9421-4d01-97e5-1d03c5a2a64b} <Debug> TCPHandler: Processed in 0.00235194 sec.
9690 2025.03.12 22:43:21.658240 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9691 2025.03.12 22:43:21.658241 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
9692 2025.03.12 22:43:21.658645 [ 276 ] {9e9c7195-c90c-4164-9da7-0ab0d71e333d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9693 2025.03.12 22:43:21.658773 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9694 2025.03.12 22:43:21.658871 [ 276 ] {9e9c7195-c90c-4164-9da7-0ab0d71e333d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9695 2025.03.12 22:43:21.658905 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1407 rows starting from the beginning of the part
9696 2025.03.12 22:43:21.659392 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part
9697 2025.03.12 22:43:21.659911 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 136 rows starting from the beginning of the part
9698 2025.03.12 22:43:21.660334 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 56 rows starting from the beginning of the part
9699 2025.03.12 22:43:21.661060 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1397 rows starting from the beginning of the part
9700 2025.03.12 22:43:21.661583 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part
9701 2025.03.12 22:43:21.663057 [ 276 ] {9e9c7195-c90c-4164-9da7-0ab0d71e333d} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9702 2025.03.12 22:43:21.663140 [ 276 ] {9e9c7195-c90c-4164-9da7-0ab0d71e333d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9703 2025.03.12 22:43:21.664172 [ 276 ] {9e9c7195-c90c-4164-9da7-0ab0d71e333d} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
9704 2025.03.12 22:43:21.664580 [ 276 ] {9e9c7195-c90c-4164-9da7-0ab0d71e333d} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9705 2025.03.12 22:43:21.664784 [ 116 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
9706 2025.03.12 22:43:21.664965 [ 116 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9707 2025.03.12 22:43:21.665034 [ 276 ] {9e9c7195-c90c-4164-9da7-0ab0d71e333d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00658 sec., 9726.44376899696 rows/sec., 777.39 KiB/sec.
9708 2025.03.12 22:43:21.665055 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9709 2025.03.12 22:43:21.665327 [ 276 ] {9e9c7195-c90c-4164-9da7-0ab0d71e333d} <Debug> TCPHandler: Processed in 0.007183576 sec.
9710 2025.03.12 22:43:21.665569 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
9711 2025.03.12 22:43:21.665686 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9712 2025.03.12 22:43:21.666104 [ 276 ] {3042b9ff-9a2e-42ce-8161-cb788485bc41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9713 2025.03.12 22:43:21.666145 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9714 2025.03.12 22:43:21.666261 [ 276 ] {3042b9ff-9a2e-42ce-8161-cb788485bc41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9715 2025.03.12 22:43:21.666274 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 632 rows starting from the beginning of the part
9716 2025.03.12 22:43:21.666197 [ 199 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 5 columns (5 merged, 0 gathered) in 0.008108371 sec., 383307.5718908274 rows/sec., 33.53 MiB/sec.
9717 2025.03.12 22:43:21.666807 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part
9718 2025.03.12 22:43:21.666944 [ 197 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
9719 2025.03.12 22:43:21.667320 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 104 rows starting from the beginning of the part
9720 2025.03.12 22:43:21.667903 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 64 rows starting from the beginning of the part
9721 2025.03.12 22:43:21.668555 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 598 rows starting from the beginning of the part
9722 2025.03.12 22:43:21.668940 [ 197 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_106_21} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9723 2025.03.12 22:43:21.669052 [ 198 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part
9724 2025.03.12 22:43:21.669444 [ 197 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_106_21} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
9725 2025.03.12 22:43:21.669751 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
9726 2025.03.12 22:43:21.671234 [ 276 ] {3042b9ff-9a2e-42ce-8161-cb788485bc41} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9727 2025.03.12 22:43:21.671344 [ 276 ] {3042b9ff-9a2e-42ce-8161-cb788485bc41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9728 2025.03.12 22:43:21.673095 [ 276 ] {3042b9ff-9a2e-42ce-8161-cb788485bc41} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
9729 2025.03.12 22:43:21.673542 [ 276 ] {3042b9ff-9a2e-42ce-8161-cb788485bc41} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9730 2025.03.12 22:43:21.673924 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1526 rows, containing 5 columns (5 merged, 0 gathered) in 0.008699396 sec., 175414.47705105043 rows/sec., 13.97 MiB/sec.
9731 2025.03.12 22:43:21.673938 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0
9732 2025.03.12 22:43:21.674054 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9733 2025.03.12 22:43:21.674077 [ 276 ] {3042b9ff-9a2e-42ce-8161-cb788485bc41} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.008111 sec., 12082.357292565652 rows/sec., 862.91 KiB/sec.
9734 2025.03.12 22:43:21.674112 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9735 2025.03.12 22:43:21.674317 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
9736 2025.03.12 22:43:21.674398 [ 276 ] {3042b9ff-9a2e-42ce-8161-cb788485bc41} <Debug> TCPHandler: Processed in 0.008820478 sec.
9737 2025.03.12 22:43:21.674710 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full
9738 2025.03.12 22:43:21.674797 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9739 2025.03.12 22:43:21.675110 [ 276 ] {4a147b1c-ca21-448c-af84-847f8a0dd897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9740 2025.03.12 22:43:21.675216 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9741 2025.03.12 22:43:21.675233 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_106_21} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9742 2025.03.12 22:43:21.675257 [ 276 ] {4a147b1c-ca21-448c-af84-847f8a0dd897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9743 2025.03.12 22:43:21.675325 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 27946 rows starting from the beginning of the part
9744 2025.03.12 22:43:21.675521 [ 193 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_106_21} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
9745 2025.03.12 22:43:21.675874 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part
9746 2025.03.12 22:43:21.675956 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
9747 2025.03.12 22:43:21.676302 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part
9748 2025.03.12 22:43:21.676661 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part
9749 2025.03.12 22:43:21.676962 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 945 rows starting from the beginning of the part
9750 2025.03.12 22:43:21.677843 [ 276 ] {4a147b1c-ca21-448c-af84-847f8a0dd897} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9751 2025.03.12 22:43:21.677921 [ 276 ] {4a147b1c-ca21-448c-af84-847f8a0dd897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9752 2025.03.12 22:43:21.678485 [ 276 ] {4a147b1c-ca21-448c-af84-847f8a0dd897} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
9753 2025.03.12 22:43:21.678874 [ 276 ] {4a147b1c-ca21-448c-af84-847f8a0dd897} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9754 2025.03.12 22:43:21.679213 [ 116 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
9755 2025.03.12 22:43:21.679315 [ 116 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9756 2025.03.12 22:43:21.679384 [ 276 ] {4a147b1c-ca21-448c-af84-847f8a0dd897} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.004363 sec., 8709.603483841394 rows/sec., 598.29 KiB/sec.
9757 2025.03.12 22:43:21.679406 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9758 2025.03.12 22:43:21.679793 [ 276 ] {4a147b1c-ca21-448c-af84-847f8a0dd897} <Debug> TCPHandler: Processed in 0.005061591 sec.
9759 2025.03.12 22:43:21.679928 [ 198 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
9760 2025.03.12 22:43:21.680170 [ 198 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9761 2025.03.12 22:43:21.680217 [ 198 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5208 rows starting from the beginning of the part
9762 2025.03.12 22:43:21.680361 [ 198 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part
9763 2025.03.12 22:43:21.680474 [ 198 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part
9764 2025.03.12 22:43:21.680775 [ 198 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part
9765 2025.03.12 22:43:21.680918 [ 198 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 22 rows starting from the beginning of the part
9766 2025.03.12 22:43:21.681096 [ 198 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 38 rows starting from the beginning of the part
9767 2025.03.12 22:43:21.683843 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5448 rows, containing 4 columns (4 merged, 0 gathered) in 0.00426046 sec., 1278735.1600531398 rows/sec., 86.18 MiB/sec.
9768 2025.03.12 22:43:21.684452 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
9769 2025.03.12 22:43:21.684855 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_106_21} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9770 2025.03.12 22:43:21.684945 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_106_21} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
9771 2025.03.12 22:43:21.685035 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB.
9772 2025.03.12 22:43:21.685982 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29371 rows, containing 5 columns (5 merged, 0 gathered) in 0.011690223 sec., 2512441.3794330526 rows/sec., 172.14 MiB/sec.
9773 2025.03.12 22:43:21.686414 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary)
9774 2025.03.12 22:43:21.686705 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9775 2025.03.12 22:43:21.686787 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21
9776 2025.03.12 22:43:21.686875 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
9777 2025.03.12 22:43:22.000188 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.90 MiB, peak 254.56 MiB, free memory in arenas 0.00 B, will set to 243.71 MiB (RSS), difference: 1.81 MiB
9778 2025.03.12 22:43:22.085610 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914
9779 2025.03.12 22:43:22.086310 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9780 2025.03.12 22:43:22.086359 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9781 2025.03.12 22:43:22.086903 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9782 2025.03.12 22:43:22.087179 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9783 2025.03.12 22:43:22.087444 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914
9784 2025.03.12 22:43:24.090327 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475
9785 2025.03.12 22:43:24.110591 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9786 2025.03.12 22:43:24.110647 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9787 2025.03.12 22:43:24.117979 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9788 2025.03.12 22:43:24.118741 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9789 2025.03.12 22:43:24.121428 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475
9790 2025.03.12 22:43:26.658799 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9791 2025.03.12 22:43:26.659020 [ 276 ] {eb67b647-bed3-4de7-9f63-29c9521f4d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9792 2025.03.12 22:43:26.659105 [ 276 ] {eb67b647-bed3-4de7-9f63-29c9521f4d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9793 2025.03.12 22:43:26.659935 [ 276 ] {eb67b647-bed3-4de7-9f63-29c9521f4d16} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9794 2025.03.12 22:43:26.659990 [ 276 ] {eb67b647-bed3-4de7-9f63-29c9521f4d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9795 2025.03.12 22:43:26.660430 [ 276 ] {eb67b647-bed3-4de7-9f63-29c9521f4d16} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
9796 2025.03.12 22:43:26.660691 [ 276 ] {eb67b647-bed3-4de7-9f63-29c9521f4d16} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9797 2025.03.12 22:43:26.660934 [ 276 ] {eb67b647-bed3-4de7-9f63-29c9521f4d16} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001975 sec., 28354.43037974683 rows/sec., 2.18 MiB/sec.
9798 2025.03.12 22:43:26.661001 [ 276 ] {eb67b647-bed3-4de7-9f63-29c9521f4d16} <Debug> TCPHandler: Processed in 0.002346621 sec.
9799 2025.03.12 22:43:26.661136 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9800 2025.03.12 22:43:26.661248 [ 276 ] {6f2039fb-1664-4a0f-9386-8fa54e01cab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9801 2025.03.12 22:43:26.661297 [ 276 ] {6f2039fb-1664-4a0f-9386-8fa54e01cab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9802 2025.03.12 22:43:26.661864 [ 276 ] {6f2039fb-1664-4a0f-9386-8fa54e01cab7} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9803 2025.03.12 22:43:26.661905 [ 276 ] {6f2039fb-1664-4a0f-9386-8fa54e01cab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9804 2025.03.12 22:43:26.662276 [ 276 ] {6f2039fb-1664-4a0f-9386-8fa54e01cab7} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
9805 2025.03.12 22:43:26.662524 [ 276 ] {6f2039fb-1664-4a0f-9386-8fa54e01cab7} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9806 2025.03.12 22:43:26.662737 [ 276 ] {6f2039fb-1664-4a0f-9386-8fa54e01cab7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001515 sec., 42244.22442244224 rows/sec., 3.30 MiB/sec.
9807 2025.03.12 22:43:26.662789 [ 276 ] {6f2039fb-1664-4a0f-9386-8fa54e01cab7} <Debug> TCPHandler: Processed in 0.001708545 sec.
9808 2025.03.12 22:43:26.662912 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9809 2025.03.12 22:43:26.663020 [ 276 ] {63de429f-d0c7-4c31-9ac3-17604953d880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9810 2025.03.12 22:43:26.663071 [ 276 ] {63de429f-d0c7-4c31-9ac3-17604953d880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9811 2025.03.12 22:43:26.663605 [ 276 ] {63de429f-d0c7-4c31-9ac3-17604953d880} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9812 2025.03.12 22:43:26.663645 [ 276 ] {63de429f-d0c7-4c31-9ac3-17604953d880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9813 2025.03.12 22:43:26.664053 [ 276 ] {63de429f-d0c7-4c31-9ac3-17604953d880} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
9814 2025.03.12 22:43:26.664297 [ 276 ] {63de429f-d0c7-4c31-9ac3-17604953d880} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9815 2025.03.12 22:43:26.664516 [ 276 ] {63de429f-d0c7-4c31-9ac3-17604953d880} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001519 sec., 105332.45556287031 rows/sec., 7.34 MiB/sec.
9816 2025.03.12 22:43:26.664569 [ 276 ] {63de429f-d0c7-4c31-9ac3-17604953d880} <Debug> TCPHandler: Processed in 0.001709464 sec.
9817 2025.03.12 22:43:26.664688 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9818 2025.03.12 22:43:26.664795 [ 276 ] {67b9ac93-0300-46cc-a8ee-3c74dac0bee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9819 2025.03.12 22:43:26.664842 [ 276 ] {67b9ac93-0300-46cc-a8ee-3c74dac0bee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9820 2025.03.12 22:43:26.665284 [ 276 ] {67b9ac93-0300-46cc-a8ee-3c74dac0bee9} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9821 2025.03.12 22:43:26.665325 [ 276 ] {67b9ac93-0300-46cc-a8ee-3c74dac0bee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9822 2025.03.12 22:43:26.665691 [ 276 ] {67b9ac93-0300-46cc-a8ee-3c74dac0bee9} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
9823 2025.03.12 22:43:26.665935 [ 276 ] {67b9ac93-0300-46cc-a8ee-3c74dac0bee9} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9824 2025.03.12 22:43:26.666145 [ 276 ] {67b9ac93-0300-46cc-a8ee-3c74dac0bee9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec.
9825 2025.03.12 22:43:26.666195 [ 276 ] {67b9ac93-0300-46cc-a8ee-3c74dac0bee9} <Debug> TCPHandler: Processed in 0.00155964 sec.
9826 2025.03.12 22:43:29.345396 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache
9827 2025.03.12 22:43:29.345459 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache
9828 2025.03.12 22:43:29.587572 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341
9829 2025.03.12 22:43:29.588310 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9830 2025.03.12 22:43:29.588365 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9831 2025.03.12 22:43:29.588902 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9832 2025.03.12 22:43:29.589166 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9833 2025.03.12 22:43:29.589454 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341
9834 2025.03.12 22:43:29.748215 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1332
9835 2025.03.12 22:43:29.751031 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9836 2025.03.12 22:43:29.751082 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9837 2025.03.12 22:43:29.752538 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9838 2025.03.12 22:43:29.752839 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9839 2025.03.12 22:43:29.753391 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1332
9840 2025.03.12 22:43:30.001349 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000958075 sec.
9841 2025.03.12 22:43:31.621491 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483
9842 2025.03.12 22:43:31.643338 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9843 2025.03.12 22:43:31.643400 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9844 2025.03.12 22:43:31.650787 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9845 2025.03.12 22:43:31.651570 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9846 2025.03.12 22:43:31.654661 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483
9847 2025.03.12 22:43:31.660665 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9848 2025.03.12 22:43:31.660983 [ 276 ] {0a300338-dcde-4fd4-a115-4dd62c307222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9849 2025.03.12 22:43:31.661104 [ 276 ] {0a300338-dcde-4fd4-a115-4dd62c307222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9850 2025.03.12 22:43:31.662096 [ 276 ] {0a300338-dcde-4fd4-a115-4dd62c307222} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9851 2025.03.12 22:43:31.662146 [ 276 ] {0a300338-dcde-4fd4-a115-4dd62c307222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9852 2025.03.12 22:43:31.662614 [ 276 ] {0a300338-dcde-4fd4-a115-4dd62c307222} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
9853 2025.03.12 22:43:31.662882 [ 276 ] {0a300338-dcde-4fd4-a115-4dd62c307222} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9854 2025.03.12 22:43:31.663126 [ 276 ] {0a300338-dcde-4fd4-a115-4dd62c307222} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002231 sec., 60959.21111609144 rows/sec., 5.26 MiB/sec.
9855 2025.03.12 22:43:31.663194 [ 276 ] {0a300338-dcde-4fd4-a115-4dd62c307222} <Debug> TCPHandler: Processed in 0.002725091 sec.
9856 2025.03.12 22:43:31.663313 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9857 2025.03.12 22:43:31.663422 [ 276 ] {f9933eaf-b8b4-4cde-ad8d-c1206f06e993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9858 2025.03.12 22:43:31.663473 [ 276 ] {f9933eaf-b8b4-4cde-ad8d-c1206f06e993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9859 2025.03.12 22:43:31.664024 [ 276 ] {f9933eaf-b8b4-4cde-ad8d-c1206f06e993} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9860 2025.03.12 22:43:31.664067 [ 276 ] {f9933eaf-b8b4-4cde-ad8d-c1206f06e993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9861 2025.03.12 22:43:31.664455 [ 276 ] {f9933eaf-b8b4-4cde-ad8d-c1206f06e993} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9862 2025.03.12 22:43:31.664718 [ 276 ] {f9933eaf-b8b4-4cde-ad8d-c1206f06e993} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9863 2025.03.12 22:43:31.664934 [ 276 ] {f9933eaf-b8b4-4cde-ad8d-c1206f06e993} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001538 sec., 26007.80234070221 rows/sec., 1.91 MiB/sec.
9864 2025.03.12 22:43:31.664992 [ 276 ] {f9933eaf-b8b4-4cde-ad8d-c1206f06e993} <Debug> TCPHandler: Processed in 0.001732254 sec.
9865 2025.03.12 22:43:31.665102 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9866 2025.03.12 22:43:31.665208 [ 276 ] {a236f88e-e8de-4bf9-aab8-a6eff84e9dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9867 2025.03.12 22:43:31.665255 [ 276 ] {a236f88e-e8de-4bf9-aab8-a6eff84e9dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9868 2025.03.12 22:43:31.665805 [ 276 ] {a236f88e-e8de-4bf9-aab8-a6eff84e9dd6} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9869 2025.03.12 22:43:31.665845 [ 276 ] {a236f88e-e8de-4bf9-aab8-a6eff84e9dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9870 2025.03.12 22:43:31.666208 [ 276 ] {a236f88e-e8de-4bf9-aab8-a6eff84e9dd6} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
9871 2025.03.12 22:43:31.666454 [ 276 ] {a236f88e-e8de-4bf9-aab8-a6eff84e9dd6} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9872 2025.03.12 22:43:31.666673 [ 276 ] {a236f88e-e8de-4bf9-aab8-a6eff84e9dd6} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001489 sec., 69845.53391537945 rows/sec., 5.46 MiB/sec.
9873 2025.03.12 22:43:31.666728 [ 276 ] {a236f88e-e8de-4bf9-aab8-a6eff84e9dd6} <Debug> TCPHandler: Processed in 0.001678494 sec.
9874 2025.03.12 22:43:31.666846 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9875 2025.03.12 22:43:31.666954 [ 276 ] {7aa85b11-1502-46de-a178-6c20c4323b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9876 2025.03.12 22:43:31.667005 [ 276 ] {7aa85b11-1502-46de-a178-6c20c4323b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9877 2025.03.12 22:43:31.667525 [ 276 ] {7aa85b11-1502-46de-a178-6c20c4323b37} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9878 2025.03.12 22:43:31.667565 [ 276 ] {7aa85b11-1502-46de-a178-6c20c4323b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9879 2025.03.12 22:43:31.667956 [ 276 ] {7aa85b11-1502-46de-a178-6c20c4323b37} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
9880 2025.03.12 22:43:31.668204 [ 276 ] {7aa85b11-1502-46de-a178-6c20c4323b37} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9881 2025.03.12 22:43:31.668452 [ 276 ] {7aa85b11-1502-46de-a178-6c20c4323b37} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001519 sec., 105332.45556287031 rows/sec., 7.34 MiB/sec.
9882 2025.03.12 22:43:31.668511 [ 276 ] {7aa85b11-1502-46de-a178-6c20c4323b37} <Debug> TCPHandler: Processed in 0.001717755 sec.
9883 2025.03.12 22:43:31.668628 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9884 2025.03.12 22:43:31.668790 [ 276 ] {a83051a3-36ea-4231-a43b-418950dfc11d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9885 2025.03.12 22:43:31.668935 [ 276 ] {a83051a3-36ea-4231-a43b-418950dfc11d} <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
9886 2025.03.12 22:43:31.670112 [ 276 ] {a83051a3-36ea-4231-a43b-418950dfc11d} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9887 2025.03.12 22:43:31.670151 [ 276 ] {a83051a3-36ea-4231-a43b-418950dfc11d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9888 2025.03.12 22:43:31.670847 [ 276 ] {a83051a3-36ea-4231-a43b-418950dfc11d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9889 2025.03.12 22:43:31.671129 [ 276 ] {a83051a3-36ea-4231-a43b-418950dfc11d} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9890 2025.03.12 22:43:31.671327 [ 152 ] {} <Debug> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9891 2025.03.12 22:43:31.671403 [ 276 ] {a83051a3-36ea-4231-a43b-418950dfc11d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002651 sec., 15088.645794039983 rows/sec., 27.04 MiB/sec.
9892 2025.03.12 22:43:31.671411 [ 152 ] {} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9893 2025.03.12 22:43:31.671494 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9894 2025.03.12 22:43:31.671829 [ 276 ] {a83051a3-36ea-4231-a43b-418950dfc11d} <Debug> TCPHandler: Processed in 0.003256095 sec.
9895 2025.03.12 22:43:31.671861 [ 198 ] {1f75fe11-1029-454f-991a-395decf3ac5f::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
9896 2025.03.12 22:43:31.672085 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9897 2025.03.12 22:43:31.672369 [ 276 ] {4d4ef752-a154-4262-bc85-a0c4274d27b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9898 2025.03.12 22:43:31.672432 [ 198 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9899 2025.03.12 22:43:31.675485 [ 276 ] {4d4ef752-a154-4262-bc85-a0c4274d27b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9900 2025.03.12 22:43:31.675536 [ 198 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1527 rows starting from the beginning of the part
9901 2025.03.12 22:43:31.676474 [ 198 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part
9902 2025.03.12 22:43:31.677107 [ 198 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part
9903 2025.03.12 22:43:31.677811 [ 198 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part
9904 2025.03.12 22:43:31.677830 [ 276 ] {4d4ef752-a154-4262-bc85-a0c4274d27b2} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9905 2025.03.12 22:43:31.677906 [ 276 ] {4d4ef752-a154-4262-bc85-a0c4274d27b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9906 2025.03.12 22:43:31.678331 [ 198 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part
9907 2025.03.12 22:43:31.679028 [ 198 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part
9908 2025.03.12 22:43:31.679188 [ 276 ] {4d4ef752-a154-4262-bc85-a0c4274d27b2} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
9909 2025.03.12 22:43:31.679816 [ 276 ] {4d4ef752-a154-4262-bc85-a0c4274d27b2} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9910 2025.03.12 22:43:31.680266 [ 276 ] {4d4ef752-a154-4262-bc85-a0c4274d27b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007983 sec., 7515.9714393085305 rows/sec., 518.68 KiB/sec.
9911 2025.03.12 22:43:31.680427 [ 276 ] {4d4ef752-a154-4262-bc85-a0c4274d27b2} <Debug> TCPHandler: Processed in 0.008428698 sec.
9912 2025.03.12 22:43:31.688285 [ 189 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1727 rows, containing 19 columns (19 merged, 0 gathered) in 0.016648132 sec., 103735.36202139675 rows/sec., 185.89 MiB/sec.
9913 2025.03.12 22:43:31.689814 [ 190 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9914 2025.03.12 22:43:31.690238 [ 190 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9915 2025.03.12 22:43:31.690327 [ 190 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9916 2025.03.12 22:43:31.690448 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB.
9917 2025.03.12 22:43:32.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 244.72 MiB, peak 256.37 MiB, free memory in arenas 0.00 B, will set to 247.81 MiB (RSS), difference: 3.09 MiB
9918 2025.03.12 22:43:36.659285 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9919 2025.03.12 22:43:36.659494 [ 276 ] {5ba4df92-b584-45d5-9ecb-27f447a3bb6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9920 2025.03.12 22:43:36.659569 [ 276 ] {5ba4df92-b584-45d5-9ecb-27f447a3bb6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9921 2025.03.12 22:43:36.660337 [ 276 ] {5ba4df92-b584-45d5-9ecb-27f447a3bb6f} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9922 2025.03.12 22:43:36.660388 [ 276 ] {5ba4df92-b584-45d5-9ecb-27f447a3bb6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9923 2025.03.12 22:43:36.660820 [ 276 ] {5ba4df92-b584-45d5-9ecb-27f447a3bb6f} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
9924 2025.03.12 22:43:36.661077 [ 276 ] {5ba4df92-b584-45d5-9ecb-27f447a3bb6f} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9925 2025.03.12 22:43:36.661309 [ 276 ] {5ba4df92-b584-45d5-9ecb-27f447a3bb6f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001866 sec., 30010.718113612005 rows/sec., 2.31 MiB/sec.
9926 2025.03.12 22:43:36.661367 [ 276 ] {5ba4df92-b584-45d5-9ecb-27f447a3bb6f} <Debug> TCPHandler: Processed in 0.002213537 sec.
9927 2025.03.12 22:43:36.661502 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9928 2025.03.12 22:43:36.661610 [ 276 ] {71422159-b988-4aa1-bd37-089bce2a972b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9929 2025.03.12 22:43:36.661656 [ 276 ] {71422159-b988-4aa1-bd37-089bce2a972b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9930 2025.03.12 22:43:36.662206 [ 276 ] {71422159-b988-4aa1-bd37-089bce2a972b} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9931 2025.03.12 22:43:36.662245 [ 276 ] {71422159-b988-4aa1-bd37-089bce2a972b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9932 2025.03.12 22:43:36.662601 [ 276 ] {71422159-b988-4aa1-bd37-089bce2a972b} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
9933 2025.03.12 22:43:36.662842 [ 276 ] {71422159-b988-4aa1-bd37-089bce2a972b} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9934 2025.03.12 22:43:36.663070 [ 276 ] {71422159-b988-4aa1-bd37-089bce2a972b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001476 sec., 43360.43360433604 rows/sec., 3.38 MiB/sec.
9935 2025.03.12 22:43:36.663143 [ 276 ] {71422159-b988-4aa1-bd37-089bce2a972b} <Debug> TCPHandler: Processed in 0.001694454 sec.
9936 2025.03.12 22:43:36.663322 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9937 2025.03.12 22:43:36.663675 [ 276 ] {5670aa63-6214-440c-ac91-c39ad3d52f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9938 2025.03.12 22:43:36.663827 [ 276 ] {5670aa63-6214-440c-ac91-c39ad3d52f97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9939 2025.03.12 22:43:36.664382 [ 276 ] {5670aa63-6214-440c-ac91-c39ad3d52f97} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9940 2025.03.12 22:43:36.664424 [ 276 ] {5670aa63-6214-440c-ac91-c39ad3d52f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9941 2025.03.12 22:43:36.664827 [ 276 ] {5670aa63-6214-440c-ac91-c39ad3d52f97} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
9942 2025.03.12 22:43:36.665072 [ 276 ] {5670aa63-6214-440c-ac91-c39ad3d52f97} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9943 2025.03.12 22:43:36.665307 [ 276 ] {5670aa63-6214-440c-ac91-c39ad3d52f97} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001747 sec., 91585.57527189468 rows/sec., 6.38 MiB/sec.
9944 2025.03.12 22:43:36.665361 [ 276 ] {5670aa63-6214-440c-ac91-c39ad3d52f97} <Debug> TCPHandler: Processed in 0.002124665 sec.
9945 2025.03.12 22:43:36.665469 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9946 2025.03.12 22:43:36.665572 [ 276 ] {66c899de-89f8-4108-9c0e-32ce5cc68829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9947 2025.03.12 22:43:36.665620 [ 276 ] {66c899de-89f8-4108-9c0e-32ce5cc68829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9948 2025.03.12 22:43:36.666057 [ 276 ] {66c899de-89f8-4108-9c0e-32ce5cc68829} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9949 2025.03.12 22:43:36.666097 [ 276 ] {66c899de-89f8-4108-9c0e-32ce5cc68829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9950 2025.03.12 22:43:36.666460 [ 276 ] {66c899de-89f8-4108-9c0e-32ce5cc68829} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
9951 2025.03.12 22:43:36.666706 [ 276 ] {66c899de-89f8-4108-9c0e-32ce5cc68829} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9952 2025.03.12 22:43:36.666928 [ 276 ] {66c899de-89f8-4108-9c0e-32ce5cc68829} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec.
9953 2025.03.12 22:43:36.666987 [ 276 ] {66c899de-89f8-4108-9c0e-32ce5cc68829} <Debug> TCPHandler: Processed in 0.001568851 sec.
9954 2025.03.12 22:43:37.089577 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829
9955 2025.03.12 22:43:37.090376 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9956 2025.03.12 22:43:37.090433 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
9957 2025.03.12 22:43:37.090991 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9958 2025.03.12 22:43:37.091246 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9959 2025.03.12 22:43:37.091532 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829
9960 2025.03.12 22:43:39.154930 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490
9961 2025.03.12 22:43:39.176113 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9962 2025.03.12 22:43:39.176172 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
9963 2025.03.12 22:43:39.183526 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9964 2025.03.12 22:43:39.184304 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9965 2025.03.12 22:43:39.187046 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490
9966 2025.03.12 22:43:39.753524 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1352
9967 2025.03.12 22:43:39.756630 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9968 2025.03.12 22:43:39.756680 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
9969 2025.03.12 22:43:39.758210 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9970 2025.03.12 22:43:39.758525 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9971 2025.03.12 22:43:39.760841 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1352
9972 2025.03.12 22:43:41.660849 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9973 2025.03.12 22:43:41.661072 [ 276 ] {53e5e1e9-5826-4e5e-91e3-e8f0ac26d8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9974 2025.03.12 22:43:41.661146 [ 276 ] {53e5e1e9-5826-4e5e-91e3-e8f0ac26d8e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9975 2025.03.12 22:43:41.662009 [ 276 ] {53e5e1e9-5826-4e5e-91e3-e8f0ac26d8e4} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9976 2025.03.12 22:43:41.662064 [ 276 ] {53e5e1e9-5826-4e5e-91e3-e8f0ac26d8e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
9977 2025.03.12 22:43:41.662519 [ 276 ] {53e5e1e9-5826-4e5e-91e3-e8f0ac26d8e4} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
9978 2025.03.12 22:43:41.662787 [ 276 ] {53e5e1e9-5826-4e5e-91e3-e8f0ac26d8e4} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9979 2025.03.12 22:43:41.663039 [ 276 ] {53e5e1e9-5826-4e5e-91e3-e8f0ac26d8e4} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.00202 sec., 67326.73267326732 rows/sec., 5.81 MiB/sec.
9980 2025.03.12 22:43:41.663107 [ 276 ] {53e5e1e9-5826-4e5e-91e3-e8f0ac26d8e4} <Debug> TCPHandler: Processed in 0.002393092 sec.
9981 2025.03.12 22:43:41.663261 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9982 2025.03.12 22:43:41.663377 [ 276 ] {b74cc06a-7937-4867-9552-600598052466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9983 2025.03.12 22:43:41.663433 [ 276 ] {b74cc06a-7937-4867-9552-600598052466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9984 2025.03.12 22:43:41.664032 [ 276 ] {b74cc06a-7937-4867-9552-600598052466} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9985 2025.03.12 22:43:41.664075 [ 276 ] {b74cc06a-7937-4867-9552-600598052466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
9986 2025.03.12 22:43:41.664445 [ 276 ] {b74cc06a-7937-4867-9552-600598052466} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9987 2025.03.12 22:43:41.664692 [ 276 ] {b74cc06a-7937-4867-9552-600598052466} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9988 2025.03.12 22:43:41.664887 [ 144 ] {} <Debug> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0
9989 2025.03.12 22:43:41.664909 [ 276 ] {b74cc06a-7937-4867-9552-600598052466} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001552 sec., 25773.19587628866 rows/sec., 1.89 MiB/sec.
9990 2025.03.12 22:43:41.664974 [ 144 ] {} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9991 2025.03.12 22:43:41.665055 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
9992 2025.03.12 22:43:41.665056 [ 276 ] {b74cc06a-7937-4867-9552-600598052466} <Debug> TCPHandler: Processed in 0.001844998 sec.
9993 2025.03.12 22:43:41.665306 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full
9994 2025.03.12 22:43:41.665320 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9995 2025.03.12 22:43:41.665577 [ 276 ] {87630b99-ed61-4ebd-9c3d-224d06c40979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9996 2025.03.12 22:43:41.665606 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9997 2025.03.12 22:43:41.665667 [ 276 ] {87630b99-ed61-4ebd-9c3d-224d06c40979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9998 2025.03.12 22:43:41.665690 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 70 rows starting from the beginning of the part
9999 2025.03.12 22:43:41.666081 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part
10000 2025.03.12 22:43:41.666405 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part
10001 2025.03.12 22:43:41.666773 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 54 rows starting from the beginning of the part
10002 2025.03.12 22:43:41.667160 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part
10003 2025.03.12 22:43:41.667480 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part
10004 2025.03.12 22:43:41.668498 [ 276 ] {87630b99-ed61-4ebd-9c3d-224d06c40979} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10005 2025.03.12 22:43:41.668576 [ 276 ] {87630b99-ed61-4ebd-9c3d-224d06c40979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10006 2025.03.12 22:43:41.669547 [ 276 ] {87630b99-ed61-4ebd-9c3d-224d06c40979} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
10007 2025.03.12 22:43:41.670239 [ 276 ] {87630b99-ed61-4ebd-9c3d-224d06c40979} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10008 2025.03.12 22:43:41.670342 [ 191 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 5 columns (5 merged, 0 gathered) in 0.005171854 sec., 54912.6096753698 rows/sec., 4.24 MiB/sec.
10009 2025.03.12 22:43:41.670668 [ 276 ] {87630b99-ed61-4ebd-9c3d-224d06c40979} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005173 sec., 20104.38816934081 rows/sec., 1.57 MiB/sec.
10010 2025.03.12 22:43:41.670688 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary)
10011 2025.03.12 22:43:41.670790 [ 276 ] {87630b99-ed61-4ebd-9c3d-224d06c40979} <Debug> TCPHandler: Processed in 0.005565675 sec.
10012 2025.03.12 22:43:41.670952 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10013 2025.03.12 22:43:41.671126 [ 276 ] {6346e78f-7c4f-4477-a365-207a83473ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10014 2025.03.12 22:43:41.671197 [ 276 ] {6346e78f-7c4f-4477-a365-207a83473ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10015 2025.03.12 22:43:41.671289 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_47_10} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10016 2025.03.12 22:43:41.671555 [ 190 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_47_10} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10
10017 2025.03.12 22:43:41.671758 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
10018 2025.03.12 22:43:41.672124 [ 276 ] {6346e78f-7c4f-4477-a365-207a83473ef8} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10019 2025.03.12 22:43:41.672169 [ 276 ] {6346e78f-7c4f-4477-a365-207a83473ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10020 2025.03.12 22:43:41.672585 [ 276 ] {6346e78f-7c4f-4477-a365-207a83473ef8} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
10021 2025.03.12 22:43:41.672860 [ 276 ] {6346e78f-7c4f-4477-a365-207a83473ef8} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10022 2025.03.12 22:43:41.673061 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0
10023 2025.03.12 22:43:41.673122 [ 276 ] {6346e78f-7c4f-4477-a365-207a83473ef8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002047 sec., 78163.16560820713 rows/sec., 5.44 MiB/sec.
10024 2025.03.12 22:43:41.673128 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10025 2025.03.12 22:43:41.673218 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10026 2025.03.12 22:43:41.673281 [ 276 ] {6346e78f-7c4f-4477-a365-207a83473ef8} <Debug> TCPHandler: Processed in 0.002382112 sec.
10027 2025.03.12 22:43:41.673478 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full
10028 2025.03.12 22:43:41.673508 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10029 2025.03.12 22:43:41.673732 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10030 2025.03.12 22:43:41.673733 [ 276 ] {e5471d24-c039-46b1-b4f8-f35e48c2a677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10031 2025.03.12 22:43:41.673799 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 29371 rows starting from the beginning of the part
10032 2025.03.12 22:43:41.673935 [ 276 ] {e5471d24-c039-46b1-b4f8-f35e48c2a677} <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
10033 2025.03.12 22:43:41.674126 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 98 rows starting from the beginning of the part
10034 2025.03.12 22:43:41.674541 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part
10035 2025.03.12 22:43:41.674886 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part
10036 2025.03.12 22:43:41.675267 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part
10037 2025.03.12 22:43:41.675626 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part
10038 2025.03.12 22:43:41.678343 [ 276 ] {e5471d24-c039-46b1-b4f8-f35e48c2a677} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10039 2025.03.12 22:43:41.678404 [ 276 ] {e5471d24-c039-46b1-b4f8-f35e48c2a677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10040 2025.03.12 22:43:41.679938 [ 276 ] {e5471d24-c039-46b1-b4f8-f35e48c2a677} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
10041 2025.03.12 22:43:41.680328 [ 276 ] {e5471d24-c039-46b1-b4f8-f35e48c2a677} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10042 2025.03.12 22:43:41.680610 [ 276 ] {e5471d24-c039-46b1-b4f8-f35e48c2a677} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.006964 sec., 5743.825387708214 rows/sec., 10.29 MiB/sec.
10043 2025.03.12 22:43:41.680826 [ 276 ] {e5471d24-c039-46b1-b4f8-f35e48c2a677} <Debug> TCPHandler: Processed in 0.007382562 sec.
10044 2025.03.12 22:43:41.681028 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10045 2025.03.12 22:43:41.681135 [ 276 ] {cc120aea-e3d4-4bc8-a15f-0b22f9975989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10046 2025.03.12 22:43:41.681186 [ 276 ] {cc120aea-e3d4-4bc8-a15f-0b22f9975989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10047 2025.03.12 22:43:41.681740 [ 276 ] {cc120aea-e3d4-4bc8-a15f-0b22f9975989} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10048 2025.03.12 22:43:41.681802 [ 276 ] {cc120aea-e3d4-4bc8-a15f-0b22f9975989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10049 2025.03.12 22:43:41.682340 [ 276 ] {cc120aea-e3d4-4bc8-a15f-0b22f9975989} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
10050 2025.03.12 22:43:41.682686 [ 276 ] {cc120aea-e3d4-4bc8-a15f-0b22f9975989} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10051 2025.03.12 22:43:41.682967 [ 276 ] {cc120aea-e3d4-4bc8-a15f-0b22f9975989} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001834 sec., 32715.37622682661 rows/sec., 2.20 MiB/sec.
10052 2025.03.12 22:43:41.683045 [ 276 ] {cc120aea-e3d4-4bc8-a15f-0b22f9975989} <Debug> TCPHandler: Processed in 0.002074864 sec.
10053 2025.03.12 22:43:41.684342 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30109 rows, containing 5 columns (5 merged, 0 gathered) in 0.011013906 sec., 2733725.891613747 rows/sec., 187.38 MiB/sec.
10054 2025.03.12 22:43:41.684825 [ 186 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary)
10055 2025.03.12 22:43:41.685157 [ 186 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10056 2025.03.12 22:43:41.685242 [ 186 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22
10057 2025.03.12 22:43:41.685332 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
10058 2025.03.12 22:43:44.345501 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache
10059 2025.03.12 22:43:44.345568 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache
10060 2025.03.12 22:43:44.591698 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256
10061 2025.03.12 22:43:44.592447 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10062 2025.03.12 22:43:44.592493 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10063 2025.03.12 22:43:44.593025 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
10064 2025.03.12 22:43:44.593287 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10065 2025.03.12 22:43:44.593536 [ 142 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
10066 2025.03.12 22:43:44.593574 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256
10067 2025.03.12 22:43:44.593640 [ 142 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10068 2025.03.12 22:43:44.593689 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10069 2025.03.12 22:43:44.593905 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
10070 2025.03.12 22:43:44.594156 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10071 2025.03.12 22:43:44.594229 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part
10072 2025.03.12 22:43:44.594401 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part
10073 2025.03.12 22:43:44.594683 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part
10074 2025.03.12 22:43:44.594873 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part
10075 2025.03.12 22:43:44.595032 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part
10076 2025.03.12 22:43:44.595215 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part
10077 2025.03.12 22:43:44.597877 [ 192 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.004078265 sec., 7418841.100320847 rows/sec., 106.13 MiB/sec.
10078 2025.03.12 22:43:44.598306 [ 195 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
10079 2025.03.12 22:43:44.598688 [ 195 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_66_13} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10080 2025.03.12 22:43:44.598789 [ 195 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_66_13} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
10081 2025.03.12 22:43:44.598919 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.93 MiB.
10082 2025.03.12 22:43:46.658652 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10083 2025.03.12 22:43:46.658867 [ 276 ] {2726c418-af8d-4ff8-ba54-489e668dad28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10084 2025.03.12 22:43:46.658948 [ 276 ] {2726c418-af8d-4ff8-ba54-489e668dad28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10085 2025.03.12 22:43:46.659727 [ 276 ] {2726c418-af8d-4ff8-ba54-489e668dad28} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10086 2025.03.12 22:43:46.659774 [ 276 ] {2726c418-af8d-4ff8-ba54-489e668dad28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10087 2025.03.12 22:43:46.660223 [ 276 ] {2726c418-af8d-4ff8-ba54-489e668dad28} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
10088 2025.03.12 22:43:46.660483 [ 276 ] {2726c418-af8d-4ff8-ba54-489e668dad28} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10089 2025.03.12 22:43:46.660662 [ 141 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
10090 2025.03.12 22:43:46.660708 [ 276 ] {2726c418-af8d-4ff8-ba54-489e668dad28} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001897 sec., 29520.295202952027 rows/sec., 2.27 MiB/sec.
10091 2025.03.12 22:43:46.660719 [ 141 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10092 2025.03.12 22:43:46.660757 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10093 2025.03.12 22:43:46.660794 [ 276 ] {2726c418-af8d-4ff8-ba54-489e668dad28} <Debug> TCPHandler: Processed in 0.002281179 sec.
10094 2025.03.12 22:43:46.661058 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10095 2025.03.12 22:43:46.661073 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
10096 2025.03.12 22:43:46.661385 [ 276 ] {9012d5e9-0faa-4826-a090-58da0a101736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10097 2025.03.12 22:43:46.661575 [ 276 ] {9012d5e9-0faa-4826-a090-58da0a101736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10098 2025.03.12 22:43:46.661733 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10099 2025.03.12 22:43:46.661915 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1407 rows starting from the beginning of the part
10100 2025.03.12 22:43:46.662881 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 56 rows starting from the beginning of the part
10101 2025.03.12 22:43:46.663446 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 136 rows starting from the beginning of the part
10102 2025.03.12 22:43:46.663822 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part
10103 2025.03.12 22:43:46.664052 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 136 rows starting from the beginning of the part
10104 2025.03.12 22:43:46.664449 [ 192 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part
10105 2025.03.12 22:43:46.665232 [ 276 ] {9012d5e9-0faa-4826-a090-58da0a101736} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10106 2025.03.12 22:43:46.665297 [ 276 ] {9012d5e9-0faa-4826-a090-58da0a101736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10107 2025.03.12 22:43:46.666168 [ 276 ] {9012d5e9-0faa-4826-a090-58da0a101736} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
10108 2025.03.12 22:43:46.666734 [ 276 ] {9012d5e9-0faa-4826-a090-58da0a101736} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10109 2025.03.12 22:43:46.666950 [ 141 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
10110 2025.03.12 22:43:46.667023 [ 141 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10111 2025.03.12 22:43:46.667068 [ 276 ] {9012d5e9-0faa-4826-a090-58da0a101736} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005786 sec., 11061.18216384376 rows/sec., 884.07 KiB/sec.
10112 2025.03.12 22:43:46.667074 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10113 2025.03.12 22:43:46.667427 [ 276 ] {9012d5e9-0faa-4826-a090-58da0a101736} <Debug> TCPHandler: Processed in 0.006460068 sec.
10114 2025.03.12 22:43:46.667636 [ 195 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
10115 2025.03.12 22:43:46.667777 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10116 2025.03.12 22:43:46.668204 [ 276 ] {c44d5f18-aa84-4100-af48-a8b01c3e7162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10117 2025.03.12 22:43:46.668228 [ 195 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10118 2025.03.12 22:43:46.668281 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1847 rows, containing 5 columns (5 merged, 0 gathered) in 0.007388782 sec., 249973.54097062277 rows/sec., 21.86 MiB/sec.
10119 2025.03.12 22:43:46.668337 [ 195 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 632 rows starting from the beginning of the part
10120 2025.03.12 22:43:46.668361 [ 276 ] {c44d5f18-aa84-4100-af48-a8b01c3e7162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10121 2025.03.12 22:43:46.668937 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
10122 2025.03.12 22:43:46.668963 [ 195 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 64 rows starting from the beginning of the part
10123 2025.03.12 22:43:46.669481 [ 195 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 104 rows starting from the beginning of the part
10124 2025.03.12 22:43:46.669893 [ 195 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part
10125 2025.03.12 22:43:46.670333 [ 195 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 104 rows starting from the beginning of the part
10126 2025.03.12 22:43:46.670777 [ 195 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part
10127 2025.03.12 22:43:46.671558 [ 276 ] {c44d5f18-aa84-4100-af48-a8b01c3e7162} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10128 2025.03.12 22:43:46.671576 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_111_22} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10129 2025.03.12 22:43:46.671627 [ 276 ] {c44d5f18-aa84-4100-af48-a8b01c3e7162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10130 2025.03.12 22:43:46.671983 [ 188 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_111_22} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
10131 2025.03.12 22:43:46.672333 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
10132 2025.03.12 22:43:46.672948 [ 276 ] {c44d5f18-aa84-4100-af48-a8b01c3e7162} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
10133 2025.03.12 22:43:46.673547 [ 276 ] {c44d5f18-aa84-4100-af48-a8b01c3e7162} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10134 2025.03.12 22:43:46.673965 [ 276 ] {c44d5f18-aa84-4100-af48-a8b01c3e7162} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005889 sec., 27169.2986924775 rows/sec., 1.89 MiB/sec.
10135 2025.03.12 22:43:46.674281 [ 276 ] {c44d5f18-aa84-4100-af48-a8b01c3e7162} <Debug> TCPHandler: Processed in 0.006633821 sec.
10136 2025.03.12 22:43:46.674504 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1032 rows, containing 5 columns (5 merged, 0 gathered) in 0.007225477 sec., 142827.9406328468 rows/sec., 11.46 MiB/sec.
10137 2025.03.12 22:43:46.674563 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10138 2025.03.12 22:43:46.674706 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
10139 2025.03.12 22:43:46.674736 [ 276 ] {646d8c13-bfc9-4b7f-b0e8-86164dea3707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10140 2025.03.12 22:43:46.674860 [ 276 ] {646d8c13-bfc9-4b7f-b0e8-86164dea3707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10141 2025.03.12 22:43:46.675303 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_111_22} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10142 2025.03.12 22:43:46.675435 [ 196 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_111_22} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
10143 2025.03.12 22:43:46.675604 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
10144 2025.03.12 22:43:46.675764 [ 276 ] {646d8c13-bfc9-4b7f-b0e8-86164dea3707} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10145 2025.03.12 22:43:46.675808 [ 276 ] {646d8c13-bfc9-4b7f-b0e8-86164dea3707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10146 2025.03.12 22:43:46.676179 [ 276 ] {646d8c13-bfc9-4b7f-b0e8-86164dea3707} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
10147 2025.03.12 22:43:46.676422 [ 276 ] {646d8c13-bfc9-4b7f-b0e8-86164dea3707} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10148 2025.03.12 22:43:46.676564 [ 137 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
10149 2025.03.12 22:43:46.676610 [ 276 ] {646d8c13-bfc9-4b7f-b0e8-86164dea3707} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001932 sec., 31055.900621118013 rows/sec., 2.09 MiB/sec.
10150 2025.03.12 22:43:46.676613 [ 137 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10151 2025.03.12 22:43:46.676663 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10152 2025.03.12 22:43:46.676685 [ 276 ] {646d8c13-bfc9-4b7f-b0e8-86164dea3707} <Debug> TCPHandler: Processed in 0.002192367 sec.
10153 2025.03.12 22:43:46.676910 [ 188 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
10154 2025.03.12 22:43:46.677050 [ 188 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10155 2025.03.12 22:43:46.677152 [ 188 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 5448 rows starting from the beginning of the part
10156 2025.03.12 22:43:46.677491 [ 188 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part
10157 2025.03.12 22:43:46.677857 [ 188 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part
10158 2025.03.12 22:43:46.678237 [ 188 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part
10159 2025.03.12 22:43:46.678570 [ 188 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part
10160 2025.03.12 22:43:46.678939 [ 188 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part
10161 2025.03.12 22:43:46.680777 [ 196 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5748 rows, containing 4 columns (4 merged, 0 gathered) in 0.004031935 sec., 1425618.220531829 rows/sec., 96.08 MiB/sec.
10162 2025.03.12 22:43:46.681112 [ 188 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
10163 2025.03.12 22:43:46.681416 [ 188 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_111_22} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10164 2025.03.12 22:43:46.681509 [ 188 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_111_22} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
10165 2025.03.12 22:43:46.681588 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB.
10166 2025.03.12 22:43:46.687114 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498
10167 2025.03.12 22:43:46.708884 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10168 2025.03.12 22:43:46.708935 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10169 2025.03.12 22:43:46.716402 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
10170 2025.03.12 22:43:46.717227 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10171 2025.03.12 22:43:46.717652 [ 137 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
10172 2025.03.12 22:43:46.717795 [ 137 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10173 2025.03.12 22:43:46.717901 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10174 2025.03.12 22:43:46.718498 [ 193 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
10175 2025.03.12 22:43:46.734567 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498
10176 2025.03.12 22:43:46.736018 [ 193 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10177 2025.03.12 22:43:46.737330 [ 193 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part
10178 2025.03.12 22:43:46.742755 [ 193 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part
10179 2025.03.12 22:43:46.748134 [ 193 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part
10180 2025.03.12 22:43:46.753741 [ 193 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part
10181 2025.03.12 22:43:46.759675 [ 193 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part
10182 2025.03.12 22:43:46.764688 [ 193 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part
10183 2025.03.12 22:43:46.822880 [ 188 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.104761245 sec., 4753.666300930272 rows/sec., 24.58 MiB/sec.
10184 2025.03.12 22:43:46.826525 [ 188 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
10185 2025.03.12 22:43:46.829425 [ 188 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_66_13} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10186 2025.03.12 22:43:46.829540 [ 188 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_66_13} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
10187 2025.03.12 22:43:46.832001 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB.
10188 2025.03.12 22:43:48.018493 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10189 2025.03.12 22:43:48.018705 [ 276 ] {d2cabdd0-2d63-4840-94c7-7e08d5880ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10190 2025.03.12 22:43:48.018783 [ 276 ] {d2cabdd0-2d63-4840-94c7-7e08d5880ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10191 2025.03.12 22:43:48.019617 [ 276 ] {d2cabdd0-2d63-4840-94c7-7e08d5880ea7} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10192 2025.03.12 22:43:48.019679 [ 276 ] {d2cabdd0-2d63-4840-94c7-7e08d5880ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10193 2025.03.12 22:43:48.020169 [ 276 ] {d2cabdd0-2d63-4840-94c7-7e08d5880ea7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
10194 2025.03.12 22:43:48.020448 [ 276 ] {d2cabdd0-2d63-4840-94c7-7e08d5880ea7} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10195 2025.03.12 22:43:48.020791 [ 276 ] {d2cabdd0-2d63-4840-94c7-7e08d5880ea7} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002114 sec., 11352.885525070955 rows/sec., 964.55 KiB/sec.
10196 2025.03.12 22:43:48.020956 [ 276 ] {d2cabdd0-2d63-4840-94c7-7e08d5880ea7} <Debug> TCPHandler: Processed in 0.002599837 sec.
10197 2025.03.12 22:43:48.021100 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10198 2025.03.12 22:43:48.021230 [ 276 ] {8a60b54d-b535-4373-ba77-0178499e16c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10199 2025.03.12 22:43:48.021284 [ 276 ] {8a60b54d-b535-4373-ba77-0178499e16c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10200 2025.03.12 22:43:48.021872 [ 276 ] {8a60b54d-b535-4373-ba77-0178499e16c3} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10201 2025.03.12 22:43:48.021918 [ 276 ] {8a60b54d-b535-4373-ba77-0178499e16c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10202 2025.03.12 22:43:48.022301 [ 276 ] {8a60b54d-b535-4373-ba77-0178499e16c3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
10203 2025.03.12 22:43:48.022549 [ 276 ] {8a60b54d-b535-4373-ba77-0178499e16c3} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10204 2025.03.12 22:43:48.022929 [ 276 ] {8a60b54d-b535-4373-ba77-0178499e16c3} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001697 sec., 9428.403064230995 rows/sec., 768.82 KiB/sec.
10205 2025.03.12 22:43:48.023235 [ 276 ] {8a60b54d-b535-4373-ba77-0178499e16c3} <Debug> TCPHandler: Processed in 0.002183816 sec.
10206 2025.03.12 22:43:48.023507 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10207 2025.03.12 22:43:48.023615 [ 276 ] {8ac40df5-5c48-46a0-af4f-54521ef4712b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10208 2025.03.12 22:43:48.023665 [ 276 ] {8ac40df5-5c48-46a0-af4f-54521ef4712b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10209 2025.03.12 22:43:48.024975 [ 276 ] {8ac40df5-5c48-46a0-af4f-54521ef4712b} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10210 2025.03.12 22:43:48.025016 [ 276 ] {8ac40df5-5c48-46a0-af4f-54521ef4712b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10211 2025.03.12 22:43:48.025468 [ 276 ] {8ac40df5-5c48-46a0-af4f-54521ef4712b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
10212 2025.03.12 22:43:48.025720 [ 276 ] {8ac40df5-5c48-46a0-af4f-54521ef4712b} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10213 2025.03.12 22:43:48.025958 [ 276 ] {8ac40df5-5c48-46a0-af4f-54521ef4712b} <Debug> executeQuery: Read 1404 rows, 120.63 KiB in 0.002361 sec., 594663.2782719188 rows/sec., 49.90 MiB/sec.
10214 2025.03.12 22:43:48.026055 [ 276 ] {8ac40df5-5c48-46a0-af4f-54521ef4712b} <Debug> TCPHandler: Processed in 0.002608147 sec.
10215 2025.03.12 22:43:48.026233 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10216 2025.03.12 22:43:48.026602 [ 276 ] {5105cf28-5611-46bc-ae54-330f7cc89d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10217 2025.03.12 22:43:48.026733 [ 276 ] {5105cf28-5611-46bc-ae54-330f7cc89d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10218 2025.03.12 22:43:48.027386 [ 276 ] {5105cf28-5611-46bc-ae54-330f7cc89d7a} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10219 2025.03.12 22:43:48.027427 [ 276 ] {5105cf28-5611-46bc-ae54-330f7cc89d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10220 2025.03.12 22:43:48.027795 [ 276 ] {5105cf28-5611-46bc-ae54-330f7cc89d7a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10221 2025.03.12 22:43:48.028050 [ 276 ] {5105cf28-5611-46bc-ae54-330f7cc89d7a} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10222 2025.03.12 22:43:48.028263 [ 276 ] {5105cf28-5611-46bc-ae54-330f7cc89d7a} <Debug> executeQuery: Read 68 rows, 5.09 KiB in 0.001803 sec., 37714.919578480316 rows/sec., 2.75 MiB/sec.
10223 2025.03.12 22:43:48.028317 [ 276 ] {5105cf28-5611-46bc-ae54-330f7cc89d7a} <Debug> TCPHandler: Processed in 0.002183536 sec.
10224 2025.03.12 22:43:48.028445 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10225 2025.03.12 22:43:48.028573 [ 276 ] {03634a9c-d5e1-4140-9d6f-d4cdede07c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10226 2025.03.12 22:43:48.028629 [ 276 ] {03634a9c-d5e1-4140-9d6f-d4cdede07c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10227 2025.03.12 22:43:48.029335 [ 276 ] {03634a9c-d5e1-4140-9d6f-d4cdede07c5d} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10228 2025.03.12 22:43:48.029376 [ 276 ] {03634a9c-d5e1-4140-9d6f-d4cdede07c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10229 2025.03.12 22:43:48.029763 [ 276 ] {03634a9c-d5e1-4140-9d6f-d4cdede07c5d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
10230 2025.03.12 22:43:48.030046 [ 276 ] {03634a9c-d5e1-4140-9d6f-d4cdede07c5d} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10231 2025.03.12 22:43:48.030303 [ 276 ] {03634a9c-d5e1-4140-9d6f-d4cdede07c5d} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001754 sec., 143671.60775370582 rows/sec., 9.94 MiB/sec.
10232 2025.03.12 22:43:48.030528 [ 276 ] {03634a9c-d5e1-4140-9d6f-d4cdede07c5d} <Debug> TCPHandler: Processed in 0.002139305 sec.
10233 2025.03.12 22:43:48.030654 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10234 2025.03.12 22:43:48.030763 [ 276 ] {7d4d5db2-3dbb-424d-b5ff-d9058f2fc8d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10235 2025.03.12 22:43:48.030809 [ 276 ] {7d4d5db2-3dbb-424d-b5ff-d9058f2fc8d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10236 2025.03.12 22:43:48.031381 [ 276 ] {7d4d5db2-3dbb-424d-b5ff-d9058f2fc8d4} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10237 2025.03.12 22:43:48.031422 [ 276 ] {7d4d5db2-3dbb-424d-b5ff-d9058f2fc8d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10238 2025.03.12 22:43:48.031776 [ 276 ] {7d4d5db2-3dbb-424d-b5ff-d9058f2fc8d4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
10239 2025.03.12 22:43:48.032020 [ 276 ] {7d4d5db2-3dbb-424d-b5ff-d9058f2fc8d4} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10240 2025.03.12 22:43:48.032398 [ 276 ] {7d4d5db2-3dbb-424d-b5ff-d9058f2fc8d4} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001614 sec., 7434.944237918216 rows/sec., 580.86 KiB/sec.
10241 2025.03.12 22:43:48.032751 [ 276 ] {7d4d5db2-3dbb-424d-b5ff-d9058f2fc8d4} <Debug> TCPHandler: Processed in 0.002142835 sec.
10242 2025.03.12 22:43:48.032873 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10243 2025.03.12 22:43:48.032976 [ 276 ] {cc8f264b-416c-4c51-9f68-1237dad284ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10244 2025.03.12 22:43:48.033023 [ 276 ] {cc8f264b-416c-4c51-9f68-1237dad284ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10245 2025.03.12 22:43:48.033836 [ 276 ] {cc8f264b-416c-4c51-9f68-1237dad284ac} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10246 2025.03.12 22:43:48.033876 [ 276 ] {cc8f264b-416c-4c51-9f68-1237dad284ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10247 2025.03.12 22:43:48.034269 [ 276 ] {cc8f264b-416c-4c51-9f68-1237dad284ac} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
10248 2025.03.12 22:43:48.034508 [ 276 ] {cc8f264b-416c-4c51-9f68-1237dad284ac} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10249 2025.03.12 22:43:48.034718 [ 276 ] {cc8f264b-416c-4c51-9f68-1237dad284ac} <Debug> executeQuery: Read 612 rows, 47.17 KiB in 0.001764 sec., 346938.7755102041 rows/sec., 26.11 MiB/sec.
10250 2025.03.12 22:43:48.034775 [ 276 ] {cc8f264b-416c-4c51-9f68-1237dad284ac} <Debug> TCPHandler: Processed in 0.001952611 sec.
10251 2025.03.12 22:43:48.034880 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10252 2025.03.12 22:43:48.034983 [ 276 ] {b0899171-ee45-41a6-976c-101126e111c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10253 2025.03.12 22:43:48.035033 [ 276 ] {b0899171-ee45-41a6-976c-101126e111c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10254 2025.03.12 22:43:48.035763 [ 276 ] {b0899171-ee45-41a6-976c-101126e111c3} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10255 2025.03.12 22:43:48.035803 [ 276 ] {b0899171-ee45-41a6-976c-101126e111c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10256 2025.03.12 22:43:48.036246 [ 276 ] {b0899171-ee45-41a6-976c-101126e111c3} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
10257 2025.03.12 22:43:48.036498 [ 276 ] {b0899171-ee45-41a6-976c-101126e111c3} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10258 2025.03.12 22:43:48.036709 [ 276 ] {b0899171-ee45-41a6-976c-101126e111c3} <Debug> executeQuery: Read 942 rows, 65.08 KiB in 0.001748 sec., 538901.6018306636 rows/sec., 36.36 MiB/sec.
10259 2025.03.12 22:43:48.036762 [ 276 ] {b0899171-ee45-41a6-976c-101126e111c3} <Debug> TCPHandler: Processed in 0.00193182 sec.
10260 2025.03.12 22:43:48.036878 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10261 2025.03.12 22:43:48.036985 [ 276 ] {16123901-e777-44e0-a13e-007aa77d4346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10262 2025.03.12 22:43:48.037052 [ 276 ] {16123901-e777-44e0-a13e-007aa77d4346} <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
10263 2025.03.12 22:43:48.038228 [ 276 ] {16123901-e777-44e0-a13e-007aa77d4346} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10264 2025.03.12 22:43:48.038268 [ 276 ] {16123901-e777-44e0-a13e-007aa77d4346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10265 2025.03.12 22:43:48.038927 [ 276 ] {16123901-e777-44e0-a13e-007aa77d4346} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10266 2025.03.12 22:43:48.039197 [ 276 ] {16123901-e777-44e0-a13e-007aa77d4346} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10267 2025.03.12 22:43:48.039434 [ 276 ] {16123901-e777-44e0-a13e-007aa77d4346} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002472 sec., 16181.229773462785 rows/sec., 29.00 MiB/sec.
10268 2025.03.12 22:43:48.039528 [ 276 ] {16123901-e777-44e0-a13e-007aa77d4346} <Debug> TCPHandler: Processed in 0.00270164 sec.
10269 2025.03.12 22:43:48.039643 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10270 2025.03.12 22:43:48.039745 [ 276 ] {9085bd53-a157-42e9-8f04-e98c56ca22c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10271 2025.03.12 22:43:48.039793 [ 276 ] {9085bd53-a157-42e9-8f04-e98c56ca22c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10272 2025.03.12 22:43:48.040205 [ 276 ] {9085bd53-a157-42e9-8f04-e98c56ca22c0} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10273 2025.03.12 22:43:48.040245 [ 276 ] {9085bd53-a157-42e9-8f04-e98c56ca22c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10274 2025.03.12 22:43:48.040602 [ 276 ] {9085bd53-a157-42e9-8f04-e98c56ca22c0} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
10275 2025.03.12 22:43:48.040841 [ 276 ] {9085bd53-a157-42e9-8f04-e98c56ca22c0} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10276 2025.03.12 22:43:48.041055 [ 276 ] {9085bd53-a157-42e9-8f04-e98c56ca22c0} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001331 sec., 13523.6664162284 rows/sec., 938.41 KiB/sec.
10277 2025.03.12 22:43:48.041106 [ 276 ] {9085bd53-a157-42e9-8f04-e98c56ca22c0} <Debug> TCPHandler: Processed in 0.00151468 sec.
10278 2025.03.12 22:43:49.760999 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1392
10279 2025.03.12 22:43:49.764609 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10280 2025.03.12 22:43:49.764660 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10281 2025.03.12 22:43:49.766120 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10282 2025.03.12 22:43:49.766424 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10283 2025.03.12 22:43:49.767896 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1392
10284 2025.03.12 22:43:51.656957 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10285 2025.03.12 22:43:51.657174 [ 276 ] {b190abb8-4f08-4942-b970-cc411de8605d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10286 2025.03.12 22:43:51.657252 [ 276 ] {b190abb8-4f08-4942-b970-cc411de8605d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10287 2025.03.12 22:43:51.658038 [ 276 ] {b190abb8-4f08-4942-b970-cc411de8605d} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10288 2025.03.12 22:43:51.658090 [ 276 ] {b190abb8-4f08-4942-b970-cc411de8605d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10289 2025.03.12 22:43:51.658529 [ 276 ] {b190abb8-4f08-4942-b970-cc411de8605d} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
10290 2025.03.12 22:43:51.658778 [ 276 ] {b190abb8-4f08-4942-b970-cc411de8605d} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10291 2025.03.12 22:43:51.659017 [ 276 ] {b190abb8-4f08-4942-b970-cc411de8605d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001903 sec., 29427.220178665266 rows/sec., 2.26 MiB/sec.
10292 2025.03.12 22:43:51.659074 [ 276 ] {b190abb8-4f08-4942-b970-cc411de8605d} <Debug> TCPHandler: Processed in 0.002260188 sec.
10293 2025.03.12 22:43:51.659198 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10294 2025.03.12 22:43:51.659306 [ 276 ] {1cff2d6e-524c-4788-a8de-dfb7eac090c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10295 2025.03.12 22:43:51.659353 [ 276 ] {1cff2d6e-524c-4788-a8de-dfb7eac090c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10296 2025.03.12 22:43:51.659908 [ 276 ] {1cff2d6e-524c-4788-a8de-dfb7eac090c0} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10297 2025.03.12 22:43:51.659949 [ 276 ] {1cff2d6e-524c-4788-a8de-dfb7eac090c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10298 2025.03.12 22:43:51.660323 [ 276 ] {1cff2d6e-524c-4788-a8de-dfb7eac090c0} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
10299 2025.03.12 22:43:51.660563 [ 276 ] {1cff2d6e-524c-4788-a8de-dfb7eac090c0} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10300 2025.03.12 22:43:51.660793 [ 276 ] {1cff2d6e-524c-4788-a8de-dfb7eac090c0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001503 sec., 42581.503659347974 rows/sec., 3.32 MiB/sec.
10301 2025.03.12 22:43:51.660847 [ 276 ] {1cff2d6e-524c-4788-a8de-dfb7eac090c0} <Debug> TCPHandler: Processed in 0.001700704 sec.
10302 2025.03.12 22:43:51.660966 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10303 2025.03.12 22:43:51.661074 [ 276 ] {fd08e6c5-c383-42d8-9714-2368d70d20f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10304 2025.03.12 22:43:51.661124 [ 276 ] {fd08e6c5-c383-42d8-9714-2368d70d20f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10305 2025.03.12 22:43:51.661637 [ 276 ] {fd08e6c5-c383-42d8-9714-2368d70d20f8} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10306 2025.03.12 22:43:51.661677 [ 276 ] {fd08e6c5-c383-42d8-9714-2368d70d20f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10307 2025.03.12 22:43:51.662059 [ 276 ] {fd08e6c5-c383-42d8-9714-2368d70d20f8} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
10308 2025.03.12 22:43:51.662307 [ 276 ] {fd08e6c5-c383-42d8-9714-2368d70d20f8} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10309 2025.03.12 22:43:51.662526 [ 276 ] {fd08e6c5-c383-42d8-9714-2368d70d20f8} <Debug> executeQuery: Read 108 rows, 7.71 KiB in 0.001464 sec., 73770.49180327868 rows/sec., 5.14 MiB/sec.
10310 2025.03.12 22:43:51.662588 [ 276 ] {fd08e6c5-c383-42d8-9714-2368d70d20f8} <Debug> TCPHandler: Processed in 0.001671913 sec.
10311 2025.03.12 22:43:51.662701 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10312 2025.03.12 22:43:51.662858 [ 276 ] {65a03c92-9ce7-4789-8156-173dc68ae2c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10313 2025.03.12 22:43:51.662936 [ 276 ] {65a03c92-9ce7-4789-8156-173dc68ae2c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10314 2025.03.12 22:43:51.663669 [ 276 ] {65a03c92-9ce7-4789-8156-173dc68ae2c8} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10315 2025.03.12 22:43:51.663708 [ 276 ] {65a03c92-9ce7-4789-8156-173dc68ae2c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10316 2025.03.12 22:43:51.664065 [ 276 ] {65a03c92-9ce7-4789-8156-173dc68ae2c8} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
10317 2025.03.12 22:43:51.664302 [ 276 ] {65a03c92-9ce7-4789-8156-173dc68ae2c8} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10318 2025.03.12 22:43:51.664536 [ 276 ] {65a03c92-9ce7-4789-8156-173dc68ae2c8} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001719 sec., 24432.80977312391 rows/sec., 1.64 MiB/sec.
10319 2025.03.12 22:43:51.664640 [ 276 ] {65a03c92-9ce7-4789-8156-173dc68ae2c8} <Debug> TCPHandler: Processed in 0.001990881 sec.
10320 2025.03.12 22:43:52.093739 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744
10321 2025.03.12 22:43:52.094591 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10322 2025.03.12 22:43:52.094629 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10323 2025.03.12 22:43:52.095145 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10324 2025.03.12 22:43:52.095397 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10325 2025.03.12 22:43:52.095581 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744
10326 2025.03.12 22:43:54.234656 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505
10327 2025.03.12 22:43:54.253800 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10328 2025.03.12 22:43:54.253854 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10329 2025.03.12 22:43:54.260919 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10330 2025.03.12 22:43:54.261690 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10331 2025.03.12 22:43:54.264338 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505
10332 2025.03.12 22:43:56.658612 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10333 2025.03.12 22:43:56.658824 [ 276 ] {a47541ad-9a8d-481c-88d3-02491fbfa84b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10334 2025.03.12 22:43:56.658905 [ 276 ] {a47541ad-9a8d-481c-88d3-02491fbfa84b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10335 2025.03.12 22:43:56.659740 [ 276 ] {a47541ad-9a8d-481c-88d3-02491fbfa84b} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10336 2025.03.12 22:43:56.659790 [ 276 ] {a47541ad-9a8d-481c-88d3-02491fbfa84b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10337 2025.03.12 22:43:56.660239 [ 276 ] {a47541ad-9a8d-481c-88d3-02491fbfa84b} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
10338 2025.03.12 22:43:56.660496 [ 276 ] {a47541ad-9a8d-481c-88d3-02491fbfa84b} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10339 2025.03.12 22:43:56.660721 [ 276 ] {a47541ad-9a8d-481c-88d3-02491fbfa84b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001954 sec., 28659.160696008188 rows/sec., 2.20 MiB/sec.
10340 2025.03.12 22:43:56.660791 [ 276 ] {a47541ad-9a8d-481c-88d3-02491fbfa84b} <Debug> TCPHandler: Processed in 0.002317751 sec.
10341 2025.03.12 22:43:56.660914 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10342 2025.03.12 22:43:56.661022 [ 276 ] {3717a9ab-c999-4990-8030-1c6314331ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10343 2025.03.12 22:43:56.661068 [ 276 ] {3717a9ab-c999-4990-8030-1c6314331ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10344 2025.03.12 22:43:56.661617 [ 276 ] {3717a9ab-c999-4990-8030-1c6314331ad3} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10345 2025.03.12 22:43:56.661657 [ 276 ] {3717a9ab-c999-4990-8030-1c6314331ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10346 2025.03.12 22:43:56.662018 [ 276 ] {3717a9ab-c999-4990-8030-1c6314331ad3} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
10347 2025.03.12 22:43:56.662254 [ 276 ] {3717a9ab-c999-4990-8030-1c6314331ad3} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10348 2025.03.12 22:43:56.662476 [ 276 ] {3717a9ab-c999-4990-8030-1c6314331ad3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001475 sec., 43389.83050847458 rows/sec., 3.39 MiB/sec.
10349 2025.03.12 22:43:56.662530 [ 276 ] {3717a9ab-c999-4990-8030-1c6314331ad3} <Debug> TCPHandler: Processed in 0.001665754 sec.
10350 2025.03.12 22:43:56.662643 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10351 2025.03.12 22:43:56.662805 [ 276 ] {ca5af6f2-112c-4369-8ac4-a1f1768c733b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10352 2025.03.12 22:43:56.662889 [ 276 ] {ca5af6f2-112c-4369-8ac4-a1f1768c733b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10353 2025.03.12 22:43:56.663549 [ 276 ] {ca5af6f2-112c-4369-8ac4-a1f1768c733b} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10354 2025.03.12 22:43:56.663588 [ 276 ] {ca5af6f2-112c-4369-8ac4-a1f1768c733b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10355 2025.03.12 22:43:56.663974 [ 276 ] {ca5af6f2-112c-4369-8ac4-a1f1768c733b} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
10356 2025.03.12 22:43:56.664212 [ 276 ] {ca5af6f2-112c-4369-8ac4-a1f1768c733b} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10357 2025.03.12 22:43:56.664432 [ 276 ] {ca5af6f2-112c-4369-8ac4-a1f1768c733b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001673 sec., 95636.58099222953 rows/sec., 6.66 MiB/sec.
10358 2025.03.12 22:43:56.664486 [ 276 ] {ca5af6f2-112c-4369-8ac4-a1f1768c733b} <Debug> TCPHandler: Processed in 0.001897599 sec.
10359 2025.03.12 22:43:56.664592 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10360 2025.03.12 22:43:56.664695 [ 276 ] {e26e7818-7518-422b-ba80-5bb4a4f07427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10361 2025.03.12 22:43:56.664742 [ 276 ] {e26e7818-7518-422b-ba80-5bb4a4f07427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10362 2025.03.12 22:43:56.665183 [ 276 ] {e26e7818-7518-422b-ba80-5bb4a4f07427} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10363 2025.03.12 22:43:56.665224 [ 276 ] {e26e7818-7518-422b-ba80-5bb4a4f07427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10364 2025.03.12 22:43:56.665586 [ 276 ] {e26e7818-7518-422b-ba80-5bb4a4f07427} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
10365 2025.03.12 22:43:56.665827 [ 276 ] {e26e7818-7518-422b-ba80-5bb4a4f07427} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10366 2025.03.12 22:43:56.666056 [ 276 ] {e26e7818-7518-422b-ba80-5bb4a4f07427} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec.
10367 2025.03.12 22:43:56.666116 [ 276 ] {e26e7818-7518-422b-ba80-5bb4a4f07427} <Debug> TCPHandler: Processed in 0.00157262 sec.
10368 2025.03.12 22:43:59.345632 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache
10369 2025.03.12 22:43:59.345730 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache
10370 2025.03.12 22:43:59.595709 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171
10371 2025.03.12 22:43:59.596441 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10372 2025.03.12 22:43:59.596490 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10373 2025.03.12 22:43:59.597021 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10374 2025.03.12 22:43:59.597264 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10375 2025.03.12 22:43:59.597481 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171
10376 2025.03.12 22:43:59.768107 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1408
10377 2025.03.12 22:43:59.770838 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10378 2025.03.12 22:43:59.770887 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10379 2025.03.12 22:43:59.772345 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10380 2025.03.12 22:43:59.772648 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10381 2025.03.12 22:43:59.774207 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1408
10382 2025.03.12 22:44:00.504542 [ 34 ] {} <Debug> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
10383 2025.03.12 22:44:00.504607 [ 34 ] {} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10384 2025.03.12 22:44:00.504630 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10385 2025.03.12 22:44:00.504808 [ 196 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::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
10386 2025.03.12 22:44:00.504991 [ 196 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10387 2025.03.12 22:44:00.505042 [ 196 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 254 rows starting from the beginning of the part
10388 2025.03.12 22:44:00.505138 [ 196 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 252 rows starting from the beginning of the part
10389 2025.03.12 22:44:00.505409 [ 196 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 252 rows starting from the beginning of the part
10390 2025.03.12 22:44:00.505646 [ 196 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 252 rows starting from the beginning of the part
10391 2025.03.12 22:44:00.505811 [ 196 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 252 rows starting from the beginning of the part
10392 2025.03.12 22:44:00.507156 [ 197 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 5 columns (5 merged, 0 gathered) in 0.002446733 sec., 515789.8307661686 rows/sec., 37.64 MiB/sec.
10393 2025.03.12 22:44:00.507382 [ 187 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
10394 2025.03.12 22:44:00.507719 [ 187 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_17_4} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10395 2025.03.12 22:44:00.507821 [ 187 ] {f80c71d9-05e8-4de7-9276-2776e74381ad::all_1_17_4} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
10396 2025.03.12 22:44:00.507926 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
10397 2025.03.12 22:44:01.660369 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10398 2025.03.12 22:44:01.660577 [ 276 ] {a306f410-84d3-4a6c-a7fe-2b2ed0a87f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10399 2025.03.12 22:44:01.660648 [ 276 ] {a306f410-84d3-4a6c-a7fe-2b2ed0a87f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10400 2025.03.12 22:44:01.661485 [ 276 ] {a306f410-84d3-4a6c-a7fe-2b2ed0a87f31} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10401 2025.03.12 22:44:01.661532 [ 276 ] {a306f410-84d3-4a6c-a7fe-2b2ed0a87f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10402 2025.03.12 22:44:01.661974 [ 276 ] {a306f410-84d3-4a6c-a7fe-2b2ed0a87f31} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
10403 2025.03.12 22:44:01.662232 [ 276 ] {a306f410-84d3-4a6c-a7fe-2b2ed0a87f31} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10404 2025.03.12 22:44:01.662475 [ 276 ] {a306f410-84d3-4a6c-a7fe-2b2ed0a87f31} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.001954 sec., 69600.81883316275 rows/sec., 6.01 MiB/sec.
10405 2025.03.12 22:44:01.662535 [ 276 ] {a306f410-84d3-4a6c-a7fe-2b2ed0a87f31} <Debug> TCPHandler: Processed in 0.002303089 sec.
10406 2025.03.12 22:44:01.662661 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10407 2025.03.12 22:44:01.662765 [ 276 ] {91913e8a-757f-45ce-95a7-4147767b1d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10408 2025.03.12 22:44:01.662811 [ 276 ] {91913e8a-757f-45ce-95a7-4147767b1d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10409 2025.03.12 22:44:01.663349 [ 276 ] {91913e8a-757f-45ce-95a7-4147767b1d8c} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10410 2025.03.12 22:44:01.663390 [ 276 ] {91913e8a-757f-45ce-95a7-4147767b1d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10411 2025.03.12 22:44:01.663755 [ 276 ] {91913e8a-757f-45ce-95a7-4147767b1d8c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10412 2025.03.12 22:44:01.664009 [ 276 ] {91913e8a-757f-45ce-95a7-4147767b1d8c} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10413 2025.03.12 22:44:01.664219 [ 276 ] {91913e8a-757f-45ce-95a7-4147767b1d8c} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001474 sec., 27137.042062415196 rows/sec., 1.99 MiB/sec.
10414 2025.03.12 22:44:01.664273 [ 276 ] {91913e8a-757f-45ce-95a7-4147767b1d8c} <Debug> TCPHandler: Processed in 0.001664703 sec.
10415 2025.03.12 22:44:01.664380 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10416 2025.03.12 22:44:01.664481 [ 276 ] {815a3f6d-9ab4-4079-9b72-1f7683a35d8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10417 2025.03.12 22:44:01.664527 [ 276 ] {815a3f6d-9ab4-4079-9b72-1f7683a35d8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10418 2025.03.12 22:44:01.665095 [ 276 ] {815a3f6d-9ab4-4079-9b72-1f7683a35d8a} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10419 2025.03.12 22:44:01.665136 [ 276 ] {815a3f6d-9ab4-4079-9b72-1f7683a35d8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10420 2025.03.12 22:44:01.665497 [ 276 ] {815a3f6d-9ab4-4079-9b72-1f7683a35d8a} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
10421 2025.03.12 22:44:01.665751 [ 276 ] {815a3f6d-9ab4-4079-9b72-1f7683a35d8a} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10422 2025.03.12 22:44:01.665974 [ 276 ] {815a3f6d-9ab4-4079-9b72-1f7683a35d8a} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001514 sec., 68692.20607661823 rows/sec., 5.37 MiB/sec.
10423 2025.03.12 22:44:01.666028 [ 276 ] {815a3f6d-9ab4-4079-9b72-1f7683a35d8a} <Debug> TCPHandler: Processed in 0.001698394 sec.
10424 2025.03.12 22:44:01.666147 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10425 2025.03.12 22:44:01.666252 [ 276 ] {1473619d-f55e-4212-8b1f-a41b84c8b9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10426 2025.03.12 22:44:01.666301 [ 276 ] {1473619d-f55e-4212-8b1f-a41b84c8b9d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10427 2025.03.12 22:44:01.666831 [ 276 ] {1473619d-f55e-4212-8b1f-a41b84c8b9d2} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10428 2025.03.12 22:44:01.666871 [ 276 ] {1473619d-f55e-4212-8b1f-a41b84c8b9d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10429 2025.03.12 22:44:01.667256 [ 276 ] {1473619d-f55e-4212-8b1f-a41b84c8b9d2} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
10430 2025.03.12 22:44:01.667499 [ 276 ] {1473619d-f55e-4212-8b1f-a41b84c8b9d2} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10431 2025.03.12 22:44:01.667670 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0
10432 2025.03.12 22:44:01.667724 [ 276 ] {1473619d-f55e-4212-8b1f-a41b84c8b9d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001491 sec., 107310.52984574111 rows/sec., 7.47 MiB/sec.
10433 2025.03.12 22:44:01.667764 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10434 2025.03.12 22:44:01.667824 [ 276 ] {1473619d-f55e-4212-8b1f-a41b84c8b9d2} <Debug> TCPHandler: Processed in 0.001724554 sec.
10435 2025.03.12 22:44:01.667830 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10436 2025.03.12 22:44:01.668022 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10437 2025.03.12 22:44:01.668031 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full
10438 2025.03.12 22:44:01.668197 [ 276 ] {57b9de9d-d0e1-4e65-a917-fddf8d248b20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10439 2025.03.12 22:44:01.668320 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10440 2025.03.12 22:44:01.668363 [ 276 ] {57b9de9d-d0e1-4e65-a917-fddf8d248b20} <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
10441 2025.03.12 22:44:01.668401 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_110_22, total 30109 rows starting from the beginning of the part
10442 2025.03.12 22:44:01.668837 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part
10443 2025.03.12 22:44:01.669250 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 942 rows starting from the beginning of the part
10444 2025.03.12 22:44:01.669611 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 108 rows starting from the beginning of the part
10445 2025.03.12 22:44:01.669987 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part
10446 2025.03.12 22:44:01.670398 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part
10447 2025.03.12 22:44:01.672802 [ 276 ] {57b9de9d-d0e1-4e65-a917-fddf8d248b20} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10448 2025.03.12 22:44:01.672857 [ 276 ] {57b9de9d-d0e1-4e65-a917-fddf8d248b20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10449 2025.03.12 22:44:01.674591 [ 276 ] {57b9de9d-d0e1-4e65-a917-fddf8d248b20} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10450 2025.03.12 22:44:01.675324 [ 276 ] {57b9de9d-d0e1-4e65-a917-fddf8d248b20} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10451 2025.03.12 22:44:01.675680 [ 276 ] {57b9de9d-d0e1-4e65-a917-fddf8d248b20} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00755 sec., 5298.013245033112 rows/sec., 9.49 MiB/sec.
10452 2025.03.12 22:44:01.675790 [ 276 ] {57b9de9d-d0e1-4e65-a917-fddf8d248b20} <Debug> TCPHandler: Processed in 0.007844843 sec.
10453 2025.03.12 22:44:01.675946 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10454 2025.03.12 22:44:01.676064 [ 276 ] {0d53a5cf-024f-4edb-ac12-fdf3402365ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10455 2025.03.12 22:44:01.676193 [ 276 ] {0d53a5cf-024f-4edb-ac12-fdf3402365ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10456 2025.03.12 22:44:01.676774 [ 276 ] {0d53a5cf-024f-4edb-ac12-fdf3402365ba} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10457 2025.03.12 22:44:01.676828 [ 276 ] {0d53a5cf-024f-4edb-ac12-fdf3402365ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10458 2025.03.12 22:44:01.677283 [ 276 ] {0d53a5cf-024f-4edb-ac12-fdf3402365ba} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
10459 2025.03.12 22:44:01.677821 [ 276 ] {0d53a5cf-024f-4edb-ac12-fdf3402365ba} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10460 2025.03.12 22:44:01.678241 [ 276 ] {0d53a5cf-024f-4edb-ac12-fdf3402365ba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002194 sec., 27347.310847766636 rows/sec., 1.84 MiB/sec.
10461 2025.03.12 22:44:01.678301 [ 276 ] {0d53a5cf-024f-4edb-ac12-fdf3402365ba} <Debug> TCPHandler: Processed in 0.002406112 sec.
10462 2025.03.12 22:44:01.680198 [ 187 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31639 rows, containing 5 columns (5 merged, 0 gathered) in 0.012243977 sec., 2584046.0170743545 rows/sec., 177.09 MiB/sec.
10463 2025.03.12 22:44:01.680797 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary)
10464 2025.03.12 22:44:01.681106 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10465 2025.03.12 22:44:01.681189 [ 189 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23
10466 2025.03.12 22:44:01.681282 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB.
10467 2025.03.12 22:44:01.764415 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513
10468 2025.03.12 22:44:01.785431 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10469 2025.03.12 22:44:01.785477 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
10470 2025.03.12 22:44:01.792820 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10471 2025.03.12 22:44:01.793622 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10472 2025.03.12 22:44:01.796295 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513
10473 2025.03.12 22:44:06.659131 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10474 2025.03.12 22:44:06.659337 [ 276 ] {73a722b7-711b-4102-8e0a-c38a977c18cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10475 2025.03.12 22:44:06.659411 [ 276 ] {73a722b7-711b-4102-8e0a-c38a977c18cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10476 2025.03.12 22:44:06.660197 [ 276 ] {73a722b7-711b-4102-8e0a-c38a977c18cd} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10477 2025.03.12 22:44:06.660249 [ 276 ] {73a722b7-711b-4102-8e0a-c38a977c18cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10478 2025.03.12 22:44:06.660693 [ 276 ] {73a722b7-711b-4102-8e0a-c38a977c18cd} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
10479 2025.03.12 22:44:06.660954 [ 276 ] {73a722b7-711b-4102-8e0a-c38a977c18cd} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10480 2025.03.12 22:44:06.661155 [ 115 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
10481 2025.03.12 22:44:06.661220 [ 276 ] {73a722b7-711b-4102-8e0a-c38a977c18cd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001926 sec., 29075.80477673936 rows/sec., 2.23 MiB/sec.
10482 2025.03.12 22:44:06.661250 [ 115 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10483 2025.03.12 22:44:06.661328 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10484 2025.03.12 22:44:06.661344 [ 276 ] {73a722b7-711b-4102-8e0a-c38a977c18cd} <Debug> TCPHandler: Processed in 0.00234261 sec.
10485 2025.03.12 22:44:06.661588 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
10486 2025.03.12 22:44:06.661600 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10487 2025.03.12 22:44:06.661861 [ 276 ] {17e9c2b7-89c1-4862-a0e6-b4be2e2cd466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10488 2025.03.12 22:44:06.661879 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10489 2025.03.12 22:44:06.661958 [ 276 ] {17e9c2b7-89c1-4862-a0e6-b4be2e2cd466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10490 2025.03.12 22:44:06.661964 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1407 rows starting from the beginning of the part
10491 2025.03.12 22:44:06.662326 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1404 rows starting from the beginning of the part
10492 2025.03.12 22:44:06.662769 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part
10493 2025.03.12 22:44:06.663144 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 56 rows starting from the beginning of the part
10494 2025.03.12 22:44:06.663504 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 136 rows starting from the beginning of the part
10495 2025.03.12 22:44:06.663824 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 56 rows starting from the beginning of the part
10496 2025.03.12 22:44:06.664769 [ 276 ] {17e9c2b7-89c1-4862-a0e6-b4be2e2cd466} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10497 2025.03.12 22:44:06.664830 [ 276 ] {17e9c2b7-89c1-4862-a0e6-b4be2e2cd466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10498 2025.03.12 22:44:06.665672 [ 276 ] {17e9c2b7-89c1-4862-a0e6-b4be2e2cd466} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
10499 2025.03.12 22:44:06.666250 [ 276 ] {17e9c2b7-89c1-4862-a0e6-b4be2e2cd466} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10500 2025.03.12 22:44:06.666499 [ 115 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
10501 2025.03.12 22:44:06.666560 [ 115 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10502 2025.03.12 22:44:06.666605 [ 276 ] {17e9c2b7-89c1-4862-a0e6-b4be2e2cd466} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004812 sec., 13300.083125519533 rows/sec., 1.04 MiB/sec.
10503 2025.03.12 22:44:06.666613 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10504 2025.03.12 22:44:06.666817 [ 276 ] {17e9c2b7-89c1-4862-a0e6-b4be2e2cd466} <Debug> TCPHandler: Processed in 0.005303498 sec.
10505 2025.03.12 22:44:06.667100 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
10506 2025.03.12 22:44:06.667216 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10507 2025.03.12 22:44:06.667637 [ 276 ] {adbef4e7-2b47-4b56-9110-003cb0ecb858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10508 2025.03.12 22:44:06.667695 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10509 2025.03.12 22:44:06.667825 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 632 rows starting from the beginning of the part
10510 2025.03.12 22:44:06.667852 [ 276 ] {adbef4e7-2b47-4b56-9110-003cb0ecb858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10511 2025.03.12 22:44:06.668413 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 612 rows starting from the beginning of the part
10512 2025.03.12 22:44:06.669004 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part
10513 2025.03.12 22:44:06.669561 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 64 rows starting from the beginning of the part
10514 2025.03.12 22:44:06.670118 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 104 rows starting from the beginning of the part
10515 2025.03.12 22:44:06.670658 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 64 rows starting from the beginning of the part
10516 2025.03.12 22:44:06.672242 [ 200 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3115 rows, containing 5 columns (5 merged, 0 gathered) in 0.010783239 sec., 288874.24270203046 rows/sec., 25.26 MiB/sec.
10517 2025.03.12 22:44:06.672461 [ 276 ] {adbef4e7-2b47-4b56-9110-003cb0ecb858} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10518 2025.03.12 22:44:06.672520 [ 276 ] {adbef4e7-2b47-4b56-9110-003cb0ecb858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10519 2025.03.12 22:44:06.672692 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
10520 2025.03.12 22:44:06.673787 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_116_23} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10521 2025.03.12 22:44:06.673840 [ 276 ] {adbef4e7-2b47-4b56-9110-003cb0ecb858} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
10522 2025.03.12 22:44:06.674124 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_116_23} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
10523 2025.03.12 22:44:06.674387 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
10524 2025.03.12 22:44:06.674486 [ 276 ] {adbef4e7-2b47-4b56-9110-003cb0ecb858} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10525 2025.03.12 22:44:06.674826 [ 276 ] {adbef4e7-2b47-4b56-9110-003cb0ecb858} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00732 sec., 21857.92349726776 rows/sec., 1.52 MiB/sec.
10526 2025.03.12 22:44:06.674954 [ 276 ] {adbef4e7-2b47-4b56-9110-003cb0ecb858} <Debug> TCPHandler: Processed in 0.007877794 sec.
10527 2025.03.12 22:44:06.674961 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1540 rows, containing 5 columns (5 merged, 0 gathered) in 0.008190912 sec., 188013.25175999937 rows/sec., 14.98 MiB/sec.
10528 2025.03.12 22:44:06.675076 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10529 2025.03.12 22:44:06.675111 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
10530 2025.03.12 22:44:06.675202 [ 276 ] {8a93bb2f-c5df-4a29-8561-e07c2c859758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10531 2025.03.12 22:44:06.675261 [ 276 ] {8a93bb2f-c5df-4a29-8561-e07c2c859758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10532 2025.03.12 22:44:06.675460 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_116_23} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10533 2025.03.12 22:44:06.675560 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_116_23} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
10534 2025.03.12 22:44:06.675646 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
10535 2025.03.12 22:44:06.675841 [ 276 ] {8a93bb2f-c5df-4a29-8561-e07c2c859758} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10536 2025.03.12 22:44:06.675879 [ 276 ] {8a93bb2f-c5df-4a29-8561-e07c2c859758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10537 2025.03.12 22:44:06.676255 [ 276 ] {8a93bb2f-c5df-4a29-8561-e07c2c859758} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
10538 2025.03.12 22:44:06.676497 [ 276 ] {8a93bb2f-c5df-4a29-8561-e07c2c859758} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10539 2025.03.12 22:44:06.676668 [ 115 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
10540 2025.03.12 22:44:06.676709 [ 115 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10541 2025.03.12 22:44:06.676745 [ 276 ] {8a93bb2f-c5df-4a29-8561-e07c2c859758} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001554 sec., 38610.03861003861 rows/sec., 2.60 MiB/sec.
10542 2025.03.12 22:44:06.676752 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10543 2025.03.12 22:44:06.676910 [ 276 ] {8a93bb2f-c5df-4a29-8561-e07c2c859758} <Debug> TCPHandler: Processed in 0.001879878 sec.
10544 2025.03.12 22:44:06.677114 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
10545 2025.03.12 22:44:06.677494 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10546 2025.03.12 22:44:06.677590 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 5748 rows starting from the beginning of the part
10547 2025.03.12 22:44:06.677934 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 18 rows starting from the beginning of the part
10548 2025.03.12 22:44:06.678288 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 42 rows starting from the beginning of the part
10549 2025.03.12 22:44:06.678684 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part
10550 2025.03.12 22:44:06.679078 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part
10551 2025.03.12 22:44:06.679380 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part
10552 2025.03.12 22:44:06.681315 [ 195 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5988 rows, containing 4 columns (4 merged, 0 gathered) in 0.004417215 sec., 1355605.285230626 rows/sec., 91.36 MiB/sec.
10553 2025.03.12 22:44:06.681683 [ 195 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
10554 2025.03.12 22:44:06.681977 [ 195 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_116_23} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10555 2025.03.12 22:44:06.682056 [ 195 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_116_23} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
10556 2025.03.12 22:44:06.682140 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB.
10557 2025.03.12 22:44:07.097609 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659
10558 2025.03.12 22:44:07.098396 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10559 2025.03.12 22:44:07.098451 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10560 2025.03.12 22:44:07.099036 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10561 2025.03.12 22:44:07.099293 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10562 2025.03.12 22:44:07.099557 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659
10563 2025.03.12 22:44:09.296368 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520
10564 2025.03.12 22:44:09.317594 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10565 2025.03.12 22:44:09.317657 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10566 2025.03.12 22:44:09.324987 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10567 2025.03.12 22:44:09.325783 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10568 2025.03.12 22:44:09.329969 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520
10569 2025.03.12 22:44:09.774352 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1428
10570 2025.03.12 22:44:09.777166 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10571 2025.03.12 22:44:09.777218 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10572 2025.03.12 22:44:09.778685 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10573 2025.03.12 22:44:09.778999 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10574 2025.03.12 22:44:09.779261 [ 77 ] {} <Debug> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10575 2025.03.12 22:44:09.779393 [ 77 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10576 2025.03.12 22:44:09.779465 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10577 2025.03.12 22:44:09.779999 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::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
10578 2025.03.12 22:44:09.782876 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1428
10579 2025.03.12 22:44:09.783536 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10580 2025.03.12 22:44:09.783695 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1316 rows starting from the beginning of the part
10581 2025.03.12 22:44:09.784402 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 16 rows starting from the beginning of the part
10582 2025.03.12 22:44:09.785045 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 20 rows starting from the beginning of the part
10583 2025.03.12 22:44:09.785611 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part
10584 2025.03.12 22:44:09.786154 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part
10585 2025.03.12 22:44:09.786810 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 20 rows starting from the beginning of the part
10586 2025.03.12 22:44:09.794920 [ 192 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1428 rows, containing 72 columns (72 merged, 0 gathered) in 0.015299747 sec., 93334.87671397442 rows/sec., 71.96 MiB/sec.
10587 2025.03.12 22:44:09.796618 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10588 2025.03.12 22:44:09.797439 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_51_10} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10589 2025.03.12 22:44:09.797544 [ 188 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_51_10} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10590 2025.03.12 22:44:09.797880 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB.
10591 2025.03.12 22:44:11.661771 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10592 2025.03.12 22:44:11.661965 [ 276 ] {95192842-5643-413e-bb8f-ac1ce3e3437d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10593 2025.03.12 22:44:11.662046 [ 276 ] {95192842-5643-413e-bb8f-ac1ce3e3437d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10594 2025.03.12 22:44:11.662997 [ 276 ] {95192842-5643-413e-bb8f-ac1ce3e3437d} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10595 2025.03.12 22:44:11.663049 [ 276 ] {95192842-5643-413e-bb8f-ac1ce3e3437d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10596 2025.03.12 22:44:11.663499 [ 276 ] {95192842-5643-413e-bb8f-ac1ce3e3437d} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
10597 2025.03.12 22:44:11.663763 [ 276 ] {95192842-5643-413e-bb8f-ac1ce3e3437d} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10598 2025.03.12 22:44:11.663976 [ 276 ] {95192842-5643-413e-bb8f-ac1ce3e3437d} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002064 sec., 65891.47286821705 rows/sec., 5.69 MiB/sec.
10599 2025.03.12 22:44:11.664052 [ 276 ] {95192842-5643-413e-bb8f-ac1ce3e3437d} <Debug> TCPHandler: Processed in 0.002411312 sec.
10600 2025.03.12 22:44:11.664197 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10601 2025.03.12 22:44:11.664470 [ 276 ] {7000936c-6553-42e4-bd08-1537fcfbf7ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10602 2025.03.12 22:44:11.664606 [ 276 ] {7000936c-6553-42e4-bd08-1537fcfbf7ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10603 2025.03.12 22:44:11.665943 [ 276 ] {7000936c-6553-42e4-bd08-1537fcfbf7ea} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10604 2025.03.12 22:44:11.665985 [ 276 ] {7000936c-6553-42e4-bd08-1537fcfbf7ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10605 2025.03.12 22:44:11.666343 [ 276 ] {7000936c-6553-42e4-bd08-1537fcfbf7ea} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10606 2025.03.12 22:44:11.666588 [ 276 ] {7000936c-6553-42e4-bd08-1537fcfbf7ea} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10607 2025.03.12 22:44:11.666790 [ 276 ] {7000936c-6553-42e4-bd08-1537fcfbf7ea} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002436 sec., 16420.361247947458 rows/sec., 1.21 MiB/sec.
10608 2025.03.12 22:44:11.666845 [ 276 ] {7000936c-6553-42e4-bd08-1537fcfbf7ea} <Debug> TCPHandler: Processed in 0.002708761 sec.
10609 2025.03.12 22:44:11.666965 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10610 2025.03.12 22:44:11.667077 [ 276 ] {32abb74d-09b8-478c-87e7-2d29a64cf6d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10611 2025.03.12 22:44:11.667125 [ 276 ] {32abb74d-09b8-478c-87e7-2d29a64cf6d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10612 2025.03.12 22:44:11.667719 [ 276 ] {32abb74d-09b8-478c-87e7-2d29a64cf6d8} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10613 2025.03.12 22:44:11.667760 [ 276 ] {32abb74d-09b8-478c-87e7-2d29a64cf6d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10614 2025.03.12 22:44:11.668136 [ 276 ] {32abb74d-09b8-478c-87e7-2d29a64cf6d8} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
10615 2025.03.12 22:44:11.668378 [ 276 ] {32abb74d-09b8-478c-87e7-2d29a64cf6d8} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10616 2025.03.12 22:44:11.668609 [ 276 ] {32abb74d-09b8-478c-87e7-2d29a64cf6d8} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001549 sec., 67140.09038089089 rows/sec., 5.24 MiB/sec.
10617 2025.03.12 22:44:11.668667 [ 276 ] {32abb74d-09b8-478c-87e7-2d29a64cf6d8} <Debug> TCPHandler: Processed in 0.001753836 sec.
10618 2025.03.12 22:44:11.668811 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10619 2025.03.12 22:44:11.669118 [ 276 ] {1257ab51-1e2d-4fd9-9c70-4a50775b597c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10620 2025.03.12 22:44:11.669278 [ 276 ] {1257ab51-1e2d-4fd9-9c70-4a50775b597c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10621 2025.03.12 22:44:11.670238 [ 276 ] {1257ab51-1e2d-4fd9-9c70-4a50775b597c} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10622 2025.03.12 22:44:11.670278 [ 276 ] {1257ab51-1e2d-4fd9-9c70-4a50775b597c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10623 2025.03.12 22:44:11.670676 [ 276 ] {1257ab51-1e2d-4fd9-9c70-4a50775b597c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
10624 2025.03.12 22:44:11.670920 [ 276 ] {1257ab51-1e2d-4fd9-9c70-4a50775b597c} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10625 2025.03.12 22:44:11.671148 [ 276 ] {1257ab51-1e2d-4fd9-9c70-4a50775b597c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002153 sec., 74314.90942870414 rows/sec., 5.18 MiB/sec.
10626 2025.03.12 22:44:11.671201 [ 276 ] {1257ab51-1e2d-4fd9-9c70-4a50775b597c} <Debug> TCPHandler: Processed in 0.002445644 sec.
10627 2025.03.12 22:44:11.671317 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10628 2025.03.12 22:44:11.671478 [ 276 ] {3f30b27a-51d6-4075-83d1-2853c50da69f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10629 2025.03.12 22:44:11.671610 [ 276 ] {3f30b27a-51d6-4075-83d1-2853c50da69f} <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
10630 2025.03.12 22:44:11.672782 [ 276 ] {3f30b27a-51d6-4075-83d1-2853c50da69f} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10631 2025.03.12 22:44:11.672822 [ 276 ] {3f30b27a-51d6-4075-83d1-2853c50da69f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10632 2025.03.12 22:44:11.673482 [ 276 ] {3f30b27a-51d6-4075-83d1-2853c50da69f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10633 2025.03.12 22:44:11.673744 [ 276 ] {3f30b27a-51d6-4075-83d1-2853c50da69f} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10634 2025.03.12 22:44:11.673995 [ 276 ] {3f30b27a-51d6-4075-83d1-2853c50da69f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002561 sec., 15618.898867629832 rows/sec., 27.99 MiB/sec.
10635 2025.03.12 22:44:11.674091 [ 276 ] {3f30b27a-51d6-4075-83d1-2853c50da69f} <Debug> TCPHandler: Processed in 0.002830973 sec.
10636 2025.03.12 22:44:11.674213 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10637 2025.03.12 22:44:11.674317 [ 276 ] {93be2b8b-09f7-4ef0-ab3c-12defca83241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10638 2025.03.12 22:44:11.674364 [ 276 ] {93be2b8b-09f7-4ef0-ab3c-12defca83241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10639 2025.03.12 22:44:11.674817 [ 276 ] {93be2b8b-09f7-4ef0-ab3c-12defca83241} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10640 2025.03.12 22:44:11.674857 [ 276 ] {93be2b8b-09f7-4ef0-ab3c-12defca83241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10641 2025.03.12 22:44:11.675217 [ 276 ] {93be2b8b-09f7-4ef0-ab3c-12defca83241} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
10642 2025.03.12 22:44:11.675463 [ 276 ] {93be2b8b-09f7-4ef0-ab3c-12defca83241} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10643 2025.03.12 22:44:11.675679 [ 276 ] {93be2b8b-09f7-4ef0-ab3c-12defca83241} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec.
10644 2025.03.12 22:44:11.675730 [ 276 ] {93be2b8b-09f7-4ef0-ab3c-12defca83241} <Debug> TCPHandler: Processed in 0.001567341 sec.
10645 2025.03.12 22:44:14.345985 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache
10646 2025.03.12 22:44:14.346054 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache
10647 2025.03.12 22:44:14.599696 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086
10648 2025.03.12 22:44:14.600408 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10649 2025.03.12 22:44:14.600458 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10650 2025.03.12 22:44:14.600997 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10651 2025.03.12 22:44:14.601276 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10652 2025.03.12 22:44:14.601596 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086
10653 2025.03.12 22:44:14.606957 [ 223 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10654 2025.03.12 22:44:14.607003 [ 223 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10655 2025.03.12 22:44:14.613441 [ 223 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10656 2025.03.12 22:44:15.760158 [ 219 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10657 2025.03.12 22:44:15.760242 [ 219 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10658 2025.03.12 22:44:15.769985 [ 219 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10659 2025.03.12 22:44:16.594844 [ 223 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10660 2025.03.12 22:44:16.594935 [ 223 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10661 2025.03.12 22:44:16.596992 [ 223 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10662 2025.03.12 22:44:16.659315 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10663 2025.03.12 22:44:16.659631 [ 276 ] {b2bb7af7-b142-456a-a356-20136aa0300e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10664 2025.03.12 22:44:16.659747 [ 276 ] {b2bb7af7-b142-456a-a356-20136aa0300e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10665 2025.03.12 22:44:16.660696 [ 276 ] {b2bb7af7-b142-456a-a356-20136aa0300e} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10666 2025.03.12 22:44:16.660748 [ 276 ] {b2bb7af7-b142-456a-a356-20136aa0300e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10667 2025.03.12 22:44:16.661206 [ 276 ] {b2bb7af7-b142-456a-a356-20136aa0300e} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
10668 2025.03.12 22:44:16.661471 [ 276 ] {b2bb7af7-b142-456a-a356-20136aa0300e} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10669 2025.03.12 22:44:16.661714 [ 276 ] {b2bb7af7-b142-456a-a356-20136aa0300e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002169 sec., 25818.349469801753 rows/sec., 1.98 MiB/sec.
10670 2025.03.12 22:44:16.661772 [ 276 ] {b2bb7af7-b142-456a-a356-20136aa0300e} <Debug> TCPHandler: Processed in 0.002651349 sec.
10671 2025.03.12 22:44:16.661896 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10672 2025.03.12 22:44:16.662002 [ 276 ] {c8c4ab6f-9bcd-4f2f-ae87-9c160e01a4f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10673 2025.03.12 22:44:16.662048 [ 276 ] {c8c4ab6f-9bcd-4f2f-ae87-9c160e01a4f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10674 2025.03.12 22:44:16.662589 [ 276 ] {c8c4ab6f-9bcd-4f2f-ae87-9c160e01a4f7} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10675 2025.03.12 22:44:16.662630 [ 276 ] {c8c4ab6f-9bcd-4f2f-ae87-9c160e01a4f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10676 2025.03.12 22:44:16.662996 [ 276 ] {c8c4ab6f-9bcd-4f2f-ae87-9c160e01a4f7} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
10677 2025.03.12 22:44:16.663248 [ 276 ] {c8c4ab6f-9bcd-4f2f-ae87-9c160e01a4f7} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10678 2025.03.12 22:44:16.663451 [ 276 ] {c8c4ab6f-9bcd-4f2f-ae87-9c160e01a4f7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001471 sec., 43507.817811012916 rows/sec., 3.40 MiB/sec.
10679 2025.03.12 22:44:16.663504 [ 276 ] {c8c4ab6f-9bcd-4f2f-ae87-9c160e01a4f7} <Debug> TCPHandler: Processed in 0.001659793 sec.
10680 2025.03.12 22:44:16.663636 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10681 2025.03.12 22:44:16.663777 [ 276 ] {6365a284-0b2d-4ae1-a3c1-123da204fc66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10682 2025.03.12 22:44:16.663837 [ 276 ] {6365a284-0b2d-4ae1-a3c1-123da204fc66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10683 2025.03.12 22:44:16.664401 [ 276 ] {6365a284-0b2d-4ae1-a3c1-123da204fc66} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10684 2025.03.12 22:44:16.664442 [ 276 ] {6365a284-0b2d-4ae1-a3c1-123da204fc66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10685 2025.03.12 22:44:16.664852 [ 276 ] {6365a284-0b2d-4ae1-a3c1-123da204fc66} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
10686 2025.03.12 22:44:16.665095 [ 276 ] {6365a284-0b2d-4ae1-a3c1-123da204fc66} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10687 2025.03.12 22:44:16.665336 [ 276 ] {6365a284-0b2d-4ae1-a3c1-123da204fc66} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec.
10688 2025.03.12 22:44:16.665408 [ 276 ] {6365a284-0b2d-4ae1-a3c1-123da204fc66} <Debug> TCPHandler: Processed in 0.001838648 sec.
10689 2025.03.12 22:44:16.665465 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10690 2025.03.12 22:44:16.665534 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10691 2025.03.12 22:44:16.665549 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10692 2025.03.12 22:44:16.665713 [ 276 ] {30be8ae2-bd01-4b8d-beb9-d92313829329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10693 2025.03.12 22:44:16.665809 [ 276 ] {30be8ae2-bd01-4b8d-beb9-d92313829329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10694 2025.03.12 22:44:16.666618 [ 276 ] {30be8ae2-bd01-4b8d-beb9-d92313829329} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10695 2025.03.12 22:44:16.666660 [ 276 ] {30be8ae2-bd01-4b8d-beb9-d92313829329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10696 2025.03.12 22:44:16.667388 [ 276 ] {30be8ae2-bd01-4b8d-beb9-d92313829329} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
10697 2025.03.12 22:44:16.667786 [ 276 ] {30be8ae2-bd01-4b8d-beb9-d92313829329} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10698 2025.03.12 22:44:16.668099 [ 276 ] {30be8ae2-bd01-4b8d-beb9-d92313829329} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002417 sec., 24824.162184526274 rows/sec., 1.67 MiB/sec.
10699 2025.03.12 22:44:16.668226 [ 276 ] {30be8ae2-bd01-4b8d-beb9-d92313829329} <Debug> TCPHandler: Processed in 0.00272889 sec.
10700 2025.03.12 22:44:16.668983 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10701 2025.03.12 22:44:16.830042 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528
10702 2025.03.12 22:44:16.852270 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10703 2025.03.12 22:44:16.852327 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10704 2025.03.12 22:44:16.859429 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10705 2025.03.12 22:44:16.860213 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10706 2025.03.12 22:44:16.864158 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528
10707 2025.03.12 22:44:17.002472 [ 222 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10708 2025.03.12 22:44:17.002555 [ 222 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10709 2025.03.12 22:44:17.004688 [ 222 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10710 2025.03.12 22:44:17.267026 [ 217 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10711 2025.03.12 22:44:17.267085 [ 217 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10712 2025.03.12 22:44:17.269011 [ 217 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
10713 2025.03.12 22:44:18.021455 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10714 2025.03.12 22:44:18.021644 [ 276 ] {6cca7d58-620f-4f8b-ad7b-a48a5af79ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10715 2025.03.12 22:44:18.021714 [ 276 ] {6cca7d58-620f-4f8b-ad7b-a48a5af79ef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10716 2025.03.12 22:44:18.022464 [ 276 ] {6cca7d58-620f-4f8b-ad7b-a48a5af79ef2} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10717 2025.03.12 22:44:18.022505 [ 276 ] {6cca7d58-620f-4f8b-ad7b-a48a5af79ef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10718 2025.03.12 22:44:18.022945 [ 276 ] {6cca7d58-620f-4f8b-ad7b-a48a5af79ef2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
10719 2025.03.12 22:44:18.023207 [ 276 ] {6cca7d58-620f-4f8b-ad7b-a48a5af79ef2} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10720 2025.03.12 22:44:18.023344 [ 56 ] {} <Debug> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
10721 2025.03.12 22:44:18.023390 [ 56 ] {} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10722 2025.03.12 22:44:18.023409 [ 276 ] {6cca7d58-620f-4f8b-ad7b-a48a5af79ef2} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001816 sec., 13215.859030837006 rows/sec., 1.10 MiB/sec.
10723 2025.03.12 22:44:18.023419 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10724 2025.03.12 22:44:18.023518 [ 276 ] {6cca7d58-620f-4f8b-ad7b-a48a5af79ef2} <Debug> TCPHandler: Processed in 0.002188016 sec.
10725 2025.03.12 22:44:18.023645 [ 195 ] {e76bd187-737c-4634-8ed8-2974983fdf25::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
10726 2025.03.12 22:44:18.023715 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10727 2025.03.12 22:44:18.023934 [ 195 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10728 2025.03.12 22:44:18.023943 [ 276 ] {de06598c-7088-4baa-814c-57f37fbe44fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10729 2025.03.12 22:44:18.024001 [ 195 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 24 rows starting from the beginning of the part
10730 2025.03.12 22:44:18.024043 [ 276 ] {de06598c-7088-4baa-814c-57f37fbe44fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10731 2025.03.12 22:44:18.024407 [ 195 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part
10732 2025.03.12 22:44:18.024768 [ 195 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part
10733 2025.03.12 22:44:18.025213 [ 195 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part
10734 2025.03.12 22:44:18.025546 [ 195 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part
10735 2025.03.12 22:44:18.026695 [ 276 ] {de06598c-7088-4baa-814c-57f37fbe44fb} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10736 2025.03.12 22:44:18.026755 [ 276 ] {de06598c-7088-4baa-814c-57f37fbe44fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10737 2025.03.12 22:44:18.027834 [ 276 ] {de06598c-7088-4baa-814c-57f37fbe44fb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
10738 2025.03.12 22:44:18.028150 [ 188 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.0046042 sec., 26063.159723730507 rows/sec., 2.26 MiB/sec.
10739 2025.03.12 22:44:18.028326 [ 276 ] {de06598c-7088-4baa-814c-57f37fbe44fb} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10740 2025.03.12 22:44:18.028471 [ 188 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
10741 2025.03.12 22:44:18.028881 [ 276 ] {de06598c-7088-4baa-814c-57f37fbe44fb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004992 sec., 400.64102564102564 rows/sec., 32.67 KiB/sec.
10742 2025.03.12 22:44:18.029166 [ 276 ] {de06598c-7088-4baa-814c-57f37fbe44fb} <Debug> TCPHandler: Processed in 0.005524124 sec.
10743 2025.03.12 22:44:18.029306 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10744 2025.03.12 22:44:18.029346 [ 188 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_17_4} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10745 2025.03.12 22:44:18.029515 [ 276 ] {6a450fce-319b-461b-a640-00b73eb6b05d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10746 2025.03.12 22:44:18.029544 [ 188 ] {e76bd187-737c-4634-8ed8-2974983fdf25::all_1_17_4} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
10747 2025.03.12 22:44:18.029587 [ 276 ] {6a450fce-319b-461b-a640-00b73eb6b05d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10748 2025.03.12 22:44:18.029750 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
10749 2025.03.12 22:44:18.030856 [ 276 ] {6a450fce-319b-461b-a640-00b73eb6b05d} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10750 2025.03.12 22:44:18.030901 [ 276 ] {6a450fce-319b-461b-a640-00b73eb6b05d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10751 2025.03.12 22:44:18.031377 [ 276 ] {6a450fce-319b-461b-a640-00b73eb6b05d} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
10752 2025.03.12 22:44:18.031632 [ 276 ] {6a450fce-319b-461b-a640-00b73eb6b05d} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10753 2025.03.12 22:44:18.031812 [ 276 ] {6a450fce-319b-461b-a640-00b73eb6b05d} <Debug> executeQuery: Read 1397 rows, 120.12 KiB in 0.002357 sec., 592702.5880356384 rows/sec., 49.77 MiB/sec.
10754 2025.03.12 22:44:18.031865 [ 276 ] {6a450fce-319b-461b-a640-00b73eb6b05d} <Debug> TCPHandler: Processed in 0.002627548 sec.
10755 2025.03.12 22:44:18.031991 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10756 2025.03.12 22:44:18.032108 [ 276 ] {490168c1-4aa7-4f62-ae26-84e1d7d0fb30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10757 2025.03.12 22:44:18.032155 [ 276 ] {490168c1-4aa7-4f62-ae26-84e1d7d0fb30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10758 2025.03.12 22:44:18.032705 [ 276 ] {490168c1-4aa7-4f62-ae26-84e1d7d0fb30} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10759 2025.03.12 22:44:18.032744 [ 276 ] {490168c1-4aa7-4f62-ae26-84e1d7d0fb30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10760 2025.03.12 22:44:18.033206 [ 276 ] {490168c1-4aa7-4f62-ae26-84e1d7d0fb30} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10761 2025.03.12 22:44:18.033444 [ 276 ] {490168c1-4aa7-4f62-ae26-84e1d7d0fb30} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10762 2025.03.12 22:44:18.033624 [ 276 ] {490168c1-4aa7-4f62-ae26-84e1d7d0fb30} <Debug> executeQuery: Read 54 rows, 4.11 KiB in 0.001538 sec., 35110.53315994798 rows/sec., 2.61 MiB/sec.
10763 2025.03.12 22:44:18.033677 [ 276 ] {490168c1-4aa7-4f62-ae26-84e1d7d0fb30} <Debug> TCPHandler: Processed in 0.001737965 sec.
10764 2025.03.12 22:44:18.033796 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10765 2025.03.12 22:44:18.033902 [ 276 ] {5581732e-1689-4b01-b1de-c0c7ee572d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10766 2025.03.12 22:44:18.033948 [ 276 ] {5581732e-1689-4b01-b1de-c0c7ee572d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10767 2025.03.12 22:44:18.034549 [ 276 ] {5581732e-1689-4b01-b1de-c0c7ee572d1f} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10768 2025.03.12 22:44:18.034586 [ 276 ] {5581732e-1689-4b01-b1de-c0c7ee572d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10769 2025.03.12 22:44:18.034943 [ 276 ] {5581732e-1689-4b01-b1de-c0c7ee572d1f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
10770 2025.03.12 22:44:18.035178 [ 276 ] {5581732e-1689-4b01-b1de-c0c7ee572d1f} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10771 2025.03.12 22:44:18.035353 [ 276 ] {5581732e-1689-4b01-b1de-c0c7ee572d1f} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001473 sec., 171079.42973523424 rows/sec., 11.83 MiB/sec.
10772 2025.03.12 22:44:18.035404 [ 276 ] {5581732e-1689-4b01-b1de-c0c7ee572d1f} <Debug> TCPHandler: Processed in 0.001659474 sec.
10773 2025.03.12 22:44:18.035539 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10774 2025.03.12 22:44:18.035644 [ 276 ] {e9eb0a24-870f-4204-b4a3-f71e590b291a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10775 2025.03.12 22:44:18.035687 [ 276 ] {e9eb0a24-870f-4204-b4a3-f71e590b291a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10776 2025.03.12 22:44:18.036213 [ 276 ] {e9eb0a24-870f-4204-b4a3-f71e590b291a} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10777 2025.03.12 22:44:18.036250 [ 276 ] {e9eb0a24-870f-4204-b4a3-f71e590b291a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10778 2025.03.12 22:44:18.036596 [ 276 ] {e9eb0a24-870f-4204-b4a3-f71e590b291a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
10779 2025.03.12 22:44:18.036833 [ 276 ] {e9eb0a24-870f-4204-b4a3-f71e590b291a} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10780 2025.03.12 22:44:18.036962 [ 56 ] {} <Debug> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
10781 2025.03.12 22:44:18.037004 [ 56 ] {} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10782 2025.03.12 22:44:18.037019 [ 276 ] {e9eb0a24-870f-4204-b4a3-f71e590b291a} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00139 sec., 8633.093525179856 rows/sec., 674.46 KiB/sec.
10783 2025.03.12 22:44:18.037028 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10784 2025.03.12 22:44:18.037132 [ 276 ] {e9eb0a24-870f-4204-b4a3-f71e590b291a} <Debug> TCPHandler: Processed in 0.001642552 sec.
10785 2025.03.12 22:44:18.037316 [ 193 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::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
10786 2025.03.12 22:44:18.037440 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10787 2025.03.12 22:44:18.037680 [ 193 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10788 2025.03.12 22:44:18.037690 [ 276 ] {c7b598ac-25bf-4677-a71c-3bf301c7a9f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10789 2025.03.12 22:44:18.037718 [ 193 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 12 rows starting from the beginning of the part
10790 2025.03.12 22:44:18.037748 [ 276 ] {c7b598ac-25bf-4677-a71c-3bf301c7a9f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10791 2025.03.12 22:44:18.037940 [ 193 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part
10792 2025.03.12 22:44:18.038280 [ 193 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part
10793 2025.03.12 22:44:18.038520 [ 193 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part
10794 2025.03.12 22:44:18.038766 [ 193 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part
10795 2025.03.12 22:44:18.039902 [ 276 ] {c7b598ac-25bf-4677-a71c-3bf301c7a9f5} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10796 2025.03.12 22:44:18.039950 [ 276 ] {c7b598ac-25bf-4677-a71c-3bf301c7a9f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10797 2025.03.12 22:44:18.040262 [ 188 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.003144241 sec., 19082.50671624726 rows/sec., 1.53 MiB/sec.
10798 2025.03.12 22:44:18.040487 [ 188 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
10799 2025.03.12 22:44:18.040681 [ 276 ] {c7b598ac-25bf-4677-a71c-3bf301c7a9f5} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
10800 2025.03.12 22:44:18.040995 [ 188 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_17_4} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10801 2025.03.12 22:44:18.041149 [ 276 ] {c7b598ac-25bf-4677-a71c-3bf301c7a9f5} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10802 2025.03.12 22:44:18.041178 [ 188 ] {0756eb05-eed7-489b-99ff-4cc91dd9ddc3::all_1_17_4} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
10803 2025.03.12 22:44:18.041358 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10804 2025.03.12 22:44:18.041530 [ 276 ] {c7b598ac-25bf-4677-a71c-3bf301c7a9f5} <Debug> executeQuery: Read 598 rows, 46.03 KiB in 0.003877 sec., 154242.9713696157 rows/sec., 11.59 MiB/sec.
10805 2025.03.12 22:44:18.041592 [ 276 ] {c7b598ac-25bf-4677-a71c-3bf301c7a9f5} <Debug> TCPHandler: Processed in 0.004279831 sec.
10806 2025.03.12 22:44:18.041741 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10807 2025.03.12 22:44:18.041867 [ 276 ] {0566194e-8306-4b39-86ac-98f31891ba15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10808 2025.03.12 22:44:18.041914 [ 276 ] {0566194e-8306-4b39-86ac-98f31891ba15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10809 2025.03.12 22:44:18.042625 [ 276 ] {0566194e-8306-4b39-86ac-98f31891ba15} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10810 2025.03.12 22:44:18.042662 [ 276 ] {0566194e-8306-4b39-86ac-98f31891ba15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10811 2025.03.12 22:44:18.043091 [ 276 ] {0566194e-8306-4b39-86ac-98f31891ba15} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
10812 2025.03.12 22:44:18.043328 [ 276 ] {0566194e-8306-4b39-86ac-98f31891ba15} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10813 2025.03.12 22:44:18.043522 [ 276 ] {0566194e-8306-4b39-86ac-98f31891ba15} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.001676 sec., 563842.4821002387 rows/sec., 38.05 MiB/sec.
10814 2025.03.12 22:44:18.043575 [ 276 ] {0566194e-8306-4b39-86ac-98f31891ba15} <Debug> TCPHandler: Processed in 0.001900299 sec.
10815 2025.03.12 22:44:18.043731 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10816 2025.03.12 22:44:18.044032 [ 276 ] {8430705a-f762-4f7e-a1fa-f3ce86553487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10817 2025.03.12 22:44:18.044318 [ 276 ] {8430705a-f762-4f7e-a1fa-f3ce86553487} <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
10818 2025.03.12 22:44:18.045734 [ 276 ] {8430705a-f762-4f7e-a1fa-f3ce86553487} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10819 2025.03.12 22:44:18.045773 [ 276 ] {8430705a-f762-4f7e-a1fa-f3ce86553487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10820 2025.03.12 22:44:18.046440 [ 276 ] {8430705a-f762-4f7e-a1fa-f3ce86553487} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10821 2025.03.12 22:44:18.046699 [ 276 ] {8430705a-f762-4f7e-a1fa-f3ce86553487} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10822 2025.03.12 22:44:18.046831 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10823 2025.03.12 22:44:18.046874 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10824 2025.03.12 22:44:18.046896 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10825 2025.03.12 22:44:18.046907 [ 276 ] {8430705a-f762-4f7e-a1fa-f3ce86553487} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002991 sec., 13373.453694416583 rows/sec., 23.96 MiB/sec.
10826 2025.03.12 22:44:18.047192 [ 188 ] {1f75fe11-1029-454f-991a-395decf3ac5f::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
10827 2025.03.12 22:44:18.047275 [ 276 ] {8430705a-f762-4f7e-a1fa-f3ce86553487} <Debug> TCPHandler: Processed in 0.003620284 sec.
10828 2025.03.12 22:44:18.047503 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10829 2025.03.12 22:44:18.047766 [ 276 ] {6fd0bdf5-dec9-48c5-8f17-df134ccab456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10830 2025.03.12 22:44:18.047889 [ 276 ] {6fd0bdf5-dec9-48c5-8f17-df134ccab456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10831 2025.03.12 22:44:18.047985 [ 188 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10832 2025.03.12 22:44:18.048257 [ 188 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1727 rows starting from the beginning of the part
10833 2025.03.12 22:44:18.049097 [ 188 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part
10834 2025.03.12 22:44:18.049908 [ 276 ] {6fd0bdf5-dec9-48c5-8f17-df134ccab456} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10835 2025.03.12 22:44:18.049919 [ 188 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part
10836 2025.03.12 22:44:18.049969 [ 276 ] {6fd0bdf5-dec9-48c5-8f17-df134ccab456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10837 2025.03.12 22:44:18.050557 [ 188 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part
10838 2025.03.12 22:44:18.051312 [ 188 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 40 rows starting from the beginning of the part
10839 2025.03.12 22:44:18.051434 [ 276 ] {6fd0bdf5-dec9-48c5-8f17-df134ccab456} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
10840 2025.03.12 22:44:18.051879 [ 188 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part
10841 2025.03.12 22:44:18.052528 [ 276 ] {6fd0bdf5-dec9-48c5-8f17-df134ccab456} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10842 2025.03.12 22:44:18.053446 [ 276 ] {6fd0bdf5-dec9-48c5-8f17-df134ccab456} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.005732 sec., 3838.1018841591067 rows/sec., 266.97 KiB/sec.
10843 2025.03.12 22:44:18.053745 [ 276 ] {6fd0bdf5-dec9-48c5-8f17-df134ccab456} <Debug> TCPHandler: Processed in 0.006307503 sec.
10844 2025.03.12 22:44:18.065536 [ 193 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1927 rows, containing 19 columns (19 merged, 0 gathered) in 0.018566431 sec., 103789.46820743308 rows/sec., 185.99 MiB/sec.
10845 2025.03.12 22:44:18.067413 [ 193 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10846 2025.03.12 22:44:18.067825 [ 193 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10847 2025.03.12 22:44:18.067908 [ 193 ] {1f75fe11-1029-454f-991a-395decf3ac5f::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10848 2025.03.12 22:44:18.068061 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.51 MiB.
10849 2025.03.12 22:44:19.000199 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.94 MiB, peak 268.40 MiB, free memory in arenas 0.00 B, will set to 255.65 MiB (RSS), difference: 4.71 MiB
10850 2025.03.12 22:44:19.783064 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1468
10851 2025.03.12 22:44:19.786498 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10852 2025.03.12 22:44:19.786544 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10853 2025.03.12 22:44:19.788069 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10854 2025.03.12 22:44:19.788382 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10855 2025.03.12 22:44:19.788951 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1468
10856 2025.03.12 22:44:21.655535 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10857 2025.03.12 22:44:21.655743 [ 276 ] {afd6e4fc-aa80-40c5-884b-15f31ce5044a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10858 2025.03.12 22:44:21.655823 [ 276 ] {afd6e4fc-aa80-40c5-884b-15f31ce5044a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10859 2025.03.12 22:44:21.656616 [ 276 ] {afd6e4fc-aa80-40c5-884b-15f31ce5044a} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10860 2025.03.12 22:44:21.656668 [ 276 ] {afd6e4fc-aa80-40c5-884b-15f31ce5044a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10861 2025.03.12 22:44:21.657103 [ 276 ] {afd6e4fc-aa80-40c5-884b-15f31ce5044a} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
10862 2025.03.12 22:44:21.657363 [ 276 ] {afd6e4fc-aa80-40c5-884b-15f31ce5044a} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10863 2025.03.12 22:44:21.657635 [ 276 ] {afd6e4fc-aa80-40c5-884b-15f31ce5044a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001951 sec., 28703.229113275243 rows/sec., 2.21 MiB/sec.
10864 2025.03.12 22:44:21.657718 [ 276 ] {afd6e4fc-aa80-40c5-884b-15f31ce5044a} <Debug> TCPHandler: Processed in 0.002314569 sec.
10865 2025.03.12 22:44:21.657894 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10866 2025.03.12 22:44:21.658205 [ 276 ] {731c8ec7-9a44-4bad-8f32-5098192b8f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10867 2025.03.12 22:44:21.658344 [ 276 ] {731c8ec7-9a44-4bad-8f32-5098192b8f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10868 2025.03.12 22:44:21.659036 [ 276 ] {731c8ec7-9a44-4bad-8f32-5098192b8f76} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10869 2025.03.12 22:44:21.659079 [ 276 ] {731c8ec7-9a44-4bad-8f32-5098192b8f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10870 2025.03.12 22:44:21.659460 [ 276 ] {731c8ec7-9a44-4bad-8f32-5098192b8f76} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
10871 2025.03.12 22:44:21.659707 [ 276 ] {731c8ec7-9a44-4bad-8f32-5098192b8f76} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10872 2025.03.12 22:44:21.659929 [ 276 ] {731c8ec7-9a44-4bad-8f32-5098192b8f76} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001827 sec., 35030.10399562123 rows/sec., 2.73 MiB/sec.
10873 2025.03.12 22:44:21.659984 [ 276 ] {731c8ec7-9a44-4bad-8f32-5098192b8f76} <Debug> TCPHandler: Processed in 0.002175416 sec.
10874 2025.03.12 22:44:21.660100 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10875 2025.03.12 22:44:21.660206 [ 276 ] {c764c5da-c4d4-4b6f-8cc0-0b43a274b6d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10876 2025.03.12 22:44:21.660256 [ 276 ] {c764c5da-c4d4-4b6f-8cc0-0b43a274b6d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10877 2025.03.12 22:44:21.660748 [ 276 ] {c764c5da-c4d4-4b6f-8cc0-0b43a274b6d8} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10878 2025.03.12 22:44:21.660786 [ 276 ] {c764c5da-c4d4-4b6f-8cc0-0b43a274b6d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10879 2025.03.12 22:44:21.661168 [ 276 ] {c764c5da-c4d4-4b6f-8cc0-0b43a274b6d8} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
10880 2025.03.12 22:44:21.661409 [ 276 ] {c764c5da-c4d4-4b6f-8cc0-0b43a274b6d8} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10881 2025.03.12 22:44:21.661618 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 5 parts from all_1_115_23 to all_119_119_0
10882 2025.03.12 22:44:21.661630 [ 276 ] {c764c5da-c4d4-4b6f-8cc0-0b43a274b6d8} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001439 sec., 68102.84920083391 rows/sec., 4.75 MiB/sec.
10883 2025.03.12 22:44:21.661697 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10884 2025.03.12 22:44:21.661760 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10885 2025.03.12 22:44:21.661796 [ 276 ] {c764c5da-c4d4-4b6f-8cc0-0b43a274b6d8} <Debug> TCPHandler: Processed in 0.001739975 sec.
10886 2025.03.12 22:44:21.662030 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_115_23 to all_119_119_0 into Compact with storage Full
10887 2025.03.12 22:44:21.662046 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10888 2025.03.12 22:44:21.662322 [ 276 ] {8c31ce07-a1ad-403f-b648-2e81f78bf6de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10889 2025.03.12 22:44:21.662350 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10890 2025.03.12 22:44:21.662429 [ 276 ] {8c31ce07-a1ad-403f-b648-2e81f78bf6de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10891 2025.03.12 22:44:21.662432 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_115_23, total 31639 rows starting from the beginning of the part
10892 2025.03.12 22:44:21.662835 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part
10893 2025.03.12 22:44:21.663335 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part
10894 2025.03.12 22:44:21.663693 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part
10895 2025.03.12 22:44:21.663910 [ 196 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 945 rows starting from the beginning of the part
10896 2025.03.12 22:44:21.664750 [ 276 ] {8c31ce07-a1ad-403f-b648-2e81f78bf6de} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10897 2025.03.12 22:44:21.664823 [ 276 ] {8c31ce07-a1ad-403f-b648-2e81f78bf6de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10898 2025.03.12 22:44:21.665698 [ 276 ] {8c31ce07-a1ad-403f-b648-2e81f78bf6de} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
10899 2025.03.12 22:44:21.666034 [ 276 ] {8c31ce07-a1ad-403f-b648-2e81f78bf6de} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10900 2025.03.12 22:44:21.666444 [ 276 ] {8c31ce07-a1ad-403f-b648-2e81f78bf6de} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.004198 sec., 9051.929490233444 rows/sec., 621.81 KiB/sec.
10901 2025.03.12 22:44:21.666646 [ 276 ] {8c31ce07-a1ad-403f-b648-2e81f78bf6de} <Debug> TCPHandler: Processed in 0.004686881 sec.
10902 2025.03.12 22:44:21.672633 [ 194 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33064 rows, containing 5 columns (5 merged, 0 gathered) in 0.010749879 sec., 3075755.5503647993 rows/sec., 210.74 MiB/sec.
10903 2025.03.12 22:44:21.672994 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary)
10904 2025.03.12 22:44:21.673467 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10905 2025.03.12 22:44:21.673575 [ 190 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 5 parts: [all_1_115_23, all_119_119_0] -> all_1_119_24
10906 2025.03.12 22:44:21.673689 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
10907 2025.03.12 22:44:22.101736 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574
10908 2025.03.12 22:44:22.102443 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10909 2025.03.12 22:44:22.102491 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10910 2025.03.12 22:44:22.103128 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10911 2025.03.12 22:44:22.103441 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10912 2025.03.12 22:44:22.103687 [ 103 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10913 2025.03.12 22:44:22.103723 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574
10914 2025.03.12 22:44:22.103780 [ 103 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10915 2025.03.12 22:44:22.103814 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10916 2025.03.12 22:44:22.103969 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
10917 2025.03.12 22:44:22.104134 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10918 2025.03.12 22:44:22.104180 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part
10919 2025.03.12 22:44:22.104263 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part
10920 2025.03.12 22:44:22.104496 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part
10921 2025.03.12 22:44:22.104716 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part
10922 2025.03.12 22:44:22.104828 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part
10923 2025.03.12 22:44:22.104990 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part
10924 2025.03.12 22:44:22.107747 [ 194 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.00384862 sec., 8463813.00310241 rows/sec., 121.08 MiB/sec.
10925 2025.03.12 22:44:22.108169 [ 194 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10926 2025.03.12 22:44:22.108512 [ 194 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_71_14} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10927 2025.03.12 22:44:22.108611 [ 194 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_71_14} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10928 2025.03.12 22:44:22.108730 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB.
10929 2025.03.12 22:44:24.364230 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535
10930 2025.03.12 22:44:24.384994 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10931 2025.03.12 22:44:24.385039 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10932 2025.03.12 22:44:24.392158 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10933 2025.03.12 22:44:24.392928 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10934 2025.03.12 22:44:24.393228 [ 102 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10935 2025.03.12 22:44:24.393302 [ 102 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10936 2025.03.12 22:44:24.393348 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10937 2025.03.12 22:44:24.393614 [ 194 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
10938 2025.03.12 22:44:24.401089 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535
10939 2025.03.12 22:44:24.402528 [ 194 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10940 2025.03.12 22:44:24.403399 [ 194 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part
10941 2025.03.12 22:44:24.408732 [ 194 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part
10942 2025.03.12 22:44:24.413448 [ 194 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part
10943 2025.03.12 22:44:24.418451 [ 194 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part
10944 2025.03.12 22:44:24.423967 [ 194 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part
10945 2025.03.12 22:44:24.429467 [ 194 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part
10946 2025.03.12 22:44:24.494682 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.101233414 sec., 5284.816335444343 rows/sec., 27.33 MiB/sec.
10947 2025.03.12 22:44:24.498056 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10948 2025.03.12 22:44:24.501562 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_71_14} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10949 2025.03.12 22:44:24.501689 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_71_14} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10950 2025.03.12 22:44:24.504214 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
10951 2025.03.12 22:44:26.659395 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10952 2025.03.12 22:44:26.659594 [ 276 ] {c9332543-6490-46cc-92b7-07cfbfdff019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10953 2025.03.12 22:44:26.659676 [ 276 ] {c9332543-6490-46cc-92b7-07cfbfdff019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10954 2025.03.12 22:44:26.660584 [ 276 ] {c9332543-6490-46cc-92b7-07cfbfdff019} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10955 2025.03.12 22:44:26.660638 [ 276 ] {c9332543-6490-46cc-92b7-07cfbfdff019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10956 2025.03.12 22:44:26.661094 [ 276 ] {c9332543-6490-46cc-92b7-07cfbfdff019} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
10957 2025.03.12 22:44:26.661353 [ 276 ] {c9332543-6490-46cc-92b7-07cfbfdff019} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10958 2025.03.12 22:44:26.661571 [ 98 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
10959 2025.03.12 22:44:26.661601 [ 276 ] {c9332543-6490-46cc-92b7-07cfbfdff019} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002065 sec., 27118.64406779661 rows/sec., 2.08 MiB/sec.
10960 2025.03.12 22:44:26.661651 [ 98 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10961 2025.03.12 22:44:26.661715 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10962 2025.03.12 22:44:26.661738 [ 276 ] {c9332543-6490-46cc-92b7-07cfbfdff019} <Debug> TCPHandler: Processed in 0.002477324 sec.
10963 2025.03.12 22:44:26.661967 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10964 2025.03.12 22:44:26.661966 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
10965 2025.03.12 22:44:26.662164 [ 276 ] {ad275d3a-6be3-4b92-a230-d26417e0da53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10966 2025.03.12 22:44:26.662283 [ 276 ] {ad275d3a-6be3-4b92-a230-d26417e0da53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10967 2025.03.12 22:44:26.662314 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10968 2025.03.12 22:44:26.662435 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1407 rows starting from the beginning of the part
10969 2025.03.12 22:44:26.662765 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 136 rows starting from the beginning of the part
10970 2025.03.12 22:44:26.663237 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 56 rows starting from the beginning of the part
10971 2025.03.12 22:44:26.663660 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1397 rows starting from the beginning of the part
10972 2025.03.12 22:44:26.663999 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part
10973 2025.03.12 22:44:26.664195 [ 191 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 56 rows starting from the beginning of the part
10974 2025.03.12 22:44:26.665068 [ 276 ] {ad275d3a-6be3-4b92-a230-d26417e0da53} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10975 2025.03.12 22:44:26.665145 [ 276 ] {ad275d3a-6be3-4b92-a230-d26417e0da53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10976 2025.03.12 22:44:26.666121 [ 276 ] {ad275d3a-6be3-4b92-a230-d26417e0da53} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
10977 2025.03.12 22:44:26.666705 [ 276 ] {ad275d3a-6be3-4b92-a230-d26417e0da53} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10978 2025.03.12 22:44:26.667004 [ 98 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
10979 2025.03.12 22:44:26.667067 [ 98 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10980 2025.03.12 22:44:26.667096 [ 276 ] {ad275d3a-6be3-4b92-a230-d26417e0da53} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004975 sec., 12864.3216080402 rows/sec., 1.00 MiB/sec.
10981 2025.03.12 22:44:26.667122 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10982 2025.03.12 22:44:26.667320 [ 276 ] {ad275d3a-6be3-4b92-a230-d26417e0da53} <Debug> TCPHandler: Processed in 0.005439151 sec.
10983 2025.03.12 22:44:26.667527 [ 200 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
10984 2025.03.12 22:44:26.667768 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10985 2025.03.12 22:44:26.668309 [ 276 ] {c6f76c59-ca02-4c12-9611-b52198484b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10986 2025.03.12 22:44:26.668453 [ 200 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10987 2025.03.12 22:44:26.668590 [ 276 ] {c6f76c59-ca02-4c12-9611-b52198484b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10988 2025.03.12 22:44:26.668695 [ 200 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 632 rows starting from the beginning of the part
10989 2025.03.12 22:44:26.669097 [ 189 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 5 columns (5 merged, 0 gathered) in 0.007256528 sec., 428304.0043392653 rows/sec., 37.47 MiB/sec.
10990 2025.03.12 22:44:26.669501 [ 200 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 104 rows starting from the beginning of the part
10991 2025.03.12 22:44:26.669868 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
10992 2025.03.12 22:44:26.670236 [ 200 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 64 rows starting from the beginning of the part
10993 2025.03.12 22:44:26.670882 [ 200 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 598 rows starting from the beginning of the part
10994 2025.03.12 22:44:26.671610 [ 200 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part
10995 2025.03.12 22:44:26.672145 [ 200 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part
10996 2025.03.12 22:44:26.672458 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_121_24} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10997 2025.03.12 22:44:26.673216 [ 187 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_121_24} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
10998 2025.03.12 22:44:26.673541 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
10999 2025.03.12 22:44:26.673652 [ 276 ] {c6f76c59-ca02-4c12-9611-b52198484b81} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11000 2025.03.12 22:44:26.673707 [ 276 ] {c6f76c59-ca02-4c12-9611-b52198484b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11001 2025.03.12 22:44:26.674787 [ 276 ] {c6f76c59-ca02-4c12-9611-b52198484b81} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
11002 2025.03.12 22:44:26.675358 [ 276 ] {c6f76c59-ca02-4c12-9611-b52198484b81} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11003 2025.03.12 22:44:26.675825 [ 276 ] {c6f76c59-ca02-4c12-9611-b52198484b81} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007694 sec., 20795.425006498568 rows/sec., 1.45 MiB/sec.
11004 2025.03.12 22:44:26.676126 [ 276 ] {c6f76c59-ca02-4c12-9611-b52198484b81} <Debug> TCPHandler: Processed in 0.008539061 sec.
11005 2025.03.12 22:44:26.676581 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11006 2025.03.12 22:44:26.677070 [ 276 ] {f64922cb-0026-4134-aebe-5c9ef99e2c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11007 2025.03.12 22:44:26.677106 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1526 rows, containing 5 columns (5 merged, 0 gathered) in 0.009810764 sec., 155543.44187669788 rows/sec., 12.39 MiB/sec.
11008 2025.03.12 22:44:26.677270 [ 276 ] {f64922cb-0026-4134-aebe-5c9ef99e2c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11009 2025.03.12 22:44:26.677501 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
11010 2025.03.12 22:44:26.678676 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_121_24} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11011 2025.03.12 22:44:26.679036 [ 189 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_121_24} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
11012 2025.03.12 22:44:26.679166 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
11013 2025.03.12 22:44:26.679402 [ 276 ] {f64922cb-0026-4134-aebe-5c9ef99e2c5a} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11014 2025.03.12 22:44:26.679442 [ 276 ] {f64922cb-0026-4134-aebe-5c9ef99e2c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11015 2025.03.12 22:44:26.679818 [ 276 ] {f64922cb-0026-4134-aebe-5c9ef99e2c5a} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
11016 2025.03.12 22:44:26.680060 [ 276 ] {f64922cb-0026-4134-aebe-5c9ef99e2c5a} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11017 2025.03.12 22:44:26.680251 [ 95 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
11018 2025.03.12 22:44:26.680320 [ 276 ] {f64922cb-0026-4134-aebe-5c9ef99e2c5a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003419 sec., 17548.990933021352 rows/sec., 1.18 MiB/sec.
11019 2025.03.12 22:44:26.680321 [ 95 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11020 2025.03.12 22:44:26.680406 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11021 2025.03.12 22:44:26.680460 [ 276 ] {f64922cb-0026-4134-aebe-5c9ef99e2c5a} <Debug> TCPHandler: Processed in 0.004040854 sec.
11022 2025.03.12 22:44:26.680627 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
11023 2025.03.12 22:44:26.680740 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11024 2025.03.12 22:44:26.680768 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 5988 rows starting from the beginning of the part
11025 2025.03.12 22:44:26.680850 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part
11026 2025.03.12 22:44:26.681078 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part
11027 2025.03.12 22:44:26.681216 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 22 rows starting from the beginning of the part
11028 2025.03.12 22:44:26.681404 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 38 rows starting from the beginning of the part
11029 2025.03.12 22:44:26.681557 [ 199 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part
11030 2025.03.12 22:44:26.683489 [ 192 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6228 rows, containing 4 columns (4 merged, 0 gathered) in 0.002990137 sec., 2082847.7089845717 rows/sec., 140.37 MiB/sec.
11031 2025.03.12 22:44:26.683931 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
11032 2025.03.12 22:44:26.684273 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_121_24} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11033 2025.03.12 22:44:26.684366 [ 189 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_121_24} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
11034 2025.03.12 22:44:26.684463 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB.
11035 2025.03.12 22:44:29.346098 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache
11036 2025.03.12 22:44:29.346166 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache
11037 2025.03.12 22:44:29.603876 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001
11038 2025.03.12 22:44:29.604546 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11039 2025.03.12 22:44:29.604594 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11040 2025.03.12 22:44:29.605126 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
11041 2025.03.12 22:44:29.605383 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11042 2025.03.12 22:44:29.605630 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001
11043 2025.03.12 22:44:29.789174 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1484
11044 2025.03.12 22:44:29.791924 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11045 2025.03.12 22:44:29.791975 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11046 2025.03.12 22:44:29.793475 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11047 2025.03.12 22:44:29.793801 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11048 2025.03.12 22:44:29.794378 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1484
11049 2025.03.12 22:44:29.958976 [ 89 ] {} <Debug> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0
11050 2025.03.12 22:44:29.959047 [ 89 ] {} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11051 2025.03.12 22:44:29.959081 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11052 2025.03.12 22:44:29.959261 [ 197 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full
11053 2025.03.12 22:44:29.959712 [ 197 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11054 2025.03.12 22:44:29.959786 [ 197 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 70 rows starting from the beginning of the part
11055 2025.03.12 22:44:29.959886 [ 197 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 68 rows starting from the beginning of the part
11056 2025.03.12 22:44:29.960133 [ 197 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part
11057 2025.03.12 22:44:29.960320 [ 197 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 40 rows starting from the beginning of the part
11058 2025.03.12 22:44:29.960492 [ 197 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 54 rows starting from the beginning of the part
11059 2025.03.12 22:44:29.961577 [ 189 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.002428053 sec., 112023.91381077761 rows/sec., 8.65 MiB/sec.
11060 2025.03.12 22:44:29.961767 [ 192 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary)
11061 2025.03.12 22:44:29.962122 [ 192 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_51_11} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11062 2025.03.12 22:44:29.962209 [ 192 ] {66b69b54-d211-46c0-9adb-7851f41f176b::all_1_51_11} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11
11063 2025.03.12 22:44:29.962313 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11064 2025.03.12 22:44:31.662178 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11065 2025.03.12 22:44:31.662378 [ 276 ] {576ea77b-ace0-40e1-bd89-c2b23b31c37c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11066 2025.03.12 22:44:31.662453 [ 276 ] {576ea77b-ace0-40e1-bd89-c2b23b31c37c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11067 2025.03.12 22:44:31.663268 [ 276 ] {576ea77b-ace0-40e1-bd89-c2b23b31c37c} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11068 2025.03.12 22:44:31.663322 [ 276 ] {576ea77b-ace0-40e1-bd89-c2b23b31c37c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11069 2025.03.12 22:44:31.663775 [ 276 ] {576ea77b-ace0-40e1-bd89-c2b23b31c37c} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
11070 2025.03.12 22:44:31.664038 [ 276 ] {576ea77b-ace0-40e1-bd89-c2b23b31c37c} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11071 2025.03.12 22:44:31.664276 [ 276 ] {576ea77b-ace0-40e1-bd89-c2b23b31c37c} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.001951 sec., 69707.84213223988 rows/sec., 6.02 MiB/sec.
11072 2025.03.12 22:44:31.664342 [ 276 ] {576ea77b-ace0-40e1-bd89-c2b23b31c37c} <Debug> TCPHandler: Processed in 0.00230489 sec.
11073 2025.03.12 22:44:31.664460 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11074 2025.03.12 22:44:31.664569 [ 276 ] {12bf6951-2fe9-4c87-a372-3fc29db1ab10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11075 2025.03.12 22:44:31.664617 [ 276 ] {12bf6951-2fe9-4c87-a372-3fc29db1ab10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11076 2025.03.12 22:44:31.665181 [ 276 ] {12bf6951-2fe9-4c87-a372-3fc29db1ab10} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11077 2025.03.12 22:44:31.665225 [ 276 ] {12bf6951-2fe9-4c87-a372-3fc29db1ab10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11078 2025.03.12 22:44:31.665591 [ 276 ] {12bf6951-2fe9-4c87-a372-3fc29db1ab10} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
11079 2025.03.12 22:44:31.665835 [ 276 ] {12bf6951-2fe9-4c87-a372-3fc29db1ab10} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11080 2025.03.12 22:44:31.666061 [ 276 ] {12bf6951-2fe9-4c87-a372-3fc29db1ab10} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001517 sec., 26367.83124588003 rows/sec., 1.94 MiB/sec.
11081 2025.03.12 22:44:31.666117 [ 276 ] {12bf6951-2fe9-4c87-a372-3fc29db1ab10} <Debug> TCPHandler: Processed in 0.001711985 sec.
11082 2025.03.12 22:44:31.666245 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11083 2025.03.12 22:44:31.666354 [ 276 ] {55f9249b-fae3-491d-ada9-feaa3cb1cc38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11084 2025.03.12 22:44:31.666402 [ 276 ] {55f9249b-fae3-491d-ada9-feaa3cb1cc38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11085 2025.03.12 22:44:31.666969 [ 276 ] {55f9249b-fae3-491d-ada9-feaa3cb1cc38} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11086 2025.03.12 22:44:31.667010 [ 276 ] {55f9249b-fae3-491d-ada9-feaa3cb1cc38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11087 2025.03.12 22:44:31.667373 [ 276 ] {55f9249b-fae3-491d-ada9-feaa3cb1cc38} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
11088 2025.03.12 22:44:31.667607 [ 276 ] {55f9249b-fae3-491d-ada9-feaa3cb1cc38} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11089 2025.03.12 22:44:31.667816 [ 276 ] {55f9249b-fae3-491d-ada9-feaa3cb1cc38} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001484 sec., 70080.86253369272 rows/sec., 5.47 MiB/sec.
11090 2025.03.12 22:44:31.667868 [ 276 ] {55f9249b-fae3-491d-ada9-feaa3cb1cc38} <Debug> TCPHandler: Processed in 0.001677124 sec.
11091 2025.03.12 22:44:31.667995 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11092 2025.03.12 22:44:31.668104 [ 276 ] {3e6ff2a3-670d-48b8-935d-1a87b2a3a1c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11093 2025.03.12 22:44:31.668154 [ 276 ] {3e6ff2a3-670d-48b8-935d-1a87b2a3a1c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11094 2025.03.12 22:44:31.668693 [ 276 ] {3e6ff2a3-670d-48b8-935d-1a87b2a3a1c2} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11095 2025.03.12 22:44:31.668733 [ 276 ] {3e6ff2a3-670d-48b8-935d-1a87b2a3a1c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11096 2025.03.12 22:44:31.669130 [ 276 ] {3e6ff2a3-670d-48b8-935d-1a87b2a3a1c2} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
11097 2025.03.12 22:44:31.669373 [ 276 ] {3e6ff2a3-670d-48b8-935d-1a87b2a3a1c2} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11098 2025.03.12 22:44:31.669592 [ 276 ] {3e6ff2a3-670d-48b8-935d-1a87b2a3a1c2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001509 sec., 106030.48376408218 rows/sec., 7.38 MiB/sec.
11099 2025.03.12 22:44:31.669643 [ 276 ] {3e6ff2a3-670d-48b8-935d-1a87b2a3a1c2} <Debug> TCPHandler: Processed in 0.001701714 sec.
11100 2025.03.12 22:44:31.669781 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11101 2025.03.12 22:44:31.669919 [ 276 ] {9a5304b7-249d-4afb-a8c2-da5e82950092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11102 2025.03.12 22:44:31.670001 [ 276 ] {9a5304b7-249d-4afb-a8c2-da5e82950092} <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
11103 2025.03.12 22:44:31.671242 [ 276 ] {9a5304b7-249d-4afb-a8c2-da5e82950092} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11104 2025.03.12 22:44:31.671284 [ 276 ] {9a5304b7-249d-4afb-a8c2-da5e82950092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11105 2025.03.12 22:44:31.671961 [ 276 ] {9a5304b7-249d-4afb-a8c2-da5e82950092} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
11106 2025.03.12 22:44:31.672231 [ 276 ] {9a5304b7-249d-4afb-a8c2-da5e82950092} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11107 2025.03.12 22:44:31.672489 [ 276 ] {9a5304b7-249d-4afb-a8c2-da5e82950092} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002599 sec., 15390.534821085032 rows/sec., 27.58 MiB/sec.
11108 2025.03.12 22:44:31.672587 [ 276 ] {9a5304b7-249d-4afb-a8c2-da5e82950092} <Debug> TCPHandler: Processed in 0.002871714 sec.
11109 2025.03.12 22:44:31.672729 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11110 2025.03.12 22:44:31.672836 [ 276 ] {4268a549-beab-45a8-b33e-3205a80be9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11111 2025.03.12 22:44:31.672884 [ 276 ] {4268a549-beab-45a8-b33e-3205a80be9c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11112 2025.03.12 22:44:31.673338 [ 276 ] {4268a549-beab-45a8-b33e-3205a80be9c2} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11113 2025.03.12 22:44:31.673379 [ 276 ] {4268a549-beab-45a8-b33e-3205a80be9c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11114 2025.03.12 22:44:31.673740 [ 276 ] {4268a549-beab-45a8-b33e-3205a80be9c2} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
11115 2025.03.12 22:44:31.673987 [ 276 ] {4268a549-beab-45a8-b33e-3205a80be9c2} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11116 2025.03.12 22:44:31.674207 [ 276 ] {4268a549-beab-45a8-b33e-3205a80be9c2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec.
11117 2025.03.12 22:44:31.674296 [ 276 ] {4268a549-beab-45a8-b33e-3205a80be9c2} <Debug> TCPHandler: Processed in 0.001618392 sec.
11118 2025.03.12 22:44:31.901164 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543
11119 2025.03.12 22:44:31.922985 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11120 2025.03.12 22:44:31.923042 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11121 2025.03.12 22:44:31.930396 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
11122 2025.03.12 22:44:31.931231 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11123 2025.03.12 22:44:31.935285 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543
11124 2025.03.12 22:44:36.659192 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11125 2025.03.12 22:44:36.659392 [ 276 ] {85f2df09-6238-4b99-ac31-5a570e39bbac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11126 2025.03.12 22:44:36.659465 [ 276 ] {85f2df09-6238-4b99-ac31-5a570e39bbac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11127 2025.03.12 22:44:36.660238 [ 276 ] {85f2df09-6238-4b99-ac31-5a570e39bbac} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11128 2025.03.12 22:44:36.660285 [ 276 ] {85f2df09-6238-4b99-ac31-5a570e39bbac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11129 2025.03.12 22:44:36.660729 [ 276 ] {85f2df09-6238-4b99-ac31-5a570e39bbac} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
11130 2025.03.12 22:44:36.660983 [ 276 ] {85f2df09-6238-4b99-ac31-5a570e39bbac} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11131 2025.03.12 22:44:36.661222 [ 276 ] {85f2df09-6238-4b99-ac31-5a570e39bbac} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001874 sec., 29882.604055496264 rows/sec., 2.30 MiB/sec.
11132 2025.03.12 22:44:36.661330 [ 276 ] {85f2df09-6238-4b99-ac31-5a570e39bbac} <Debug> TCPHandler: Processed in 0.002264508 sec.
11133 2025.03.12 22:44:36.661514 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11134 2025.03.12 22:44:36.661820 [ 276 ] {08a519fb-4361-4782-a447-76f9ba68e4ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11135 2025.03.12 22:44:36.661917 [ 276 ] {08a519fb-4361-4782-a447-76f9ba68e4ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11136 2025.03.12 22:44:36.662506 [ 276 ] {08a519fb-4361-4782-a447-76f9ba68e4ee} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11137 2025.03.12 22:44:36.662547 [ 276 ] {08a519fb-4361-4782-a447-76f9ba68e4ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11138 2025.03.12 22:44:36.662906 [ 276 ] {08a519fb-4361-4782-a447-76f9ba68e4ee} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
11139 2025.03.12 22:44:36.663152 [ 276 ] {08a519fb-4361-4782-a447-76f9ba68e4ee} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11140 2025.03.12 22:44:36.663362 [ 276 ] {08a519fb-4361-4782-a447-76f9ba68e4ee} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001658 sec., 38600.72376357057 rows/sec., 3.01 MiB/sec.
11141 2025.03.12 22:44:36.663423 [ 276 ] {08a519fb-4361-4782-a447-76f9ba68e4ee} <Debug> TCPHandler: Processed in 0.002016383 sec.
11142 2025.03.12 22:44:36.663457 [ 221 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11143 2025.03.12 22:44:36.663490 [ 221 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11144 2025.03.12 22:44:36.663539 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11145 2025.03.12 22:44:36.663652 [ 276 ] {5975b5b3-df55-4947-96b1-321fd2b37e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11146 2025.03.12 22:44:36.663702 [ 276 ] {5975b5b3-df55-4947-96b1-321fd2b37e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11147 2025.03.12 22:44:36.664439 [ 276 ] {5975b5b3-df55-4947-96b1-321fd2b37e18} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11148 2025.03.12 22:44:36.664485 [ 276 ] {5975b5b3-df55-4947-96b1-321fd2b37e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11149 2025.03.12 22:44:36.664976 [ 276 ] {5975b5b3-df55-4947-96b1-321fd2b37e18} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
11150 2025.03.12 22:44:36.665284 [ 276 ] {5975b5b3-df55-4947-96b1-321fd2b37e18} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11151 2025.03.12 22:44:36.665603 [ 276 ] {5975b5b3-df55-4947-96b1-321fd2b37e18} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001969 sec., 81259.52260030473 rows/sec., 5.66 MiB/sec.
11152 2025.03.12 22:44:36.665710 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11153 2025.03.12 22:44:36.665774 [ 276 ] {5975b5b3-df55-4947-96b1-321fd2b37e18} <Debug> TCPHandler: Processed in 0.002290899 sec.
11154 2025.03.12 22:44:36.665804 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11155 2025.03.12 22:44:36.666092 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11156 2025.03.12 22:44:36.666211 [ 276 ] {a1223e1d-a43c-4c71-91c6-ce46711767ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11157 2025.03.12 22:44:36.666259 [ 276 ] {a1223e1d-a43c-4c71-91c6-ce46711767ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11158 2025.03.12 22:44:36.667022 [ 221 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11159 2025.03.12 22:44:36.667987 [ 276 ] {a1223e1d-a43c-4c71-91c6-ce46711767ff} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11160 2025.03.12 22:44:36.668097 [ 276 ] {a1223e1d-a43c-4c71-91c6-ce46711767ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11161 2025.03.12 22:44:36.669329 [ 276 ] {a1223e1d-a43c-4c71-91c6-ce46711767ff} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
11162 2025.03.12 22:44:36.669739 [ 276 ] {a1223e1d-a43c-4c71-91c6-ce46711767ff} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11163 2025.03.12 22:44:36.670078 [ 276 ] {a1223e1d-a43c-4c71-91c6-ce46711767ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003882 sec., 15455.950540958269 rows/sec., 1.04 MiB/sec.
11164 2025.03.12 22:44:36.670139 [ 225 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11165 2025.03.12 22:44:36.670206 [ 225 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11166 2025.03.12 22:44:36.670257 [ 276 ] {a1223e1d-a43c-4c71-91c6-ce46711767ff} <Debug> TCPHandler: Processed in 0.004250501 sec.
11167 2025.03.12 22:44:36.670993 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11168 2025.03.12 22:44:36.673158 [ 225 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11169 2025.03.12 22:44:37.105763 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489
11170 2025.03.12 22:44:37.106449 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11171 2025.03.12 22:44:37.106503 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11172 2025.03.12 22:44:37.107060 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
11173 2025.03.12 22:44:37.107341 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11174 2025.03.12 22:44:37.107606 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489
11175 2025.03.12 22:44:37.822650 [ 222 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11176 2025.03.12 22:44:37.822706 [ 222 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11177 2025.03.12 22:44:37.824815 [ 222 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11178 2025.03.12 22:44:39.101960 [ 223 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11179 2025.03.12 22:44:39.102032 [ 223 ] {} <Debug> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11180 2025.03.12 22:44:39.103986 [ 223 ] {} <Debug> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11181 2025.03.12 22:44:39.435368 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551
11182 2025.03.12 22:44:39.458778 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11183 2025.03.12 22:44:39.458842 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11184 2025.03.12 22:44:39.466389 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
11185 2025.03.12 22:44:39.467226 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11186 2025.03.12 22:44:39.470513 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551
11187 2025.03.12 22:44:39.794525 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1504
11188 2025.03.12 22:44:39.797507 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11189 2025.03.12 22:44:39.797554 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11190 2025.03.12 22:44:39.799171 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11191 2025.03.12 22:44:39.799491 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11192 2025.03.12 22:44:39.800527 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1504
11193 2025.03.12 22:44:41.660840 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11194 2025.03.12 22:44:41.661148 [ 276 ] {58ad7b9b-771c-4b3a-8799-7f8f9286a198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11195 2025.03.12 22:44:41.661224 [ 276 ] {58ad7b9b-771c-4b3a-8799-7f8f9286a198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11196 2025.03.12 22:44:41.662092 [ 276 ] {58ad7b9b-771c-4b3a-8799-7f8f9286a198} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11197 2025.03.12 22:44:41.662143 [ 276 ] {58ad7b9b-771c-4b3a-8799-7f8f9286a198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11198 2025.03.12 22:44:41.662590 [ 276 ] {58ad7b9b-771c-4b3a-8799-7f8f9286a198} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
11199 2025.03.12 22:44:41.662844 [ 276 ] {58ad7b9b-771c-4b3a-8799-7f8f9286a198} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11200 2025.03.12 22:44:41.663069 [ 276 ] {58ad7b9b-771c-4b3a-8799-7f8f9286a198} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.001999 sec., 68034.01700850425 rows/sec., 5.87 MiB/sec.
11201 2025.03.12 22:44:41.663153 [ 276 ] {58ad7b9b-771c-4b3a-8799-7f8f9286a198} <Debug> TCPHandler: Processed in 0.002507205 sec.
11202 2025.03.12 22:44:41.663298 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11203 2025.03.12 22:44:41.663549 [ 276 ] {9fd326a9-fc5a-4e64-b3a9-c44e21f2c63e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11204 2025.03.12 22:44:41.663675 [ 276 ] {9fd326a9-fc5a-4e64-b3a9-c44e21f2c63e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11205 2025.03.12 22:44:41.665209 [ 276 ] {9fd326a9-fc5a-4e64-b3a9-c44e21f2c63e} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11206 2025.03.12 22:44:41.665250 [ 276 ] {9fd326a9-fc5a-4e64-b3a9-c44e21f2c63e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11207 2025.03.12 22:44:41.665609 [ 276 ] {9fd326a9-fc5a-4e64-b3a9-c44e21f2c63e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11208 2025.03.12 22:44:41.665866 [ 276 ] {9fd326a9-fc5a-4e64-b3a9-c44e21f2c63e} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11209 2025.03.12 22:44:41.666077 [ 276 ] {9fd326a9-fc5a-4e64-b3a9-c44e21f2c63e} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002633 sec., 15191.79642992784 rows/sec., 1.12 MiB/sec.
11210 2025.03.12 22:44:41.666134 [ 276 ] {9fd326a9-fc5a-4e64-b3a9-c44e21f2c63e} <Debug> TCPHandler: Processed in 0.002888006 sec.
11211 2025.03.12 22:44:41.666266 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11212 2025.03.12 22:44:41.666373 [ 276 ] {a7608d90-7cfd-4650-ae7f-5f3c52f254a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11213 2025.03.12 22:44:41.666418 [ 276 ] {a7608d90-7cfd-4650-ae7f-5f3c52f254a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11214 2025.03.12 22:44:41.666993 [ 276 ] {a7608d90-7cfd-4650-ae7f-5f3c52f254a3} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11215 2025.03.12 22:44:41.667033 [ 276 ] {a7608d90-7cfd-4650-ae7f-5f3c52f254a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11216 2025.03.12 22:44:41.667399 [ 276 ] {a7608d90-7cfd-4650-ae7f-5f3c52f254a3} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
11217 2025.03.12 22:44:41.667637 [ 276 ] {a7608d90-7cfd-4650-ae7f-5f3c52f254a3} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11218 2025.03.12 22:44:41.667839 [ 276 ] {a7608d90-7cfd-4650-ae7f-5f3c52f254a3} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001489 sec., 69845.53391537945 rows/sec., 5.46 MiB/sec.
11219 2025.03.12 22:44:41.667894 [ 276 ] {a7608d90-7cfd-4650-ae7f-5f3c52f254a3} <Debug> TCPHandler: Processed in 0.001680833 sec.
11220 2025.03.12 22:44:41.668019 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11221 2025.03.12 22:44:41.668129 [ 276 ] {5d10e673-455c-4f01-ad9a-1f0b7794a32e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11222 2025.03.12 22:44:41.668179 [ 276 ] {5d10e673-455c-4f01-ad9a-1f0b7794a32e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11223 2025.03.12 22:44:41.668706 [ 276 ] {5d10e673-455c-4f01-ad9a-1f0b7794a32e} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11224 2025.03.12 22:44:41.668745 [ 276 ] {5d10e673-455c-4f01-ad9a-1f0b7794a32e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11225 2025.03.12 22:44:41.669137 [ 276 ] {5d10e673-455c-4f01-ad9a-1f0b7794a32e} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
11226 2025.03.12 22:44:41.669379 [ 276 ] {5d10e673-455c-4f01-ad9a-1f0b7794a32e} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11227 2025.03.12 22:44:41.669544 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0
11228 2025.03.12 22:44:41.669602 [ 276 ] {5d10e673-455c-4f01-ad9a-1f0b7794a32e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001494 sec., 107095.04685408299 rows/sec., 7.46 MiB/sec.
11229 2025.03.12 22:44:41.669624 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11230 2025.03.12 22:44:41.669695 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11231 2025.03.12 22:44:41.669734 [ 276 ] {5d10e673-455c-4f01-ad9a-1f0b7794a32e} <Debug> TCPHandler: Processed in 0.001761286 sec.
11232 2025.03.12 22:44:41.669866 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full
11233 2025.03.12 22:44:41.669876 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11234 2025.03.12 22:44:41.670036 [ 276 ] {c725ce97-2c1a-40d4-b8c0-413d265d3e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11235 2025.03.12 22:44:41.670037 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11236 2025.03.12 22:44:41.670097 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 33064 rows starting from the beginning of the part
11237 2025.03.12 22:44:41.670138 [ 276 ] {c725ce97-2c1a-40d4-b8c0-413d265d3e27} <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
11238 2025.03.12 22:44:41.670304 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 98 rows starting from the beginning of the part
11239 2025.03.12 22:44:41.670764 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part
11240 2025.03.12 22:44:41.671134 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part
11241 2025.03.12 22:44:41.671497 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part
11242 2025.03.12 22:44:41.671864 [ 197 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part
11243 2025.03.12 22:44:41.673933 [ 276 ] {c725ce97-2c1a-40d4-b8c0-413d265d3e27} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11244 2025.03.12 22:44:41.673984 [ 276 ] {c725ce97-2c1a-40d4-b8c0-413d265d3e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11245 2025.03.12 22:44:41.674928 [ 276 ] {c725ce97-2c1a-40d4-b8c0-413d265d3e27} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11246 2025.03.12 22:44:41.675265 [ 276 ] {c725ce97-2c1a-40d4-b8c0-413d265d3e27} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11247 2025.03.12 22:44:41.675515 [ 276 ] {c725ce97-2c1a-40d4-b8c0-413d265d3e27} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.005519 sec., 7247.689798876609 rows/sec., 12.99 MiB/sec.
11248 2025.03.12 22:44:41.675624 [ 276 ] {c725ce97-2c1a-40d4-b8c0-413d265d3e27} <Debug> TCPHandler: Processed in 0.00580458 sec.
11249 2025.03.12 22:44:41.675792 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11250 2025.03.12 22:44:41.675899 [ 276 ] {fba615e5-7534-4831-a32d-ede71290d9da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11251 2025.03.12 22:44:41.675949 [ 276 ] {fba615e5-7534-4831-a32d-ede71290d9da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11252 2025.03.12 22:44:41.676451 [ 276 ] {fba615e5-7534-4831-a32d-ede71290d9da} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11253 2025.03.12 22:44:41.676492 [ 276 ] {fba615e5-7534-4831-a32d-ede71290d9da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11254 2025.03.12 22:44:41.676907 [ 276 ] {fba615e5-7534-4831-a32d-ede71290d9da} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
11255 2025.03.12 22:44:41.677188 [ 276 ] {fba615e5-7534-4831-a32d-ede71290d9da} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11256 2025.03.12 22:44:41.677406 [ 276 ] {fba615e5-7534-4831-a32d-ede71290d9da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00153 sec., 39215.686274509804 rows/sec., 2.64 MiB/sec.
11257 2025.03.12 22:44:41.677481 [ 276 ] {fba615e5-7534-4831-a32d-ede71290d9da} <Debug> TCPHandler: Processed in 0.001739415 sec.
11258 2025.03.12 22:44:41.679172 [ 193 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33802 rows, containing 5 columns (5 merged, 0 gathered) in 0.009374773 sec., 3605633.971083887 rows/sec., 247.14 MiB/sec.
11259 2025.03.12 22:44:41.679543 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary)
11260 2025.03.12 22:44:41.679974 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11261 2025.03.12 22:44:41.680087 [ 195 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25
11262 2025.03.12 22:44:41.680215 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
11263 2025.03.12 22:44:44.346225 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache
11264 2025.03.12 22:44:44.346291 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache
11265 2025.03.12 22:44:44.607761 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916
11266 2025.03.12 22:44:44.608428 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11267 2025.03.12 22:44:44.608479 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11268 2025.03.12 22:44:44.609025 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
11269 2025.03.12 22:44:44.609289 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11270 2025.03.12 22:44:44.609538 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916
11271 2025.03.12 22:44:46.659609 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11272 2025.03.12 22:44:46.659798 [ 276 ] {a8b58819-9669-4940-a7b8-876b86fdc39b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11273 2025.03.12 22:44:46.659869 [ 276 ] {a8b58819-9669-4940-a7b8-876b86fdc39b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11274 2025.03.12 22:44:46.660625 [ 276 ] {a8b58819-9669-4940-a7b8-876b86fdc39b} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11275 2025.03.12 22:44:46.660667 [ 276 ] {a8b58819-9669-4940-a7b8-876b86fdc39b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11276 2025.03.12 22:44:46.661095 [ 276 ] {a8b58819-9669-4940-a7b8-876b86fdc39b} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
11277 2025.03.12 22:44:46.661350 [ 276 ] {a8b58819-9669-4940-a7b8-876b86fdc39b} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11278 2025.03.12 22:44:46.661552 [ 276 ] {a8b58819-9669-4940-a7b8-876b86fdc39b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00181 sec., 30939.22651933702 rows/sec., 2.38 MiB/sec.
11279 2025.03.12 22:44:46.661608 [ 276 ] {a8b58819-9669-4940-a7b8-876b86fdc39b} <Debug> TCPHandler: Processed in 0.002131565 sec.
11280 2025.03.12 22:44:46.661737 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11281 2025.03.12 22:44:46.661844 [ 276 ] {c0ffebb5-3f5b-441f-a999-79bce173fb21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11282 2025.03.12 22:44:46.661890 [ 276 ] {c0ffebb5-3f5b-441f-a999-79bce173fb21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11283 2025.03.12 22:44:46.662435 [ 276 ] {c0ffebb5-3f5b-441f-a999-79bce173fb21} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11284 2025.03.12 22:44:46.662473 [ 276 ] {c0ffebb5-3f5b-441f-a999-79bce173fb21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11285 2025.03.12 22:44:46.662831 [ 276 ] {c0ffebb5-3f5b-441f-a999-79bce173fb21} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
11286 2025.03.12 22:44:46.663072 [ 276 ] {c0ffebb5-3f5b-441f-a999-79bce173fb21} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11287 2025.03.12 22:44:46.663251 [ 276 ] {c0ffebb5-3f5b-441f-a999-79bce173fb21} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00143 sec., 44755.244755244756 rows/sec., 3.49 MiB/sec.
11288 2025.03.12 22:44:46.663304 [ 276 ] {c0ffebb5-3f5b-441f-a999-79bce173fb21} <Debug> TCPHandler: Processed in 0.001620702 sec.
11289 2025.03.12 22:44:46.663422 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11290 2025.03.12 22:44:46.663530 [ 276 ] {3c56247c-544f-48a8-b69d-6f1844ab2ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11291 2025.03.12 22:44:46.663589 [ 276 ] {3c56247c-544f-48a8-b69d-6f1844ab2ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11292 2025.03.12 22:44:46.664118 [ 276 ] {3c56247c-544f-48a8-b69d-6f1844ab2ace} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11293 2025.03.12 22:44:46.664155 [ 276 ] {3c56247c-544f-48a8-b69d-6f1844ab2ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11294 2025.03.12 22:44:46.664551 [ 276 ] {3c56247c-544f-48a8-b69d-6f1844ab2ace} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
11295 2025.03.12 22:44:46.664791 [ 276 ] {3c56247c-544f-48a8-b69d-6f1844ab2ace} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11296 2025.03.12 22:44:46.664980 [ 276 ] {3c56247c-544f-48a8-b69d-6f1844ab2ace} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001468 sec., 108991.82561307903 rows/sec., 7.59 MiB/sec.
11297 2025.03.12 22:44:46.665044 [ 276 ] {3c56247c-544f-48a8-b69d-6f1844ab2ace} <Debug> TCPHandler: Processed in 0.001672804 sec.
11298 2025.03.12 22:44:46.665189 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11299 2025.03.12 22:44:46.665488 [ 276 ] {04662b51-dfff-45b9-ab8f-655bbc6b5f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11300 2025.03.12 22:44:46.665652 [ 276 ] {04662b51-dfff-45b9-ab8f-655bbc6b5f99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11301 2025.03.12 22:44:46.666492 [ 276 ] {04662b51-dfff-45b9-ab8f-655bbc6b5f99} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11302 2025.03.12 22:44:46.666532 [ 276 ] {04662b51-dfff-45b9-ab8f-655bbc6b5f99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11303 2025.03.12 22:44:46.666891 [ 276 ] {04662b51-dfff-45b9-ab8f-655bbc6b5f99} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
11304 2025.03.12 22:44:46.667126 [ 276 ] {04662b51-dfff-45b9-ab8f-655bbc6b5f99} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11305 2025.03.12 22:44:46.667309 [ 276 ] {04662b51-dfff-45b9-ab8f-655bbc6b5f99} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00193 sec., 31088.082901554404 rows/sec., 2.10 MiB/sec.
11306 2025.03.12 22:44:46.667358 [ 276 ] {04662b51-dfff-45b9-ab8f-655bbc6b5f99} <Debug> TCPHandler: Processed in 0.002234608 sec.
11307 2025.03.12 22:44:46.970597 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558
11308 2025.03.12 22:44:46.994577 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11309 2025.03.12 22:44:46.994646 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11310 2025.03.12 22:44:47.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.10 MiB, peak 274.79 MiB, free memory in arenas 0.00 B, will set to 257.30 MiB (RSS), difference: -4.80 MiB
11311 2025.03.12 22:44:47.002771 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
11312 2025.03.12 22:44:47.003576 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11313 2025.03.12 22:44:47.007980 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558
11314 2025.03.12 22:44:48.000180 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 253.30 MiB, peak 274.79 MiB, free memory in arenas 0.00 B, will set to 257.30 MiB (RSS), difference: 4.00 MiB
11315 2025.03.12 22:44:48.016720 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11316 2025.03.12 22:44:48.017038 [ 276 ] {28998406-108e-4594-95e3-74a26079ec1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11317 2025.03.12 22:44:48.017153 [ 276 ] {28998406-108e-4594-95e3-74a26079ec1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11318 2025.03.12 22:44:48.018022 [ 276 ] {28998406-108e-4594-95e3-74a26079ec1b} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11319 2025.03.12 22:44:48.018069 [ 276 ] {28998406-108e-4594-95e3-74a26079ec1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11320 2025.03.12 22:44:48.018511 [ 276 ] {28998406-108e-4594-95e3-74a26079ec1b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
11321 2025.03.12 22:44:48.018766 [ 276 ] {28998406-108e-4594-95e3-74a26079ec1b} <Trace> oximeter.fields_i16 (e76bd187-737c-4634-8ed8-2974983fdf25): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11322 2025.03.12 22:44:48.019092 [ 276 ] {28998406-108e-4594-95e3-74a26079ec1b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002118 sec., 11331.444759206799 rows/sec., 962.73 KiB/sec.
11323 2025.03.12 22:44:48.019370 [ 276 ] {28998406-108e-4594-95e3-74a26079ec1b} <Debug> TCPHandler: Processed in 0.002837924 sec.
11324 2025.03.12 22:44:48.019520 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11325 2025.03.12 22:44:48.019629 [ 276 ] {37252d80-105b-4995-9573-180ec4d83715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11326 2025.03.12 22:44:48.019677 [ 276 ] {37252d80-105b-4995-9573-180ec4d83715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11327 2025.03.12 22:44:48.020234 [ 276 ] {37252d80-105b-4995-9573-180ec4d83715} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11328 2025.03.12 22:44:48.020274 [ 276 ] {37252d80-105b-4995-9573-180ec4d83715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11329 2025.03.12 22:44:48.020634 [ 276 ] {37252d80-105b-4995-9573-180ec4d83715} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
11330 2025.03.12 22:44:48.020896 [ 276 ] {37252d80-105b-4995-9573-180ec4d83715} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11331 2025.03.12 22:44:48.021173 [ 276 ] {37252d80-105b-4995-9573-180ec4d83715} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001555 sec., 10289.389067524116 rows/sec., 839.03 KiB/sec.
11332 2025.03.12 22:44:48.021361 [ 276 ] {37252d80-105b-4995-9573-180ec4d83715} <Debug> TCPHandler: Processed in 0.001889869 sec.
11333 2025.03.12 22:44:48.021539 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11334 2025.03.12 22:44:48.021647 [ 276 ] {aa80ec72-030f-4a82-82c9-e286e9a758e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11335 2025.03.12 22:44:48.021695 [ 276 ] {aa80ec72-030f-4a82-82c9-e286e9a758e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11336 2025.03.12 22:44:48.022993 [ 276 ] {aa80ec72-030f-4a82-82c9-e286e9a758e0} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11337 2025.03.12 22:44:48.023035 [ 276 ] {aa80ec72-030f-4a82-82c9-e286e9a758e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11338 2025.03.12 22:44:48.023507 [ 276 ] {aa80ec72-030f-4a82-82c9-e286e9a758e0} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
11339 2025.03.12 22:44:48.023746 [ 276 ] {aa80ec72-030f-4a82-82c9-e286e9a758e0} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11340 2025.03.12 22:44:48.023916 [ 74 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
11341 2025.03.12 22:44:48.023976 [ 276 ] {aa80ec72-030f-4a82-82c9-e286e9a758e0} <Debug> executeQuery: Read 1404 rows, 120.63 KiB in 0.002345 sec., 598720.6823027718 rows/sec., 50.24 MiB/sec.
11342 2025.03.12 22:44:48.023985 [ 74 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11343 2025.03.12 22:44:48.024065 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11344 2025.03.12 22:44:48.024100 [ 276 ] {aa80ec72-030f-4a82-82c9-e286e9a758e0} <Debug> TCPHandler: Processed in 0.002617788 sec.
11345 2025.03.12 22:44:48.024271 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
11346 2025.03.12 22:44:48.024287 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11347 2025.03.12 22:44:48.024544 [ 276 ] {e985f340-5eeb-4798-8ed6-483a4d7c456e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11348 2025.03.12 22:44:48.024610 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11349 2025.03.12 22:44:48.024653 [ 276 ] {e985f340-5eeb-4798-8ed6-483a4d7c456e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11350 2025.03.12 22:44:48.024708 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1407 rows starting from the beginning of the part
11351 2025.03.12 22:44:48.025363 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 136 rows starting from the beginning of the part
11352 2025.03.12 22:44:48.025934 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part
11353 2025.03.12 22:44:48.026516 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 136 rows starting from the beginning of the part
11354 2025.03.12 22:44:48.027135 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 56 rows starting from the beginning of the part
11355 2025.03.12 22:44:48.027498 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1404 rows starting from the beginning of the part
11356 2025.03.12 22:44:48.028263 [ 276 ] {e985f340-5eeb-4798-8ed6-483a4d7c456e} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11357 2025.03.12 22:44:48.028311 [ 276 ] {e985f340-5eeb-4798-8ed6-483a4d7c456e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11358 2025.03.12 22:44:48.028839 [ 276 ] {e985f340-5eeb-4798-8ed6-483a4d7c456e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11359 2025.03.12 22:44:48.029139 [ 276 ] {e985f340-5eeb-4798-8ed6-483a4d7c456e} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11360 2025.03.12 22:44:48.029376 [ 276 ] {e985f340-5eeb-4798-8ed6-483a4d7c456e} <Debug> executeQuery: Read 68 rows, 5.09 KiB in 0.004922 sec., 13815.52214546932 rows/sec., 1.01 MiB/sec.
11361 2025.03.12 22:44:48.029440 [ 276 ] {e985f340-5eeb-4798-8ed6-483a4d7c456e} <Debug> TCPHandler: Processed in 0.005218555 sec.
11362 2025.03.12 22:44:48.029583 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11363 2025.03.12 22:44:48.029697 [ 193 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3195 rows, containing 5 columns (5 merged, 0 gathered) in 0.005520894 sec., 578710.6218666759 rows/sec., 50.74 MiB/sec.
11364 2025.03.12 22:44:48.029720 [ 276 ] {9b7b9893-b815-4a4d-9667-819bed6879d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11365 2025.03.12 22:44:48.029773 [ 276 ] {9b7b9893-b815-4a4d-9667-819bed6879d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11366 2025.03.12 22:44:48.030031 [ 195 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
11367 2025.03.12 22:44:48.030681 [ 195 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_126_25} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11368 2025.03.12 22:44:48.030903 [ 195 ] {04bf0494-1f58-4c03-b2e7-121877616829::all_1_126_25} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
11369 2025.03.12 22:44:48.031054 [ 276 ] {9b7b9893-b815-4a4d-9667-819bed6879d2} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11370 2025.03.12 22:44:48.031063 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
11371 2025.03.12 22:44:48.031125 [ 276 ] {9b7b9893-b815-4a4d-9667-819bed6879d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11372 2025.03.12 22:44:48.031513 [ 276 ] {9b7b9893-b815-4a4d-9667-819bed6879d2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
11373 2025.03.12 22:44:48.031762 [ 276 ] {9b7b9893-b815-4a4d-9667-819bed6879d2} <Trace> oximeter.fields_u32 (f80c71d9-05e8-4de7-9276-2776e74381ad): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11374 2025.03.12 22:44:48.032024 [ 276 ] {9b7b9893-b815-4a4d-9667-819bed6879d2} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00233 sec., 108154.50643776824 rows/sec., 7.48 MiB/sec.
11375 2025.03.12 22:44:48.032238 [ 276 ] {9b7b9893-b815-4a4d-9667-819bed6879d2} <Debug> TCPHandler: Processed in 0.002722251 sec.
11376 2025.03.12 22:44:48.032383 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11377 2025.03.12 22:44:48.032487 [ 276 ] {67e15ee9-fb89-491e-8c24-f4b4478bb7b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11378 2025.03.12 22:44:48.032532 [ 276 ] {67e15ee9-fb89-491e-8c24-f4b4478bb7b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11379 2025.03.12 22:44:48.033090 [ 276 ] {67e15ee9-fb89-491e-8c24-f4b4478bb7b2} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11380 2025.03.12 22:44:48.033131 [ 276 ] {67e15ee9-fb89-491e-8c24-f4b4478bb7b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11381 2025.03.12 22:44:48.033475 [ 276 ] {67e15ee9-fb89-491e-8c24-f4b4478bb7b2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
11382 2025.03.12 22:44:48.033709 [ 276 ] {67e15ee9-fb89-491e-8c24-f4b4478bb7b2} <Trace> oximeter.fields_u8 (0756eb05-eed7-489b-99ff-4cc91dd9ddc3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11383 2025.03.12 22:44:48.033940 [ 276 ] {67e15ee9-fb89-491e-8c24-f4b4478bb7b2} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001469 sec., 8168.822328114364 rows/sec., 638.19 KiB/sec.
11384 2025.03.12 22:44:48.034034 [ 276 ] {67e15ee9-fb89-491e-8c24-f4b4478bb7b2} <Debug> TCPHandler: Processed in 0.001702474 sec.
11385 2025.03.12 22:44:48.034141 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11386 2025.03.12 22:44:48.034244 [ 276 ] {431ca6ee-a4f6-45f1-b75c-cfeff73cd205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11387 2025.03.12 22:44:48.034289 [ 276 ] {431ca6ee-a4f6-45f1-b75c-cfeff73cd205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11388 2025.03.12 22:44:48.035069 [ 276 ] {431ca6ee-a4f6-45f1-b75c-cfeff73cd205} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11389 2025.03.12 22:44:48.035109 [ 276 ] {431ca6ee-a4f6-45f1-b75c-cfeff73cd205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11390 2025.03.12 22:44:48.035485 [ 276 ] {431ca6ee-a4f6-45f1-b75c-cfeff73cd205} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
11391 2025.03.12 22:44:48.035720 [ 276 ] {431ca6ee-a4f6-45f1-b75c-cfeff73cd205} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11392 2025.03.12 22:44:48.035889 [ 74 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
11393 2025.03.12 22:44:48.035946 [ 74 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11394 2025.03.12 22:44:48.035961 [ 276 ] {431ca6ee-a4f6-45f1-b75c-cfeff73cd205} <Debug> executeQuery: Read 612 rows, 47.17 KiB in 0.001726 sec., 354577.056778679 rows/sec., 26.69 MiB/sec.
11395 2025.03.12 22:44:48.035989 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11396 2025.03.12 22:44:48.036126 [ 276 ] {431ca6ee-a4f6-45f1-b75c-cfeff73cd205} <Debug> TCPHandler: Processed in 0.002032943 sec.
11397 2025.03.12 22:44:48.036308 [ 188 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
11398 2025.03.12 22:44:48.036337 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11399 2025.03.12 22:44:48.036573 [ 276 ] {16b3145d-edc2-41c1-b04d-4e82f00616af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11400 2025.03.12 22:44:48.036636 [ 188 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11401 2025.03.12 22:44:48.036673 [ 276 ] {16b3145d-edc2-41c1-b04d-4e82f00616af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11402 2025.03.12 22:44:48.036713 [ 188 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 632 rows starting from the beginning of the part
11403 2025.03.12 22:44:48.037132 [ 188 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 104 rows starting from the beginning of the part
11404 2025.03.12 22:44:48.037557 [ 188 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part
11405 2025.03.12 22:44:48.037923 [ 188 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 104 rows starting from the beginning of the part
11406 2025.03.12 22:44:48.038039 [ 188 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 64 rows starting from the beginning of the part
11407 2025.03.12 22:44:48.038331 [ 188 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 612 rows starting from the beginning of the part
11408 2025.03.12 22:44:48.039333 [ 276 ] {16b3145d-edc2-41c1-b04d-4e82f00616af} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11409 2025.03.12 22:44:48.039418 [ 276 ] {16b3145d-edc2-41c1-b04d-4e82f00616af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11410 2025.03.12 22:44:48.040505 [ 276 ] {16b3145d-edc2-41c1-b04d-4e82f00616af} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
11411 2025.03.12 22:44:48.040877 [ 276 ] {16b3145d-edc2-41c1-b04d-4e82f00616af} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11412 2025.03.12 22:44:48.041566 [ 276 ] {16b3145d-edc2-41c1-b04d-4e82f00616af} <Debug> executeQuery: Read 942 rows, 65.08 KiB in 0.005054 sec., 186387.02018203403 rows/sec., 12.58 MiB/sec.
11413 2025.03.12 22:44:48.041571 [ 190 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1580 rows, containing 5 columns (5 merged, 0 gathered) in 0.005416791 sec., 291685.61238563573 rows/sec., 23.25 MiB/sec.
11414 2025.03.12 22:44:48.041680 [ 276 ] {16b3145d-edc2-41c1-b04d-4e82f00616af} <Debug> TCPHandler: Processed in 0.00538986 sec.
11415 2025.03.12 22:44:48.041998 [ 190 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
11416 2025.03.12 22:44:48.042021 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11417 2025.03.12 22:44:48.042425 [ 276 ] {bcb19fed-8c12-402b-be51-24c76ec6659f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11418 2025.03.12 22:44:48.042847 [ 276 ] {bcb19fed-8c12-402b-be51-24c76ec6659f} <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
11419 2025.03.12 22:44:48.043058 [ 190 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_126_25} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11420 2025.03.12 22:44:48.043474 [ 190 ] {3c5e8348-5ccd-4024-96db-25592544aaa2::all_1_126_25} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
11421 2025.03.12 22:44:48.043698 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
11422 2025.03.12 22:44:48.044841 [ 276 ] {bcb19fed-8c12-402b-be51-24c76ec6659f} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11423 2025.03.12 22:44:48.044886 [ 276 ] {bcb19fed-8c12-402b-be51-24c76ec6659f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11424 2025.03.12 22:44:48.045573 [ 276 ] {bcb19fed-8c12-402b-be51-24c76ec6659f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11425 2025.03.12 22:44:48.045830 [ 276 ] {bcb19fed-8c12-402b-be51-24c76ec6659f} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11426 2025.03.12 22:44:48.046073 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11427 2025.03.12 22:44:48.046092 [ 276 ] {bcb19fed-8c12-402b-be51-24c76ec6659f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003831 sec., 10441.138084051161 rows/sec., 18.71 MiB/sec.
11428 2025.03.12 22:44:48.046105 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11429 2025.03.12 22:44:48.046282 [ 276 ] {bcb19fed-8c12-402b-be51-24c76ec6659f} <Debug> TCPHandler: Processed in 0.004380434 sec.
11430 2025.03.12 22:44:48.046409 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11431 2025.03.12 22:44:48.046527 [ 276 ] {7f4fdd24-8dca-458c-ad27-9d1d20f51a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11432 2025.03.12 22:44:48.046588 [ 276 ] {7f4fdd24-8dca-458c-ad27-9d1d20f51a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11433 2025.03.12 22:44:48.047261 [ 276 ] {7f4fdd24-8dca-458c-ad27-9d1d20f51a97} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11434 2025.03.12 22:44:48.047309 [ 276 ] {7f4fdd24-8dca-458c-ad27-9d1d20f51a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11435 2025.03.12 22:44:48.047742 [ 276 ] {7f4fdd24-8dca-458c-ad27-9d1d20f51a97} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
11436 2025.03.12 22:44:48.048034 [ 276 ] {7f4fdd24-8dca-458c-ad27-9d1d20f51a97} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11437 2025.03.12 22:44:48.048235 [ 74 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
11438 2025.03.12 22:44:48.048312 [ 74 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11439 2025.03.12 22:44:48.048363 [ 276 ] {7f4fdd24-8dca-458c-ad27-9d1d20f51a97} <Debug> executeQuery: Read 18 rows, 1.25 KiB in 0.001859 sec., 9682.625067240451 rows/sec., 671.88 KiB/sec.
11440 2025.03.12 22:44:48.048414 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11441 2025.03.12 22:44:48.048686 [ 276 ] {7f4fdd24-8dca-458c-ad27-9d1d20f51a97} <Debug> TCPHandler: Processed in 0.00232403 sec.
11442 2025.03.12 22:44:48.049037 [ 196 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
11443 2025.03.12 22:44:48.049217 [ 196 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11444 2025.03.12 22:44:48.049277 [ 196 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 6228 rows starting from the beginning of the part
11445 2025.03.12 22:44:48.049482 [ 196 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part
11446 2025.03.12 22:44:48.049550 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11447 2025.03.12 22:44:48.049793 [ 196 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part
11448 2025.03.12 22:44:48.050193 [ 196 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part
11449 2025.03.12 22:44:48.050572 [ 196 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part
11450 2025.03.12 22:44:48.050970 [ 196 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 18 rows starting from the beginning of the part
11451 2025.03.12 22:44:48.053637 [ 190 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6486 rows, containing 4 columns (4 merged, 0 gathered) in 0.00500152 sec., 1296805.7710456022 rows/sec., 87.40 MiB/sec.
11452 2025.03.12 22:44:48.054116 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
11453 2025.03.12 22:44:48.054470 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_126_25} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11454 2025.03.12 22:44:48.054554 [ 186 ] {93e22ac6-2976-4a32-adf5-4a38102d4422::all_1_126_25} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
11455 2025.03.12 22:44:48.054644 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB.
11456 2025.03.12 22:44:48.985523 [ 220 ] {} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11457 2025.03.12 22:44:48.985624 [ 220 ] {} <Debug> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11458 2025.03.12 22:44:48.987694 [ 220 ] {} <Debug> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11459 2025.03.12 22:44:49.800679 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1544
11460 2025.03.12 22:44:49.804132 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11461 2025.03.12 22:44:49.804178 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11462 2025.03.12 22:44:49.805803 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11463 2025.03.12 22:44:49.806162 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11464 2025.03.12 22:44:49.806745 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1544
11465 2025.03.12 22:44:51.277238 [ 217 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11466 2025.03.12 22:44:51.277291 [ 217 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11467 2025.03.12 22:44:51.279484 [ 217 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11468 2025.03.12 22:44:51.655963 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11469 2025.03.12 22:44:51.656182 [ 276 ] {215cb9ce-48b9-41bb-848f-8914c306be86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11470 2025.03.12 22:44:51.656265 [ 276 ] {215cb9ce-48b9-41bb-848f-8914c306be86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11471 2025.03.12 22:44:51.657104 [ 276 ] {215cb9ce-48b9-41bb-848f-8914c306be86} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11472 2025.03.12 22:44:51.657151 [ 276 ] {215cb9ce-48b9-41bb-848f-8914c306be86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11473 2025.03.12 22:44:51.657585 [ 276 ] {215cb9ce-48b9-41bb-848f-8914c306be86} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
11474 2025.03.12 22:44:51.657851 [ 276 ] {215cb9ce-48b9-41bb-848f-8914c306be86} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11475 2025.03.12 22:44:51.658077 [ 276 ] {215cb9ce-48b9-41bb-848f-8914c306be86} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001955 sec., 28644.501278772375 rows/sec., 2.20 MiB/sec.
11476 2025.03.12 22:44:51.658136 [ 276 ] {215cb9ce-48b9-41bb-848f-8914c306be86} <Debug> TCPHandler: Processed in 0.00231375 sec.
11477 2025.03.12 22:44:51.658261 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11478 2025.03.12 22:44:51.658368 [ 276 ] {286d37c4-87d7-42c0-a55a-c7e255dc64de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11479 2025.03.12 22:44:51.658415 [ 276 ] {286d37c4-87d7-42c0-a55a-c7e255dc64de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11480 2025.03.12 22:44:51.658966 [ 276 ] {286d37c4-87d7-42c0-a55a-c7e255dc64de} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11481 2025.03.12 22:44:51.659007 [ 276 ] {286d37c4-87d7-42c0-a55a-c7e255dc64de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11482 2025.03.12 22:44:51.659370 [ 276 ] {286d37c4-87d7-42c0-a55a-c7e255dc64de} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
11483 2025.03.12 22:44:51.659603 [ 276 ] {286d37c4-87d7-42c0-a55a-c7e255dc64de} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11484 2025.03.12 22:44:51.659825 [ 276 ] {286d37c4-87d7-42c0-a55a-c7e255dc64de} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001478 sec., 43301.75913396482 rows/sec., 3.38 MiB/sec.
11485 2025.03.12 22:44:51.659879 [ 276 ] {286d37c4-87d7-42c0-a55a-c7e255dc64de} <Debug> TCPHandler: Processed in 0.001670873 sec.
11486 2025.03.12 22:44:51.659997 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11487 2025.03.12 22:44:51.660107 [ 276 ] {ec9035a7-ae83-4b9d-a0d6-1565d8c7cd5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11488 2025.03.12 22:44:51.660157 [ 276 ] {ec9035a7-ae83-4b9d-a0d6-1565d8c7cd5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11489 2025.03.12 22:44:51.660667 [ 276 ] {ec9035a7-ae83-4b9d-a0d6-1565d8c7cd5c} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11490 2025.03.12 22:44:51.660708 [ 276 ] {ec9035a7-ae83-4b9d-a0d6-1565d8c7cd5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11491 2025.03.12 22:44:51.661099 [ 276 ] {ec9035a7-ae83-4b9d-a0d6-1565d8c7cd5c} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
11492 2025.03.12 22:44:51.661340 [ 276 ] {ec9035a7-ae83-4b9d-a0d6-1565d8c7cd5c} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11493 2025.03.12 22:44:51.661567 [ 276 ] {ec9035a7-ae83-4b9d-a0d6-1565d8c7cd5c} <Debug> executeQuery: Read 108 rows, 7.71 KiB in 0.001483 sec., 72825.35401213756 rows/sec., 5.08 MiB/sec.
11494 2025.03.12 22:44:51.661632 [ 276 ] {ec9035a7-ae83-4b9d-a0d6-1565d8c7cd5c} <Debug> TCPHandler: Processed in 0.001687613 sec.
11495 2025.03.12 22:44:51.661776 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11496 2025.03.12 22:44:51.661981 [ 276 ] {52baf171-e7ea-496a-a528-cec5997c0422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11497 2025.03.12 22:44:51.662051 [ 276 ] {52baf171-e7ea-496a-a528-cec5997c0422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11498 2025.03.12 22:44:51.662565 [ 276 ] {52baf171-e7ea-496a-a528-cec5997c0422} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11499 2025.03.12 22:44:51.662605 [ 276 ] {52baf171-e7ea-496a-a528-cec5997c0422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11500 2025.03.12 22:44:51.662981 [ 276 ] {52baf171-e7ea-496a-a528-cec5997c0422} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
11501 2025.03.12 22:44:51.663227 [ 276 ] {52baf171-e7ea-496a-a528-cec5997c0422} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11502 2025.03.12 22:44:51.663431 [ 276 ] {52baf171-e7ea-496a-a528-cec5997c0422} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001508 sec., 27851.458885941644 rows/sec., 1.87 MiB/sec.
11503 2025.03.12 22:44:51.663484 [ 276 ] {52baf171-e7ea-496a-a528-cec5997c0422} <Debug> TCPHandler: Processed in 0.001781336 sec.
11504 2025.03.12 22:44:52.109680 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404
11505 2025.03.12 22:44:52.110366 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11506 2025.03.12 22:44:52.110413 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11507 2025.03.12 22:44:52.110945 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11508 2025.03.12 22:44:52.111207 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11509 2025.03.12 22:44:52.111454 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404
11510 2025.03.12 22:44:52.937001 [ 220 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11511 2025.03.12 22:44:52.937086 [ 220 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11512 2025.03.12 22:44:52.939042 [ 220 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
11513 2025.03.12 22:44:54.508046 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566
11514 2025.03.12 22:44:54.530924 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11515 2025.03.12 22:44:54.530986 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11516 2025.03.12 22:44:54.538642 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11517 2025.03.12 22:44:54.539504 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11518 2025.03.12 22:44:54.544542 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566
11519 2025.03.12 22:44:56.332333 [ 219 ] {} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
11520 2025.03.12 22:44:56.332387 [ 219 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
11521 2025.03.12 22:44:56.334629 [ 219 ] {} <Debug> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
11522 2025.03.12 22:44:56.366605 [ 217 ] {} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
11523 2025.03.12 22:44:56.366663 [ 217 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
11524 2025.03.12 22:44:56.369253 [ 217 ] {} <Debug> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
11525 2025.03.12 22:44:56.658100 [ 219 ] {} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
11526 2025.03.12 22:44:56.658156 [ 219 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
11527 2025.03.12 22:44:56.659663 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11528 2025.03.12 22:44:56.659997 [ 276 ] {f0e40d0b-e365-4ec5-9094-4df5580f4667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11529 2025.03.12 22:44:56.660100 [ 276 ] {f0e40d0b-e365-4ec5-9094-4df5580f4667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11530 2025.03.12 22:44:56.660426 [ 219 ] {} <Debug> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
11531 2025.03.12 22:44:56.661593 [ 276 ] {f0e40d0b-e365-4ec5-9094-4df5580f4667} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11532 2025.03.12 22:44:56.661643 [ 276 ] {f0e40d0b-e365-4ec5-9094-4df5580f4667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11533 2025.03.12 22:44:56.662076 [ 276 ] {f0e40d0b-e365-4ec5-9094-4df5580f4667} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
11534 2025.03.12 22:44:56.662330 [ 276 ] {f0e40d0b-e365-4ec5-9094-4df5580f4667} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11535 2025.03.12 22:44:56.662548 [ 276 ] {f0e40d0b-e365-4ec5-9094-4df5580f4667} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002679 sec., 20903.322135125047 rows/sec., 1.61 MiB/sec.
11536 2025.03.12 22:44:56.662605 [ 276 ] {f0e40d0b-e365-4ec5-9094-4df5580f4667} <Debug> TCPHandler: Processed in 0.003130051 sec.
11537 2025.03.12 22:44:56.662729 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11538 2025.03.12 22:44:56.662837 [ 276 ] {f2450779-d467-4b12-92e5-afcadf5325d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11539 2025.03.12 22:44:56.662883 [ 276 ] {f2450779-d467-4b12-92e5-afcadf5325d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11540 2025.03.12 22:44:56.663423 [ 276 ] {f2450779-d467-4b12-92e5-afcadf5325d1} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11541 2025.03.12 22:44:56.663463 [ 276 ] {f2450779-d467-4b12-92e5-afcadf5325d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11542 2025.03.12 22:44:56.663817 [ 276 ] {f2450779-d467-4b12-92e5-afcadf5325d1} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
11543 2025.03.12 22:44:56.664055 [ 276 ] {f2450779-d467-4b12-92e5-afcadf5325d1} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11544 2025.03.12 22:44:56.664266 [ 276 ] {f2450779-d467-4b12-92e5-afcadf5325d1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001451 sec., 44107.51206064783 rows/sec., 3.44 MiB/sec.
11545 2025.03.12 22:44:56.664318 [ 276 ] {f2450779-d467-4b12-92e5-afcadf5325d1} <Debug> TCPHandler: Processed in 0.001640972 sec.
11546 2025.03.12 22:44:56.664433 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11547 2025.03.12 22:44:56.664540 [ 276 ] {2350ba6f-2945-4946-bbe5-86eb0167f1e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11548 2025.03.12 22:44:56.664590 [ 276 ] {2350ba6f-2945-4946-bbe5-86eb0167f1e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11549 2025.03.12 22:44:56.665117 [ 276 ] {2350ba6f-2945-4946-bbe5-86eb0167f1e1} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11550 2025.03.12 22:44:56.665157 [ 276 ] {2350ba6f-2945-4946-bbe5-86eb0167f1e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11551 2025.03.12 22:44:56.665546 [ 276 ] {2350ba6f-2945-4946-bbe5-86eb0167f1e1} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
11552 2025.03.12 22:44:56.665787 [ 276 ] {2350ba6f-2945-4946-bbe5-86eb0167f1e1} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11553 2025.03.12 22:44:56.665999 [ 276 ] {2350ba6f-2945-4946-bbe5-86eb0167f1e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001481 sec., 108035.11141120865 rows/sec., 7.52 MiB/sec.
11554 2025.03.12 22:44:56.666052 [ 276 ] {2350ba6f-2945-4946-bbe5-86eb0167f1e1} <Debug> TCPHandler: Processed in 0.001670193 sec.
11555 2025.03.12 22:44:56.666160 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11556 2025.03.12 22:44:56.666263 [ 276 ] {9c81bb4a-aee8-4a07-ac94-951d5a39bb23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11557 2025.03.12 22:44:56.666311 [ 276 ] {9c81bb4a-aee8-4a07-ac94-951d5a39bb23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11558 2025.03.12 22:44:56.666747 [ 276 ] {9c81bb4a-aee8-4a07-ac94-951d5a39bb23} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11559 2025.03.12 22:44:56.666787 [ 276 ] {9c81bb4a-aee8-4a07-ac94-951d5a39bb23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11560 2025.03.12 22:44:56.667160 [ 276 ] {9c81bb4a-aee8-4a07-ac94-951d5a39bb23} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
11561 2025.03.12 22:44:56.667393 [ 276 ] {9c81bb4a-aee8-4a07-ac94-951d5a39bb23} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11562 2025.03.12 22:44:56.667608 [ 276 ] {9c81bb4a-aee8-4a07-ac94-951d5a39bb23} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec.
11563 2025.03.12 22:44:56.667661 [ 276 ] {9c81bb4a-aee8-4a07-ac94-951d5a39bb23} <Debug> TCPHandler: Processed in 0.00155222 sec.
11564 2025.03.12 22:44:57.000178 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 253.59 MiB, peak 274.79 MiB, free memory in arenas 0.00 B, will set to 257.31 MiB (RSS), difference: 3.72 MiB
11565 2025.03.12 22:44:57.768192 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
11566 2025.03.12 22:44:57.768255 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
11567 2025.03.12 22:44:57.770308 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
11568 2025.03.12 22:44:59.346326 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache
11569 2025.03.12 22:44:59.346399 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache
11570 2025.03.12 22:44:59.611611 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831
11571 2025.03.12 22:44:59.612601 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11572 2025.03.12 22:44:59.612674 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11573 2025.03.12 22:44:59.613267 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
11574 2025.03.12 22:44:59.613514 [ 244 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11575 2025.03.12 22:44:59.613720 [ 50 ] {} <Debug> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
11576 2025.03.12 22:44:59.613763 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831
11577 2025.03.12 22:44:59.613811 [ 50 ] {} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11578 2025.03.12 22:44:59.613844 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11579 2025.03.12 22:44:59.614049 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
11580 2025.03.12 22:44:59.614312 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11581 2025.03.12 22:44:59.614388 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part
11582 2025.03.12 22:44:59.614525 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 427 rows starting from the beginning of the part
11583 2025.03.12 22:44:59.614799 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 488 rows starting from the beginning of the part
11584 2025.03.12 22:44:59.615013 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part
11585 2025.03.12 22:44:59.615141 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 488 rows starting from the beginning of the part
11586 2025.03.12 22:44:59.615359 [ 201 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 427 rows starting from the beginning of the part
11587 2025.03.12 22:44:59.618378 [ 190 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004438916 sec., 7846735.554356063 rows/sec., 112.25 MiB/sec.
11588 2025.03.12 22:44:59.618687 [ 190 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
11589 2025.03.12 22:44:59.619016 [ 190 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_76_15} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11590 2025.03.12 22:44:59.619109 [ 190 ] {7400a7ae-9af9-45e2-8e1a-f0482a34acfd::all_1_76_15} <Trace> system.asynchronous_metric_log (7400a7ae-9af9-45e2-8e1a-f0482a34acfd) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
11591 2025.03.12 22:44:59.619225 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB.
11592 2025.03.12 22:44:59.806975 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1560
11593 2025.03.12 22:44:59.809729 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11594 2025.03.12 22:44:59.809770 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11595 2025.03.12 22:44:59.811322 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11596 2025.03.12 22:44:59.811644 [ 243 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11597 2025.03.12 22:44:59.811825 [ 50 ] {} <Debug> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11598 2025.03.12 22:44:59.811893 [ 50 ] {} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11599 2025.03.12 22:44:59.811942 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11600 2025.03.12 22:44:59.812408 [ 194 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
11601 2025.03.12 22:44:59.812858 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1560
11602 2025.03.12 22:44:59.813396 [ 194 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11603 2025.03.12 22:44:59.813584 [ 194 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1428 rows starting from the beginning of the part
11604 2025.03.12 22:44:59.814098 [ 194 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part
11605 2025.03.12 22:44:59.814612 [ 194 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 16 rows starting from the beginning of the part
11606 2025.03.12 22:44:59.815099 [ 194 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 20 rows starting from the beginning of the part
11607 2025.03.12 22:44:59.815586 [ 194 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part
11608 2025.03.12 22:44:59.816312 [ 194 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 16 rows starting from the beginning of the part
11609 2025.03.12 22:44:59.826314 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1560 rows, containing 72 columns (72 merged, 0 gathered) in 0.014244799 sec., 109513.65477322634 rows/sec., 83.85 MiB/sec.
11610 2025.03.12 22:44:59.828002 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11611 2025.03.12 22:44:59.828774 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_56_11} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11612 2025.03.12 22:44:59.828855 [ 199 ] {87093b58-3b20-444c-8759-f79a50fa4a1a::all_1_56_11} <Trace> system.query_log (87093b58-3b20-444c-8759-f79a50fa4a1a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11613 2025.03.12 22:44:59.829185 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB.
11614 2025.03.12 22:45:00.147701 [ 50 ] {} <Debug> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
11615 2025.03.12 22:45:00.147774 [ 50 ] {} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11616 2025.03.12 22:45:00.147801 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11617 2025.03.12 22:45:00.148017 [ 194 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::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
11618 2025.03.12 22:45:00.148215 [ 194 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11619 2025.03.12 22:45:00.148257 [ 194 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part
11620 2025.03.12 22:45:00.148363 [ 194 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part
11621 2025.03.12 22:45:00.148586 [ 194 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part
11622 2025.03.12 22:45:00.148731 [ 194 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part
11623 2025.03.12 22:45:00.148845 [ 194 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part
11624 2025.03.12 22:45:00.149925 [ 201 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002049063 sec., 26353.50889650538 rows/sec., 2.20 MiB/sec.
11625 2025.03.12 22:45:00.150071 [ 194 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
11626 2025.03.12 22:45:00.150368 [ 194 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_17_4} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11627 2025.03.12 22:45:00.150453 [ 194 ] {bd073247-3b87-4314-b9ca-53fc5004b9a3::all_1_17_4} <Trace> oximeter.fields_ipaddr (bd073247-3b87-4314-b9ca-53fc5004b9a3) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
11628 2025.03.12 22:45:00.150534 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11629 2025.03.12 22:45:01.662432 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11630 2025.03.12 22:45:01.662630 [ 276 ] {eaf558a7-8f50-4526-9bcf-501b95c26117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11631 2025.03.12 22:45:01.662705 [ 276 ] {eaf558a7-8f50-4526-9bcf-501b95c26117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11632 2025.03.12 22:45:01.663583 [ 276 ] {eaf558a7-8f50-4526-9bcf-501b95c26117} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11633 2025.03.12 22:45:01.663641 [ 276 ] {eaf558a7-8f50-4526-9bcf-501b95c26117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11634 2025.03.12 22:45:01.664102 [ 276 ] {eaf558a7-8f50-4526-9bcf-501b95c26117} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
11635 2025.03.12 22:45:01.664371 [ 276 ] {eaf558a7-8f50-4526-9bcf-501b95c26117} <Trace> oximeter.fields_string (04bf0494-1f58-4c03-b2e7-121877616829): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11636 2025.03.12 22:45:01.664594 [ 276 ] {eaf558a7-8f50-4526-9bcf-501b95c26117} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.002023 sec., 67226.89075630251 rows/sec., 5.81 MiB/sec.
11637 2025.03.12 22:45:01.664654 [ 276 ] {eaf558a7-8f50-4526-9bcf-501b95c26117} <Debug> TCPHandler: Processed in 0.002364021 sec.
11638 2025.03.12 22:45:01.664779 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11639 2025.03.12 22:45:01.664889 [ 276 ] {8cd7aa28-f6da-4470-927a-59522ee46979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11640 2025.03.12 22:45:01.664949 [ 276 ] {8cd7aa28-f6da-4470-927a-59522ee46979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11641 2025.03.12 22:45:01.665537 [ 276 ] {8cd7aa28-f6da-4470-927a-59522ee46979} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11642 2025.03.12 22:45:01.665578 [ 276 ] {8cd7aa28-f6da-4470-927a-59522ee46979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11643 2025.03.12 22:45:01.665944 [ 276 ] {8cd7aa28-f6da-4470-927a-59522ee46979} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11644 2025.03.12 22:45:01.666181 [ 276 ] {8cd7aa28-f6da-4470-927a-59522ee46979} <Trace> oximeter.fields_u16 (66b69b54-d211-46c0-9adb-7851f41f176b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11645 2025.03.12 22:45:01.666404 [ 276 ] {8cd7aa28-f6da-4470-927a-59522ee46979} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001536 sec., 26041.666666666664 rows/sec., 1.91 MiB/sec.
11646 2025.03.12 22:45:01.666467 [ 276 ] {8cd7aa28-f6da-4470-927a-59522ee46979} <Debug> TCPHandler: Processed in 0.001740345 sec.
11647 2025.03.12 22:45:01.666644 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11648 2025.03.12 22:45:01.666756 [ 276 ] {c4a430ec-d933-42cd-83be-a46a8abd6eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11649 2025.03.12 22:45:01.666801 [ 276 ] {c4a430ec-d933-42cd-83be-a46a8abd6eb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11650 2025.03.12 22:45:01.667356 [ 276 ] {c4a430ec-d933-42cd-83be-a46a8abd6eb7} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11651 2025.03.12 22:45:01.667394 [ 276 ] {c4a430ec-d933-42cd-83be-a46a8abd6eb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11652 2025.03.12 22:45:01.667762 [ 276 ] {c4a430ec-d933-42cd-83be-a46a8abd6eb7} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
11653 2025.03.12 22:45:01.668010 [ 276 ] {c4a430ec-d933-42cd-83be-a46a8abd6eb7} <Trace> oximeter.fields_uuid (3c5e8348-5ccd-4024-96db-25592544aaa2): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11654 2025.03.12 22:45:01.668217 [ 276 ] {c4a430ec-d933-42cd-83be-a46a8abd6eb7} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001483 sec., 70128.11867835469 rows/sec., 5.48 MiB/sec.
11655 2025.03.12 22:45:01.668270 [ 276 ] {c4a430ec-d933-42cd-83be-a46a8abd6eb7} <Debug> TCPHandler: Processed in 0.001688884 sec.
11656 2025.03.12 22:45:01.668396 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11657 2025.03.12 22:45:01.668518 [ 276 ] {146911ac-42f1-479d-9863-43ad5c1cf3dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11658 2025.03.12 22:45:01.668569 [ 276 ] {146911ac-42f1-479d-9863-43ad5c1cf3dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11659 2025.03.12 22:45:01.669114 [ 276 ] {146911ac-42f1-479d-9863-43ad5c1cf3dc} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11660 2025.03.12 22:45:01.669155 [ 276 ] {146911ac-42f1-479d-9863-43ad5c1cf3dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11661 2025.03.12 22:45:01.669589 [ 276 ] {146911ac-42f1-479d-9863-43ad5c1cf3dc} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
11662 2025.03.12 22:45:01.669871 [ 276 ] {146911ac-42f1-479d-9863-43ad5c1cf3dc} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11663 2025.03.12 22:45:01.670058 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Selected 3 parts from all_1_124_25 to all_126_126_0
11664 2025.03.12 22:45:01.670116 [ 276 ] {146911ac-42f1-479d-9863-43ad5c1cf3dc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec.
11665 2025.03.12 22:45:01.670144 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11666 2025.03.12 22:45:01.670207 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11667 2025.03.12 22:45:01.670231 [ 276 ] {146911ac-42f1-479d-9863-43ad5c1cf3dc} <Debug> TCPHandler: Processed in 0.001888349 sec.
11668 2025.03.12 22:45:01.670512 [ 191 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_126_26} <Debug> MergeTask::PrepareStage: Merging 3 parts: from all_1_124_25 to all_126_126_0 into Compact with storage Full
11669 2025.03.12 22:45:01.670527 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11670 2025.03.12 22:45:01.670928 [ 276 ] {e8c0845a-8aa2-47eb-92cc-b4832b894394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11671 2025.03.12 22:45:01.671294 [ 191 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_126_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11672 2025.03.12 22:45:01.671356 [ 276 ] {e8c0845a-8aa2-47eb-92cc-b4832b894394} <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
11673 2025.03.12 22:45:01.671496 [ 191 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_124_25, total 33802 rows starting from the beginning of the part
11674 2025.03.12 22:45:01.672137 [ 191 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part
11675 2025.03.12 22:45:01.673037 [ 191 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 942 rows starting from the beginning of the part
11676 2025.03.12 22:45:01.676906 [ 276 ] {e8c0845a-8aa2-47eb-92cc-b4832b894394} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11677 2025.03.12 22:45:01.676984 [ 276 ] {e8c0845a-8aa2-47eb-92cc-b4832b894394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11678 2025.03.12 22:45:01.678119 [ 276 ] {e8c0845a-8aa2-47eb-92cc-b4832b894394} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11679 2025.03.12 22:45:01.678413 [ 276 ] {e8c0845a-8aa2-47eb-92cc-b4832b894394} <Trace> oximeter.measurements_histogramu64 (1f75fe11-1029-454f-991a-395decf3ac5f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11680 2025.03.12 22:45:01.678849 [ 276 ] {e8c0845a-8aa2-47eb-92cc-b4832b894394} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008061 sec., 4962.163503287433 rows/sec., 8.89 MiB/sec.
11681 2025.03.12 22:45:01.678996 [ 276 ] {e8c0845a-8aa2-47eb-92cc-b4832b894394} <Debug> TCPHandler: Processed in 0.008565122 sec.
11682 2025.03.12 22:45:01.679126 [ 276 ] {} <Trace> TCP-Session: 02597b9d-023c-483a-b2fd-f25a0e7ed27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11683 2025.03.12 22:45:01.679238 [ 276 ] {995dc0dc-d606-4403-a91b-8c47b065800d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11684 2025.03.12 22:45:01.679318 [ 276 ] {995dc0dc-d606-4403-a91b-8c47b065800d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11685 2025.03.12 22:45:01.679848 [ 276 ] {995dc0dc-d606-4403-a91b-8c47b065800d} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11686 2025.03.12 22:45:01.679887 [ 276 ] {995dc0dc-d606-4403-a91b-8c47b065800d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11687 2025.03.12 22:45:01.680742 [ 276 ] {995dc0dc-d606-4403-a91b-8c47b065800d} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
11688 2025.03.12 22:45:01.681050 [ 276 ] {995dc0dc-d606-4403-a91b-8c47b065800d} <Trace> oximeter.measurements_u64 (93e22ac6-2976-4a32-adf5-4a38102d4422): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11689 2025.03.12 22:45:01.681342 [ 276 ] {995dc0dc-d606-4403-a91b-8c47b065800d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002131 sec., 28155.795401220083 rows/sec., 1.90 MiB/sec.
11690 2025.03.12 22:45:01.681398 [ 276 ] {995dc0dc-d606-4403-a91b-8c47b065800d} <Debug> TCPHandler: Processed in 0.00232795 sec.
11691 2025.03.12 22:45:01.683477 [ 201 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_126_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34904 rows, containing 5 columns (5 merged, 0 gathered) in 0.013132521 sec., 2657829.3687860845 rows/sec., 182.11 MiB/sec.
11692 2025.03.12 22:45:01.683937 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_126_26} <Trace> MergedBlockOutputStream: filled checksums all_1_126_26 (state Temporary)
11693 2025.03.12 22:45:01.684361 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_126_26} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75): Renaming temporary part tmp_merge_all_1_126_26 to all_1_126_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11694 2025.03.12 22:45:01.684461 [ 192 ] {b2c47e66-b1d6-49e8-9cfc-04ec9c691a75::all_1_126_26} <Trace> oximeter.measurements_cumulativeu64 (b2c47e66-b1d6-49e8-9cfc-04ec9c691a75) (MergerMutator): Merged 3 parts: [all_1_124_25, all_126_126_0] -> all_1_126_26
11695 2025.03.12 22:45:01.684579 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
11696 2025.03.12 22:45:02.044615 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573
11697 2025.03.12 22:45:02.068526 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11698 2025.03.12 22:45:02.068591 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11699 2025.03.12 22:45:02.076762 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
11700 2025.03.12 22:45:02.078052 [ 242 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11701 2025.03.12 22:45:02.078410 [ 45 ] {} <Debug> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
11702 2025.03.12 22:45:02.078481 [ 45 ] {} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11703 2025.03.12 22:45:02.078538 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11704 2025.03.12 22:45:02.079088 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
11705 2025.03.12 22:45:02.095967 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573
11706 2025.03.12 22:45:02.097678 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11707 2025.03.12 22:45:02.099269 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part
11708 2025.03.12 22:45:02.106157 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part
11709 2025.03.12 22:45:02.114038 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part
11710 2025.03.12 22:45:02.120867 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part
11711 2025.03.12 22:45:02.127801 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part
11712 2025.03.12 22:45:02.134160 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part
11713 2025.03.12 22:45:02.213689 [ 189 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.134985278 sec., 4244.907359452933 rows/sec., 21.95 MiB/sec.
11714 2025.03.12 22:45:02.216718 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
11715 2025.03.12 22:45:02.219398 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_76_15} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11716 2025.03.12 22:45:02.219521 [ 201 ] {10ecae2b-0f67-4bac-841a-f30933d4171f::all_1_76_15} <Trace> system.metric_log (10ecae2b-0f67-4bac-841a-f30933d4171f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
11717 2025.03.12 22:45:02.221519 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB.