Max level shown:
1 [ Mar 21 18:40:27 Enabled. ]
2 [ Mar 21 18:40:27 Rereading configuration. ]
3 [ Mar 21 18:40:29 Rereading configuration. ]
4 [ Mar 21 18:40:41 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 21 18:40:41 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.21 18:40:41.943682 [ 1 ] {} <Information> Application: Will watch for the process with pid 23255
29 2025.03.21 18:40:41.944246 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.03.21 18:40:42.197632 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23255
31 2025.03.21 18:40:42.198313 [ 1 ] {} <Information> Application: starting up
32 2025.03.21 18:40:42.199039 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.03.21 18:40:42.287365 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.03.21 18:40:42.318000 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.03.21 18:40:42.318043 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.03.21 18:40:42.318056 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.03.21 18:40:42.318116 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.03.21 18:40:42.318471 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.03.21 18:40:42.320093 [ 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.21 18:40:42.321238 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.03.21 18:40:42.322462 [ 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.21 18:40:42.322486 [ 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.21 18:40:42.322501 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.03.21 18:40:42.322671 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.03.21 18:40:42.323722 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.03.21 18:40:42.329807 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.03.21 18:40:42.330565 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.03.21 18:40:42.332021 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.03.21 18:40:42.332083 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.03.21 18:40:42.333657 [ 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.21 18:40:42.334123 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.03.21 18:40:42.338536 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.03.21 18:40:42.338904 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.03.21 18:40:42.340444 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.03.21 18:40:42.340821 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.03.21 18:40:42.341268 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.03.21 18:40:42.341676 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.03.21 18:40:42.343125 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.03.21 18:40:42.343149 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.03.21 18:40:42.343227 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.03.21 18:40:42.343401 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.03.21 18:40:42.353683 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.03.21 18:40:42.353710 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000164913 sec
68 2025.03.21 18:40:42.353754 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.03.21 18:40:42.353773 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.03.21 18:40:42.355014 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.03.21 18:40:42.356064 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.03.21 18:40:42.369401 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.03.21 18:40:42.369443 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.03.21 18:40:42.369464 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.03.21 18:40:42.369476 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.03.21 18:40:42.369505 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.03.21 18:40:42.369524 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.03.21 18:40:42.372157 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.03.21 18:40:42.372198 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.03.21 18:40:42.372218 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.03.21 18:40:42.372388 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.03.21 18:40:42.372406 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.03.21 18:40:42.372439 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.03.21 18:40:42.372458 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.03.21 18:40:42.372470 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.03.21 18:40:42.372496 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.03.21 18:40:42.372514 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.03.21 18:40:42.399320 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.03.21 18:40:42.402766 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.03.21 18:40:42.402802 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.8531e-05 sec
91 2025.03.21 18:40:42.402818 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.03.21 18:40:42.402831 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.03.21 18:40:42.402858 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.03.21 18:40:42.403083 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.03.21 18:40:42.403125 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.03.21 18:40:42.403138 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.03.21 18:40:42.403148 [ 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.21 18:40:42.403159 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.03.21 18:40:42.429437 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.03.21 18:40:42.429630 [ 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.35 MiB
101 2025.03.21 18:40:42.430430 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3811e-05 sec.
102 2025.03.21 18:40:42.431390 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.03.21 18:40:42.431494 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.03.21 18:40:42.431513 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.03.21 18:40:42.508354 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61350
106 2025.03.21 18:40:42.508818 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.03.21 18:40:42.508883 [ 3 ] {} <Debug> TCP-Session: 85c42284-9c95-4263-8a2b-47883f850653 Authenticating user 'default' from [fd00:1122:3344:101::c]:61350
108 2025.03.21 18:40:42.508916 [ 3 ] {} <Debug> TCP-Session: 85c42284-9c95-4263-8a2b-47883f850653 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.03.21 18:40:42.508942 [ 3 ] {} <Debug> TCP-Session: 85c42284-9c95-4263-8a2b-47883f850653 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.03.21 18:40:42.509034 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.03.21 18:40:42.509128 [ 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.21 18:40:42.509150 [ 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.21 18:40:42.510415 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46371
114 2025.03.21 18:40:42.510518 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2025.03.21 18:40:42.510546 [ 4 ] {} <Debug> TCP-Session: 553b5d70-bd57-4b5a-8a8a-32daafad8837 Authenticating user 'default' from [fd00:1122:3344:101::c]:46371
116 2025.03.21 18:40:42.510568 [ 4 ] {} <Debug> TCP-Session: 553b5d70-bd57-4b5a-8a8a-32daafad8837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2025.03.21 18:40:42.510592 [ 4 ] {} <Debug> TCP-Session: 553b5d70-bd57-4b5a-8a8a-32daafad8837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2025.03.21 18:40:42.511305 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45244
119 2025.03.21 18:40:42.511305 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57024
120 2025.03.21 18:40:42.511457 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
121 2025.03.21 18:40:42.511475 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57035
122 2025.03.21 18:40:42.511494 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
123 2025.03.21 18:40:42.511520 [ 5 ] {} <Debug> TCP-Session: 6b8f0774-c10b-4611-8c45-cf8845ea3fba Authenticating user 'default' from [fd00:1122:3344:101::c]:45244
124 2025.03.21 18:40:42.511550 [ 253 ] {} <Debug> TCP-Session: 895b984f-4aed-4252-90cc-2fe7cdfbfe9e Authenticating user 'default' from [fd00:1122:3344:101::c]:57024
125 2025.03.21 18:40:42.511601 [ 253 ] {} <Debug> TCP-Session: 895b984f-4aed-4252-90cc-2fe7cdfbfe9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
126 2025.03.21 18:40:42.511620 [ 253 ] {} <Debug> TCP-Session: 895b984f-4aed-4252-90cc-2fe7cdfbfe9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
127 2025.03.21 18:40:42.511618 [ 5 ] {} <Debug> TCP-Session: 6b8f0774-c10b-4611-8c45-cf8845ea3fba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
128 2025.03.21 18:40:42.511716 [ 5 ] {} <Debug> TCP-Session: 6b8f0774-c10b-4611-8c45-cf8845ea3fba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
129 2025.03.21 18:40:42.511737 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
130 2025.03.21 18:40:42.511758 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37128
131 2025.03.21 18:40:42.511843 [ 254 ] {} <Debug> TCP-Session: f2279175-ca4f-4bde-ad1b-84f00a958345 Authenticating user 'default' from [fd00:1122:3344:101::c]:57035
132 2025.03.21 18:40:42.511971 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49400
133 2025.03.21 18:40:42.511989 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
134 2025.03.21 18:40:42.511983 [ 254 ] {} <Debug> TCP-Session: f2279175-ca4f-4bde-ad1b-84f00a958345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
135 2025.03.21 18:40:42.512152 [ 255 ] {} <Debug> TCP-Session: 78f80b1f-1436-4965-bf22-4ff52b1bd884 Authenticating user 'default' from [fd00:1122:3344:101::c]:37128
136 2025.03.21 18:40:42.512156 [ 254 ] {} <Debug> TCP-Session: f2279175-ca4f-4bde-ad1b-84f00a958345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
137 2025.03.21 18:40:42.512180 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
138 2025.03.21 18:40:42.512194 [ 255 ] {} <Debug> TCP-Session: 78f80b1f-1436-4965-bf22-4ff52b1bd884 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
139 2025.03.21 18:40:42.512152 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39063
140 2025.03.21 18:40:42.512372 [ 256 ] {} <Debug> TCP-Session: 69b7bda9-0b51-4e7f-80bc-00620f20c219 Authenticating user 'default' from [fd00:1122:3344:101::c]:49400
141 2025.03.21 18:40:42.512290 [ 255 ] {} <Debug> TCP-Session: 78f80b1f-1436-4965-bf22-4ff52b1bd884 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
142 2025.03.21 18:40:42.512404 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
143 2025.03.21 18:40:42.512470 [ 256 ] {} <Debug> TCP-Session: 69b7bda9-0b51-4e7f-80bc-00620f20c219 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
144 2025.03.21 18:40:42.512482 [ 257 ] {} <Debug> TCP-Session: 612fdc2d-fc95-40e8-ae9a-c75a9e0d76a1 Authenticating user 'default' from [fd00:1122:3344:101::c]:39063
145 2025.03.21 18:40:42.512512 [ 256 ] {} <Debug> TCP-Session: 69b7bda9-0b51-4e7f-80bc-00620f20c219 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
146 2025.03.21 18:40:42.512521 [ 257 ] {} <Debug> TCP-Session: 612fdc2d-fc95-40e8-ae9a-c75a9e0d76a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2025.03.21 18:40:42.512569 [ 257 ] {} <Debug> TCP-Session: 612fdc2d-fc95-40e8-ae9a-c75a9e0d76a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.03.21 18:40:42.649832 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54113
149 2025.03.21 18:40:42.650334 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2025.03.21 18:40:42.650375 [ 258 ] {} <Debug> TCP-Session: 69cef2b7-0549-4d31-892a-9f0f97514854 Authenticating user 'default' from [fd00:1122:3344:101::a]:54113
151 2025.03.21 18:40:42.650392 [ 258 ] {} <Debug> TCP-Session: 69cef2b7-0549-4d31-892a-9f0f97514854 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2025.03.21 18:40:42.650406 [ 258 ] {} <Debug> TCP-Session: 69cef2b7-0549-4d31-892a-9f0f97514854 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2025.03.21 18:40:42.650465 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
154 2025.03.21 18:40:42.650489 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
155 2025.03.21 18:40:42.650511 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
156 2025.03.21 18:40:42.651853 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56038
157 2025.03.21 18:40:42.651952 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62760
158 2025.03.21 18:40:42.652004 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
159 2025.03.21 18:40:42.652123 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54923
160 2025.03.21 18:40:42.652125 [ 259 ] {} <Debug> TCP-Session: 709379c1-58d5-4886-9d02-493e815f5053 Authenticating user 'default' from [fd00:1122:3344:101::a]:56038
161 2025.03.21 18:40:42.652135 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
162 2025.03.21 18:40:42.652334 [ 259 ] {} <Debug> TCP-Session: 709379c1-58d5-4886-9d02-493e815f5053 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
163 2025.03.21 18:40:42.652369 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46496
164 2025.03.21 18:40:42.652379 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
165 2025.03.21 18:40:42.652407 [ 259 ] {} <Debug> TCP-Session: 709379c1-58d5-4886-9d02-493e815f5053 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
166 2025.03.21 18:40:42.652428 [ 260 ] {} <Debug> TCP-Session: 237a4e04-2d70-4ab3-bb73-962ff89403ce Authenticating user 'default' from [fd00:1122:3344:101::a]:62760
167 2025.03.21 18:40:42.652491 [ 261 ] {} <Debug> TCP-Session: 08ad50a9-723a-41d6-8751-ebd179a59ddb Authenticating user 'default' from [fd00:1122:3344:101::a]:54923
168 2025.03.21 18:40:42.652545 [ 260 ] {} <Debug> TCP-Session: 237a4e04-2d70-4ab3-bb73-962ff89403ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
169 2025.03.21 18:40:42.652667 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65400
170 2025.03.21 18:40:42.652712 [ 260 ] {} <Debug> TCP-Session: 237a4e04-2d70-4ab3-bb73-962ff89403ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
171 2025.03.21 18:40:42.652674 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64780
172 2025.03.21 18:40:42.652737 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
173 2025.03.21 18:40:42.652783 [ 261 ] {} <Debug> TCP-Session: 08ad50a9-723a-41d6-8751-ebd179a59ddb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
174 2025.03.21 18:40:42.652783 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62710
175 2025.03.21 18:40:42.653050 [ 261 ] {} <Debug> TCP-Session: 08ad50a9-723a-41d6-8751-ebd179a59ddb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
176 2025.03.21 18:40:42.653093 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
177 2025.03.21 18:40:42.653272 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
178 2025.03.21 18:40:42.653288 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
179 2025.03.21 18:40:42.653312 [ 262 ] {} <Debug> TCP-Session: 4f081f57-30ad-4447-bf86-d594d655f112 Authenticating user 'default' from [fd00:1122:3344:101::a]:46496
180 2025.03.21 18:40:42.653344 [ 264 ] {} <Debug> TCP-Session: ab0b4139-d285-429c-a827-c92472f084bb Authenticating user 'default' from [fd00:1122:3344:101::a]:65400
181 2025.03.21 18:40:42.653371 [ 263 ] {} <Debug> TCP-Session: ef0e10f8-6cc4-4710-a6ef-169c5b55763b Authenticating user 'default' from [fd00:1122:3344:101::a]:64780
182 2025.03.21 18:40:42.653396 [ 265 ] {} <Debug> TCP-Session: 07e5528e-56e7-433d-bce7-a52602b789f3 Authenticating user 'default' from [fd00:1122:3344:101::a]:62710
183 2025.03.21 18:40:42.653412 [ 262 ] {} <Debug> TCP-Session: 4f081f57-30ad-4447-bf86-d594d655f112 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
184 2025.03.21 18:40:42.653434 [ 264 ] {} <Debug> TCP-Session: ab0b4139-d285-429c-a827-c92472f084bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
185 2025.03.21 18:40:42.653451 [ 263 ] {} <Debug> TCP-Session: ef0e10f8-6cc4-4710-a6ef-169c5b55763b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
186 2025.03.21 18:40:42.653461 [ 265 ] {} <Debug> TCP-Session: 07e5528e-56e7-433d-bce7-a52602b789f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
187 2025.03.21 18:40:42.653503 [ 262 ] {} <Debug> TCP-Session: 4f081f57-30ad-4447-bf86-d594d655f112 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
188 2025.03.21 18:40:42.653518 [ 263 ] {} <Debug> TCP-Session: ef0e10f8-6cc4-4710-a6ef-169c5b55763b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
189 2025.03.21 18:40:42.653547 [ 265 ] {} <Debug> TCP-Session: 07e5528e-56e7-433d-bce7-a52602b789f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
190 2025.03.21 18:40:42.653559 [ 264 ] {} <Debug> TCP-Session: ab0b4139-d285-429c-a827-c92472f084bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
191 2025.03.21 18:40:42.811460 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34387
192 2025.03.21 18:40:42.820665 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
193 2025.03.21 18:40:42.820701 [ 266 ] {} <Debug> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Authenticating user 'default' from [fd00:1122:3344:101::d]:34387
194 2025.03.21 18:40:42.820737 [ 266 ] {} <Debug> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
195 2025.03.21 18:40:42.820750 [ 266 ] {} <Debug> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
196 2025.03.21 18:40:42.820810 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
197 2025.03.21 18:40:42.820841 [ 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
198 2025.03.21 18:40:42.820857 [ 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
199 2025.03.21 18:40:42.829595 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44024
200 2025.03.21 18:40:42.829711 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
201 2025.03.21 18:40:42.829746 [ 267 ] {} <Debug> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Authenticating user 'default' from [fd00:1122:3344:101::d]:44024
202 2025.03.21 18:40:42.829774 [ 267 ] {} <Debug> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
203 2025.03.21 18:40:42.829788 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53161
204 2025.03.21 18:40:42.829797 [ 267 ] {} <Debug> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
205 2025.03.21 18:40:42.829922 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45394
206 2025.03.21 18:40:42.830026 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60376
207 2025.03.21 18:40:42.830064 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
208 2025.03.21 18:40:42.830411 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59356
209 2025.03.21 18:40:42.830409 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
210 2025.03.21 18:40:42.830442 [ 268 ] {} <Debug> TCP-Session: f70ebee4-35ba-4d0c-a3da-0a17d52747cf Authenticating user 'default' from [fd00:1122:3344:101::d]:53161
211 2025.03.21 18:40:42.830405 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
212 2025.03.21 18:40:42.830611 [ 268 ] {} <Debug> TCP-Session: f70ebee4-35ba-4d0c-a3da-0a17d52747cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
213 2025.03.21 18:40:42.830621 [ 270 ] {} <Debug> TCP-Session: bc2c26e4-3e4e-450c-8d29-02edfc425794 Authenticating user 'default' from [fd00:1122:3344:101::d]:60376
214 2025.03.21 18:40:42.830641 [ 269 ] {} <Debug> TCP-Session: 216ea724-0913-44f5-aae3-39330bee759f Authenticating user 'default' from [fd00:1122:3344:101::d]:45394
215 2025.03.21 18:40:42.830689 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34641
216 2025.03.21 18:40:42.830699 [ 268 ] {} <Debug> TCP-Session: f70ebee4-35ba-4d0c-a3da-0a17d52747cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
217 2025.03.21 18:40:42.830711 [ 270 ] {} <Debug> TCP-Session: bc2c26e4-3e4e-450c-8d29-02edfc425794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
218 2025.03.21 18:40:42.830725 [ 269 ] {} <Debug> TCP-Session: 216ea724-0913-44f5-aae3-39330bee759f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
219 2025.03.21 18:40:42.830944 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
220 2025.03.21 18:40:42.830952 [ 270 ] {} <Debug> TCP-Session: bc2c26e4-3e4e-450c-8d29-02edfc425794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
221 2025.03.21 18:40:42.830959 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43974
222 2025.03.21 18:40:42.830999 [ 272 ] {} <Debug> TCP-Session: 715dc64c-f31f-4eb2-9254-d6403d50768f Authenticating user 'default' from [fd00:1122:3344:101::d]:34641
223 2025.03.21 18:40:42.830939 [ 269 ] {} <Debug> TCP-Session: 216ea724-0913-44f5-aae3-39330bee759f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
224 2025.03.21 18:40:42.831223 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52888
225 2025.03.21 18:40:42.831284 [ 272 ] {} <Debug> TCP-Session: 715dc64c-f31f-4eb2-9254-d6403d50768f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
226 2025.03.21 18:40:42.831303 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
227 2025.03.21 18:40:42.831339 [ 272 ] {} <Debug> TCP-Session: 715dc64c-f31f-4eb2-9254-d6403d50768f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
228 2025.03.21 18:40:42.831459 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
229 2025.03.21 18:40:42.831479 [ 273 ] {} <Debug> TCP-Session: 6441ca5d-f9e3-44d6-99fa-50cb1a3b30c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43974
230 2025.03.21 18:40:42.831510 [ 274 ] {} <Debug> TCP-Session: 2ab1452f-29bd-4da4-b8d2-0f59f4682b91 Authenticating user 'default' from [fd00:1122:3344:101::d]:52888
231 2025.03.21 18:40:42.831525 [ 273 ] {} <Debug> TCP-Session: 6441ca5d-f9e3-44d6-99fa-50cb1a3b30c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
232 2025.03.21 18:40:42.831553 [ 274 ] {} <Debug> TCP-Session: 2ab1452f-29bd-4da4-b8d2-0f59f4682b91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
233 2025.03.21 18:40:42.831562 [ 273 ] {} <Debug> TCP-Session: 6441ca5d-f9e3-44d6-99fa-50cb1a3b30c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
234 2025.03.21 18:40:42.831578 [ 274 ] {} <Debug> TCP-Session: 2ab1452f-29bd-4da4-b8d2-0f59f4682b91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
235 2025.03.21 18:40:42.831881 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
236 2025.03.21 18:40:42.831922 [ 271 ] {} <Debug> TCP-Session: 40e34ba4-b75b-47d0-bb9a-532a169e52ec Authenticating user 'default' from [fd00:1122:3344:101::d]:59356
237 2025.03.21 18:40:42.831951 [ 271 ] {} <Debug> TCP-Session: 40e34ba4-b75b-47d0-bb9a-532a169e52ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
238 2025.03.21 18:40:42.831969 [ 271 ] {} <Debug> TCP-Session: 40e34ba4-b75b-47d0-bb9a-532a169e52ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
239 2025.03.21 18:40:42.833456 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
240 2025.03.21 18:40:42.836528 [ 266 ] {d1e8f5d6-ef6f-4bab-8130-6c74e09726ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
241 2025.03.21 18:40:42.890110 [ 266 ] {d1e8f5d6-ef6f-4bab-8130-6c74e09726ff} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:34387) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
242 
243 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
244 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
245 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
246 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
247 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
248 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
249 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
250 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
251 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
252 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
253 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
254 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
255 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
256 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
257 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
258 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
259 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
260 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
261 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
262 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
263 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
264 
265 2025.03.21 18:40:42.891333 [ 266 ] {d1e8f5d6-ef6f-4bab-8130-6c74e09726ff} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
266 
267 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
268 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
269 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
270 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
271 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
272 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
273 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
274 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
275 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
276 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
277 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
278 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
279 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
280 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
281 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
282 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
283 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
284 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
285 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
286 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
287 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
288 
289 2025.03.21 18:40:42.891490 [ 266 ] {d1e8f5d6-ef6f-4bab-8130-6c74e09726ff} <Debug> TCPHandler: Processed in 0.059519007 sec.
290 2025.03.21 18:40:42.891791 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
291 2025.03.21 18:40:42.891991 [ 267 ] {4e6d9a7b-dddb-4491-aba6-c8d2026c691e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
292 2025.03.21 18:40:42.892355 [ 267 ] {4e6d9a7b-dddb-4491-aba6-c8d2026c691e} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:44024) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
293 
294 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
295 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
296 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
297 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
298 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
299 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
300 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
301 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
302 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
303 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
304 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
305 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
306 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
307 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
308 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
309 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
310 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
311 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
312 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
313 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
314 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
315 
316 2025.03.21 18:40:42.892555 [ 267 ] {4e6d9a7b-dddb-4491-aba6-c8d2026c691e} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
317 
318 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
319 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
320 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
321 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
322 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
323 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
324 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
325 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
326 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
327 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
328 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
329 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
330 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
331 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
332 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
333 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
334 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
335 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
336 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
337 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
338 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
339 
340 2025.03.21 18:40:42.892638 [ 267 ] {4e6d9a7b-dddb-4491-aba6-c8d2026c691e} <Debug> TCPHandler: Processed in 0.000983687 sec.
341 2025.03.21 18:40:42.892867 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
342 2025.03.21 18:40:42.894038 [ 266 ] {f17abe5e-83bc-401d-9395-18d556e04d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
343 2025.03.21 18:40:42.894128 [ 266 ] {f17abe5e-83bc-401d-9395-18d556e04d44} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
344 2025.03.21 18:40:42.896879 [ 266 ] {f17abe5e-83bc-401d-9395-18d556e04d44} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
345 2025.03.21 18:40:42.896908 [ 266 ] {f17abe5e-83bc-401d-9395-18d556e04d44} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.4492e-05 sec
346 2025.03.21 18:40:42.896922 [ 266 ] {f17abe5e-83bc-401d-9395-18d556e04d44} <Trace> ReferentialDeps: No tables
347 2025.03.21 18:40:42.896933 [ 266 ] {f17abe5e-83bc-401d-9395-18d556e04d44} <Trace> LoadingDeps: No tables
348 2025.03.21 18:40:42.896954 [ 266 ] {f17abe5e-83bc-401d-9395-18d556e04d44} <Information> DatabaseAtomic (oximeter): Starting up tables.
349 2025.03.21 18:40:42.897560 [ 266 ] {f17abe5e-83bc-401d-9395-18d556e04d44} <Debug> TCPHandler: Processed in 0.004781805 sec.
350 2025.03.21 18:40:42.897690 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
351 2025.03.21 18:40:42.897843 [ 266 ] {e48ee41c-8ba2-4975-9086-6c4d5d1f689e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) /* The version table contains metadata about the `oximeter` database */
352 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
353 2025.03.21 18:40:42.897894 [ 266 ] {e48ee41c-8ba2-4975-9086-6c4d5d1f689e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
354 2025.03.21 18:40:42.905347 [ 266 ] {e48ee41c-8ba2-4975-9086-6c4d5d1f689e} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
355 2025.03.21 18:40:42.912080 [ 266 ] {e48ee41c-8ba2-4975-9086-6c4d5d1f689e} <Debug> oximeter.version (36c5aa11-27be-4296-bdb4-ada1466c38a6): Loading data parts
356 2025.03.21 18:40:42.912663 [ 266 ] {e48ee41c-8ba2-4975-9086-6c4d5d1f689e} <Debug> oximeter.version (36c5aa11-27be-4296-bdb4-ada1466c38a6): There are no data parts
357 2025.03.21 18:40:42.915969 [ 266 ] {e48ee41c-8ba2-4975-9086-6c4d5d1f689e} <Debug> TCPHandler: Processed in 0.018331912 sec.
358 2025.03.21 18:40:42.916113 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
359 2025.03.21 18:40:42.916307 [ 266 ] {192e8a5d-5514-4768-afdd-38ea53c6326f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) /* The measurement tables contain all individual samples from each timeseries.
360 *
361 * Each table stores a single datum type, and otherwise contains nearly the same
362 * structure. The primary sorting key is on the timeseries name, key, and then
363 * timestamp, so that all timeseries from the same schema are grouped, followed
364 * by all samples from the same timeseries.
365 *
366 * This reflects that one usually looks up the _key_ in one or more field table,
367 * and then uses that to index quickly into the measurements tables.
368 */
369 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)
370 2025.03.21 18:40:42.916361 [ 266 ] {192e8a5d-5514-4768-afdd-38ea53c6326f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
371 2025.03.21 18:40:42.928833 [ 266 ] {192e8a5d-5514-4768-afdd-38ea53c6326f} <Debug> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Loading data parts
372 2025.03.21 18:40:42.929069 [ 266 ] {192e8a5d-5514-4768-afdd-38ea53c6326f} <Debug> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): There are no data parts
373 2025.03.21 18:40:42.931167 [ 266 ] {192e8a5d-5514-4768-afdd-38ea53c6326f} <Debug> TCPHandler: Processed in 0.015047425 sec.
374 2025.03.21 18:40:42.931312 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
375 2025.03.21 18:40:42.931496 [ 266 ] {3098775b-9884-4e84-a6e5-aa34b588f799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
376 2025.03.21 18:40:42.931551 [ 266 ] {3098775b-9884-4e84-a6e5-aa34b588f799} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
377 2025.03.21 18:40:42.933248 [ 266 ] {3098775b-9884-4e84-a6e5-aa34b588f799} <Debug> oximeter.measurements_i8 (b62f29a3-9fa7-4cdf-9928-8d25586d012a): Loading data parts
378 2025.03.21 18:40:42.933458 [ 266 ] {3098775b-9884-4e84-a6e5-aa34b588f799} <Debug> oximeter.measurements_i8 (b62f29a3-9fa7-4cdf-9928-8d25586d012a): There are no data parts
379 2025.03.21 18:40:42.934947 [ 266 ] {3098775b-9884-4e84-a6e5-aa34b588f799} <Debug> TCPHandler: Processed in 0.003714955 sec.
380 2025.03.21 18:40:42.935062 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
381 2025.03.21 18:40:42.935244 [ 266 ] {4cb473fe-7519-4902-90f0-8fa4d4c3a0ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
382 2025.03.21 18:40:42.935297 [ 266 ] {4cb473fe-7519-4902-90f0-8fa4d4c3a0ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
383 2025.03.21 18:40:42.936905 [ 266 ] {4cb473fe-7519-4902-90f0-8fa4d4c3a0ce} <Debug> oximeter.measurements_u8 (a5e6a52e-fe44-4543-82a6-f039956d6a0f): Loading data parts
384 2025.03.21 18:40:42.937059 [ 266 ] {4cb473fe-7519-4902-90f0-8fa4d4c3a0ce} <Debug> oximeter.measurements_u8 (a5e6a52e-fe44-4543-82a6-f039956d6a0f): There are no data parts
385 2025.03.21 18:40:42.938602 [ 266 ] {4cb473fe-7519-4902-90f0-8fa4d4c3a0ce} <Debug> TCPHandler: Processed in 0.003553783 sec.
386 2025.03.21 18:40:42.938727 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
387 2025.03.21 18:40:42.938902 [ 266 ] {6926376f-1238-4fd7-bc80-d11d61565a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
388 2025.03.21 18:40:42.938954 [ 266 ] {6926376f-1238-4fd7-bc80-d11d61565a2e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
389 2025.03.21 18:40:42.940684 [ 266 ] {6926376f-1238-4fd7-bc80-d11d61565a2e} <Debug> oximeter.measurements_i16 (b5be0c18-90c4-4b5f-91d9-9f7bc8f358ed): Loading data parts
390 2025.03.21 18:40:42.940852 [ 266 ] {6926376f-1238-4fd7-bc80-d11d61565a2e} <Debug> oximeter.measurements_i16 (b5be0c18-90c4-4b5f-91d9-9f7bc8f358ed): There are no data parts
391 2025.03.21 18:40:42.942511 [ 266 ] {6926376f-1238-4fd7-bc80-d11d61565a2e} <Debug> TCPHandler: Processed in 0.003816177 sec.
392 2025.03.21 18:40:42.942637 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
393 2025.03.21 18:40:42.942822 [ 266 ] {9fe5bece-42a0-4515-bdc0-f54125972249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
394 2025.03.21 18:40:42.942872 [ 266 ] {9fe5bece-42a0-4515-bdc0-f54125972249} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
395 2025.03.21 18:40:42.944572 [ 266 ] {9fe5bece-42a0-4515-bdc0-f54125972249} <Debug> oximeter.measurements_u16 (3e713969-3b56-4ae4-b3b0-51380d985714): Loading data parts
396 2025.03.21 18:40:42.944719 [ 266 ] {9fe5bece-42a0-4515-bdc0-f54125972249} <Debug> oximeter.measurements_u16 (3e713969-3b56-4ae4-b3b0-51380d985714): There are no data parts
397 2025.03.21 18:40:42.946208 [ 266 ] {9fe5bece-42a0-4515-bdc0-f54125972249} <Debug> TCPHandler: Processed in 0.003657064 sec.
398 2025.03.21 18:40:42.946322 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
399 2025.03.21 18:40:42.946567 [ 266 ] {dd1116af-d8a9-4cec-8732-763eda7da75c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
400 2025.03.21 18:40:42.946620 [ 266 ] {dd1116af-d8a9-4cec-8732-763eda7da75c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
401 2025.03.21 18:40:42.948193 [ 266 ] {dd1116af-d8a9-4cec-8732-763eda7da75c} <Debug> oximeter.measurements_i32 (ea7cb01b-4628-45be-905b-ce4e9be98087): Loading data parts
402 2025.03.21 18:40:42.948340 [ 266 ] {dd1116af-d8a9-4cec-8732-763eda7da75c} <Debug> oximeter.measurements_i32 (ea7cb01b-4628-45be-905b-ce4e9be98087): There are no data parts
403 2025.03.21 18:40:42.949919 [ 266 ] {dd1116af-d8a9-4cec-8732-763eda7da75c} <Debug> TCPHandler: Processed in 0.003584154 sec.
404 2025.03.21 18:40:42.950058 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
405 2025.03.21 18:40:42.950272 [ 266 ] {79599aed-659c-4a50-b0f7-91ad6c073c7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
406 2025.03.21 18:40:42.950329 [ 266 ] {79599aed-659c-4a50-b0f7-91ad6c073c7b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
407 2025.03.21 18:40:42.951959 [ 266 ] {79599aed-659c-4a50-b0f7-91ad6c073c7b} <Debug> oximeter.measurements_u32 (390a357f-a2a2-4fc9-9e83-c6fc1078d485): Loading data parts
408 2025.03.21 18:40:42.952121 [ 266 ] {79599aed-659c-4a50-b0f7-91ad6c073c7b} <Debug> oximeter.measurements_u32 (390a357f-a2a2-4fc9-9e83-c6fc1078d485): There are no data parts
409 2025.03.21 18:40:42.953945 [ 266 ] {79599aed-659c-4a50-b0f7-91ad6c073c7b} <Debug> TCPHandler: Processed in 0.003936789 sec.
410 2025.03.21 18:40:42.954071 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
411 2025.03.21 18:40:42.954255 [ 266 ] {14589312-f19a-4ef1-aab5-3035dd039fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
412 2025.03.21 18:40:42.954319 [ 266 ] {14589312-f19a-4ef1-aab5-3035dd039fc8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
413 2025.03.21 18:40:42.956087 [ 266 ] {14589312-f19a-4ef1-aab5-3035dd039fc8} <Debug> oximeter.measurements_i64 (acd5682d-f4ef-4ff2-bdd6-69e1e9e8028f): Loading data parts
414 2025.03.21 18:40:42.956270 [ 266 ] {14589312-f19a-4ef1-aab5-3035dd039fc8} <Debug> oximeter.measurements_i64 (acd5682d-f4ef-4ff2-bdd6-69e1e9e8028f): There are no data parts
415 2025.03.21 18:40:42.957980 [ 266 ] {14589312-f19a-4ef1-aab5-3035dd039fc8} <Debug> TCPHandler: Processed in 0.003989931 sec.
416 2025.03.21 18:40:42.958108 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
417 2025.03.21 18:40:42.958301 [ 266 ] {535821bb-b74b-41bc-bba1-82ae1b0a714d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
418 2025.03.21 18:40:42.958355 [ 266 ] {535821bb-b74b-41bc-bba1-82ae1b0a714d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
419 2025.03.21 18:40:42.960113 [ 266 ] {535821bb-b74b-41bc-bba1-82ae1b0a714d} <Debug> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Loading data parts
420 2025.03.21 18:40:42.960260 [ 266 ] {535821bb-b74b-41bc-bba1-82ae1b0a714d} <Debug> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): There are no data parts
421 2025.03.21 18:40:42.961862 [ 266 ] {535821bb-b74b-41bc-bba1-82ae1b0a714d} <Debug> TCPHandler: Processed in 0.003784267 sec.
422 2025.03.21 18:40:42.961979 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
423 2025.03.21 18:40:42.962152 [ 266 ] {291e6e91-db8d-478a-82e2-7756c02782f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
424 2025.03.21 18:40:42.962205 [ 266 ] {291e6e91-db8d-478a-82e2-7756c02782f4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
425 2025.03.21 18:40:42.963989 [ 266 ] {291e6e91-db8d-478a-82e2-7756c02782f4} <Debug> oximeter.measurements_f32 (2fe2f2c0-06dd-4e01-b837-fa718acd8878): Loading data parts
426 2025.03.21 18:40:42.964285 [ 266 ] {291e6e91-db8d-478a-82e2-7756c02782f4} <Debug> oximeter.measurements_f32 (2fe2f2c0-06dd-4e01-b837-fa718acd8878): There are no data parts
427 2025.03.21 18:40:42.965863 [ 266 ] {291e6e91-db8d-478a-82e2-7756c02782f4} <Debug> TCPHandler: Processed in 0.003922649 sec.
428 2025.03.21 18:40:42.965998 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
429 2025.03.21 18:40:42.966185 [ 266 ] {b0925763-e167-4799-90ac-85b77c0d80fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
430 2025.03.21 18:40:42.966237 [ 266 ] {b0925763-e167-4799-90ac-85b77c0d80fe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
431 2025.03.21 18:40:42.968010 [ 266 ] {b0925763-e167-4799-90ac-85b77c0d80fe} <Debug> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Loading data parts
432 2025.03.21 18:40:42.968181 [ 266 ] {b0925763-e167-4799-90ac-85b77c0d80fe} <Debug> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): There are no data parts
433 2025.03.21 18:40:42.969707 [ 266 ] {b0925763-e167-4799-90ac-85b77c0d80fe} <Debug> TCPHandler: Processed in 0.003735436 sec.
434 2025.03.21 18:40:42.969823 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
435 2025.03.21 18:40:42.969993 [ 266 ] {d14f92ed-cda6-4ee4-8dc7-94e344b1f037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
436 2025.03.21 18:40:42.970045 [ 266 ] {d14f92ed-cda6-4ee4-8dc7-94e344b1f037} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
437 2025.03.21 18:40:42.971851 [ 266 ] {d14f92ed-cda6-4ee4-8dc7-94e344b1f037} <Debug> oximeter.measurements_string (635834d9-6c0a-4006-bd09-654d95cc14e1): Loading data parts
438 2025.03.21 18:40:42.972023 [ 266 ] {d14f92ed-cda6-4ee4-8dc7-94e344b1f037} <Debug> oximeter.measurements_string (635834d9-6c0a-4006-bd09-654d95cc14e1): There are no data parts
439 2025.03.21 18:40:42.973551 [ 266 ] {d14f92ed-cda6-4ee4-8dc7-94e344b1f037} <Debug> TCPHandler: Processed in 0.003756526 sec.
440 2025.03.21 18:40:42.973668 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
441 2025.03.21 18:40:42.973855 [ 266 ] {1b60753f-da47-4591-a22e-6b30077d03e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
442 * NOTE: Right now we can't unambiguously record a nullable byte array.
443 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
444 * a string isn't palatable for a few reasons.
445 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
446 * details.
447 */
448 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
449 2025.03.21 18:40:42.973909 [ 266 ] {1b60753f-da47-4591-a22e-6b30077d03e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
450 2025.03.21 18:40:42.975535 [ 266 ] {1b60753f-da47-4591-a22e-6b30077d03e0} <Debug> oximeter.measurements_bytes (920c65bd-3d4c-4c36-b477-7b06db3042f7): Loading data parts
451 2025.03.21 18:40:42.975683 [ 266 ] {1b60753f-da47-4591-a22e-6b30077d03e0} <Debug> oximeter.measurements_bytes (920c65bd-3d4c-4c36-b477-7b06db3042f7): There are no data parts
452 2025.03.21 18:40:42.976855 [ 266 ] {1b60753f-da47-4591-a22e-6b30077d03e0} <Debug> TCPHandler: Processed in 0.003222107 sec.
453 2025.03.21 18:40:42.977001 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
454 2025.03.21 18:40:42.977207 [ 266 ] {56f8cb3f-cd49-44a1-948f-11f0fac08433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
455 2025.03.21 18:40:42.977263 [ 266 ] {56f8cb3f-cd49-44a1-948f-11f0fac08433} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
456 2025.03.21 18:40:42.978865 [ 266 ] {56f8cb3f-cd49-44a1-948f-11f0fac08433} <Debug> oximeter.measurements_cumulativei64 (3823f889-edeb-4d10-87d6-9f5f888157a8): Loading data parts
457 2025.03.21 18:40:42.979078 [ 266 ] {56f8cb3f-cd49-44a1-948f-11f0fac08433} <Debug> oximeter.measurements_cumulativei64 (3823f889-edeb-4d10-87d6-9f5f888157a8): There are no data parts
458 2025.03.21 18:40:42.980281 [ 266 ] {56f8cb3f-cd49-44a1-948f-11f0fac08433} <Debug> TCPHandler: Processed in 0.003380859 sec.
459 2025.03.21 18:40:42.980409 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
460 2025.03.21 18:40:42.980670 [ 266 ] {e69df53f-2bae-4da6-9f57-b3435c10fa07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
461 2025.03.21 18:40:42.980720 [ 266 ] {e69df53f-2bae-4da6-9f57-b3435c10fa07} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
462 2025.03.21 18:40:42.982332 [ 266 ] {e69df53f-2bae-4da6-9f57-b3435c10fa07} <Debug> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Loading data parts
463 2025.03.21 18:40:42.982485 [ 266 ] {e69df53f-2bae-4da6-9f57-b3435c10fa07} <Debug> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): There are no data parts
464 2025.03.21 18:40:42.983669 [ 266 ] {e69df53f-2bae-4da6-9f57-b3435c10fa07} <Debug> TCPHandler: Processed in 0.003258347 sec.
465 2025.03.21 18:40:42.983786 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
466 2025.03.21 18:40:42.983966 [ 266 ] {ea797200-edd1-4362-9e98-28fdd9ad4cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
467 2025.03.21 18:40:42.984019 [ 266 ] {ea797200-edd1-4362-9e98-28fdd9ad4cd8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
468 2025.03.21 18:40:42.985672 [ 266 ] {ea797200-edd1-4362-9e98-28fdd9ad4cd8} <Debug> oximeter.measurements_cumulativef32 (9039603f-e6a5-485d-a845-bae76836f9c7): Loading data parts
469 2025.03.21 18:40:42.985823 [ 266 ] {ea797200-edd1-4362-9e98-28fdd9ad4cd8} <Debug> oximeter.measurements_cumulativef32 (9039603f-e6a5-485d-a845-bae76836f9c7): There are no data parts
470 2025.03.21 18:40:42.986975 [ 266 ] {ea797200-edd1-4362-9e98-28fdd9ad4cd8} <Debug> TCPHandler: Processed in 0.003249327 sec.
471 2025.03.21 18:40:42.987106 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
472 2025.03.21 18:40:42.987322 [ 266 ] {6b582496-a26c-4988-a836-5fcaaee91790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
473 2025.03.21 18:40:42.987379 [ 266 ] {6b582496-a26c-4988-a836-5fcaaee91790} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
474 2025.03.21 18:40:42.989074 [ 266 ] {6b582496-a26c-4988-a836-5fcaaee91790} <Debug> oximeter.measurements_cumulativef64 (a93897dd-803d-4399-b973-6a35d2b18b70): Loading data parts
475 2025.03.21 18:40:42.989239 [ 266 ] {6b582496-a26c-4988-a836-5fcaaee91790} <Debug> oximeter.measurements_cumulativef64 (a93897dd-803d-4399-b973-6a35d2b18b70): There are no data parts
476 2025.03.21 18:40:42.990589 [ 266 ] {6b582496-a26c-4988-a836-5fcaaee91790} <Debug> TCPHandler: Processed in 0.003492281 sec.
477 2025.03.21 18:40:42.990728 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
478 2025.03.21 18:40:42.991016 [ 266 ] {5b1c40c9-fa99-4935-b38a-40f9903692a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
479 * NOTE: Array types cannot be Nullable, see
480 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
481 * for more details.
482 *
483 * This means we need to use empty arrays to indicate a missing value. This
484 * is unfortunate, and at this point relies on the fact that an
485 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
486 * to figure out another way to represent missing samples here.
487 */
488 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)
489 2025.03.21 18:40:42.991087 [ 266 ] {5b1c40c9-fa99-4935-b38a-40f9903692a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
490 2025.03.21 18:40:42.993111 [ 266 ] {5b1c40c9-fa99-4935-b38a-40f9903692a8} <Debug> oximeter.measurements_histogrami8 (a7b1f100-353a-4cc4-adf7-b0bb4c83cc8f): Loading data parts
491 2025.03.21 18:40:42.993250 [ 266 ] {5b1c40c9-fa99-4935-b38a-40f9903692a8} <Debug> oximeter.measurements_histogrami8 (a7b1f100-353a-4cc4-adf7-b0bb4c83cc8f): There are no data parts
492 2025.03.21 18:40:42.994811 [ 266 ] {5b1c40c9-fa99-4935-b38a-40f9903692a8} <Debug> TCPHandler: Processed in 0.004132082 sec.
493 2025.03.21 18:40:42.994970 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
494 2025.03.21 18:40:42.995254 [ 266 ] {624450cd-b317-4190-8ccc-af15f3531ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
495 2025.03.21 18:40:42.995329 [ 266 ] {624450cd-b317-4190-8ccc-af15f3531ae3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
496 2025.03.21 18:40:42.997158 [ 266 ] {624450cd-b317-4190-8ccc-af15f3531ae3} <Debug> oximeter.measurements_histogramu8 (20738691-304c-4424-990b-8d37d4c4a2cd): Loading data parts
497 2025.03.21 18:40:42.997308 [ 266 ] {624450cd-b317-4190-8ccc-af15f3531ae3} <Debug> oximeter.measurements_histogramu8 (20738691-304c-4424-990b-8d37d4c4a2cd): There are no data parts
498 2025.03.21 18:40:42.998740 [ 266 ] {624450cd-b317-4190-8ccc-af15f3531ae3} <Debug> TCPHandler: Processed in 0.003833278 sec.
499 2025.03.21 18:40:42.998866 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
500 2025.03.21 18:40:42.999110 [ 266 ] {2920a733-7778-48df-954c-b4b3b8d41fed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
501 2025.03.21 18:40:42.999175 [ 266 ] {2920a733-7778-48df-954c-b4b3b8d41fed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
502 2025.03.21 18:40:43.000613 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 122.87 MiB, peak 122.87 MiB, free memory in arenas 0.00 B, will set to 135.00 MiB (RSS), difference: 12.13 MiB
503 2025.03.21 18:40:43.001275 [ 266 ] {2920a733-7778-48df-954c-b4b3b8d41fed} <Debug> oximeter.measurements_histogrami16 (4a478dcf-34f5-4f3f-b4f5-d524721f9eb3): Loading data parts
504 2025.03.21 18:40:43.001518 [ 266 ] {2920a733-7778-48df-954c-b4b3b8d41fed} <Debug> oximeter.measurements_histogrami16 (4a478dcf-34f5-4f3f-b4f5-d524721f9eb3): There are no data parts
505 2025.03.21 18:40:43.003021 [ 266 ] {2920a733-7778-48df-954c-b4b3b8d41fed} <Debug> TCPHandler: Processed in 0.004178323 sec.
506 2025.03.21 18:40:43.003158 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
507 2025.03.21 18:40:43.003418 [ 266 ] {c8decceb-d290-4eb4-a212-05c892ba1423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
508 2025.03.21 18:40:43.003495 [ 266 ] {c8decceb-d290-4eb4-a212-05c892ba1423} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
509 2025.03.21 18:40:43.005483 [ 266 ] {c8decceb-d290-4eb4-a212-05c892ba1423} <Debug> oximeter.measurements_histogramu16 (0f153b53-3975-40be-8305-bb5e92e319b8): Loading data parts
510 2025.03.21 18:40:43.005672 [ 266 ] {c8decceb-d290-4eb4-a212-05c892ba1423} <Debug> oximeter.measurements_histogramu16 (0f153b53-3975-40be-8305-bb5e92e319b8): There are no data parts
511 2025.03.21 18:40:43.006992 [ 266 ] {c8decceb-d290-4eb4-a212-05c892ba1423} <Debug> TCPHandler: Processed in 0.003884118 sec.
512 2025.03.21 18:40:43.007128 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
513 2025.03.21 18:40:43.007410 [ 266 ] {19c3a1af-4a68-437f-b5cb-6e24b1e392ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
514 2025.03.21 18:40:43.007486 [ 266 ] {19c3a1af-4a68-437f-b5cb-6e24b1e392ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
515 2025.03.21 18:40:43.009449 [ 266 ] {19c3a1af-4a68-437f-b5cb-6e24b1e392ab} <Debug> oximeter.measurements_histogrami32 (19e3a8f2-0e3c-45c6-ace1-fc6cf484f379): Loading data parts
516 2025.03.21 18:40:43.009597 [ 266 ] {19c3a1af-4a68-437f-b5cb-6e24b1e392ab} <Debug> oximeter.measurements_histogrami32 (19e3a8f2-0e3c-45c6-ace1-fc6cf484f379): There are no data parts
517 2025.03.21 18:40:43.010932 [ 266 ] {19c3a1af-4a68-437f-b5cb-6e24b1e392ab} <Debug> TCPHandler: Processed in 0.003852728 sec.
518 2025.03.21 18:40:43.011069 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
519 2025.03.21 18:40:43.011331 [ 266 ] {a6cac04d-56b1-4821-92c5-4adaa4bc4304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
520 2025.03.21 18:40:43.011403 [ 266 ] {a6cac04d-56b1-4821-92c5-4adaa4bc4304} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
521 2025.03.21 18:40:43.013327 [ 266 ] {a6cac04d-56b1-4821-92c5-4adaa4bc4304} <Debug> oximeter.measurements_histogramu32 (03b04cea-b0db-432b-b7a6-9b5a885870c0): Loading data parts
522 2025.03.21 18:40:43.013503 [ 266 ] {a6cac04d-56b1-4821-92c5-4adaa4bc4304} <Debug> oximeter.measurements_histogramu32 (03b04cea-b0db-432b-b7a6-9b5a885870c0): There are no data parts
523 2025.03.21 18:40:43.014827 [ 266 ] {a6cac04d-56b1-4821-92c5-4adaa4bc4304} <Debug> TCPHandler: Processed in 0.003806597 sec.
524 2025.03.21 18:40:43.014965 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
525 2025.03.21 18:40:43.015252 [ 266 ] {1c300aa2-3235-4ce8-8c2b-8831a819efd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
526 2025.03.21 18:40:43.015326 [ 266 ] {1c300aa2-3235-4ce8-8c2b-8831a819efd1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
527 2025.03.21 18:40:43.017528 [ 266 ] {1c300aa2-3235-4ce8-8c2b-8831a819efd1} <Debug> oximeter.measurements_histogrami64 (3fa67377-1055-4b3a-8a09-4f51bd141e86): Loading data parts
528 2025.03.21 18:40:43.017681 [ 266 ] {1c300aa2-3235-4ce8-8c2b-8831a819efd1} <Debug> oximeter.measurements_histogrami64 (3fa67377-1055-4b3a-8a09-4f51bd141e86): There are no data parts
529 2025.03.21 18:40:43.019007 [ 266 ] {1c300aa2-3235-4ce8-8c2b-8831a819efd1} <Debug> TCPHandler: Processed in 0.004091801 sec.
530 2025.03.21 18:40:43.019175 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
531 2025.03.21 18:40:43.019448 [ 266 ] {ef4831b1-2aad-45d1-b7a3-6f7191a381e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
532 2025.03.21 18:40:43.019532 [ 266 ] {ef4831b1-2aad-45d1-b7a3-6f7191a381e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
533 2025.03.21 18:40:43.021387 [ 266 ] {ef4831b1-2aad-45d1-b7a3-6f7191a381e0} <Debug> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Loading data parts
534 2025.03.21 18:40:43.021633 [ 266 ] {ef4831b1-2aad-45d1-b7a3-6f7191a381e0} <Debug> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): There are no data parts
535 2025.03.21 18:40:43.023184 [ 266 ] {ef4831b1-2aad-45d1-b7a3-6f7191a381e0} <Debug> TCPHandler: Processed in 0.004059221 sec.
536 2025.03.21 18:40:43.023349 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
537 2025.03.21 18:40:43.023644 [ 266 ] {3016b208-72a9-4d7b-9693-837427d6bb20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
538 2025.03.21 18:40:43.023713 [ 266 ] {3016b208-72a9-4d7b-9693-837427d6bb20} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
539 2025.03.21 18:40:43.026616 [ 266 ] {3016b208-72a9-4d7b-9693-837427d6bb20} <Debug> oximeter.measurements_histogramf32 (c2143d9d-c825-4434-9477-c85f25312090): Loading data parts
540 2025.03.21 18:40:43.026787 [ 266 ] {3016b208-72a9-4d7b-9693-837427d6bb20} <Debug> oximeter.measurements_histogramf32 (c2143d9d-c825-4434-9477-c85f25312090): There are no data parts
541 2025.03.21 18:40:43.028574 [ 266 ] {3016b208-72a9-4d7b-9693-837427d6bb20} <Debug> TCPHandler: Processed in 0.005274563 sec.
542 2025.03.21 18:40:43.028743 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
543 2025.03.21 18:40:43.029009 [ 266 ] {61b6e820-c696-4bea-af44-159a1cff24c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
544 2025.03.21 18:40:43.029080 [ 266 ] {61b6e820-c696-4bea-af44-159a1cff24c6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
545 2025.03.21 18:40:43.031157 [ 266 ] {61b6e820-c696-4bea-af44-159a1cff24c6} <Debug> oximeter.measurements_histogramf64 (924ca767-c5ad-4e29-a451-c5d5ae7bc284): Loading data parts
546 2025.03.21 18:40:43.031332 [ 266 ] {61b6e820-c696-4bea-af44-159a1cff24c6} <Debug> oximeter.measurements_histogramf64 (924ca767-c5ad-4e29-a451-c5d5ae7bc284): There are no data parts
547 2025.03.21 18:40:43.032629 [ 266 ] {61b6e820-c696-4bea-af44-159a1cff24c6} <Debug> TCPHandler: Processed in 0.003939 sec.
548 2025.03.21 18:40:43.032793 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
549 2025.03.21 18:40:43.033004 [ 266 ] {fa24b1c7-648b-4340-8d89-f725b4977758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) /* The field tables store named dimensions of each timeseries.
550 *
551 * As with the measurement tables, there is one field table for each field data
552 * type. Fields are deduplicated by using the "replacing merge tree", though
553 * this behavior **must not** be relied upon for query correctness.
554 *
555 * The index for the fields differs from the measurements, however. Rows are
556 * sorted by timeseries name, then field name, field value, and finally
557 * timeseries key. This reflects the most common pattern for looking them up:
558 * by field name and possibly value, within a timeseries. The resulting keys are
559 * usually then used to look up measurements.
560 *
561 * NOTE: We may want to consider a secondary index on these tables, sorting by
562 * timeseries name and then key, since it would improve lookups where one
563 * already has the key. Realistically though, these tables are quite small and
564 * so performance benefits will be low in absolute terms.
565 *
566 * TTL: We use a materialized column to expire old field table records. This
567 * column is generated automatically by the database whenever a new row is
568 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
569 * query. Since these tables are `ReplacingMergeTree`s, that means the last
570 * record will remain during a deduplication, which will have the last
571 * timestamp. ClickHouse will then expire old data for us, similar to the
572 * measurement tables.
573 */
574 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)
575 2025.03.21 18:40:43.033073 [ 266 ] {fa24b1c7-648b-4340-8d89-f725b4977758} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
576 2025.03.21 18:40:43.034927 [ 266 ] {fa24b1c7-648b-4340-8d89-f725b4977758} <Debug> oximeter.fields_bool (31522ddf-bd16-4ac0-9c37-ba4da4bb57b8): Loading data parts
577 2025.03.21 18:40:43.035117 [ 266 ] {fa24b1c7-648b-4340-8d89-f725b4977758} <Debug> oximeter.fields_bool (31522ddf-bd16-4ac0-9c37-ba4da4bb57b8): There are no data parts
578 2025.03.21 18:40:43.036324 [ 266 ] {fa24b1c7-648b-4340-8d89-f725b4977758} <Debug> TCPHandler: Processed in 0.003583052 sec.
579 2025.03.21 18:40:43.036481 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
580 2025.03.21 18:40:43.036674 [ 266 ] {a7a6a444-c646-455c-b780-9974140af322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
581 2025.03.21 18:40:43.036741 [ 266 ] {a7a6a444-c646-455c-b780-9974140af322} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
582 2025.03.21 18:40:43.039132 [ 266 ] {a7a6a444-c646-455c-b780-9974140af322} <Debug> oximeter.fields_i8 (4af8dc17-ba4f-405e-8278-2df905f83d89): Loading data parts
583 2025.03.21 18:40:43.039297 [ 266 ] {a7a6a444-c646-455c-b780-9974140af322} <Debug> oximeter.fields_i8 (4af8dc17-ba4f-405e-8278-2df905f83d89): There are no data parts
584 2025.03.21 18:40:43.040540 [ 266 ] {a7a6a444-c646-455c-b780-9974140af322} <Debug> TCPHandler: Processed in 0.004110793 sec.
585 2025.03.21 18:40:43.040683 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
586 2025.03.21 18:40:43.040898 [ 266 ] {b0184da1-c642-4dbd-b409-5b178e9befe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
587 2025.03.21 18:40:43.040954 [ 266 ] {b0184da1-c642-4dbd-b409-5b178e9befe3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
588 2025.03.21 18:40:43.042636 [ 266 ] {b0184da1-c642-4dbd-b409-5b178e9befe3} <Debug> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Loading data parts
589 2025.03.21 18:40:43.042822 [ 266 ] {b0184da1-c642-4dbd-b409-5b178e9befe3} <Debug> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): There are no data parts
590 2025.03.21 18:40:43.044034 [ 266 ] {b0184da1-c642-4dbd-b409-5b178e9befe3} <Debug> TCPHandler: Processed in 0.00340714 sec.
591 2025.03.21 18:40:43.044187 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
592 2025.03.21 18:40:43.044386 [ 266 ] {81d8faeb-2ee7-4476-a0cd-1a599ca423b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
593 2025.03.21 18:40:43.044450 [ 266 ] {81d8faeb-2ee7-4476-a0cd-1a599ca423b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
594 2025.03.21 18:40:43.046630 [ 266 ] {81d8faeb-2ee7-4476-a0cd-1a599ca423b2} <Debug> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Loading data parts
595 2025.03.21 18:40:43.046815 [ 266 ] {81d8faeb-2ee7-4476-a0cd-1a599ca423b2} <Debug> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): There are no data parts
596 2025.03.21 18:40:43.047923 [ 266 ] {81d8faeb-2ee7-4476-a0cd-1a599ca423b2} <Debug> TCPHandler: Processed in 0.003786397 sec.
597 2025.03.21 18:40:43.048058 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
598 2025.03.21 18:40:43.048264 [ 266 ] {15612381-128f-4c4d-94a6-e3db4ed53daf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
599 2025.03.21 18:40:43.048324 [ 266 ] {15612381-128f-4c4d-94a6-e3db4ed53daf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
600 2025.03.21 18:40:43.050196 [ 266 ] {15612381-128f-4c4d-94a6-e3db4ed53daf} <Debug> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Loading data parts
601 2025.03.21 18:40:43.050380 [ 266 ] {15612381-128f-4c4d-94a6-e3db4ed53daf} <Debug> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): There are no data parts
602 2025.03.21 18:40:43.051656 [ 266 ] {15612381-128f-4c4d-94a6-e3db4ed53daf} <Debug> TCPHandler: Processed in 0.003646884 sec.
603 2025.03.21 18:40:43.051824 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
604 2025.03.21 18:40:43.052014 [ 266 ] {2954ad39-06cd-476e-8ac6-9f65f0989446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
605 2025.03.21 18:40:43.052093 [ 266 ] {2954ad39-06cd-476e-8ac6-9f65f0989446} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
606 2025.03.21 18:40:43.053944 [ 266 ] {2954ad39-06cd-476e-8ac6-9f65f0989446} <Debug> oximeter.fields_i32 (fdaca1ed-862e-4930-a7ca-4050c789910e): Loading data parts
607 2025.03.21 18:40:43.054144 [ 266 ] {2954ad39-06cd-476e-8ac6-9f65f0989446} <Debug> oximeter.fields_i32 (fdaca1ed-862e-4930-a7ca-4050c789910e): There are no data parts
608 2025.03.21 18:40:43.055245 [ 266 ] {2954ad39-06cd-476e-8ac6-9f65f0989446} <Debug> TCPHandler: Processed in 0.003470671 sec.
609 2025.03.21 18:40:43.055385 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
610 2025.03.21 18:40:43.055590 [ 266 ] {bae14852-cad8-4053-96b1-41ff109269de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
611 2025.03.21 18:40:43.055649 [ 266 ] {bae14852-cad8-4053-96b1-41ff109269de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
612 2025.03.21 18:40:43.057490 [ 266 ] {bae14852-cad8-4053-96b1-41ff109269de} <Debug> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Loading data parts
613 2025.03.21 18:40:43.057669 [ 266 ] {bae14852-cad8-4053-96b1-41ff109269de} <Debug> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): There are no data parts
614 2025.03.21 18:40:43.058880 [ 266 ] {bae14852-cad8-4053-96b1-41ff109269de} <Debug> TCPHandler: Processed in 0.003546572 sec.
615 2025.03.21 18:40:43.059035 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
616 2025.03.21 18:40:43.059224 [ 266 ] {41c9c3c5-d6cc-46fe-a882-abf6e732c18b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
617 2025.03.21 18:40:43.059290 [ 266 ] {41c9c3c5-d6cc-46fe-a882-abf6e732c18b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
618 2025.03.21 18:40:43.061332 [ 266 ] {41c9c3c5-d6cc-46fe-a882-abf6e732c18b} <Debug> oximeter.fields_i64 (bcebafad-ef47-4bbe-ac53-82819831d085): Loading data parts
619 2025.03.21 18:40:43.061519 [ 266 ] {41c9c3c5-d6cc-46fe-a882-abf6e732c18b} <Debug> oximeter.fields_i64 (bcebafad-ef47-4bbe-ac53-82819831d085): There are no data parts
620 2025.03.21 18:40:43.063014 [ 266 ] {41c9c3c5-d6cc-46fe-a882-abf6e732c18b} <Debug> TCPHandler: Processed in 0.004030211 sec.
621 2025.03.21 18:40:43.063154 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
622 2025.03.21 18:40:43.063362 [ 266 ] {b02259ec-0a6e-4f33-bec3-798038db1359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
623 2025.03.21 18:40:43.063427 [ 266 ] {b02259ec-0a6e-4f33-bec3-798038db1359} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
624 2025.03.21 18:40:43.065393 [ 266 ] {b02259ec-0a6e-4f33-bec3-798038db1359} <Debug> oximeter.fields_u64 (5a9a5c61-4447-4c29-bcb2-84b920e33a8f): Loading data parts
625 2025.03.21 18:40:43.065608 [ 266 ] {b02259ec-0a6e-4f33-bec3-798038db1359} <Debug> oximeter.fields_u64 (5a9a5c61-4447-4c29-bcb2-84b920e33a8f): There are no data parts
626 2025.03.21 18:40:43.066725 [ 266 ] {b02259ec-0a6e-4f33-bec3-798038db1359} <Debug> TCPHandler: Processed in 0.003620713 sec.
627 2025.03.21 18:40:43.066859 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
628 2025.03.21 18:40:43.067058 [ 266 ] {7ebeeaca-1dff-42be-9c0f-e159750c6a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
629 2025.03.21 18:40:43.067123 [ 266 ] {7ebeeaca-1dff-42be-9c0f-e159750c6a91} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
630 2025.03.21 18:40:43.069550 [ 266 ] {7ebeeaca-1dff-42be-9c0f-e159750c6a91} <Debug> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Loading data parts
631 2025.03.21 18:40:43.069751 [ 266 ] {7ebeeaca-1dff-42be-9c0f-e159750c6a91} <Debug> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): There are no data parts
632 2025.03.21 18:40:43.071068 [ 266 ] {7ebeeaca-1dff-42be-9c0f-e159750c6a91} <Debug> TCPHandler: Processed in 0.004259344 sec.
633 2025.03.21 18:40:43.071207 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
634 2025.03.21 18:40:43.071418 [ 266 ] {6bd1d217-6bdf-4b3d-8f5b-d1eb4e631e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
635 2025.03.21 18:40:43.071481 [ 266 ] {6bd1d217-6bdf-4b3d-8f5b-d1eb4e631e54} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
636 2025.03.21 18:40:43.073584 [ 266 ] {6bd1d217-6bdf-4b3d-8f5b-d1eb4e631e54} <Debug> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Loading data parts
637 2025.03.21 18:40:43.073765 [ 266 ] {6bd1d217-6bdf-4b3d-8f5b-d1eb4e631e54} <Debug> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): There are no data parts
638 2025.03.21 18:40:43.075050 [ 266 ] {6bd1d217-6bdf-4b3d-8f5b-d1eb4e631e54} <Debug> TCPHandler: Processed in 0.003893039 sec.
639 2025.03.21 18:40:43.075185 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
640 2025.03.21 18:40:43.075379 [ 266 ] {f571a9ae-1647-4825-a17f-4d2b36e87cc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
641 2025.03.21 18:40:43.075444 [ 266 ] {f571a9ae-1647-4825-a17f-4d2b36e87cc7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
642 2025.03.21 18:40:43.077534 [ 266 ] {f571a9ae-1647-4825-a17f-4d2b36e87cc7} <Debug> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Loading data parts
643 2025.03.21 18:40:43.077702 [ 266 ] {f571a9ae-1647-4825-a17f-4d2b36e87cc7} <Debug> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): There are no data parts
644 2025.03.21 18:40:43.079708 [ 266 ] {f571a9ae-1647-4825-a17f-4d2b36e87cc7} <Debug> TCPHandler: Processed in 0.004586161 sec.
645 2025.03.21 18:40:43.079866 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
646 2025.03.21 18:40:43.080120 [ 266 ] {7b09a831-d7d1-411c-a723-e701f3270604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) /* The timeseries schema table stores the extracted schema for the samples
647 * oximeter collects.
648 */
649 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)
650 2025.03.21 18:40:43.080197 [ 266 ] {7b09a831-d7d1-411c-a723-e701f3270604} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
651 2025.03.21 18:40:43.082474 [ 266 ] {7b09a831-d7d1-411c-a723-e701f3270604} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257): Loading data parts
652 2025.03.21 18:40:43.082668 [ 266 ] {7b09a831-d7d1-411c-a723-e701f3270604} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257): There are no data parts
653 2025.03.21 18:40:43.084880 [ 266 ] {7b09a831-d7d1-411c-a723-e701f3270604} <Debug> TCPHandler: Processed in 0.005040268 sec.
654 2025.03.21 18:40:43.085192 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
655 2025.03.21 18:40:43.085592 [ 267 ] {5acb6419-1a01-4a33-ae4f-24676cfff7b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
656 2025.03.21 18:40:43.086957 [ 267 ] {5acb6419-1a01-4a33-ae4f-24676cfff7b6} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
657 2025.03.21 18:40:43.095572 [ 275 ] {5acb6419-1a01-4a33-ae4f-24676cfff7b6} <Trace> oximeter.version (36c5aa11-27be-4296-bdb4-ada1466c38a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
658 2025.03.21 18:40:43.095670 [ 275 ] {5acb6419-1a01-4a33-ae4f-24676cfff7b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
659 2025.03.21 18:40:43.100555 [ 275 ] {5acb6419-1a01-4a33-ae4f-24676cfff7b6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
660 2025.03.21 18:40:43.100977 [ 275 ] {5acb6419-1a01-4a33-ae4f-24676cfff7b6} <Trace> oximeter.version (36c5aa11-27be-4296-bdb4-ada1466c38a6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
661 2025.03.21 18:40:43.101341 [ 267 ] {5acb6419-1a01-4a33-ae4f-24676cfff7b6} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.015942 sec., 62.72738677706686 rows/sec., 1003.64 B/sec.
662 2025.03.21 18:40:43.101651 [ 267 ] {5acb6419-1a01-4a33-ae4f-24676cfff7b6} <Debug> TCPHandler: Processed in 0.016596732 sec.
663 2025.03.21 18:40:43.166185 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36442
664 2025.03.21 18:40:43.166645 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
665 2025.03.21 18:40:43.166683 [ 277 ] {} <Debug> TCP-Session: d2d4a1e9-b346-456a-bae1-0d64aa639229 Authenticating user 'default' from [fd00:1122:3344:101::b]:36442
666 2025.03.21 18:40:43.166707 [ 277 ] {} <Debug> TCP-Session: d2d4a1e9-b346-456a-bae1-0d64aa639229 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
667 2025.03.21 18:40:43.166762 [ 277 ] {} <Debug> TCP-Session: d2d4a1e9-b346-456a-bae1-0d64aa639229 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
668 2025.03.21 18:40:43.166819 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
669 2025.03.21 18:40:43.166844 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
670 2025.03.21 18:40:43.166879 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
671 2025.03.21 18:40:43.168317 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40104
672 2025.03.21 18:40:43.168473 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
673 2025.03.21 18:40:43.168529 [ 278 ] {} <Debug> TCP-Session: 1a881342-04dd-4ed0-a9c4-69d09f655ad8 Authenticating user 'default' from [fd00:1122:3344:101::b]:40104
674 2025.03.21 18:40:43.168556 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40613
675 2025.03.21 18:40:43.168553 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51781
676 2025.03.21 18:40:43.168630 [ 278 ] {} <Debug> TCP-Session: 1a881342-04dd-4ed0-a9c4-69d09f655ad8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
677 2025.03.21 18:40:43.168671 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57733
678 2025.03.21 18:40:43.168701 [ 278 ] {} <Debug> TCP-Session: 1a881342-04dd-4ed0-a9c4-69d09f655ad8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
679 2025.03.21 18:40:43.168935 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
680 2025.03.21 18:40:43.168947 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
681 2025.03.21 18:40:43.168922 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64800
682 2025.03.21 18:40:43.169117 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
683 2025.03.21 18:40:43.169153 [ 280 ] {} <Debug> TCP-Session: d1417e33-8d35-4e28-bda6-5881fc6d1b70 Authenticating user 'default' from [fd00:1122:3344:101::b]:40613
684 2025.03.21 18:40:43.169187 [ 279 ] {} <Debug> TCP-Session: 23e7ba94-36fb-4bf0-84b2-c5eb8b27ff71 Authenticating user 'default' from [fd00:1122:3344:101::b]:51781
685 2025.03.21 18:40:43.169308 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36786
686 2025.03.21 18:40:43.169320 [ 281 ] {} <Debug> TCP-Session: 4971fe43-3af9-4e75-9b0f-108360b2f2e2 Authenticating user 'default' from [fd00:1122:3344:101::b]:57733
687 2025.03.21 18:40:43.169324 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
688 2025.03.21 18:40:43.169383 [ 280 ] {} <Debug> TCP-Session: d1417e33-8d35-4e28-bda6-5881fc6d1b70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
689 2025.03.21 18:40:43.169387 [ 279 ] {} <Debug> TCP-Session: 23e7ba94-36fb-4bf0-84b2-c5eb8b27ff71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
690 2025.03.21 18:40:43.169515 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
691 2025.03.21 18:40:43.169547 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36486
692 2025.03.21 18:40:43.169576 [ 282 ] {} <Debug> TCP-Session: 9ad14b9c-8a3a-427c-a5f9-3dcc913f3d72 Authenticating user 'default' from [fd00:1122:3344:101::b]:64800
693 2025.03.21 18:40:43.169593 [ 283 ] {} <Debug> TCP-Session: 155e638c-3ed0-41a9-9f9c-bd0c62bc5169 Authenticating user 'default' from [fd00:1122:3344:101::b]:36786
694 2025.03.21 18:40:43.169534 [ 281 ] {} <Debug> TCP-Session: 4971fe43-3af9-4e75-9b0f-108360b2f2e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
695 2025.03.21 18:40:43.169637 [ 283 ] {} <Debug> TCP-Session: 155e638c-3ed0-41a9-9f9c-bd0c62bc5169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
696 2025.03.21 18:40:43.169535 [ 280 ] {} <Debug> TCP-Session: d1417e33-8d35-4e28-bda6-5881fc6d1b70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
697 2025.03.21 18:40:43.169516 [ 279 ] {} <Debug> TCP-Session: 23e7ba94-36fb-4bf0-84b2-c5eb8b27ff71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
698 2025.03.21 18:40:43.169840 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
699 2025.03.21 18:40:43.169801 [ 282 ] {} <Debug> TCP-Session: 9ad14b9c-8a3a-427c-a5f9-3dcc913f3d72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
700 2025.03.21 18:40:43.169866 [ 281 ] {} <Debug> TCP-Session: 4971fe43-3af9-4e75-9b0f-108360b2f2e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
701 2025.03.21 18:40:43.169925 [ 284 ] {} <Debug> TCP-Session: c6303597-d2a0-4626-82bc-0aad766e30d6 Authenticating user 'default' from [fd00:1122:3344:101::b]:36486
702 2025.03.21 18:40:43.169928 [ 283 ] {} <Debug> TCP-Session: 155e638c-3ed0-41a9-9f9c-bd0c62bc5169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
703 2025.03.21 18:40:43.169949 [ 282 ] {} <Debug> TCP-Session: 9ad14b9c-8a3a-427c-a5f9-3dcc913f3d72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
704 2025.03.21 18:40:43.170023 [ 284 ] {} <Debug> TCP-Session: c6303597-d2a0-4626-82bc-0aad766e30d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
705 2025.03.21 18:40:43.170091 [ 284 ] {} <Debug> TCP-Session: c6303597-d2a0-4626-82bc-0aad766e30d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
706 2025.03.21 18:40:44.000224 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.76 MiB, peak 136.76 MiB, free memory in arenas 0.00 B, will set to 140.80 MiB (RSS), difference: 4.04 MiB
707 2025.03.21 18:40:49.873421 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
708 2025.03.21 18:40:49.873442 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
709 2025.03.21 18:40:49.873537 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
710 2025.03.21 18:40:49.873562 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
711 2025.03.21 18:40:49.880525 [ 243 ] {} <Debug> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Loading data parts
712 2025.03.21 18:40:49.880858 [ 243 ] {} <Debug> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): There are no data parts
713 2025.03.21 18:40:49.888549 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
714 2025.03.21 18:40:49.888662 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
715 2025.03.21 18:40:49.892298 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
716 2025.03.21 18:40:49.893024 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
717 2025.03.21 18:40:49.894044 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
718 2025.03.21 18:40:49.900528 [ 244 ] {} <Debug> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Loading data parts
719 2025.03.21 18:40:49.900721 [ 244 ] {} <Debug> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): There are no data parts
720 2025.03.21 18:40:49.930789 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
721 2025.03.21 18:40:49.930890 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
722 2025.03.21 18:40:49.938108 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
723 2025.03.21 18:40:49.938896 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
724 2025.03.21 18:40:49.941594 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
725 2025.03.21 18:40:50.001140 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.80 MiB, peak 149.80 MiB, free memory in arenas 0.00 B, will set to 150.58 MiB (RSS), difference: 4.78 MiB
726 2025.03.21 18:40:52.373260 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88
727 2025.03.21 18:40:52.373418 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
728 2025.03.21 18:40:52.378366 [ 242 ] {} <Debug> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Loading data parts
729 2025.03.21 18:40:52.378659 [ 242 ] {} <Debug> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): There are no data parts
730 2025.03.21 18:40:52.384223 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
731 2025.03.21 18:40:52.384304 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
732 2025.03.21 18:40:52.385917 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
733 2025.03.21 18:40:52.386204 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
734 2025.03.21 18:40:52.386720 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88
735 2025.03.21 18:40:53.001116 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.77 MiB, peak 154.77 MiB, free memory in arenas 0.00 B, will set to 151.05 MiB (RSS), difference: -3.72 MiB
736 2025.03.21 18:40:57.343942 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache
737 2025.03.21 18:40:57.344039 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache
738 2025.03.21 18:40:57.395050 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
739 2025.03.21 18:40:57.396132 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
740 2025.03.21 18:40:57.396175 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
741 2025.03.21 18:40:57.396758 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
742 2025.03.21 18:40:57.397058 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
743 2025.03.21 18:40:57.397397 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
744 2025.03.21 18:40:57.442516 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
745 2025.03.21 18:40:57.465463 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
746 2025.03.21 18:40:57.465541 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
747 2025.03.21 18:40:57.472163 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
748 2025.03.21 18:40:57.472913 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
749 2025.03.21 18:40:57.475752 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
750 2025.03.21 18:40:58.000245 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.73 MiB, peak 155.73 MiB, free memory in arenas 0.00 B, will set to 153.99 MiB (RSS), difference: 2.27 MiB
751 2025.03.21 18:41:03.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.01 MiB, peak 155.73 MiB, free memory in arenas 0.00 B, will set to 154.03 MiB (RSS), difference: 4.02 MiB
752 2025.03.21 18:41:03.110269 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
753 2025.03.21 18:41:03.110499 [ 266 ] {1683e2be-37ed-4f74-ba71-94c94a4da4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
754 2025.03.21 18:41:03.110981 [ 266 ] {1683e2be-37ed-4f74-ba71-94c94a4da4a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
755 2025.03.21 18:41:03.111242 [ 266 ] {1683e2be-37ed-4f74-ba71-94c94a4da4a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
756 2025.03.21 18:41:03.112095 [ 266 ] {1683e2be-37ed-4f74-ba71-94c94a4da4a1} <Debug> TCPHandler: Processed in 0.001964384 sec.
757 2025.03.21 18:41:03.114670 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
758 2025.03.21 18:41:03.114858 [ 266 ] {c4456c35-84b6-4391-8f9b-ce1d2d53de7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete)
759 2025.03.21 18:41:03.116516 [ 266 ] {c4456c35-84b6-4391-8f9b-ce1d2d53de7c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
760 2025.03.21 18:41:03.116572 [ 266 ] {c4456c35-84b6-4391-8f9b-ce1d2d53de7c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
761 2025.03.21 18:41:03.117200 [ 266 ] {c4456c35-84b6-4391-8f9b-ce1d2d53de7c} <Debug> TCPHandler: Processed in 0.002594976 sec.
762 2025.03.21 18:41:03.117573 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
763 2025.03.21 18:41:03.117715 [ 266 ] {774ce00f-0868-4aab-b23a-6fd65e5c3324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
764 2025.03.21 18:41:03.118073 [ 266 ] {774ce00f-0868-4aab-b23a-6fd65e5c3324} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
765 2025.03.21 18:41:03.118126 [ 266 ] {774ce00f-0868-4aab-b23a-6fd65e5c3324} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
766 2025.03.21 18:41:03.118602 [ 266 ] {774ce00f-0868-4aab-b23a-6fd65e5c3324} <Debug> TCPHandler: Processed in 0.001080049 sec.
767 2025.03.21 18:41:03.118801 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
768 2025.03.21 18:41:03.118936 [ 266 ] {8802b5ab-5e9b-48f3-a053-135e682ba3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
769 2025.03.21 18:41:03.119253 [ 266 ] {8802b5ab-5e9b-48f3-a053-135e682ba3c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
770 2025.03.21 18:41:03.119306 [ 266 ] {8802b5ab-5e9b-48f3-a053-135e682ba3c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
771 2025.03.21 18:41:03.119771 [ 266 ] {8802b5ab-5e9b-48f3-a053-135e682ba3c3} <Debug> TCPHandler: Processed in 0.001020808 sec.
772 2025.03.21 18:41:03.120447 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
773 2025.03.21 18:41:03.120564 [ 266 ] {a57d51ea-5c1d-4127-adc9-ce9838eb0745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
774 2025.03.21 18:41:03.120612 [ 266 ] {a57d51ea-5c1d-4127-adc9-ce9838eb0745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
775 2025.03.21 18:41:03.121287 [ 266 ] {a57d51ea-5c1d-4127-adc9-ce9838eb0745} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257): Trying to reserve 1.00 MiB using storage policy from min volume index 0
776 2025.03.21 18:41:03.121331 [ 266 ] {a57d51ea-5c1d-4127-adc9-ce9838eb0745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
777 2025.03.21 18:41:03.121880 [ 266 ] {a57d51ea-5c1d-4127-adc9-ce9838eb0745} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
778 2025.03.21 18:41:03.122112 [ 266 ] {a57d51ea-5c1d-4127-adc9-ce9838eb0745} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
779 2025.03.21 18:41:03.122354 [ 266 ] {a57d51ea-5c1d-4127-adc9-ce9838eb0745} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001822 sec., 2195.389681668496 rows/sec., 279.25 KiB/sec.
780 2025.03.21 18:41:03.122414 [ 266 ] {a57d51ea-5c1d-4127-adc9-ce9838eb0745} <Debug> TCPHandler: Processed in 0.002017136 sec.
781 2025.03.21 18:41:03.122534 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
782 2025.03.21 18:41:03.122641 [ 266 ] {e60e2cee-adbe-4817-856c-b052be3f29b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
783 2025.03.21 18:41:03.122687 [ 266 ] {e60e2cee-adbe-4817-856c-b052be3f29b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
784 2025.03.21 18:41:03.123809 [ 266 ] {e60e2cee-adbe-4817-856c-b052be3f29b3} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
785 2025.03.21 18:41:03.123845 [ 266 ] {e60e2cee-adbe-4817-856c-b052be3f29b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
786 2025.03.21 18:41:03.124223 [ 266 ] {e60e2cee-adbe-4817-856c-b052be3f29b3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
787 2025.03.21 18:41:03.124471 [ 266 ] {e60e2cee-adbe-4817-856c-b052be3f29b3} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
788 2025.03.21 18:41:03.124727 [ 266 ] {e60e2cee-adbe-4817-856c-b052be3f29b3} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.002092 sec., 1912.0458891013384 rows/sec., 161.05 KiB/sec.
789 2025.03.21 18:41:03.124806 [ 266 ] {e60e2cee-adbe-4817-856c-b052be3f29b3} <Debug> TCPHandler: Processed in 0.002323291 sec.
790 2025.03.21 18:41:03.124926 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
791 2025.03.21 18:41:03.125037 [ 266 ] {34452229-ca68-413b-8fa6-76c9abd54da8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
792 2025.03.21 18:41:03.125083 [ 266 ] {34452229-ca68-413b-8fa6-76c9abd54da8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
793 2025.03.21 18:41:03.125606 [ 266 ] {34452229-ca68-413b-8fa6-76c9abd54da8} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
794 2025.03.21 18:41:03.125643 [ 266 ] {34452229-ca68-413b-8fa6-76c9abd54da8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
795 2025.03.21 18:41:03.125978 [ 266 ] {34452229-ca68-413b-8fa6-76c9abd54da8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
796 2025.03.21 18:41:03.126202 [ 266 ] {34452229-ca68-413b-8fa6-76c9abd54da8} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
797 2025.03.21 18:41:03.126383 [ 266 ] {34452229-ca68-413b-8fa6-76c9abd54da8} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001423 sec., 5621.9255094869995 rows/sec., 451.57 KiB/sec.
798 2025.03.21 18:41:03.126433 [ 266 ] {34452229-ca68-413b-8fa6-76c9abd54da8} <Debug> TCPHandler: Processed in 0.001618859 sec.
799 2025.03.21 18:41:03.126627 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
800 2025.03.21 18:41:03.126733 [ 266 ] {49d11817-1f86-43ea-bc9d-b147eba9122e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
801 2025.03.21 18:41:03.126782 [ 266 ] {49d11817-1f86-43ea-bc9d-b147eba9122e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
802 2025.03.21 18:41:03.127845 [ 266 ] {49d11817-1f86-43ea-bc9d-b147eba9122e} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
803 2025.03.21 18:41:03.127882 [ 266 ] {49d11817-1f86-43ea-bc9d-b147eba9122e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
804 2025.03.21 18:41:03.128293 [ 266 ] {49d11817-1f86-43ea-bc9d-b147eba9122e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
805 2025.03.21 18:41:03.128533 [ 266 ] {49d11817-1f86-43ea-bc9d-b147eba9122e} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
806 2025.03.21 18:41:03.128735 [ 266 ] {49d11817-1f86-43ea-bc9d-b147eba9122e} <Debug> executeQuery: Read 8 rows, 624.00 B in 0.002024 sec., 3952.569169960474 rows/sec., 301.07 KiB/sec.
807 2025.03.21 18:41:03.128787 [ 266 ] {49d11817-1f86-43ea-bc9d-b147eba9122e} <Debug> TCPHandler: Processed in 0.002209669 sec.
808 2025.03.21 18:41:03.128917 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
809 2025.03.21 18:41:03.129022 [ 266 ] {469eba41-78e5-48ca-932b-a2d1ad25caea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
810 2025.03.21 18:41:03.129067 [ 266 ] {469eba41-78e5-48ca-932b-a2d1ad25caea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
811 2025.03.21 18:41:03.129481 [ 266 ] {469eba41-78e5-48ca-932b-a2d1ad25caea} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
812 2025.03.21 18:41:03.129519 [ 266 ] {469eba41-78e5-48ca-932b-a2d1ad25caea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
813 2025.03.21 18:41:03.129873 [ 266 ] {469eba41-78e5-48ca-932b-a2d1ad25caea} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
814 2025.03.21 18:41:03.130106 [ 266 ] {469eba41-78e5-48ca-932b-a2d1ad25caea} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
815 2025.03.21 18:41:03.130320 [ 266 ] {469eba41-78e5-48ca-932b-a2d1ad25caea} <Debug> executeQuery: Read 8 rows, 516.00 B in 0.001318 sec., 6069.80273141123 rows/sec., 382.33 KiB/sec.
816 2025.03.21 18:41:03.130369 [ 266 ] {469eba41-78e5-48ca-932b-a2d1ad25caea} <Debug> TCPHandler: Processed in 0.001502597 sec.
817 2025.03.21 18:41:04.897576 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
818 2025.03.21 18:41:04.898270 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
819 2025.03.21 18:41:04.898315 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
820 2025.03.21 18:41:04.898909 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
821 2025.03.21 18:41:04.899177 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
822 2025.03.21 18:41:04.899370 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
823 2025.03.21 18:41:04.975881 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
824 2025.03.21 18:41:04.995311 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
825 2025.03.21 18:41:04.995377 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
826 2025.03.21 18:41:05.000161 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.83 MiB, peak 159.83 MiB, free memory in arenas 0.00 B, will set to 155.45 MiB (RSS), difference: -4.38 MiB
827 2025.03.21 18:41:05.001996 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
828 2025.03.21 18:41:05.002801 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
829 2025.03.21 18:41:05.006103 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
830 2025.03.21 18:41:06.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.45 MiB, peak 159.83 MiB, free memory in arenas 0.00 B, will set to 155.45 MiB (RSS), difference: 4.00 MiB
831 2025.03.21 18:41:08.109355 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
832 2025.03.21 18:41:08.109565 [ 266 ] {37f4ba01-5073-4f53-b08b-914f5f02d1fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
833 2025.03.21 18:41:08.109643 [ 266 ] {37f4ba01-5073-4f53-b08b-914f5f02d1fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
834 2025.03.21 18:41:08.110359 [ 266 ] {37f4ba01-5073-4f53-b08b-914f5f02d1fa} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
835 2025.03.21 18:41:08.110406 [ 266 ] {37f4ba01-5073-4f53-b08b-914f5f02d1fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
836 2025.03.21 18:41:08.110840 [ 266 ] {37f4ba01-5073-4f53-b08b-914f5f02d1fa} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
837 2025.03.21 18:41:08.111121 [ 266 ] {37f4ba01-5073-4f53-b08b-914f5f02d1fa} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
838 2025.03.21 18:41:08.111331 [ 266 ] {37f4ba01-5073-4f53-b08b-914f5f02d1fa} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001824 sec., 2192.9824561403507 rows/sec., 184.71 KiB/sec.
839 2025.03.21 18:41:08.111395 [ 266 ] {37f4ba01-5073-4f53-b08b-914f5f02d1fa} <Debug> TCPHandler: Processed in 0.002177959 sec.
840 2025.03.21 18:41:08.111511 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
841 2025.03.21 18:41:08.111629 [ 266 ] {2d93d48c-ac65-491e-8854-4e5c186bd829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
842 2025.03.21 18:41:08.111679 [ 266 ] {2d93d48c-ac65-491e-8854-4e5c186bd829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
843 2025.03.21 18:41:08.112199 [ 266 ] {2d93d48c-ac65-491e-8854-4e5c186bd829} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
844 2025.03.21 18:41:08.112236 [ 266 ] {2d93d48c-ac65-491e-8854-4e5c186bd829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
845 2025.03.21 18:41:08.112586 [ 266 ] {2d93d48c-ac65-491e-8854-4e5c186bd829} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
846 2025.03.21 18:41:08.112820 [ 266 ] {2d93d48c-ac65-491e-8854-4e5c186bd829} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
847 2025.03.21 18:41:08.113004 [ 266 ] {2d93d48c-ac65-491e-8854-4e5c186bd829} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001399 sec., 5718.3702644746245 rows/sec., 459.31 KiB/sec.
848 2025.03.21 18:41:08.113061 [ 266 ] {2d93d48c-ac65-491e-8854-4e5c186bd829} <Debug> TCPHandler: Processed in 0.001604638 sec.
849 2025.03.21 18:41:08.113196 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
850 2025.03.21 18:41:08.113303 [ 266 ] {41f5d4b8-15b5-4cac-86d6-ecb0520a8448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
851 2025.03.21 18:41:08.113351 [ 266 ] {41f5d4b8-15b5-4cac-86d6-ecb0520a8448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
852 2025.03.21 18:41:08.113813 [ 266 ] {41f5d4b8-15b5-4cac-86d6-ecb0520a8448} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
853 2025.03.21 18:41:08.113849 [ 266 ] {41f5d4b8-15b5-4cac-86d6-ecb0520a8448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
854 2025.03.21 18:41:08.114210 [ 266 ] {41f5d4b8-15b5-4cac-86d6-ecb0520a8448} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
855 2025.03.21 18:41:08.114452 [ 266 ] {41f5d4b8-15b5-4cac-86d6-ecb0520a8448} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
856 2025.03.21 18:41:08.114672 [ 266 ] {41f5d4b8-15b5-4cac-86d6-ecb0520a8448} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001376 sec., 7267.441860465116 rows/sec., 553.57 KiB/sec.
857 2025.03.21 18:41:08.114785 [ 266 ] {41f5d4b8-15b5-4cac-86d6-ecb0520a8448} <Debug> TCPHandler: Processed in 0.001639419 sec.
858 2025.03.21 18:41:08.114914 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
859 2025.03.21 18:41:08.115020 [ 266 ] {9e8b6bf9-beb3-4f46-a14f-0ad8ae485216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
860 2025.03.21 18:41:08.115065 [ 266 ] {9e8b6bf9-beb3-4f46-a14f-0ad8ae485216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
861 2025.03.21 18:41:08.115471 [ 266 ] {9e8b6bf9-beb3-4f46-a14f-0ad8ae485216} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
862 2025.03.21 18:41:08.115508 [ 266 ] {9e8b6bf9-beb3-4f46-a14f-0ad8ae485216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
863 2025.03.21 18:41:08.115900 [ 266 ] {9e8b6bf9-beb3-4f46-a14f-0ad8ae485216} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
864 2025.03.21 18:41:08.116144 [ 266 ] {9e8b6bf9-beb3-4f46-a14f-0ad8ae485216} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
865 2025.03.21 18:41:08.116308 [ 266 ] {9e8b6bf9-beb3-4f46-a14f-0ad8ae485216} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001311 sec., 7627.765064836002 rows/sec., 480.46 KiB/sec.
866 2025.03.21 18:41:08.116354 [ 266 ] {9e8b6bf9-beb3-4f46-a14f-0ad8ae485216} <Debug> TCPHandler: Processed in 0.001490236 sec.
867 2025.03.21 18:41:12.344114 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache
868 2025.03.21 18:41:12.344181 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache
869 2025.03.21 18:41:12.388106 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 114
870 2025.03.21 18:41:12.391899 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
871 2025.03.21 18:41:12.391957 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
872 2025.03.21 18:41:12.393420 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
873 2025.03.21 18:41:12.393723 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
874 2025.03.21 18:41:12.394307 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 114
875 2025.03.21 18:41:12.399476 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
876 2025.03.21 18:41:12.400241 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
877 2025.03.21 18:41:12.400302 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
878 2025.03.21 18:41:12.400858 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
879 2025.03.21 18:41:12.401126 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
880 2025.03.21 18:41:12.401427 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
881 2025.03.21 18:41:12.506173 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
882 2025.03.21 18:41:12.526242 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
883 2025.03.21 18:41:12.526298 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
884 2025.03.21 18:41:12.533303 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
885 2025.03.21 18:41:12.534114 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
886 2025.03.21 18:41:12.537076 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
887 2025.03.21 18:41:13.108467 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
888 2025.03.21 18:41:13.108707 [ 266 ] {af50a7a8-54a7-45ec-933b-40d9245f3914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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)
889 2025.03.21 18:41:13.109126 [ 266 ] {af50a7a8-54a7-45ec-933b-40d9245f3914} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
890 2025.03.21 18:41:13.109204 [ 266 ] {af50a7a8-54a7-45ec-933b-40d9245f3914} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
891 2025.03.21 18:41:13.109462 [ 266 ] {af50a7a8-54a7-45ec-933b-40d9245f3914} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
892 2025.03.21 18:41:13.109664 [ 266 ] {af50a7a8-54a7-45ec-933b-40d9245f3914} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
893 2025.03.21 18:41:13.109990 [ 266 ] {af50a7a8-54a7-45ec-933b-40d9245f3914} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 4-element set)
894 2025.03.21 18:41:13.111138 [ 266 ] {af50a7a8-54a7-45ec-933b-40d9245f3914} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
895 2025.03.21 18:41:13.111192 [ 266 ] {af50a7a8-54a7-45ec-933b-40d9245f3914} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
896 2025.03.21 18:41:13.111212 [ 266 ] {af50a7a8-54a7-45ec-933b-40d9245f3914} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
897 2025.03.21 18:41:13.111331 [ 266 ] {af50a7a8-54a7-45ec-933b-40d9245f3914} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
898 2025.03.21 18:41:13.111356 [ 266 ] {af50a7a8-54a7-45ec-933b-40d9245f3914} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
899 2025.03.21 18:41:13.113381 [ 266 ] {af50a7a8-54a7-45ec-933b-40d9245f3914} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.004768 sec., 838.9261744966443 rows/sec., 34.61 KiB/sec.
900 2025.03.21 18:41:13.113527 [ 266 ] {af50a7a8-54a7-45ec-933b-40d9245f3914} <Debug> TCPHandler: Processed in 0.005196342 sec.
901 2025.03.21 18:41:13.114883 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
902 2025.03.21 18:41:13.115013 [ 266 ] {d8ed435c-6c96-4fb6-b600-e47010e16673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
903 2025.03.21 18:41:13.115066 [ 266 ] {d8ed435c-6c96-4fb6-b600-e47010e16673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
904 2025.03.21 18:41:13.115868 [ 266 ] {d8ed435c-6c96-4fb6-b600-e47010e16673} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257): Trying to reserve 1.00 MiB using storage policy from min volume index 0
905 2025.03.21 18:41:13.115925 [ 266 ] {d8ed435c-6c96-4fb6-b600-e47010e16673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
906 2025.03.21 18:41:13.116493 [ 266 ] {d8ed435c-6c96-4fb6-b600-e47010e16673} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
907 2025.03.21 18:41:13.116737 [ 266 ] {d8ed435c-6c96-4fb6-b600-e47010e16673} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
908 2025.03.21 18:41:13.116967 [ 266 ] {d8ed435c-6c96-4fb6-b600-e47010e16673} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.001992 sec., 502.0080321285141 rows/sec., 75.01 KiB/sec.
909 2025.03.21 18:41:13.117026 [ 266 ] {d8ed435c-6c96-4fb6-b600-e47010e16673} <Debug> TCPHandler: Processed in 0.002198919 sec.
910 2025.03.21 18:41:13.117166 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
911 2025.03.21 18:41:13.117278 [ 266 ] {656fd4a8-ed58-48f2-bf65-ed196d7b5d68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
912 2025.03.21 18:41:13.117327 [ 266 ] {656fd4a8-ed58-48f2-bf65-ed196d7b5d68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
913 2025.03.21 18:41:13.117908 [ 266 ] {656fd4a8-ed58-48f2-bf65-ed196d7b5d68} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
914 2025.03.21 18:41:13.117950 [ 266 ] {656fd4a8-ed58-48f2-bf65-ed196d7b5d68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
915 2025.03.21 18:41:13.118317 [ 266 ] {656fd4a8-ed58-48f2-bf65-ed196d7b5d68} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
916 2025.03.21 18:41:13.118572 [ 266 ] {656fd4a8-ed58-48f2-bf65-ed196d7b5d68} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
917 2025.03.21 18:41:13.118812 [ 266 ] {656fd4a8-ed58-48f2-bf65-ed196d7b5d68} <Debug> executeQuery: Read 20 rows, 1.92 KiB in 0.001551 sec., 12894.906511927788 rows/sec., 1.21 MiB/sec.
918 2025.03.21 18:41:13.118957 [ 266 ] {656fd4a8-ed58-48f2-bf65-ed196d7b5d68} <Debug> TCPHandler: Processed in 0.001833132 sec.
919 2025.03.21 18:41:13.119081 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
920 2025.03.21 18:41:13.119192 [ 266 ] {c3950bf5-e784-4fc1-9627-d8fddf451ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
921 2025.03.21 18:41:13.119238 [ 266 ] {c3950bf5-e784-4fc1-9627-d8fddf451ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
922 2025.03.21 18:41:13.119838 [ 266 ] {c3950bf5-e784-4fc1-9627-d8fddf451ce2} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
923 2025.03.21 18:41:13.119879 [ 266 ] {c3950bf5-e784-4fc1-9627-d8fddf451ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
924 2025.03.21 18:41:13.120237 [ 266 ] {c3950bf5-e784-4fc1-9627-d8fddf451ce2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
925 2025.03.21 18:41:13.120484 [ 266 ] {c3950bf5-e784-4fc1-9627-d8fddf451ce2} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
926 2025.03.21 18:41:13.120713 [ 266 ] {c3950bf5-e784-4fc1-9627-d8fddf451ce2} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001544 sec., 5181.347150259067 rows/sec., 389.61 KiB/sec.
927 2025.03.21 18:41:13.120771 [ 266 ] {c3950bf5-e784-4fc1-9627-d8fddf451ce2} <Debug> TCPHandler: Processed in 0.00174145 sec.
928 2025.03.21 18:41:13.120880 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
929 2025.03.21 18:41:13.120985 [ 266 ] {d572502e-59bb-4a31-a3e4-aa4c149baae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
930 2025.03.21 18:41:13.121031 [ 266 ] {d572502e-59bb-4a31-a3e4-aa4c149baae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
931 2025.03.21 18:41:13.121566 [ 266 ] {d572502e-59bb-4a31-a3e4-aa4c149baae4} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
932 2025.03.21 18:41:13.121608 [ 266 ] {d572502e-59bb-4a31-a3e4-aa4c149baae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
933 2025.03.21 18:41:13.121968 [ 266 ] {d572502e-59bb-4a31-a3e4-aa4c149baae4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
934 2025.03.21 18:41:13.122212 [ 266 ] {d572502e-59bb-4a31-a3e4-aa4c149baae4} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
935 2025.03.21 18:41:13.122418 [ 266 ] {d572502e-59bb-4a31-a3e4-aa4c149baae4} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.001457 sec., 10981.46877144818 rows/sec., 880.72 KiB/sec.
936 2025.03.21 18:41:13.122470 [ 266 ] {d572502e-59bb-4a31-a3e4-aa4c149baae4} <Debug> TCPHandler: Processed in 0.001640759 sec.
937 2025.03.21 18:41:13.122576 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
938 2025.03.21 18:41:13.122685 [ 266 ] {203f8d40-53ac-440b-a54d-cba466148a88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
939 2025.03.21 18:41:13.122735 [ 266 ] {203f8d40-53ac-440b-a54d-cba466148a88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
940 2025.03.21 18:41:13.123196 [ 266 ] {203f8d40-53ac-440b-a54d-cba466148a88} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
941 2025.03.21 18:41:13.123236 [ 266 ] {203f8d40-53ac-440b-a54d-cba466148a88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
942 2025.03.21 18:41:13.123605 [ 266 ] {203f8d40-53ac-440b-a54d-cba466148a88} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
943 2025.03.21 18:41:13.123846 [ 266 ] {203f8d40-53ac-440b-a54d-cba466148a88} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
944 2025.03.21 18:41:13.124029 [ 266 ] {203f8d40-53ac-440b-a54d-cba466148a88} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001367 sec., 7315.2889539136795 rows/sec., 557.22 KiB/sec.
945 2025.03.21 18:41:13.124081 [ 266 ] {203f8d40-53ac-440b-a54d-cba466148a88} <Debug> TCPHandler: Processed in 0.001555177 sec.
946 2025.03.21 18:41:13.124202 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
947 2025.03.21 18:41:13.124313 [ 266 ] {7381c48c-081f-4500-95ce-4238c6f28c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
948 2025.03.21 18:41:13.124380 [ 266 ] {7381c48c-081f-4500-95ce-4238c6f28c63} <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
949 2025.03.21 18:41:13.125461 [ 266 ] {7381c48c-081f-4500-95ce-4238c6f28c63} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
950 2025.03.21 18:41:13.125500 [ 266 ] {7381c48c-081f-4500-95ce-4238c6f28c63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
951 2025.03.21 18:41:13.128109 [ 266 ] {7381c48c-081f-4500-95ce-4238c6f28c63} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
952 2025.03.21 18:41:13.128388 [ 266 ] {7381c48c-081f-4500-95ce-4238c6f28c63} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
953 2025.03.21 18:41:13.128690 [ 266 ] {7381c48c-081f-4500-95ce-4238c6f28c63} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004385 sec., 1824.4013683010262 rows/sec., 3.27 MiB/sec.
954 2025.03.21 18:41:13.128818 [ 266 ] {7381c48c-081f-4500-95ce-4238c6f28c63} <Debug> TCPHandler: Processed in 0.004668682 sec.
955 2025.03.21 18:41:13.128964 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
956 2025.03.21 18:41:13.129070 [ 266 ] {7b8422b5-517b-41ba-872c-8fb4f3c36d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
957 2025.03.21 18:41:13.129117 [ 266 ] {7b8422b5-517b-41ba-872c-8fb4f3c36d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
958 2025.03.21 18:41:13.129538 [ 266 ] {7b8422b5-517b-41ba-872c-8fb4f3c36d8e} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
959 2025.03.21 18:41:13.129579 [ 266 ] {7b8422b5-517b-41ba-872c-8fb4f3c36d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
960 2025.03.21 18:41:13.129930 [ 266 ] {7b8422b5-517b-41ba-872c-8fb4f3c36d8e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
961 2025.03.21 18:41:13.130162 [ 266 ] {7b8422b5-517b-41ba-872c-8fb4f3c36d8e} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
962 2025.03.21 18:41:13.130384 [ 266 ] {7b8422b5-517b-41ba-872c-8fb4f3c36d8e} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001332 sec., 7507.507507507507 rows/sec., 472.88 KiB/sec.
963 2025.03.21 18:41:13.130448 [ 266 ] {7b8422b5-517b-41ba-872c-8fb4f3c36d8e} <Debug> TCPHandler: Processed in 0.001535747 sec.
964 2025.03.21 18:41:18.108598 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
965 2025.03.21 18:41:18.108873 [ 266 ] {6560093c-a9c7-408b-bac3-0b330805599d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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)
966 2025.03.21 18:41:18.109279 [ 266 ] {6560093c-a9c7-408b-bac3-0b330805599d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
967 2025.03.21 18:41:18.109322 [ 266 ] {6560093c-a9c7-408b-bac3-0b330805599d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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
968 2025.03.21 18:41:18.109679 [ 266 ] {6560093c-a9c7-408b-bac3-0b330805599d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
969 2025.03.21 18:41:18.109872 [ 266 ] {6560093c-a9c7-408b-bac3-0b330805599d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
970 2025.03.21 18:41:18.110053 [ 266 ] {6560093c-a9c7-408b-bac3-0b330805599d} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 5-element set)
971 2025.03.21 18:41:18.110332 [ 285 ] {6560093c-a9c7-408b-bac3-0b330805599d} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
972 2025.03.21 18:41:18.110364 [ 276 ] {6560093c-a9c7-408b-bac3-0b330805599d} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
973 2025.03.21 18:41:18.110535 [ 266 ] {6560093c-a9c7-408b-bac3-0b330805599d} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
974 2025.03.21 18:41:18.110570 [ 266 ] {6560093c-a9c7-408b-bac3-0b330805599d} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
975 2025.03.21 18:41:18.110626 [ 266 ] {6560093c-a9c7-408b-bac3-0b330805599d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))"
976 2025.03.21 18:41:18.110652 [ 266 ] {6560093c-a9c7-408b-bac3-0b330805599d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
977 2025.03.21 18:41:18.111461 [ 266 ] {6560093c-a9c7-408b-bac3-0b330805599d} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.002693 sec., 1485.3323431117713 rows/sec., 61.28 KiB/sec.
978 2025.03.21 18:41:18.111590 [ 266 ] {6560093c-a9c7-408b-bac3-0b330805599d} <Debug> TCPHandler: Processed in 0.003134906 sec.
979 2025.03.21 18:41:18.111891 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
980 2025.03.21 18:41:18.112044 [ 266 ] {06721b91-9f23-4913-b39d-125bb9e79507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', '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)
981 2025.03.21 18:41:18.112299 [ 266 ] {06721b91-9f23-4913-b39d-125bb9e79507} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
982 2025.03.21 18:41:18.112333 [ 266 ] {06721b91-9f23-4913-b39d-125bb9e79507} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', '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
983 2025.03.21 18:41:18.112547 [ 266 ] {06721b91-9f23-4913-b39d-125bb9e79507} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
984 2025.03.21 18:41:18.112612 [ 266 ] {06721b91-9f23-4913-b39d-125bb9e79507} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
985 2025.03.21 18:41:18.112756 [ 266 ] {06721b91-9f23-4913-b39d-125bb9e79507} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 6-element set)
986 2025.03.21 18:41:18.112849 [ 285 ] {06721b91-9f23-4913-b39d-125bb9e79507} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
987 2025.03.21 18:41:18.112863 [ 276 ] {06721b91-9f23-4913-b39d-125bb9e79507} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
988 2025.03.21 18:41:18.112959 [ 266 ] {06721b91-9f23-4913-b39d-125bb9e79507} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
989 2025.03.21 18:41:18.112987 [ 266 ] {06721b91-9f23-4913-b39d-125bb9e79507} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
990 2025.03.21 18:41:18.113034 [ 266 ] {06721b91-9f23-4913-b39d-125bb9e79507} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_underlay_prefixes', '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'))"
991 2025.03.21 18:41:18.113057 [ 266 ] {06721b91-9f23-4913-b39d-125bb9e79507} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
992 2025.03.21 18:41:18.113708 [ 266 ] {06721b91-9f23-4913-b39d-125bb9e79507} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001728 sec., 2314.814814814815 rows/sec., 95.51 KiB/sec.
993 2025.03.21 18:41:18.113827 [ 266 ] {06721b91-9f23-4913-b39d-125bb9e79507} <Debug> TCPHandler: Processed in 0.001989255 sec.
994 2025.03.21 18:41:18.114043 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
995 2025.03.21 18:41:18.114185 [ 266 ] {ba8bea7b-b154-483e-acdb-eca27e08c6c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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)
996 2025.03.21 18:41:18.114429 [ 266 ] {ba8bea7b-b154-483e-acdb-eca27e08c6c5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
997 2025.03.21 18:41:18.114464 [ 266 ] {ba8bea7b-b154-483e-acdb-eca27e08c6c5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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
998 2025.03.21 18:41:18.114679 [ 266 ] {ba8bea7b-b154-483e-acdb-eca27e08c6c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
999 2025.03.21 18:41:18.114743 [ 266 ] {ba8bea7b-b154-483e-acdb-eca27e08c6c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1000 2025.03.21 18:41:18.114882 [ 266 ] {ba8bea7b-b154-483e-acdb-eca27e08c6c5} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 7-element set)
1001 2025.03.21 18:41:18.114977 [ 276 ] {ba8bea7b-b154-483e-acdb-eca27e08c6c5} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1002 2025.03.21 18:41:18.114991 [ 285 ] {ba8bea7b-b154-483e-acdb-eca27e08c6c5} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1003 2025.03.21 18:41:18.115087 [ 266 ] {ba8bea7b-b154-483e-acdb-eca27e08c6c5} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1004 2025.03.21 18:41:18.115113 [ 266 ] {ba8bea7b-b154-483e-acdb-eca27e08c6c5} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1005 2025.03.21 18:41:18.115158 [ 266 ] {ba8bea7b-b154-483e-acdb-eca27e08c6c5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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'))"
1006 2025.03.21 18:41:18.115180 [ 266 ] {ba8bea7b-b154-483e-acdb-eca27e08c6c5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1007 2025.03.21 18:41:18.115704 [ 266 ] {ba8bea7b-b154-483e-acdb-eca27e08c6c5} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001575 sec., 2539.6825396825398 rows/sec., 104.79 KiB/sec.
1008 2025.03.21 18:41:18.115820 [ 266 ] {ba8bea7b-b154-483e-acdb-eca27e08c6c5} <Debug> TCPHandler: Processed in 0.001828022 sec.
1009 2025.03.21 18:41:18.116044 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1010 2025.03.21 18:41:18.116184 [ 266 ] {63bf26f8-d101-4bdd-b72c-8e0b45727bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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)
1011 2025.03.21 18:41:18.116427 [ 266 ] {63bf26f8-d101-4bdd-b72c-8e0b45727bcf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1012 2025.03.21 18:41:18.116460 [ 266 ] {63bf26f8-d101-4bdd-b72c-8e0b45727bcf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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
1013 2025.03.21 18:41:18.116676 [ 266 ] {63bf26f8-d101-4bdd-b72c-8e0b45727bcf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1014 2025.03.21 18:41:18.116740 [ 266 ] {63bf26f8-d101-4bdd-b72c-8e0b45727bcf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1015 2025.03.21 18:41:18.116881 [ 266 ] {63bf26f8-d101-4bdd-b72c-8e0b45727bcf} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 8-element set)
1016 2025.03.21 18:41:18.116991 [ 285 ] {63bf26f8-d101-4bdd-b72c-8e0b45727bcf} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1017 2025.03.21 18:41:18.117000 [ 276 ] {63bf26f8-d101-4bdd-b72c-8e0b45727bcf} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1018 2025.03.21 18:41:18.117102 [ 266 ] {63bf26f8-d101-4bdd-b72c-8e0b45727bcf} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1019 2025.03.21 18:41:18.117128 [ 266 ] {63bf26f8-d101-4bdd-b72c-8e0b45727bcf} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1020 2025.03.21 18:41:18.117174 [ 266 ] {63bf26f8-d101-4bdd-b72c-8e0b45727bcf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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'))"
1021 2025.03.21 18:41:18.117196 [ 266 ] {63bf26f8-d101-4bdd-b72c-8e0b45727bcf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1022 2025.03.21 18:41:18.117756 [ 266 ] {63bf26f8-d101-4bdd-b72c-8e0b45727bcf} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001627 sec., 2458.5125998770745 rows/sec., 101.44 KiB/sec.
1023 2025.03.21 18:41:18.117870 [ 266 ] {63bf26f8-d101-4bdd-b72c-8e0b45727bcf} <Debug> TCPHandler: Processed in 0.001876143 sec.
1024 2025.03.21 18:41:18.118087 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1025 2025.03.21 18:41:18.118228 [ 266 ] {e49cb589-c93e-49e8-bdbb-222b26be37c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', '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)
1026 2025.03.21 18:41:18.118470 [ 266 ] {e49cb589-c93e-49e8-bdbb-222b26be37c7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1027 2025.03.21 18:41:18.118506 [ 266 ] {e49cb589-c93e-49e8-bdbb-222b26be37c7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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
1028 2025.03.21 18:41:18.118730 [ 266 ] {e49cb589-c93e-49e8-bdbb-222b26be37c7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1029 2025.03.21 18:41:18.118793 [ 266 ] {e49cb589-c93e-49e8-bdbb-222b26be37c7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1030 2025.03.21 18:41:18.118934 [ 266 ] {e49cb589-c93e-49e8-bdbb-222b26be37c7} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 9-element set)
1031 2025.03.21 18:41:18.119025 [ 276 ] {e49cb589-c93e-49e8-bdbb-222b26be37c7} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1032 2025.03.21 18:41:18.119039 [ 285 ] {e49cb589-c93e-49e8-bdbb-222b26be37c7} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1033 2025.03.21 18:41:18.119132 [ 266 ] {e49cb589-c93e-49e8-bdbb-222b26be37c7} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1034 2025.03.21 18:41:18.119158 [ 266 ] {e49cb589-c93e-49e8-bdbb-222b26be37c7} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1035 2025.03.21 18:41:18.119204 [ 266 ] {e49cb589-c93e-49e8-bdbb-222b26be37c7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))"
1036 2025.03.21 18:41:18.119227 [ 266 ] {e49cb589-c93e-49e8-bdbb-222b26be37c7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1037 2025.03.21 18:41:18.119740 [ 266 ] {e49cb589-c93e-49e8-bdbb-222b26be37c7} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001568 sec., 2551.0204081632655 rows/sec., 105.25 KiB/sec.
1038 2025.03.21 18:41:18.119858 [ 266 ] {e49cb589-c93e-49e8-bdbb-222b26be37c7} <Debug> TCPHandler: Processed in 0.001821322 sec.
1039 2025.03.21 18:41:18.120076 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1040 2025.03.21 18:41:18.120219 [ 266 ] {5eeca77f-1377-45f0-b564-a293595411be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', '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)
1041 2025.03.21 18:41:18.120465 [ 266 ] {5eeca77f-1377-45f0-b564-a293595411be} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1042 2025.03.21 18:41:18.120500 [ 266 ] {5eeca77f-1377-45f0-b564-a293595411be} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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', '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
1043 2025.03.21 18:41:18.120721 [ 266 ] {5eeca77f-1377-45f0-b564-a293595411be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1044 2025.03.21 18:41:18.120785 [ 266 ] {5eeca77f-1377-45f0-b564-a293595411be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1045 2025.03.21 18:41:18.120925 [ 266 ] {5eeca77f-1377-45f0-b564-a293595411be} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 10-element set)
1046 2025.03.21 18:41:18.121030 [ 285 ] {5eeca77f-1377-45f0-b564-a293595411be} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1047 2025.03.21 18:41:18.121040 [ 276 ] {5eeca77f-1377-45f0-b564-a293595411be} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1048 2025.03.21 18:41:18.121141 [ 266 ] {5eeca77f-1377-45f0-b564-a293595411be} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1049 2025.03.21 18:41:18.121174 [ 266 ] {5eeca77f-1377-45f0-b564-a293595411be} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1050 2025.03.21 18:41:18.121220 [ 266 ] {5eeca77f-1377-45f0-b564-a293595411be} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))"
1051 2025.03.21 18:41:18.121244 [ 266 ] {5eeca77f-1377-45f0-b564-a293595411be} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1052 2025.03.21 18:41:18.121766 [ 266 ] {5eeca77f-1377-45f0-b564-a293595411be} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001603 sec., 2495.321272613849 rows/sec., 102.96 KiB/sec.
1053 2025.03.21 18:41:18.121883 [ 266 ] {5eeca77f-1377-45f0-b564-a293595411be} <Debug> TCPHandler: Processed in 0.001856233 sec.
1054 2025.03.21 18:41:18.122068 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1055 2025.03.21 18:41:18.122211 [ 266 ] {e3f7ab64-2ac9-4f39-885e-85ee7f784222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', '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)
1056 2025.03.21 18:41:18.122456 [ 266 ] {e3f7ab64-2ac9-4f39-885e-85ee7f784222} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1057 2025.03.21 18:41:18.122492 [ 266 ] {e3f7ab64-2ac9-4f39-885e-85ee7f784222} <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:solicitations_received', 'ddm_session:solicitations_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
1058 2025.03.21 18:41:18.122719 [ 266 ] {e3f7ab64-2ac9-4f39-885e-85ee7f784222} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1059 2025.03.21 18:41:18.122783 [ 266 ] {e3f7ab64-2ac9-4f39-885e-85ee7f784222} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1060 2025.03.21 18:41:18.122921 [ 266 ] {e3f7ab64-2ac9-4f39-885e-85ee7f784222} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 11-element set)
1061 2025.03.21 18:41:18.123010 [ 276 ] {e3f7ab64-2ac9-4f39-885e-85ee7f784222} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1062 2025.03.21 18:41:18.123027 [ 285 ] {e3f7ab64-2ac9-4f39-885e-85ee7f784222} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1063 2025.03.21 18:41:18.123120 [ 266 ] {e3f7ab64-2ac9-4f39-885e-85ee7f784222} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1064 2025.03.21 18:41:18.123146 [ 266 ] {e3f7ab64-2ac9-4f39-885e-85ee7f784222} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1065 2025.03.21 18:41:18.123193 [ 266 ] {e3f7ab64-2ac9-4f39-885e-85ee7f784222} <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:solicitations_received', 'ddm_session:solicitations_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'))"
1066 2025.03.21 18:41:18.123216 [ 266 ] {e3f7ab64-2ac9-4f39-885e-85ee7f784222} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1067 2025.03.21 18:41:18.123758 [ 266 ] {e3f7ab64-2ac9-4f39-885e-85ee7f784222} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001604 sec., 2493.7655860349128 rows/sec., 102.89 KiB/sec.
1068 2025.03.21 18:41:18.123874 [ 266 ] {e3f7ab64-2ac9-4f39-885e-85ee7f784222} <Debug> TCPHandler: Processed in 0.001857663 sec.
1069 2025.03.21 18:41:18.124108 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1070 2025.03.21 18:41:18.124252 [ 266 ] {88de301d-71f5-4005-8f46-6af379af2c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', '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)
1071 2025.03.21 18:41:18.124499 [ 266 ] {88de301d-71f5-4005-8f46-6af379af2c5f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1072 2025.03.21 18:41:18.124536 [ 266 ] {88de301d-71f5-4005-8f46-6af379af2c5f} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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
1073 2025.03.21 18:41:18.124766 [ 266 ] {88de301d-71f5-4005-8f46-6af379af2c5f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1074 2025.03.21 18:41:18.124830 [ 266 ] {88de301d-71f5-4005-8f46-6af379af2c5f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1075 2025.03.21 18:41:18.124969 [ 266 ] {88de301d-71f5-4005-8f46-6af379af2c5f} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 12-element set)
1076 2025.03.21 18:41:18.125059 [ 276 ] {88de301d-71f5-4005-8f46-6af379af2c5f} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1077 2025.03.21 18:41:18.125070 [ 285 ] {88de301d-71f5-4005-8f46-6af379af2c5f} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1078 2025.03.21 18:41:18.125168 [ 266 ] {88de301d-71f5-4005-8f46-6af379af2c5f} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1079 2025.03.21 18:41:18.125195 [ 266 ] {88de301d-71f5-4005-8f46-6af379af2c5f} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1080 2025.03.21 18:41:18.125241 [ 266 ] {88de301d-71f5-4005-8f46-6af379af2c5f} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))"
1081 2025.03.21 18:41:18.125265 [ 266 ] {88de301d-71f5-4005-8f46-6af379af2c5f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1082 2025.03.21 18:41:18.125812 [ 266 ] {88de301d-71f5-4005-8f46-6af379af2c5f} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001616 sec., 2475.2475247524753 rows/sec., 102.13 KiB/sec.
1083 2025.03.21 18:41:18.125950 [ 266 ] {88de301d-71f5-4005-8f46-6af379af2c5f} <Debug> TCPHandler: Processed in 0.001892773 sec.
1084 2025.03.21 18:41:18.126201 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1085 2025.03.21 18:41:18.126384 [ 266 ] {f0b4d6e1-e1a5-44f3-b8a9-4ffc8018f0a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', '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)
1086 2025.03.21 18:41:18.126693 [ 266 ] {f0b4d6e1-e1a5-44f3-b8a9-4ffc8018f0a0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1087 2025.03.21 18:41:18.126731 [ 266 ] {f0b4d6e1-e1a5-44f3-b8a9-4ffc8018f0a0} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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
1088 2025.03.21 18:41:18.126973 [ 266 ] {f0b4d6e1-e1a5-44f3-b8a9-4ffc8018f0a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1089 2025.03.21 18:41:18.127040 [ 266 ] {f0b4d6e1-e1a5-44f3-b8a9-4ffc8018f0a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1090 2025.03.21 18:41:18.127181 [ 266 ] {f0b4d6e1-e1a5-44f3-b8a9-4ffc8018f0a0} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 13-element set)
1091 2025.03.21 18:41:18.127269 [ 276 ] {f0b4d6e1-e1a5-44f3-b8a9-4ffc8018f0a0} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1092 2025.03.21 18:41:18.127283 [ 285 ] {f0b4d6e1-e1a5-44f3-b8a9-4ffc8018f0a0} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1093 2025.03.21 18:41:18.127378 [ 266 ] {f0b4d6e1-e1a5-44f3-b8a9-4ffc8018f0a0} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1094 2025.03.21 18:41:18.127405 [ 266 ] {f0b4d6e1-e1a5-44f3-b8a9-4ffc8018f0a0} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1095 2025.03.21 18:41:18.127452 [ 266 ] {f0b4d6e1-e1a5-44f3-b8a9-4ffc8018f0a0} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))"
1096 2025.03.21 18:41:18.127475 [ 266 ] {f0b4d6e1-e1a5-44f3-b8a9-4ffc8018f0a0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1097 2025.03.21 18:41:18.128137 [ 266 ] {f0b4d6e1-e1a5-44f3-b8a9-4ffc8018f0a0} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001833 sec., 2182.214948172395 rows/sec., 90.04 KiB/sec.
1098 2025.03.21 18:41:18.128253 [ 266 ] {f0b4d6e1-e1a5-44f3-b8a9-4ffc8018f0a0} <Debug> TCPHandler: Processed in 0.002123027 sec.
1099 2025.03.21 18:41:18.128477 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1100 2025.03.21 18:41:18.128626 [ 266 ] {6e70eaca-66f9-4d81-8ef5-2634d712e93d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', '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)
1101 2025.03.21 18:41:18.128884 [ 266 ] {6e70eaca-66f9-4d81-8ef5-2634d712e93d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1102 2025.03.21 18:41:18.128923 [ 266 ] {6e70eaca-66f9-4d81-8ef5-2634d712e93d} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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
1103 2025.03.21 18:41:18.129167 [ 266 ] {6e70eaca-66f9-4d81-8ef5-2634d712e93d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1104 2025.03.21 18:41:18.129231 [ 266 ] {6e70eaca-66f9-4d81-8ef5-2634d712e93d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1105 2025.03.21 18:41:18.129369 [ 266 ] {6e70eaca-66f9-4d81-8ef5-2634d712e93d} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
1106 2025.03.21 18:41:18.129462 [ 276 ] {6e70eaca-66f9-4d81-8ef5-2634d712e93d} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1107 2025.03.21 18:41:18.129474 [ 285 ] {6e70eaca-66f9-4d81-8ef5-2634d712e93d} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1108 2025.03.21 18:41:18.129568 [ 266 ] {6e70eaca-66f9-4d81-8ef5-2634d712e93d} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1109 2025.03.21 18:41:18.129595 [ 266 ] {6e70eaca-66f9-4d81-8ef5-2634d712e93d} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1110 2025.03.21 18:41:18.129641 [ 266 ] {6e70eaca-66f9-4d81-8ef5-2634d712e93d} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))"
1111 2025.03.21 18:41:18.129663 [ 266 ] {6e70eaca-66f9-4d81-8ef5-2634d712e93d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1112 2025.03.21 18:41:18.130176 [ 266 ] {6e70eaca-66f9-4d81-8ef5-2634d712e93d} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001611 sec., 2482.9298572315333 rows/sec., 102.45 KiB/sec.
1113 2025.03.21 18:41:18.130293 [ 266 ] {6e70eaca-66f9-4d81-8ef5-2634d712e93d} <Debug> TCPHandler: Processed in 0.001869043 sec.
1114 2025.03.21 18:41:18.130475 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1115 2025.03.21 18:41:18.130623 [ 266 ] {b58580f6-241b-4f34-8d5a-ef2abd8bf151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', '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)
1116 2025.03.21 18:41:18.130880 [ 266 ] {b58580f6-241b-4f34-8d5a-ef2abd8bf151} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1117 2025.03.21 18:41:18.130917 [ 266 ] {b58580f6-241b-4f34-8d5a-ef2abd8bf151} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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
1118 2025.03.21 18:41:18.131159 [ 266 ] {b58580f6-241b-4f34-8d5a-ef2abd8bf151} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1119 2025.03.21 18:41:18.131224 [ 266 ] {b58580f6-241b-4f34-8d5a-ef2abd8bf151} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1120 2025.03.21 18:41:18.131364 [ 266 ] {b58580f6-241b-4f34-8d5a-ef2abd8bf151} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1121 2025.03.21 18:41:18.131463 [ 276 ] {b58580f6-241b-4f34-8d5a-ef2abd8bf151} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1122 2025.03.21 18:41:18.131471 [ 285 ] {b58580f6-241b-4f34-8d5a-ef2abd8bf151} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1123 2025.03.21 18:41:18.131570 [ 266 ] {b58580f6-241b-4f34-8d5a-ef2abd8bf151} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1124 2025.03.21 18:41:18.131596 [ 266 ] {b58580f6-241b-4f34-8d5a-ef2abd8bf151} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1125 2025.03.21 18:41:18.131644 [ 266 ] {b58580f6-241b-4f34-8d5a-ef2abd8bf151} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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'))"
1126 2025.03.21 18:41:18.131668 [ 266 ] {b58580f6-241b-4f34-8d5a-ef2abd8bf151} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1127 2025.03.21 18:41:18.132186 [ 266 ] {b58580f6-241b-4f34-8d5a-ef2abd8bf151} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001624 sec., 2463.054187192118 rows/sec., 101.63 KiB/sec.
1128 2025.03.21 18:41:18.132305 [ 266 ] {b58580f6-241b-4f34-8d5a-ef2abd8bf151} <Debug> TCPHandler: Processed in 0.001880093 sec.
1129 2025.03.21 18:41:18.132485 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1130 2025.03.21 18:41:18.132634 [ 266 ] {7a921c3f-c375-4bff-bd7b-ab661209ba62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', '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)
1131 2025.03.21 18:41:18.132896 [ 266 ] {7a921c3f-c375-4bff-bd7b-ab661209ba62} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1132 2025.03.21 18:41:18.132935 [ 266 ] {7a921c3f-c375-4bff-bd7b-ab661209ba62} <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: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', '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
1133 2025.03.21 18:41:18.133184 [ 266 ] {7a921c3f-c375-4bff-bd7b-ab661209ba62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1134 2025.03.21 18:41:18.133248 [ 266 ] {7a921c3f-c375-4bff-bd7b-ab661209ba62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1135 2025.03.21 18:41:18.133389 [ 266 ] {7a921c3f-c375-4bff-bd7b-ab661209ba62} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1136 2025.03.21 18:41:18.133489 [ 276 ] {7a921c3f-c375-4bff-bd7b-ab661209ba62} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1137 2025.03.21 18:41:18.133493 [ 285 ] {7a921c3f-c375-4bff-bd7b-ab661209ba62} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1138 2025.03.21 18:41:18.133597 [ 266 ] {7a921c3f-c375-4bff-bd7b-ab661209ba62} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1139 2025.03.21 18:41:18.133623 [ 266 ] {7a921c3f-c375-4bff-bd7b-ab661209ba62} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1140 2025.03.21 18:41:18.133670 [ 266 ] {7a921c3f-c375-4bff-bd7b-ab661209ba62} <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: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', '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'))"
1141 2025.03.21 18:41:18.133695 [ 266 ] {7a921c3f-c375-4bff-bd7b-ab661209ba62} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1142 2025.03.21 18:41:18.134210 [ 266 ] {7a921c3f-c375-4bff-bd7b-ab661209ba62} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001637 sec., 2443.494196701283 rows/sec., 100.82 KiB/sec.
1143 2025.03.21 18:41:18.134327 [ 266 ] {7a921c3f-c375-4bff-bd7b-ab661209ba62} <Debug> TCPHandler: Processed in 0.001893114 sec.
1144 2025.03.21 18:41:18.134521 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1145 2025.03.21 18:41:18.134671 [ 266 ] {d167ede2-457e-4174-82e8-05faaee57fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', '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)
1146 2025.03.21 18:41:18.134930 [ 266 ] {d167ede2-457e-4174-82e8-05faaee57fba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1147 2025.03.21 18:41:18.134968 [ 266 ] {d167ede2-457e-4174-82e8-05faaee57fba} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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
1148 2025.03.21 18:41:18.135216 [ 266 ] {d167ede2-457e-4174-82e8-05faaee57fba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1149 2025.03.21 18:41:18.135281 [ 266 ] {d167ede2-457e-4174-82e8-05faaee57fba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1150 2025.03.21 18:41:18.135420 [ 266 ] {d167ede2-457e-4174-82e8-05faaee57fba} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1151 2025.03.21 18:41:18.135517 [ 276 ] {d167ede2-457e-4174-82e8-05faaee57fba} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1152 2025.03.21 18:41:18.135529 [ 285 ] {d167ede2-457e-4174-82e8-05faaee57fba} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1153 2025.03.21 18:41:18.135625 [ 266 ] {d167ede2-457e-4174-82e8-05faaee57fba} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1154 2025.03.21 18:41:18.135653 [ 266 ] {d167ede2-457e-4174-82e8-05faaee57fba} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1155 2025.03.21 18:41:18.135699 [ 266 ] {d167ede2-457e-4174-82e8-05faaee57fba} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))"
1156 2025.03.21 18:41:18.135722 [ 266 ] {d167ede2-457e-4174-82e8-05faaee57fba} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1157 2025.03.21 18:41:18.136235 [ 266 ] {d167ede2-457e-4174-82e8-05faaee57fba} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001629 sec., 2455.4941682013505 rows/sec., 101.31 KiB/sec.
1158 2025.03.21 18:41:18.136351 [ 266 ] {d167ede2-457e-4174-82e8-05faaee57fba} <Debug> TCPHandler: Processed in 0.001881003 sec.
1159 2025.03.21 18:41:18.136548 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1160 2025.03.21 18:41:18.136697 [ 266 ] {1f873baf-6a2a-4667-b168-d8845fea25ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', '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)
1161 2025.03.21 18:41:18.136957 [ 266 ] {1f873baf-6a2a-4667-b168-d8845fea25ed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1162 2025.03.21 18:41:18.136996 [ 266 ] {1f873baf-6a2a-4667-b168-d8845fea25ed} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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
1163 2025.03.21 18:41:18.137246 [ 266 ] {1f873baf-6a2a-4667-b168-d8845fea25ed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1164 2025.03.21 18:41:18.137309 [ 266 ] {1f873baf-6a2a-4667-b168-d8845fea25ed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1165 2025.03.21 18:41:18.137448 [ 266 ] {1f873baf-6a2a-4667-b168-d8845fea25ed} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1166 2025.03.21 18:41:18.137540 [ 276 ] {1f873baf-6a2a-4667-b168-d8845fea25ed} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1167 2025.03.21 18:41:18.137551 [ 285 ] {1f873baf-6a2a-4667-b168-d8845fea25ed} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1168 2025.03.21 18:41:18.137645 [ 266 ] {1f873baf-6a2a-4667-b168-d8845fea25ed} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1169 2025.03.21 18:41:18.137671 [ 266 ] {1f873baf-6a2a-4667-b168-d8845fea25ed} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1170 2025.03.21 18:41:18.137717 [ 266 ] {1f873baf-6a2a-4667-b168-d8845fea25ed} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))"
1171 2025.03.21 18:41:18.137741 [ 266 ] {1f873baf-6a2a-4667-b168-d8845fea25ed} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1172 2025.03.21 18:41:18.138336 [ 266 ] {1f873baf-6a2a-4667-b168-d8845fea25ed} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001703 sec., 2348.796241926013 rows/sec., 96.91 KiB/sec.
1173 2025.03.21 18:41:18.138454 [ 266 ] {1f873baf-6a2a-4667-b168-d8845fea25ed} <Debug> TCPHandler: Processed in 0.001956274 sec.
1174 2025.03.21 18:41:18.144712 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1175 2025.03.21 18:41:18.144832 [ 266 ] {9d91cb89-4d6e-4958-9a5e-ce99bce28601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1176 2025.03.21 18:41:18.144879 [ 266 ] {9d91cb89-4d6e-4958-9a5e-ce99bce28601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1177 2025.03.21 18:41:18.145622 [ 266 ] {9d91cb89-4d6e-4958-9a5e-ce99bce28601} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1178 2025.03.21 18:41:18.145665 [ 266 ] {9d91cb89-4d6e-4958-9a5e-ce99bce28601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1179 2025.03.21 18:41:18.146172 [ 266 ] {9d91cb89-4d6e-4958-9a5e-ce99bce28601} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1180 2025.03.21 18:41:18.146404 [ 266 ] {9d91cb89-4d6e-4958-9a5e-ce99bce28601} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1181 2025.03.21 18:41:18.146597 [ 266 ] {9d91cb89-4d6e-4958-9a5e-ce99bce28601} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001802 sec., 7769.145394006659 rows/sec., 1.09 MiB/sec.
1182 2025.03.21 18:41:18.146653 [ 266 ] {9d91cb89-4d6e-4958-9a5e-ce99bce28601} <Debug> TCPHandler: Processed in 0.001992335 sec.
1183 2025.03.21 18:41:18.146777 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1184 2025.03.21 18:41:18.146887 [ 266 ] {465a6d05-2731-4d8b-b4aa-12a168f94d7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1185 2025.03.21 18:41:18.146931 [ 266 ] {465a6d05-2731-4d8b-b4aa-12a168f94d7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1186 2025.03.21 18:41:18.147522 [ 266 ] {465a6d05-2731-4d8b-b4aa-12a168f94d7b} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1187 2025.03.21 18:41:18.147558 [ 266 ] {465a6d05-2731-4d8b-b4aa-12a168f94d7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1188 2025.03.21 18:41:18.147912 [ 266 ] {465a6d05-2731-4d8b-b4aa-12a168f94d7b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1189 2025.03.21 18:41:18.148147 [ 266 ] {465a6d05-2731-4d8b-b4aa-12a168f94d7b} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1190 2025.03.21 18:41:18.148317 [ 266 ] {465a6d05-2731-4d8b-b4aa-12a168f94d7b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001456 sec., 38461.53846153846 rows/sec., 2.95 MiB/sec.
1191 2025.03.21 18:41:18.148368 [ 266 ] {465a6d05-2731-4d8b-b4aa-12a168f94d7b} <Debug> TCPHandler: Processed in 0.001641978 sec.
1192 2025.03.21 18:41:18.148484 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1193 2025.03.21 18:41:18.148591 [ 266 ] {317f0b9e-7f2b-489b-ab21-68fd5ddbb20e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1194 2025.03.21 18:41:18.148637 [ 266 ] {317f0b9e-7f2b-489b-ab21-68fd5ddbb20e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1195 2025.03.21 18:41:18.149164 [ 266 ] {317f0b9e-7f2b-489b-ab21-68fd5ddbb20e} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1196 2025.03.21 18:41:18.149202 [ 266 ] {317f0b9e-7f2b-489b-ab21-68fd5ddbb20e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1197 2025.03.21 18:41:18.149542 [ 266 ] {317f0b9e-7f2b-489b-ab21-68fd5ddbb20e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1198 2025.03.21 18:41:18.149776 [ 266 ] {317f0b9e-7f2b-489b-ab21-68fd5ddbb20e} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1199 2025.03.21 18:41:18.149950 [ 266 ] {317f0b9e-7f2b-489b-ab21-68fd5ddbb20e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001382 sec., 46309.69609261939 rows/sec., 3.61 MiB/sec.
1200 2025.03.21 18:41:18.150000 [ 266 ] {317f0b9e-7f2b-489b-ab21-68fd5ddbb20e} <Debug> TCPHandler: Processed in 0.001567127 sec.
1201 2025.03.21 18:41:18.150117 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1202 2025.03.21 18:41:18.150223 [ 266 ] {2dee54bb-ab12-4fe3-b1a1-30a2a64bd765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1203 2025.03.21 18:41:18.150270 [ 266 ] {2dee54bb-ab12-4fe3-b1a1-30a2a64bd765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1204 2025.03.21 18:41:18.150757 [ 266 ] {2dee54bb-ab12-4fe3-b1a1-30a2a64bd765} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1205 2025.03.21 18:41:18.150794 [ 266 ] {2dee54bb-ab12-4fe3-b1a1-30a2a64bd765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1206 2025.03.21 18:41:18.151156 [ 266 ] {2dee54bb-ab12-4fe3-b1a1-30a2a64bd765} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1207 2025.03.21 18:41:18.151401 [ 266 ] {2dee54bb-ab12-4fe3-b1a1-30a2a64bd765} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1208 2025.03.21 18:41:18.151571 [ 266 ] {2dee54bb-ab12-4fe3-b1a1-30a2a64bd765} <Debug> executeQuery: Read 130 rows, 9.28 KiB in 0.00137 sec., 94890.51094890511 rows/sec., 6.62 MiB/sec.
1209 2025.03.21 18:41:18.151619 [ 266 ] {2dee54bb-ab12-4fe3-b1a1-30a2a64bd765} <Debug> TCPHandler: Processed in 0.001554718 sec.
1210 2025.03.21 18:41:18.151733 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1211 2025.03.21 18:41:18.151839 [ 266 ] {90c51347-e771-4e82-9851-8126a14991c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1212 2025.03.21 18:41:18.151884 [ 266 ] {90c51347-e771-4e82-9851-8126a14991c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1213 2025.03.21 18:41:18.152304 [ 266 ] {90c51347-e771-4e82-9851-8126a14991c2} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1214 2025.03.21 18:41:18.152341 [ 266 ] {90c51347-e771-4e82-9851-8126a14991c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1215 2025.03.21 18:41:18.152693 [ 266 ] {90c51347-e771-4e82-9851-8126a14991c2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1216 2025.03.21 18:41:18.152923 [ 266 ] {90c51347-e771-4e82-9851-8126a14991c2} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1217 2025.03.21 18:41:18.153128 [ 266 ] {90c51347-e771-4e82-9851-8126a14991c2} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.001311 sec., 38138.82532418001 rows/sec., 2.56 MiB/sec.
1218 2025.03.21 18:41:18.153275 [ 266 ] {90c51347-e771-4e82-9851-8126a14991c2} <Debug> TCPHandler: Processed in 0.001587828 sec.
1219 2025.03.21 18:41:19.901605 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1220 2025.03.21 18:41:19.902307 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1221 2025.03.21 18:41:19.902357 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1222 2025.03.21 18:41:19.903211 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1223 2025.03.21 18:41:19.903833 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1224 2025.03.21 18:41:19.904056 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1225 2025.03.21 18:41:20.037216 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1226 2025.03.21 18:41:20.057546 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1227 2025.03.21 18:41:20.057611 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1228 2025.03.21 18:41:20.064629 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1229 2025.03.21 18:41:20.065435 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1230 2025.03.21 18:41:20.068685 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1231 2025.03.21 18:41:22.394585 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 168
1232 2025.03.21 18:41:22.398210 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1233 2025.03.21 18:41:22.398268 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1234 2025.03.21 18:41:22.399799 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1235 2025.03.21 18:41:22.400118 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1236 2025.03.21 18:41:22.400729 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 168
1237 2025.03.21 18:41:23.116831 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1238 2025.03.21 18:41:23.117027 [ 266 ] {64a47c3b-f7dd-4882-a5e3-9c6da86ecfd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1239 2025.03.21 18:41:23.117102 [ 266 ] {64a47c3b-f7dd-4882-a5e3-9c6da86ecfd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1240 2025.03.21 18:41:23.117857 [ 266 ] {64a47c3b-f7dd-4882-a5e3-9c6da86ecfd8} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1241 2025.03.21 18:41:23.117906 [ 266 ] {64a47c3b-f7dd-4882-a5e3-9c6da86ecfd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1242 2025.03.21 18:41:23.118336 [ 266 ] {64a47c3b-f7dd-4882-a5e3-9c6da86ecfd8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1243 2025.03.21 18:41:23.118586 [ 266 ] {64a47c3b-f7dd-4882-a5e3-9c6da86ecfd8} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1244 2025.03.21 18:41:23.118825 [ 266 ] {64a47c3b-f7dd-4882-a5e3-9c6da86ecfd8} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.00185 sec., 38918.91891891892 rows/sec., 3.16 MiB/sec.
1245 2025.03.21 18:41:23.118880 [ 266 ] {64a47c3b-f7dd-4882-a5e3-9c6da86ecfd8} <Debug> TCPHandler: Processed in 0.002198149 sec.
1246 2025.03.21 18:41:23.119003 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1247 2025.03.21 18:41:23.119110 [ 266 ] {2cf88e42-8dc2-4754-ac32-00c971b02472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1248 2025.03.21 18:41:23.119154 [ 266 ] {2cf88e42-8dc2-4754-ac32-00c971b02472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1249 2025.03.21 18:41:23.119663 [ 266 ] {2cf88e42-8dc2-4754-ac32-00c971b02472} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1250 2025.03.21 18:41:23.119702 [ 266 ] {2cf88e42-8dc2-4754-ac32-00c971b02472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1251 2025.03.21 18:41:23.120043 [ 266 ] {2cf88e42-8dc2-4754-ac32-00c971b02472} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1252 2025.03.21 18:41:23.120292 [ 266 ] {2cf88e42-8dc2-4754-ac32-00c971b02472} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1253 2025.03.21 18:41:23.120536 [ 266 ] {2cf88e42-8dc2-4754-ac32-00c971b02472} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001444 sec., 5540.16620498615 rows/sec., 416.59 KiB/sec.
1254 2025.03.21 18:41:23.120677 [ 266 ] {2cf88e42-8dc2-4754-ac32-00c971b02472} <Debug> TCPHandler: Processed in 0.0017168 sec.
1255 2025.03.21 18:41:23.120810 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1256 2025.03.21 18:41:23.120926 [ 266 ] {611669e4-37b8-4452-b3b0-8bf67ff46151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1257 2025.03.21 18:41:23.120971 [ 266 ] {611669e4-37b8-4452-b3b0-8bf67ff46151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1258 2025.03.21 18:41:23.121556 [ 266 ] {611669e4-37b8-4452-b3b0-8bf67ff46151} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1259 2025.03.21 18:41:23.121595 [ 266 ] {611669e4-37b8-4452-b3b0-8bf67ff46151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1260 2025.03.21 18:41:23.121964 [ 266 ] {611669e4-37b8-4452-b3b0-8bf67ff46151} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1261 2025.03.21 18:41:23.122205 [ 266 ] {611669e4-37b8-4452-b3b0-8bf67ff46151} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1262 2025.03.21 18:41:23.122455 [ 266 ] {611669e4-37b8-4452-b3b0-8bf67ff46151} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001542 sec., 46692.607003891055 rows/sec., 3.65 MiB/sec.
1263 2025.03.21 18:41:23.122631 [ 266 ] {611669e4-37b8-4452-b3b0-8bf67ff46151} <Debug> TCPHandler: Processed in 0.001880883 sec.
1264 2025.03.21 18:41:23.122761 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1265 2025.03.21 18:41:23.122869 [ 266 ] {21a21439-59f2-4e8d-9b46-1c881cb65b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1266 2025.03.21 18:41:23.122917 [ 266 ] {21a21439-59f2-4e8d-9b46-1c881cb65b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1267 2025.03.21 18:41:23.123453 [ 266 ] {21a21439-59f2-4e8d-9b46-1c881cb65b54} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1268 2025.03.21 18:41:23.123491 [ 266 ] {21a21439-59f2-4e8d-9b46-1c881cb65b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1269 2025.03.21 18:41:23.123908 [ 266 ] {21a21439-59f2-4e8d-9b46-1c881cb65b54} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1270 2025.03.21 18:41:23.124140 [ 266 ] {21a21439-59f2-4e8d-9b46-1c881cb65b54} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1271 2025.03.21 18:41:23.124344 [ 266 ] {21a21439-59f2-4e8d-9b46-1c881cb65b54} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001497 sec., 106880.42752171008 rows/sec., 7.44 MiB/sec.
1272 2025.03.21 18:41:23.124397 [ 266 ] {21a21439-59f2-4e8d-9b46-1c881cb65b54} <Debug> TCPHandler: Processed in 0.00168978 sec.
1273 2025.03.21 18:41:23.124498 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1274 2025.03.21 18:41:23.124600 [ 266 ] {62f0f32b-ec5d-48a3-ab21-1fce8a03d0dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1275 2025.03.21 18:41:23.124664 [ 266 ] {62f0f32b-ec5d-48a3-ab21-1fce8a03d0dc} <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
1276 2025.03.21 18:41:23.125668 [ 266 ] {62f0f32b-ec5d-48a3-ab21-1fce8a03d0dc} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1277 2025.03.21 18:41:23.125707 [ 266 ] {62f0f32b-ec5d-48a3-ab21-1fce8a03d0dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1278 2025.03.21 18:41:23.126307 [ 266 ] {62f0f32b-ec5d-48a3-ab21-1fce8a03d0dc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1279 2025.03.21 18:41:23.126557 [ 266 ] {62f0f32b-ec5d-48a3-ab21-1fce8a03d0dc} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1280 2025.03.21 18:41:23.126876 [ 266 ] {62f0f32b-ec5d-48a3-ab21-1fce8a03d0dc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00228 sec., 3508.7719298245615 rows/sec., 6.29 MiB/sec.
1281 2025.03.21 18:41:23.126973 [ 266 ] {62f0f32b-ec5d-48a3-ab21-1fce8a03d0dc} <Debug> TCPHandler: Processed in 0.002524084 sec.
1282 2025.03.21 18:41:23.127101 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1283 2025.03.21 18:41:23.127207 [ 266 ] {0e9f87ba-6e8a-4c52-b0c2-37d8da2dc336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1284 2025.03.21 18:41:23.127253 [ 266 ] {0e9f87ba-6e8a-4c52-b0c2-37d8da2dc336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1285 2025.03.21 18:41:23.127675 [ 266 ] {0e9f87ba-6e8a-4c52-b0c2-37d8da2dc336} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1286 2025.03.21 18:41:23.127713 [ 266 ] {0e9f87ba-6e8a-4c52-b0c2-37d8da2dc336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1287 2025.03.21 18:41:23.128064 [ 266 ] {0e9f87ba-6e8a-4c52-b0c2-37d8da2dc336} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1288 2025.03.21 18:41:23.128296 [ 266 ] {0e9f87ba-6e8a-4c52-b0c2-37d8da2dc336} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1289 2025.03.21 18:41:23.128501 [ 266 ] {0e9f87ba-6e8a-4c52-b0c2-37d8da2dc336} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001316 sec., 45592.705167173255 rows/sec., 3.07 MiB/sec.
1290 2025.03.21 18:41:23.128551 [ 266 ] {0e9f87ba-6e8a-4c52-b0c2-37d8da2dc336} <Debug> TCPHandler: Processed in 0.001501757 sec.
1291 2025.03.21 18:41:27.344234 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache
1292 2025.03.21 18:41:27.344305 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache
1293 2025.03.21 18:41:27.404228 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1294 2025.03.21 18:41:27.404867 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1295 2025.03.21 18:41:27.404908 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1296 2025.03.21 18:41:27.405490 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1297 2025.03.21 18:41:27.405760 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1298 2025.03.21 18:41:27.405903 [ 75 ] {} <Debug> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1299 2025.03.21 18:41:27.405966 [ 75 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1300 2025.03.21 18:41:27.405973 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1301 2025.03.21 18:41:27.405993 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1302 2025.03.21 18:41:27.408293 [ 201 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
1303 2025.03.21 18:41:27.408483 [ 201 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1304 2025.03.21 18:41:27.408555 [ 201 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
1305 2025.03.21 18:41:27.408677 [ 201 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
1306 2025.03.21 18:41:27.408765 [ 201 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
1307 2025.03.21 18:41:27.408978 [ 201 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
1308 2025.03.21 18:41:27.409192 [ 201 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
1309 2025.03.21 18:41:27.409279 [ 201 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
1310 2025.03.21 18:41:27.424119 [ 188 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.018022147 sec., 155697.32063554914 rows/sec., 2.23 MiB/sec.
1311 2025.03.21 18:41:27.425271 [ 188 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1312 2025.03.21 18:41:27.425638 [ 188 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_6_1} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1313 2025.03.21 18:41:27.425733 [ 188 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_6_1} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1314 2025.03.21 18:41:27.425872 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1315 2025.03.21 18:41:27.568829 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1316 2025.03.21 18:41:27.589786 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1317 2025.03.21 18:41:27.589834 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1318 2025.03.21 18:41:27.596562 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1319 2025.03.21 18:41:27.597351 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1320 2025.03.21 18:41:27.597699 [ 75 ] {} <Debug> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1321 2025.03.21 18:41:27.597829 [ 75 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1322 2025.03.21 18:41:27.597906 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1323 2025.03.21 18:41:27.598408 [ 188 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
1324 2025.03.21 18:41:27.607170 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1325 2025.03.21 18:41:27.608336 [ 188 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1326 2025.03.21 18:41:27.609193 [ 188 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
1327 2025.03.21 18:41:27.613753 [ 188 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
1328 2025.03.21 18:41:27.618249 [ 188 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
1329 2025.03.21 18:41:27.623016 [ 188 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
1330 2025.03.21 18:41:27.629923 [ 188 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
1331 2025.03.21 18:41:27.634476 [ 188 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
1332 2025.03.21 18:41:27.691955 [ 201 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.093918101 sec., 489.7884381201447 rows/sec., 2.53 MiB/sec.
1333 2025.03.21 18:41:27.694393 [ 187 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1334 2025.03.21 18:41:27.697399 [ 187 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_6_1} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1335 2025.03.21 18:41:27.697515 [ 187 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_6_1} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1336 2025.03.21 18:41:27.699942 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1337 2025.03.21 18:41:28.000185 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.83 MiB, peak 169.37 MiB, free memory in arenas 0.00 B, will set to 163.27 MiB (RSS), difference: 3.45 MiB
1338 2025.03.21 18:41:28.111771 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1339 2025.03.21 18:41:28.112038 [ 266 ] {c37cde6d-1da4-44a1-bcba-1a5ea7a85bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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)
1340 2025.03.21 18:41:28.112453 [ 266 ] {c37cde6d-1da4-44a1-bcba-1a5ea7a85bdf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1341 2025.03.21 18:41:28.112500 [ 266 ] {c37cde6d-1da4-44a1-bcba-1a5ea7a85bdf} <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
1342 2025.03.21 18:41:28.112818 [ 266 ] {c37cde6d-1da4-44a1-bcba-1a5ea7a85bdf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1343 2025.03.21 18:41:28.112903 [ 266 ] {c37cde6d-1da4-44a1-bcba-1a5ea7a85bdf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1344 2025.03.21 18:41:28.113085 [ 266 ] {c37cde6d-1da4-44a1-bcba-1a5ea7a85bdf} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1345 2025.03.21 18:41:28.113505 [ 289 ] {c37cde6d-1da4-44a1-bcba-1a5ea7a85bdf} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1346 2025.03.21 18:41:28.113526 [ 288 ] {c37cde6d-1da4-44a1-bcba-1a5ea7a85bdf} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1347 2025.03.21 18:41:28.113513 [ 287 ] {c37cde6d-1da4-44a1-bcba-1a5ea7a85bdf} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1348 2025.03.21 18:41:28.113764 [ 266 ] {c37cde6d-1da4-44a1-bcba-1a5ea7a85bdf} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1349 2025.03.21 18:41:28.113801 [ 266 ] {c37cde6d-1da4-44a1-bcba-1a5ea7a85bdf} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1350 2025.03.21 18:41:28.116067 [ 266 ] {c37cde6d-1da4-44a1-bcba-1a5ea7a85bdf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1351 2025.03.21 18:41:28.116103 [ 266 ] {c37cde6d-1da4-44a1-bcba-1a5ea7a85bdf} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 18 rows with 2 streams
1352 2025.03.21 18:41:28.116181 [ 266 ] {c37cde6d-1da4-44a1-bcba-1a5ea7a85bdf} <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'))"
1353 2025.03.21 18:41:28.116239 [ 266 ] {c37cde6d-1da4-44a1-bcba-1a5ea7a85bdf} <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'))"
1354 2025.03.21 18:41:28.117768 [ 266 ] {c37cde6d-1da4-44a1-bcba-1a5ea7a85bdf} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.005847 sec., 3078.5017957927143 rows/sec., 125.93 KiB/sec.
1355 2025.03.21 18:41:28.117942 [ 266 ] {c37cde6d-1da4-44a1-bcba-1a5ea7a85bdf} <Debug> TCPHandler: Processed in 0.006308731 sec.
1356 2025.03.21 18:41:28.118245 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1357 2025.03.21 18:41:28.118412 [ 266 ] {34fcec73-5c64-4aaf-90ab-4f8cd81e240e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1358 2025.03.21 18:41:28.118708 [ 266 ] {34fcec73-5c64-4aaf-90ab-4f8cd81e240e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1359 2025.03.21 18:41:28.118751 [ 266 ] {34fcec73-5c64-4aaf-90ab-4f8cd81e240e} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1360 2025.03.21 18:41:28.119027 [ 266 ] {34fcec73-5c64-4aaf-90ab-4f8cd81e240e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1361 2025.03.21 18:41:28.119095 [ 266 ] {34fcec73-5c64-4aaf-90ab-4f8cd81e240e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1362 2025.03.21 18:41:28.119245 [ 266 ] {34fcec73-5c64-4aaf-90ab-4f8cd81e240e} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1363 2025.03.21 18:41:28.119370 [ 287 ] {34fcec73-5c64-4aaf-90ab-4f8cd81e240e} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1364 2025.03.21 18:41:28.119391 [ 289 ] {34fcec73-5c64-4aaf-90ab-4f8cd81e240e} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1365 2025.03.21 18:41:28.119407 [ 288 ] {34fcec73-5c64-4aaf-90ab-4f8cd81e240e} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1366 2025.03.21 18:41:28.119524 [ 266 ] {34fcec73-5c64-4aaf-90ab-4f8cd81e240e} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1367 2025.03.21 18:41:28.119552 [ 266 ] {34fcec73-5c64-4aaf-90ab-4f8cd81e240e} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1368 2025.03.21 18:41:28.119639 [ 266 ] {34fcec73-5c64-4aaf-90ab-4f8cd81e240e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1369 2025.03.21 18:41:28.119661 [ 266 ] {34fcec73-5c64-4aaf-90ab-4f8cd81e240e} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 18 rows with 2 streams
1370 2025.03.21 18:41:28.119705 [ 266 ] {34fcec73-5c64-4aaf-90ab-4f8cd81e240e} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1371 2025.03.21 18:41:28.119748 [ 266 ] {34fcec73-5c64-4aaf-90ab-4f8cd81e240e} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1372 2025.03.21 18:41:28.120772 [ 266 ] {34fcec73-5c64-4aaf-90ab-4f8cd81e240e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002433 sec., 7398.273736128237 rows/sec., 302.64 KiB/sec.
1373 2025.03.21 18:41:28.120935 [ 266 ] {34fcec73-5c64-4aaf-90ab-4f8cd81e240e} <Debug> TCPHandler: Processed in 0.002744738 sec.
1374 2025.03.21 18:41:28.121208 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1375 2025.03.21 18:41:28.123557 [ 266 ] {563e09e1-d570-4958-9cc8-668cc69256c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1376 2025.03.21 18:41:28.124021 [ 266 ] {563e09e1-d570-4958-9cc8-668cc69256c8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1377 2025.03.21 18:41:28.124074 [ 266 ] {563e09e1-d570-4958-9cc8-668cc69256c8} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1378 2025.03.21 18:41:28.124386 [ 266 ] {563e09e1-d570-4958-9cc8-668cc69256c8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1379 2025.03.21 18:41:28.124474 [ 266 ] {563e09e1-d570-4958-9cc8-668cc69256c8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1380 2025.03.21 18:41:28.124657 [ 266 ] {563e09e1-d570-4958-9cc8-668cc69256c8} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1381 2025.03.21 18:41:28.124801 [ 289 ] {563e09e1-d570-4958-9cc8-668cc69256c8} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1382 2025.03.21 18:41:28.124824 [ 287 ] {563e09e1-d570-4958-9cc8-668cc69256c8} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1383 2025.03.21 18:41:28.124828 [ 288 ] {563e09e1-d570-4958-9cc8-668cc69256c8} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1384 2025.03.21 18:41:28.124971 [ 266 ] {563e09e1-d570-4958-9cc8-668cc69256c8} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1385 2025.03.21 18:41:28.125011 [ 266 ] {563e09e1-d570-4958-9cc8-668cc69256c8} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1386 2025.03.21 18:41:28.125108 [ 266 ] {563e09e1-d570-4958-9cc8-668cc69256c8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1387 2025.03.21 18:41:28.125130 [ 266 ] {563e09e1-d570-4958-9cc8-668cc69256c8} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 18 rows with 2 streams
1388 2025.03.21 18:41:28.125174 [ 266 ] {563e09e1-d570-4958-9cc8-668cc69256c8} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1389 2025.03.21 18:41:28.125222 [ 266 ] {563e09e1-d570-4958-9cc8-668cc69256c8} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1390 2025.03.21 18:41:28.126410 [ 266 ] {563e09e1-d570-4958-9cc8-668cc69256c8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.0051 sec., 3529.411764705882 rows/sec., 144.38 KiB/sec.
1391 2025.03.21 18:41:28.126581 [ 266 ] {563e09e1-d570-4958-9cc8-668cc69256c8} <Debug> TCPHandler: Processed in 0.005435136 sec.
1392 2025.03.21 18:41:28.127644 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1393 2025.03.21 18:41:28.127820 [ 266 ] {1d9f6854-bbe0-4afb-9ab9-b3ed7266d91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1394 2025.03.21 18:41:28.128124 [ 266 ] {1d9f6854-bbe0-4afb-9ab9-b3ed7266d91f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1395 2025.03.21 18:41:28.128169 [ 266 ] {1d9f6854-bbe0-4afb-9ab9-b3ed7266d91f} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1396 2025.03.21 18:41:28.128476 [ 266 ] {1d9f6854-bbe0-4afb-9ab9-b3ed7266d91f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1397 2025.03.21 18:41:28.128545 [ 266 ] {1d9f6854-bbe0-4afb-9ab9-b3ed7266d91f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1398 2025.03.21 18:41:28.128692 [ 266 ] {1d9f6854-bbe0-4afb-9ab9-b3ed7266d91f} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1399 2025.03.21 18:41:28.128832 [ 288 ] {1d9f6854-bbe0-4afb-9ab9-b3ed7266d91f} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1400 2025.03.21 18:41:28.128872 [ 289 ] {1d9f6854-bbe0-4afb-9ab9-b3ed7266d91f} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1401 2025.03.21 18:41:28.128875 [ 287 ] {1d9f6854-bbe0-4afb-9ab9-b3ed7266d91f} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1402 2025.03.21 18:41:28.129069 [ 266 ] {1d9f6854-bbe0-4afb-9ab9-b3ed7266d91f} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1403 2025.03.21 18:41:28.129099 [ 266 ] {1d9f6854-bbe0-4afb-9ab9-b3ed7266d91f} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1404 2025.03.21 18:41:28.129185 [ 266 ] {1d9f6854-bbe0-4afb-9ab9-b3ed7266d91f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1405 2025.03.21 18:41:28.129205 [ 266 ] {1d9f6854-bbe0-4afb-9ab9-b3ed7266d91f} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 18 rows with 2 streams
1406 2025.03.21 18:41:28.129247 [ 266 ] {1d9f6854-bbe0-4afb-9ab9-b3ed7266d91f} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1407 2025.03.21 18:41:28.129291 [ 266 ] {1d9f6854-bbe0-4afb-9ab9-b3ed7266d91f} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1408 2025.03.21 18:41:28.130319 [ 266 ] {1d9f6854-bbe0-4afb-9ab9-b3ed7266d91f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002583 sec., 6968.641114982579 rows/sec., 285.07 KiB/sec.
1409 2025.03.21 18:41:28.130475 [ 266 ] {1d9f6854-bbe0-4afb-9ab9-b3ed7266d91f} <Debug> TCPHandler: Processed in 0.002886391 sec.
1410 2025.03.21 18:41:28.143366 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1411 2025.03.21 18:41:28.143538 [ 266 ] {01fd702c-7202-472f-9438-b3b26beb0c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1412 2025.03.21 18:41:28.143844 [ 266 ] {01fd702c-7202-472f-9438-b3b26beb0c23} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1413 2025.03.21 18:41:28.143888 [ 266 ] {01fd702c-7202-472f-9438-b3b26beb0c23} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
1414 2025.03.21 18:41:28.144173 [ 266 ] {01fd702c-7202-472f-9438-b3b26beb0c23} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1415 2025.03.21 18:41:28.144240 [ 266 ] {01fd702c-7202-472f-9438-b3b26beb0c23} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1416 2025.03.21 18:41:28.144385 [ 266 ] {01fd702c-7202-472f-9438-b3b26beb0c23} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1417 2025.03.21 18:41:28.144509 [ 288 ] {01fd702c-7202-472f-9438-b3b26beb0c23} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1418 2025.03.21 18:41:28.144554 [ 289 ] {01fd702c-7202-472f-9438-b3b26beb0c23} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1419 2025.03.21 18:41:28.144555 [ 287 ] {01fd702c-7202-472f-9438-b3b26beb0c23} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1420 2025.03.21 18:41:28.144678 [ 266 ] {01fd702c-7202-472f-9438-b3b26beb0c23} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1421 2025.03.21 18:41:28.144707 [ 266 ] {01fd702c-7202-472f-9438-b3b26beb0c23} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1422 2025.03.21 18:41:28.144795 [ 266 ] {01fd702c-7202-472f-9438-b3b26beb0c23} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1423 2025.03.21 18:41:28.144815 [ 266 ] {01fd702c-7202-472f-9438-b3b26beb0c23} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 18 rows with 2 streams
1424 2025.03.21 18:41:28.144857 [ 266 ] {01fd702c-7202-472f-9438-b3b26beb0c23} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1425 2025.03.21 18:41:28.144900 [ 266 ] {01fd702c-7202-472f-9438-b3b26beb0c23} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1426 2025.03.21 18:41:28.145951 [ 266 ] {01fd702c-7202-472f-9438-b3b26beb0c23} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002491 sec., 7226.013649136892 rows/sec., 295.60 KiB/sec.
1427 2025.03.21 18:41:28.146109 [ 266 ] {01fd702c-7202-472f-9438-b3b26beb0c23} <Debug> TCPHandler: Processed in 0.002800699 sec.
1428 2025.03.21 18:41:28.146648 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1429 2025.03.21 18:41:28.146811 [ 266 ] {f7a1c204-d421-44b6-9c92-a64df105fadc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1430 2025.03.21 18:41:28.147101 [ 266 ] {f7a1c204-d421-44b6-9c92-a64df105fadc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1431 2025.03.21 18:41:28.147145 [ 266 ] {f7a1c204-d421-44b6-9c92-a64df105fadc} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1432 2025.03.21 18:41:28.147422 [ 266 ] {f7a1c204-d421-44b6-9c92-a64df105fadc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1433 2025.03.21 18:41:28.147489 [ 266 ] {f7a1c204-d421-44b6-9c92-a64df105fadc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1434 2025.03.21 18:41:28.147638 [ 266 ] {f7a1c204-d421-44b6-9c92-a64df105fadc} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1435 2025.03.21 18:41:28.147781 [ 289 ] {f7a1c204-d421-44b6-9c92-a64df105fadc} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1436 2025.03.21 18:41:28.147813 [ 287 ] {f7a1c204-d421-44b6-9c92-a64df105fadc} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1437 2025.03.21 18:41:28.147829 [ 288 ] {f7a1c204-d421-44b6-9c92-a64df105fadc} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1438 2025.03.21 18:41:28.147944 [ 266 ] {f7a1c204-d421-44b6-9c92-a64df105fadc} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1439 2025.03.21 18:41:28.147973 [ 266 ] {f7a1c204-d421-44b6-9c92-a64df105fadc} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1440 2025.03.21 18:41:28.148058 [ 266 ] {f7a1c204-d421-44b6-9c92-a64df105fadc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1441 2025.03.21 18:41:28.148079 [ 266 ] {f7a1c204-d421-44b6-9c92-a64df105fadc} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 18 rows with 2 streams
1442 2025.03.21 18:41:28.148120 [ 266 ] {f7a1c204-d421-44b6-9c92-a64df105fadc} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1443 2025.03.21 18:41:28.148164 [ 266 ] {f7a1c204-d421-44b6-9c92-a64df105fadc} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1444 2025.03.21 18:41:28.149310 [ 266 ] {f7a1c204-d421-44b6-9c92-a64df105fadc} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002555 sec., 7045.009784735812 rows/sec., 288.19 KiB/sec.
1445 2025.03.21 18:41:28.149469 [ 266 ] {f7a1c204-d421-44b6-9c92-a64df105fadc} <Debug> TCPHandler: Processed in 0.002871961 sec.
1446 2025.03.21 18:41:28.149742 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1447 2025.03.21 18:41:28.149956 [ 266 ] {addd2494-5c1d-47db-91df-908829a064ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1448 2025.03.21 18:41:28.150285 [ 266 ] {addd2494-5c1d-47db-91df-908829a064ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1449 2025.03.21 18:41:28.150330 [ 266 ] {addd2494-5c1d-47db-91df-908829a064ce} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
1450 2025.03.21 18:41:28.150615 [ 266 ] {addd2494-5c1d-47db-91df-908829a064ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1451 2025.03.21 18:41:28.150682 [ 266 ] {addd2494-5c1d-47db-91df-908829a064ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1452 2025.03.21 18:41:28.150834 [ 266 ] {addd2494-5c1d-47db-91df-908829a064ce} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1453 2025.03.21 18:41:28.150989 [ 289 ] {addd2494-5c1d-47db-91df-908829a064ce} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1454 2025.03.21 18:41:28.150997 [ 287 ] {addd2494-5c1d-47db-91df-908829a064ce} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1455 2025.03.21 18:41:28.151015 [ 288 ] {addd2494-5c1d-47db-91df-908829a064ce} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1456 2025.03.21 18:41:28.151158 [ 266 ] {addd2494-5c1d-47db-91df-908829a064ce} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1457 2025.03.21 18:41:28.151187 [ 266 ] {addd2494-5c1d-47db-91df-908829a064ce} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1458 2025.03.21 18:41:28.151272 [ 266 ] {addd2494-5c1d-47db-91df-908829a064ce} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1459 2025.03.21 18:41:28.151293 [ 266 ] {addd2494-5c1d-47db-91df-908829a064ce} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 18 rows with 2 streams
1460 2025.03.21 18:41:28.151335 [ 266 ] {addd2494-5c1d-47db-91df-908829a064ce} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1461 2025.03.21 18:41:28.151379 [ 266 ] {addd2494-5c1d-47db-91df-908829a064ce} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1462 2025.03.21 18:41:28.152437 [ 266 ] {addd2494-5c1d-47db-91df-908829a064ce} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002592 sec., 6944.444444444444 rows/sec., 284.08 KiB/sec.
1463 2025.03.21 18:41:28.152604 [ 266 ] {addd2494-5c1d-47db-91df-908829a064ce} <Debug> TCPHandler: Processed in 0.002913521 sec.
1464 2025.03.21 18:41:28.152856 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1465 2025.03.21 18:41:28.153018 [ 266 ] {d9d73603-238a-453a-8ddc-60d11265c7b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1466 2025.03.21 18:41:28.153308 [ 266 ] {d9d73603-238a-453a-8ddc-60d11265c7b7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1467 2025.03.21 18:41:28.153354 [ 266 ] {d9d73603-238a-453a-8ddc-60d11265c7b7} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1468 2025.03.21 18:41:28.153652 [ 266 ] {d9d73603-238a-453a-8ddc-60d11265c7b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1469 2025.03.21 18:41:28.153720 [ 266 ] {d9d73603-238a-453a-8ddc-60d11265c7b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1470 2025.03.21 18:41:28.153872 [ 266 ] {d9d73603-238a-453a-8ddc-60d11265c7b7} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1471 2025.03.21 18:41:28.154011 [ 289 ] {d9d73603-238a-453a-8ddc-60d11265c7b7} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1472 2025.03.21 18:41:28.154036 [ 287 ] {d9d73603-238a-453a-8ddc-60d11265c7b7} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1473 2025.03.21 18:41:28.154043 [ 288 ] {d9d73603-238a-453a-8ddc-60d11265c7b7} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1474 2025.03.21 18:41:28.154166 [ 266 ] {d9d73603-238a-453a-8ddc-60d11265c7b7} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1475 2025.03.21 18:41:28.154195 [ 266 ] {d9d73603-238a-453a-8ddc-60d11265c7b7} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1476 2025.03.21 18:41:28.154279 [ 266 ] {d9d73603-238a-453a-8ddc-60d11265c7b7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1477 2025.03.21 18:41:28.154300 [ 266 ] {d9d73603-238a-453a-8ddc-60d11265c7b7} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 18 rows with 2 streams
1478 2025.03.21 18:41:28.154341 [ 266 ] {d9d73603-238a-453a-8ddc-60d11265c7b7} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1479 2025.03.21 18:41:28.154385 [ 266 ] {d9d73603-238a-453a-8ddc-60d11265c7b7} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1480 2025.03.21 18:41:28.155439 [ 266 ] {d9d73603-238a-453a-8ddc-60d11265c7b7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002495 sec., 7214.428857715431 rows/sec., 295.12 KiB/sec.
1481 2025.03.21 18:41:28.155623 [ 266 ] {d9d73603-238a-453a-8ddc-60d11265c7b7} <Debug> TCPHandler: Processed in 0.002817769 sec.
1482 2025.03.21 18:41:28.155891 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1483 2025.03.21 18:41:28.156073 [ 266 ] {e1835f8d-b7d4-4c78-872c-51da6fe93994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1484 2025.03.21 18:41:28.156370 [ 266 ] {e1835f8d-b7d4-4c78-872c-51da6fe93994} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1485 2025.03.21 18:41:28.156416 [ 266 ] {e1835f8d-b7d4-4c78-872c-51da6fe93994} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1486 2025.03.21 18:41:28.156707 [ 266 ] {e1835f8d-b7d4-4c78-872c-51da6fe93994} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1487 2025.03.21 18:41:28.156778 [ 266 ] {e1835f8d-b7d4-4c78-872c-51da6fe93994} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1488 2025.03.21 18:41:28.156925 [ 266 ] {e1835f8d-b7d4-4c78-872c-51da6fe93994} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1489 2025.03.21 18:41:28.157056 [ 288 ] {e1835f8d-b7d4-4c78-872c-51da6fe93994} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1490 2025.03.21 18:41:28.157102 [ 287 ] {e1835f8d-b7d4-4c78-872c-51da6fe93994} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1491 2025.03.21 18:41:28.157101 [ 289 ] {e1835f8d-b7d4-4c78-872c-51da6fe93994} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1492 2025.03.21 18:41:28.157238 [ 266 ] {e1835f8d-b7d4-4c78-872c-51da6fe93994} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1493 2025.03.21 18:41:28.157266 [ 266 ] {e1835f8d-b7d4-4c78-872c-51da6fe93994} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1494 2025.03.21 18:41:28.157351 [ 266 ] {e1835f8d-b7d4-4c78-872c-51da6fe93994} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1495 2025.03.21 18:41:28.157372 [ 266 ] {e1835f8d-b7d4-4c78-872c-51da6fe93994} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 18 rows with 2 streams
1496 2025.03.21 18:41:28.157412 [ 266 ] {e1835f8d-b7d4-4c78-872c-51da6fe93994} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1497 2025.03.21 18:41:28.157456 [ 266 ] {e1835f8d-b7d4-4c78-872c-51da6fe93994} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1498 2025.03.21 18:41:28.158486 [ 266 ] {e1835f8d-b7d4-4c78-872c-51da6fe93994} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002488 sec., 7234.726688102894 rows/sec., 295.95 KiB/sec.
1499 2025.03.21 18:41:28.158646 [ 266 ] {e1835f8d-b7d4-4c78-872c-51da6fe93994} <Debug> TCPHandler: Processed in 0.002827359 sec.
1500 2025.03.21 18:41:28.158921 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1501 2025.03.21 18:41:28.159088 [ 266 ] {21e4a2a9-afe2-42b0-ad9a-7f4197ff9af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1502 2025.03.21 18:41:28.159377 [ 266 ] {21e4a2a9-afe2-42b0-ad9a-7f4197ff9af2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1503 2025.03.21 18:41:28.159421 [ 266 ] {21e4a2a9-afe2-42b0-ad9a-7f4197ff9af2} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1504 2025.03.21 18:41:28.159770 [ 266 ] {21e4a2a9-afe2-42b0-ad9a-7f4197ff9af2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1505 2025.03.21 18:41:28.159848 [ 266 ] {21e4a2a9-afe2-42b0-ad9a-7f4197ff9af2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1506 2025.03.21 18:41:28.159997 [ 266 ] {21e4a2a9-afe2-42b0-ad9a-7f4197ff9af2} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1507 2025.03.21 18:41:28.160149 [ 289 ] {21e4a2a9-afe2-42b0-ad9a-7f4197ff9af2} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1508 2025.03.21 18:41:28.160174 [ 287 ] {21e4a2a9-afe2-42b0-ad9a-7f4197ff9af2} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1509 2025.03.21 18:41:28.160202 [ 288 ] {21e4a2a9-afe2-42b0-ad9a-7f4197ff9af2} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1510 2025.03.21 18:41:28.160315 [ 266 ] {21e4a2a9-afe2-42b0-ad9a-7f4197ff9af2} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1511 2025.03.21 18:41:28.160344 [ 266 ] {21e4a2a9-afe2-42b0-ad9a-7f4197ff9af2} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1512 2025.03.21 18:41:28.160427 [ 266 ] {21e4a2a9-afe2-42b0-ad9a-7f4197ff9af2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1513 2025.03.21 18:41:28.160448 [ 266 ] {21e4a2a9-afe2-42b0-ad9a-7f4197ff9af2} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 18 rows with 2 streams
1514 2025.03.21 18:41:28.160487 [ 266 ] {21e4a2a9-afe2-42b0-ad9a-7f4197ff9af2} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1515 2025.03.21 18:41:28.160531 [ 266 ] {21e4a2a9-afe2-42b0-ad9a-7f4197ff9af2} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1516 2025.03.21 18:41:28.161569 [ 266 ] {21e4a2a9-afe2-42b0-ad9a-7f4197ff9af2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002555 sec., 7045.009784735812 rows/sec., 288.19 KiB/sec.
1517 2025.03.21 18:41:28.161727 [ 266 ] {21e4a2a9-afe2-42b0-ad9a-7f4197ff9af2} <Debug> TCPHandler: Processed in 0.002859231 sec.
1518 2025.03.21 18:41:28.161979 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1519 2025.03.21 18:41:28.162139 [ 266 ] {471e7ee1-e17f-4e17-9bce-e851c5fcf5af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1520 2025.03.21 18:41:28.162431 [ 266 ] {471e7ee1-e17f-4e17-9bce-e851c5fcf5af} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1521 2025.03.21 18:41:28.162477 [ 266 ] {471e7ee1-e17f-4e17-9bce-e851c5fcf5af} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1522 2025.03.21 18:41:28.162769 [ 266 ] {471e7ee1-e17f-4e17-9bce-e851c5fcf5af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1523 2025.03.21 18:41:28.162838 [ 266 ] {471e7ee1-e17f-4e17-9bce-e851c5fcf5af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1524 2025.03.21 18:41:28.162986 [ 266 ] {471e7ee1-e17f-4e17-9bce-e851c5fcf5af} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1525 2025.03.21 18:41:28.163148 [ 289 ] {471e7ee1-e17f-4e17-9bce-e851c5fcf5af} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1526 2025.03.21 18:41:28.163158 [ 287 ] {471e7ee1-e17f-4e17-9bce-e851c5fcf5af} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1527 2025.03.21 18:41:28.163138 [ 288 ] {471e7ee1-e17f-4e17-9bce-e851c5fcf5af} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1528 2025.03.21 18:41:28.163303 [ 266 ] {471e7ee1-e17f-4e17-9bce-e851c5fcf5af} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1529 2025.03.21 18:41:28.163330 [ 266 ] {471e7ee1-e17f-4e17-9bce-e851c5fcf5af} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1530 2025.03.21 18:41:28.163416 [ 266 ] {471e7ee1-e17f-4e17-9bce-e851c5fcf5af} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1531 2025.03.21 18:41:28.163436 [ 266 ] {471e7ee1-e17f-4e17-9bce-e851c5fcf5af} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 18 rows with 2 streams
1532 2025.03.21 18:41:28.163478 [ 266 ] {471e7ee1-e17f-4e17-9bce-e851c5fcf5af} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1533 2025.03.21 18:41:28.163524 [ 266 ] {471e7ee1-e17f-4e17-9bce-e851c5fcf5af} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1534 2025.03.21 18:41:28.164585 [ 266 ] {471e7ee1-e17f-4e17-9bce-e851c5fcf5af} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002519 sec., 7145.692735212386 rows/sec., 292.31 KiB/sec.
1535 2025.03.21 18:41:28.164739 [ 266 ] {471e7ee1-e17f-4e17-9bce-e851c5fcf5af} <Debug> TCPHandler: Processed in 0.00281175 sec.
1536 2025.03.21 18:41:28.164995 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1537 2025.03.21 18:41:28.165155 [ 266 ] {eacf7773-ac67-48fd-ae6b-098e18dda5e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1538 2025.03.21 18:41:28.165446 [ 266 ] {eacf7773-ac67-48fd-ae6b-098e18dda5e9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1539 2025.03.21 18:41:28.165491 [ 266 ] {eacf7773-ac67-48fd-ae6b-098e18dda5e9} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1540 2025.03.21 18:41:28.165787 [ 266 ] {eacf7773-ac67-48fd-ae6b-098e18dda5e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1541 2025.03.21 18:41:28.165852 [ 266 ] {eacf7773-ac67-48fd-ae6b-098e18dda5e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1542 2025.03.21 18:41:28.165995 [ 266 ] {eacf7773-ac67-48fd-ae6b-098e18dda5e9} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1543 2025.03.21 18:41:28.166094 [ 289 ] {eacf7773-ac67-48fd-ae6b-098e18dda5e9} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1544 2025.03.21 18:41:28.166146 [ 287 ] {eacf7773-ac67-48fd-ae6b-098e18dda5e9} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1545 2025.03.21 18:41:28.166172 [ 288 ] {eacf7773-ac67-48fd-ae6b-098e18dda5e9} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1546 2025.03.21 18:41:28.166301 [ 266 ] {eacf7773-ac67-48fd-ae6b-098e18dda5e9} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1547 2025.03.21 18:41:28.166329 [ 266 ] {eacf7773-ac67-48fd-ae6b-098e18dda5e9} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1548 2025.03.21 18:41:28.166410 [ 266 ] {eacf7773-ac67-48fd-ae6b-098e18dda5e9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1549 2025.03.21 18:41:28.166428 [ 266 ] {eacf7773-ac67-48fd-ae6b-098e18dda5e9} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 18 rows with 2 streams
1550 2025.03.21 18:41:28.166469 [ 266 ] {eacf7773-ac67-48fd-ae6b-098e18dda5e9} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1551 2025.03.21 18:41:28.166510 [ 266 ] {eacf7773-ac67-48fd-ae6b-098e18dda5e9} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1552 2025.03.21 18:41:28.167561 [ 266 ] {eacf7773-ac67-48fd-ae6b-098e18dda5e9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00248 sec., 7258.064516129032 rows/sec., 296.91 KiB/sec.
1553 2025.03.21 18:41:28.167720 [ 266 ] {eacf7773-ac67-48fd-ae6b-098e18dda5e9} <Debug> TCPHandler: Processed in 0.002777109 sec.
1554 2025.03.21 18:41:28.167942 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1555 2025.03.21 18:41:28.168105 [ 266 ] {a9fd7981-366a-4105-a675-eed959159080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1556 2025.03.21 18:41:28.168396 [ 266 ] {a9fd7981-366a-4105-a675-eed959159080} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1557 2025.03.21 18:41:28.168444 [ 266 ] {a9fd7981-366a-4105-a675-eed959159080} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1558 2025.03.21 18:41:28.168747 [ 266 ] {a9fd7981-366a-4105-a675-eed959159080} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1559 2025.03.21 18:41:28.168816 [ 266 ] {a9fd7981-366a-4105-a675-eed959159080} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1560 2025.03.21 18:41:28.168961 [ 266 ] {a9fd7981-366a-4105-a675-eed959159080} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1561 2025.03.21 18:41:28.169074 [ 289 ] {a9fd7981-366a-4105-a675-eed959159080} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1562 2025.03.21 18:41:28.169118 [ 287 ] {a9fd7981-366a-4105-a675-eed959159080} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1563 2025.03.21 18:41:28.169151 [ 288 ] {a9fd7981-366a-4105-a675-eed959159080} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1564 2025.03.21 18:41:28.169253 [ 266 ] {a9fd7981-366a-4105-a675-eed959159080} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1565 2025.03.21 18:41:28.169281 [ 266 ] {a9fd7981-366a-4105-a675-eed959159080} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1566 2025.03.21 18:41:28.169362 [ 266 ] {a9fd7981-366a-4105-a675-eed959159080} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1567 2025.03.21 18:41:28.169382 [ 266 ] {a9fd7981-366a-4105-a675-eed959159080} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 18 rows with 2 streams
1568 2025.03.21 18:41:28.169423 [ 266 ] {a9fd7981-366a-4105-a675-eed959159080} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1569 2025.03.21 18:41:28.169468 [ 266 ] {a9fd7981-366a-4105-a675-eed959159080} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1570 2025.03.21 18:41:28.170515 [ 266 ] {a9fd7981-366a-4105-a675-eed959159080} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002484 sec., 7246.376811594203 rows/sec., 296.43 KiB/sec.
1571 2025.03.21 18:41:28.170666 [ 266 ] {a9fd7981-366a-4105-a675-eed959159080} <Debug> TCPHandler: Processed in 0.002775319 sec.
1572 2025.03.21 18:41:28.170906 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1573 2025.03.21 18:41:28.171069 [ 266 ] {483fff3e-e196-456b-9e52-59a7ce297e66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1574 2025.03.21 18:41:28.171359 [ 266 ] {483fff3e-e196-456b-9e52-59a7ce297e66} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1575 2025.03.21 18:41:28.171406 [ 266 ] {483fff3e-e196-456b-9e52-59a7ce297e66} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1576 2025.03.21 18:41:28.171704 [ 266 ] {483fff3e-e196-456b-9e52-59a7ce297e66} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1577 2025.03.21 18:41:28.171770 [ 266 ] {483fff3e-e196-456b-9e52-59a7ce297e66} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1578 2025.03.21 18:41:28.171914 [ 266 ] {483fff3e-e196-456b-9e52-59a7ce297e66} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1579 2025.03.21 18:41:28.172064 [ 289 ] {483fff3e-e196-456b-9e52-59a7ce297e66} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1580 2025.03.21 18:41:28.172079 [ 287 ] {483fff3e-e196-456b-9e52-59a7ce297e66} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1581 2025.03.21 18:41:28.172082 [ 288 ] {483fff3e-e196-456b-9e52-59a7ce297e66} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1582 2025.03.21 18:41:28.172233 [ 266 ] {483fff3e-e196-456b-9e52-59a7ce297e66} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1583 2025.03.21 18:41:28.172261 [ 266 ] {483fff3e-e196-456b-9e52-59a7ce297e66} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1584 2025.03.21 18:41:28.172346 [ 266 ] {483fff3e-e196-456b-9e52-59a7ce297e66} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1585 2025.03.21 18:41:28.172366 [ 266 ] {483fff3e-e196-456b-9e52-59a7ce297e66} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 18 rows with 2 streams
1586 2025.03.21 18:41:28.172409 [ 266 ] {483fff3e-e196-456b-9e52-59a7ce297e66} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1587 2025.03.21 18:41:28.172453 [ 266 ] {483fff3e-e196-456b-9e52-59a7ce297e66} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1588 2025.03.21 18:41:28.173447 [ 266 ] {483fff3e-e196-456b-9e52-59a7ce297e66} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002452 sec., 7340.9461663947795 rows/sec., 300.30 KiB/sec.
1589 2025.03.21 18:41:28.173595 [ 266 ] {483fff3e-e196-456b-9e52-59a7ce297e66} <Debug> TCPHandler: Processed in 0.002740658 sec.
1590 2025.03.21 18:41:28.181677 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1591 2025.03.21 18:41:28.181845 [ 266 ] {e2a525b6-b4aa-4da1-846b-457da8fe77c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1592 2025.03.21 18:41:28.182138 [ 266 ] {e2a525b6-b4aa-4da1-846b-457da8fe77c2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1593 2025.03.21 18:41:28.182185 [ 266 ] {e2a525b6-b4aa-4da1-846b-457da8fe77c2} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1594 2025.03.21 18:41:28.182489 [ 266 ] {e2a525b6-b4aa-4da1-846b-457da8fe77c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1595 2025.03.21 18:41:28.182555 [ 266 ] {e2a525b6-b4aa-4da1-846b-457da8fe77c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1596 2025.03.21 18:41:28.182698 [ 266 ] {e2a525b6-b4aa-4da1-846b-457da8fe77c2} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1597 2025.03.21 18:41:28.182855 [ 289 ] {e2a525b6-b4aa-4da1-846b-457da8fe77c2} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1598 2025.03.21 18:41:28.182868 [ 287 ] {e2a525b6-b4aa-4da1-846b-457da8fe77c2} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1599 2025.03.21 18:41:28.182876 [ 288 ] {e2a525b6-b4aa-4da1-846b-457da8fe77c2} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1600 2025.03.21 18:41:28.183016 [ 266 ] {e2a525b6-b4aa-4da1-846b-457da8fe77c2} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1601 2025.03.21 18:41:28.183043 [ 266 ] {e2a525b6-b4aa-4da1-846b-457da8fe77c2} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1602 2025.03.21 18:41:28.183127 [ 266 ] {e2a525b6-b4aa-4da1-846b-457da8fe77c2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1603 2025.03.21 18:41:28.183147 [ 266 ] {e2a525b6-b4aa-4da1-846b-457da8fe77c2} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 18 rows with 2 streams
1604 2025.03.21 18:41:28.183187 [ 266 ] {e2a525b6-b4aa-4da1-846b-457da8fe77c2} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1605 2025.03.21 18:41:28.183230 [ 266 ] {e2a525b6-b4aa-4da1-846b-457da8fe77c2} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1606 2025.03.21 18:41:28.184214 [ 266 ] {e2a525b6-b4aa-4da1-846b-457da8fe77c2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002445 sec., 7361.9631901840485 rows/sec., 301.16 KiB/sec.
1607 2025.03.21 18:41:28.184364 [ 266 ] {e2a525b6-b4aa-4da1-846b-457da8fe77c2} <Debug> TCPHandler: Processed in 0.002742209 sec.
1608 2025.03.21 18:41:28.191056 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1609 2025.03.21 18:41:28.191180 [ 266 ] {33d10a7f-35f8-45e3-ae70-c675a0553ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1610 2025.03.21 18:41:28.191228 [ 266 ] {33d10a7f-35f8-45e3-ae70-c675a0553ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1611 2025.03.21 18:41:28.191967 [ 266 ] {33d10a7f-35f8-45e3-ae70-c675a0553ac3} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1612 2025.03.21 18:41:28.192015 [ 266 ] {33d10a7f-35f8-45e3-ae70-c675a0553ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1613 2025.03.21 18:41:28.192578 [ 266 ] {33d10a7f-35f8-45e3-ae70-c675a0553ac3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1614 2025.03.21 18:41:28.192811 [ 266 ] {33d10a7f-35f8-45e3-ae70-c675a0553ac3} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1615 2025.03.21 18:41:28.193038 [ 266 ] {33d10a7f-35f8-45e3-ae70-c675a0553ac3} <Debug> executeQuery: Read 15 rows, 4.64 KiB in 0.001895 sec., 7915.5672823219 rows/sec., 2.39 MiB/sec.
1616 2025.03.21 18:41:28.193095 [ 266 ] {33d10a7f-35f8-45e3-ae70-c675a0553ac3} <Debug> TCPHandler: Processed in 0.002095667 sec.
1617 2025.03.21 18:41:28.193238 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1618 2025.03.21 18:41:28.193344 [ 266 ] {c009db51-6416-4c92-98bb-aeba4ac519c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1619 2025.03.21 18:41:28.193391 [ 266 ] {c009db51-6416-4c92-98bb-aeba4ac519c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1620 2025.03.21 18:41:28.194589 [ 266 ] {c009db51-6416-4c92-98bb-aeba4ac519c0} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1621 2025.03.21 18:41:28.194627 [ 266 ] {c009db51-6416-4c92-98bb-aeba4ac519c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1622 2025.03.21 18:41:28.195018 [ 266 ] {c009db51-6416-4c92-98bb-aeba4ac519c0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1623 2025.03.21 18:41:28.195264 [ 266 ] {c009db51-6416-4c92-98bb-aeba4ac519c0} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1624 2025.03.21 18:41:28.195481 [ 266 ] {c009db51-6416-4c92-98bb-aeba4ac519c0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002156 sec., 98330.24118738405 rows/sec., 6.25 MiB/sec.
1625 2025.03.21 18:41:28.195559 [ 266 ] {c009db51-6416-4c92-98bb-aeba4ac519c0} <Debug> TCPHandler: Processed in 0.002373721 sec.
1626 2025.03.21 18:41:28.195684 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1627 2025.03.21 18:41:28.195789 [ 266 ] {703d89f9-24e3-4606-9b98-3080e82679d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1628 2025.03.21 18:41:28.195830 [ 266 ] {703d89f9-24e3-4606-9b98-3080e82679d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1629 2025.03.21 18:41:28.196660 [ 266 ] {703d89f9-24e3-4606-9b98-3080e82679d8} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1630 2025.03.21 18:41:28.196764 [ 266 ] {703d89f9-24e3-4606-9b98-3080e82679d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1631 2025.03.21 18:41:28.197159 [ 266 ] {703d89f9-24e3-4606-9b98-3080e82679d8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1632 2025.03.21 18:41:28.197398 [ 266 ] {703d89f9-24e3-4606-9b98-3080e82679d8} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1633 2025.03.21 18:41:28.197564 [ 75 ] {} <Debug> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1634 2025.03.21 18:41:28.197624 [ 266 ] {703d89f9-24e3-4606-9b98-3080e82679d8} <Debug> executeQuery: Read 673 rows, 54.64 KiB in 0.00185 sec., 363783.7837837838 rows/sec., 28.85 MiB/sec.
1635 2025.03.21 18:41:28.197627 [ 75 ] {} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1636 2025.03.21 18:41:28.197714 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1637 2025.03.21 18:41:28.197747 [ 266 ] {703d89f9-24e3-4606-9b98-3080e82679d8} <Debug> TCPHandler: Processed in 0.002109417 sec.
1638 2025.03.21 18:41:28.197924 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1639 2025.03.21 18:41:28.197941 [ 189 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
1640 2025.03.21 18:41:28.198112 [ 266 ] {12e0e180-ec6e-457b-8157-7aa2f2e707e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1641 2025.03.21 18:41:28.198220 [ 266 ] {12e0e180-ec6e-457b-8157-7aa2f2e707e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1642 2025.03.21 18:41:28.198239 [ 189 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1643 2025.03.21 18:41:28.198347 [ 189 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
1644 2025.03.21 18:41:28.198733 [ 189 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part
1645 2025.03.21 18:41:28.199174 [ 189 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
1646 2025.03.21 18:41:28.199564 [ 189 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
1647 2025.03.21 18:41:28.199895 [ 189 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
1648 2025.03.21 18:41:28.200172 [ 189 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 673 rows starting from the beginning of the part
1649 2025.03.21 18:41:28.201023 [ 266 ] {12e0e180-ec6e-457b-8157-7aa2f2e707e8} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1650 2025.03.21 18:41:28.201087 [ 266 ] {12e0e180-ec6e-457b-8157-7aa2f2e707e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1651 2025.03.21 18:41:28.202133 [ 266 ] {12e0e180-ec6e-457b-8157-7aa2f2e707e8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1652 2025.03.21 18:41:28.202663 [ 266 ] {12e0e180-ec6e-457b-8157-7aa2f2e707e8} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1653 2025.03.21 18:41:28.203383 [ 266 ] {12e0e180-ec6e-457b-8157-7aa2f2e707e8} <Debug> executeQuery: Read 134 rows, 8.49 KiB in 0.0053 sec., 25283.01886792453 rows/sec., 1.56 MiB/sec.
1654 2025.03.21 18:41:28.203732 [ 266 ] {12e0e180-ec6e-457b-8157-7aa2f2e707e8} <Debug> TCPHandler: Processed in 0.005877513 sec.
1655 2025.03.21 18:41:28.203785 [ 201 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 829 rows, containing 5 columns (5 merged, 0 gathered) in 0.005942125 sec., 139512.37983044784 rows/sec., 11.65 MiB/sec.
1656 2025.03.21 18:41:28.203887 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1657 2025.03.21 18:41:28.204026 [ 201 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1658 2025.03.21 18:41:28.204059 [ 266 ] {2a046383-6ec5-4fc3-9a8f-d5893f7482fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1659 2025.03.21 18:41:28.204166 [ 266 ] {2a046383-6ec5-4fc3-9a8f-d5893f7482fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1660 2025.03.21 18:41:28.204643 [ 201 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_6_1} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1661 2025.03.21 18:41:28.204848 [ 201 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_6_1} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1662 2025.03.21 18:41:28.204967 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
1663 2025.03.21 18:41:28.205244 [ 266 ] {2a046383-6ec5-4fc3-9a8f-d5893f7482fd} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1664 2025.03.21 18:41:28.205289 [ 266 ] {2a046383-6ec5-4fc3-9a8f-d5893f7482fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1665 2025.03.21 18:41:28.205651 [ 266 ] {2a046383-6ec5-4fc3-9a8f-d5893f7482fd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1666 2025.03.21 18:41:28.206007 [ 266 ] {2a046383-6ec5-4fc3-9a8f-d5893f7482fd} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1667 2025.03.21 18:41:28.206208 [ 266 ] {2a046383-6ec5-4fc3-9a8f-d5893f7482fd} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002194 sec., 51504.10209662716 rows/sec., 3.33 MiB/sec.
1668 2025.03.21 18:41:28.206264 [ 266 ] {2a046383-6ec5-4fc3-9a8f-d5893f7482fd} <Debug> TCPHandler: Processed in 0.002440173 sec.
1669 2025.03.21 18:41:28.206390 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1670 2025.03.21 18:41:28.206498 [ 266 ] {c46c4ee5-e969-4e69-9356-32a6cebc5149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1671 2025.03.21 18:41:28.206543 [ 266 ] {c46c4ee5-e969-4e69-9356-32a6cebc5149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1672 2025.03.21 18:41:28.207112 [ 266 ] {c46c4ee5-e969-4e69-9356-32a6cebc5149} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1673 2025.03.21 18:41:28.207152 [ 266 ] {c46c4ee5-e969-4e69-9356-32a6cebc5149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1674 2025.03.21 18:41:28.207520 [ 266 ] {c46c4ee5-e969-4e69-9356-32a6cebc5149} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1675 2025.03.21 18:41:28.207755 [ 266 ] {c46c4ee5-e969-4e69-9356-32a6cebc5149} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1676 2025.03.21 18:41:28.207975 [ 266 ] {c46c4ee5-e969-4e69-9356-32a6cebc5149} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001495 sec., 74916.38795986622 rows/sec., 4.27 MiB/sec.
1677 2025.03.21 18:41:28.208033 [ 266 ] {c46c4ee5-e969-4e69-9356-32a6cebc5149} <Debug> TCPHandler: Processed in 0.0016936 sec.
1678 2025.03.21 18:41:28.208153 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1679 2025.03.21 18:41:28.208259 [ 266 ] {2177e8e2-5cd5-4d75-bc69-cf18e4524c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1680 2025.03.21 18:41:28.208304 [ 266 ] {2177e8e2-5cd5-4d75-bc69-cf18e4524c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1681 2025.03.21 18:41:28.208982 [ 266 ] {2177e8e2-5cd5-4d75-bc69-cf18e4524c9a} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1682 2025.03.21 18:41:28.209022 [ 266 ] {2177e8e2-5cd5-4d75-bc69-cf18e4524c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1683 2025.03.21 18:41:28.209378 [ 266 ] {2177e8e2-5cd5-4d75-bc69-cf18e4524c9a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1684 2025.03.21 18:41:28.209614 [ 266 ] {2177e8e2-5cd5-4d75-bc69-cf18e4524c9a} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1685 2025.03.21 18:41:28.209776 [ 75 ] {} <Debug> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1686 2025.03.21 18:41:28.209833 [ 75 ] {} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1687 2025.03.21 18:41:28.209849 [ 266 ] {2177e8e2-5cd5-4d75-bc69-cf18e4524c9a} <Debug> executeQuery: Read 426 rows, 31.12 KiB in 0.001604 sec., 265586.0349127182 rows/sec., 18.95 MiB/sec.
1688 2025.03.21 18:41:28.209866 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1689 2025.03.21 18:41:28.209986 [ 266 ] {2177e8e2-5cd5-4d75-bc69-cf18e4524c9a} <Debug> TCPHandler: Processed in 0.001881733 sec.
1690 2025.03.21 18:41:28.210123 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
1691 2025.03.21 18:41:28.210184 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1692 2025.03.21 18:41:28.210419 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1693 2025.03.21 18:41:28.210429 [ 266 ] {46127804-c347-4da7-96eb-185e8c52a7c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1694 2025.03.21 18:41:28.210496 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
1695 2025.03.21 18:41:28.210528 [ 266 ] {46127804-c347-4da7-96eb-185e8c52a7c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1696 2025.03.21 18:41:28.210882 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
1697 2025.03.21 18:41:28.211263 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part
1698 2025.03.21 18:41:28.211649 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
1699 2025.03.21 18:41:28.211948 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
1700 2025.03.21 18:41:28.212109 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 426 rows starting from the beginning of the part
1701 2025.03.21 18:41:28.213068 [ 266 ] {46127804-c347-4da7-96eb-185e8c52a7c0} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1702 2025.03.21 18:41:28.213132 [ 266 ] {46127804-c347-4da7-96eb-185e8c52a7c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1703 2025.03.21 18:41:28.214143 [ 266 ] {46127804-c347-4da7-96eb-185e8c52a7c0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1704 2025.03.21 18:41:28.214764 [ 266 ] {46127804-c347-4da7-96eb-185e8c52a7c0} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1705 2025.03.21 18:41:28.214978 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 594 rows, containing 5 columns (5 merged, 0 gathered) in 0.004981678 sec., 119236.93181293532 rows/sec., 9.19 MiB/sec.
1706 2025.03.21 18:41:28.215360 [ 189 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1707 2025.03.21 18:41:28.215437 [ 266 ] {46127804-c347-4da7-96eb-185e8c52a7c0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005065 sec., 1184.6001974333662 rows/sec., 61.89 KiB/sec.
1708 2025.03.21 18:41:28.215563 [ 266 ] {46127804-c347-4da7-96eb-185e8c52a7c0} <Debug> TCPHandler: Processed in 0.005447145 sec.
1709 2025.03.21 18:41:28.215725 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1710 2025.03.21 18:41:28.215854 [ 189 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_6_1} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1711 2025.03.21 18:41:28.215915 [ 266 ] {7d47b5c4-6a7f-4a49-83f5-e70dcc4bad8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1712 2025.03.21 18:41:28.215989 [ 189 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_6_1} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1713 2025.03.21 18:41:28.216037 [ 266 ] {7d47b5c4-6a7f-4a49-83f5-e70dcc4bad8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1714 2025.03.21 18:41:28.216149 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
1715 2025.03.21 18:41:28.216714 [ 266 ] {7d47b5c4-6a7f-4a49-83f5-e70dcc4bad8c} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1716 2025.03.21 18:41:28.216758 [ 266 ] {7d47b5c4-6a7f-4a49-83f5-e70dcc4bad8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1717 2025.03.21 18:41:28.217218 [ 266 ] {7d47b5c4-6a7f-4a49-83f5-e70dcc4bad8c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1718 2025.03.21 18:41:28.217465 [ 266 ] {7d47b5c4-6a7f-4a49-83f5-e70dcc4bad8c} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1719 2025.03.21 18:41:28.217637 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1720 2025.03.21 18:41:28.217701 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1721 2025.03.21 18:41:28.217725 [ 266 ] {7d47b5c4-6a7f-4a49-83f5-e70dcc4bad8c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001863 sec., 127214.17069243155 rows/sec., 8.53 MiB/sec.
1722 2025.03.21 18:41:28.217739 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1723 2025.03.21 18:41:28.217886 [ 266 ] {7d47b5c4-6a7f-4a49-83f5-e70dcc4bad8c} <Debug> TCPHandler: Processed in 0.002214509 sec.
1724 2025.03.21 18:41:28.217971 [ 193 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
1725 2025.03.21 18:41:28.218068 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1726 2025.03.21 18:41:28.218154 [ 193 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1727 2025.03.21 18:41:28.218229 [ 193 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
1728 2025.03.21 18:41:28.218270 [ 266 ] {aee2986d-2620-4086-82e1-b88eb9dd309e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1729 2025.03.21 18:41:28.218430 [ 193 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part
1730 2025.03.21 18:41:28.218543 [ 266 ] {aee2986d-2620-4086-82e1-b88eb9dd309e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1731 2025.03.21 18:41:28.218780 [ 193 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part
1732 2025.03.21 18:41:28.219156 [ 193 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 130 rows starting from the beginning of the part
1733 2025.03.21 18:41:28.219503 [ 193 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
1734 2025.03.21 18:41:28.219858 [ 193 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part
1735 2025.03.21 18:41:28.221160 [ 266 ] {aee2986d-2620-4086-82e1-b88eb9dd309e} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1736 2025.03.21 18:41:28.221228 [ 266 ] {aee2986d-2620-4086-82e1-b88eb9dd309e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1737 2025.03.21 18:41:28.222286 [ 266 ] {aee2986d-2620-4086-82e1-b88eb9dd309e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1738 2025.03.21 18:41:28.222846 [ 266 ] {aee2986d-2620-4086-82e1-b88eb9dd309e} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1739 2025.03.21 18:41:28.222862 [ 193 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 555 rows, containing 5 columns (5 merged, 0 gathered) in 0.004990568 sec., 111209.78614057558 rows/sec., 7.65 MiB/sec.
1740 2025.03.21 18:41:28.223161 [ 193 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1741 2025.03.21 18:41:28.223456 [ 266 ] {aee2986d-2620-4086-82e1-b88eb9dd309e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005243 sec., 190.73049780659926 rows/sec., 12.85 KiB/sec.
1742 2025.03.21 18:41:28.223598 [ 266 ] {aee2986d-2620-4086-82e1-b88eb9dd309e} <Debug> TCPHandler: Processed in 0.005601899 sec.
1743 2025.03.21 18:41:28.223779 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1744 2025.03.21 18:41:28.223850 [ 193 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1745 2025.03.21 18:41:28.224021 [ 266 ] {1124bfb8-c5df-410c-9485-115df1e66d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1746 2025.03.21 18:41:28.224049 [ 193 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1747 2025.03.21 18:41:28.224213 [ 266 ] {1124bfb8-c5df-410c-9485-115df1e66d39} <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
1748 2025.03.21 18:41:28.224221 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
1749 2025.03.21 18:41:28.225354 [ 266 ] {1124bfb8-c5df-410c-9485-115df1e66d39} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1750 2025.03.21 18:41:28.225398 [ 266 ] {1124bfb8-c5df-410c-9485-115df1e66d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1751 2025.03.21 18:41:28.226031 [ 266 ] {1124bfb8-c5df-410c-9485-115df1e66d39} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1752 2025.03.21 18:41:28.226286 [ 266 ] {1124bfb8-c5df-410c-9485-115df1e66d39} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1753 2025.03.21 18:41:28.226519 [ 266 ] {1124bfb8-c5df-410c-9485-115df1e66d39} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002588 sec., 10819.165378670788 rows/sec., 19.39 MiB/sec.
1754 2025.03.21 18:41:28.226608 [ 266 ] {1124bfb8-c5df-410c-9485-115df1e66d39} <Debug> TCPHandler: Processed in 0.002882251 sec.
1755 2025.03.21 18:41:28.226747 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1756 2025.03.21 18:41:28.226853 [ 266 ] {07b0dd11-7a8c-45e7-a650-b9e6518f2beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1757 2025.03.21 18:41:28.226900 [ 266 ] {07b0dd11-7a8c-45e7-a650-b9e6518f2beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1758 2025.03.21 18:41:28.227358 [ 266 ] {07b0dd11-7a8c-45e7-a650-b9e6518f2beb} <Trace> oximeter.measurements_i64 (acd5682d-f4ef-4ff2-bdd6-69e1e9e8028f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1759 2025.03.21 18:41:28.227400 [ 266 ] {07b0dd11-7a8c-45e7-a650-b9e6518f2beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1760 2025.03.21 18:41:28.227802 [ 266 ] {07b0dd11-7a8c-45e7-a650-b9e6518f2beb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1761 2025.03.21 18:41:28.228054 [ 266 ] {07b0dd11-7a8c-45e7-a650-b9e6518f2beb} <Trace> oximeter.measurements_i64 (acd5682d-f4ef-4ff2-bdd6-69e1e9e8028f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1762 2025.03.21 18:41:28.228294 [ 266 ] {07b0dd11-7a8c-45e7-a650-b9e6518f2beb} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.001455 sec., 16494.845360824744 rows/sec., 1.19 MiB/sec.
1763 2025.03.21 18:41:28.228424 [ 266 ] {07b0dd11-7a8c-45e7-a650-b9e6518f2beb} <Debug> TCPHandler: Processed in 0.00172869 sec.
1764 2025.03.21 18:41:28.228548 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1765 2025.03.21 18:41:28.228655 [ 266 ] {f8b6b5ce-bde9-4af4-801b-91adab995662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1766 2025.03.21 18:41:28.228701 [ 266 ] {f8b6b5ce-bde9-4af4-801b-91adab995662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1767 2025.03.21 18:41:28.229160 [ 266 ] {f8b6b5ce-bde9-4af4-801b-91adab995662} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1768 2025.03.21 18:41:28.229199 [ 266 ] {f8b6b5ce-bde9-4af4-801b-91adab995662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1769 2025.03.21 18:41:28.229565 [ 266 ] {f8b6b5ce-bde9-4af4-801b-91adab995662} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1770 2025.03.21 18:41:28.229814 [ 266 ] {f8b6b5ce-bde9-4af4-801b-91adab995662} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1771 2025.03.21 18:41:28.229977 [ 75 ] {} <Debug> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1772 2025.03.21 18:41:28.230033 [ 75 ] {} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1773 2025.03.21 18:41:28.230065 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1774 2025.03.21 18:41:28.230086 [ 266 ] {f8b6b5ce-bde9-4af4-801b-91adab995662} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001443 sec., 56826.056826056825 rows/sec., 3.61 MiB/sec.
1775 2025.03.21 18:41:28.230238 [ 266 ] {f8b6b5ce-bde9-4af4-801b-91adab995662} <Debug> TCPHandler: Processed in 0.0017391 sec.
1776 2025.03.21 18:41:28.230262 [ 191 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
1777 2025.03.21 18:41:28.230440 [ 191 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1778 2025.03.21 18:41:28.230494 [ 191 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
1779 2025.03.21 18:41:28.230652 [ 191 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part
1780 2025.03.21 18:41:28.230806 [ 191 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part
1781 2025.03.21 18:41:28.230929 [ 191 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part
1782 2025.03.21 18:41:28.231013 [ 191 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
1783 2025.03.21 18:41:28.231095 [ 191 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part
1784 2025.03.21 18:41:28.232334 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 4 columns (4 merged, 0 gathered) in 0.002196058 sec., 100179.50345573752 rows/sec., 6.53 MiB/sec.
1785 2025.03.21 18:41:28.232481 [ 191 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1786 2025.03.21 18:41:28.232770 [ 191 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_6_1} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1787 2025.03.21 18:41:28.232847 [ 191 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_6_1} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1788 2025.03.21 18:41:28.232919 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
1789 2025.03.21 18:41:28.733322 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1790 2025.03.21 18:41:28.733589 [ 266 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1791 2025.03.21 18:41:28.734025 [ 266 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1792 2025.03.21 18:41:28.734078 [ 266 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1793 2025.03.21 18:41:28.734440 [ 266 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1794 2025.03.21 18:41:28.734526 [ 266 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1795 2025.03.21 18:41:28.734704 [ 266 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1796 2025.03.21 18:41:28.735011 [ 289 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1797 2025.03.21 18:41:28.734991 [ 288 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1798 2025.03.21 18:41:28.735103 [ 291 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1799 2025.03.21 18:41:28.735121 [ 287 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1800 2025.03.21 18:41:28.735365 [ 266 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1801 2025.03.21 18:41:28.735404 [ 266 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1802 2025.03.21 18:41:28.735535 [ 266 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1803 2025.03.21 18:41:28.735558 [ 266 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 33 rows with 3 streams
1804 2025.03.21 18:41:28.735603 [ 266 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1805 2025.03.21 18:41:28.735649 [ 266 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1806 2025.03.21 18:41:28.735691 [ 266 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1807 2025.03.21 18:41:28.737471 [ 266 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.004005 sec., 8239.700374531836 rows/sec., 315.28 KiB/sec.
1808 2025.03.21 18:41:28.737678 [ 266 ] {47dda839-dd2b-4731-9532-6f14e3be4586} <Debug> TCPHandler: Processed in 0.004490378 sec.
1809 2025.03.21 18:41:28.737988 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1810 2025.03.21 18:41:28.738165 [ 266 ] {78840daa-605e-433c-a382-18500dbf3280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1811 2025.03.21 18:41:28.738478 [ 266 ] {78840daa-605e-433c-a382-18500dbf3280} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1812 2025.03.21 18:41:28.738527 [ 266 ] {78840daa-605e-433c-a382-18500dbf3280} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1813 2025.03.21 18:41:28.738852 [ 266 ] {78840daa-605e-433c-a382-18500dbf3280} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1814 2025.03.21 18:41:28.738917 [ 266 ] {78840daa-605e-433c-a382-18500dbf3280} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1815 2025.03.21 18:41:28.739063 [ 266 ] {78840daa-605e-433c-a382-18500dbf3280} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1816 2025.03.21 18:41:28.739206 [ 289 ] {78840daa-605e-433c-a382-18500dbf3280} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1817 2025.03.21 18:41:28.739272 [ 291 ] {78840daa-605e-433c-a382-18500dbf3280} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1818 2025.03.21 18:41:28.739295 [ 288 ] {78840daa-605e-433c-a382-18500dbf3280} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1819 2025.03.21 18:41:28.739378 [ 287 ] {78840daa-605e-433c-a382-18500dbf3280} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1820 2025.03.21 18:41:28.739524 [ 266 ] {78840daa-605e-433c-a382-18500dbf3280} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1821 2025.03.21 18:41:28.739556 [ 266 ] {78840daa-605e-433c-a382-18500dbf3280} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1822 2025.03.21 18:41:28.739669 [ 266 ] {78840daa-605e-433c-a382-18500dbf3280} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1823 2025.03.21 18:41:28.739690 [ 266 ] {78840daa-605e-433c-a382-18500dbf3280} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 33 rows with 3 streams
1824 2025.03.21 18:41:28.739730 [ 266 ] {78840daa-605e-433c-a382-18500dbf3280} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1825 2025.03.21 18:41:28.739782 [ 266 ] {78840daa-605e-433c-a382-18500dbf3280} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1826 2025.03.21 18:41:28.739823 [ 266 ] {78840daa-605e-433c-a382-18500dbf3280} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1827 2025.03.21 18:41:28.741273 [ 266 ] {78840daa-605e-433c-a382-18500dbf3280} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003195 sec., 10328.638497652582 rows/sec., 395.21 KiB/sec.
1828 2025.03.21 18:41:28.741466 [ 266 ] {78840daa-605e-433c-a382-18500dbf3280} <Debug> TCPHandler: Processed in 0.003530892 sec.
1829 2025.03.21 18:41:28.741680 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1830 2025.03.21 18:41:28.741856 [ 266 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1831 2025.03.21 18:41:28.742155 [ 266 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1832 2025.03.21 18:41:28.742202 [ 266 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1833 2025.03.21 18:41:28.742515 [ 266 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1834 2025.03.21 18:41:28.742581 [ 266 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1835 2025.03.21 18:41:28.742723 [ 266 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1836 2025.03.21 18:41:28.742879 [ 289 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1837 2025.03.21 18:41:28.742944 [ 287 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1838 2025.03.21 18:41:28.742943 [ 288 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1839 2025.03.21 18:41:28.742940 [ 291 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1840 2025.03.21 18:41:28.743102 [ 266 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1841 2025.03.21 18:41:28.743131 [ 266 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1842 2025.03.21 18:41:28.743239 [ 266 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1843 2025.03.21 18:41:28.743261 [ 266 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 33 rows with 3 streams
1844 2025.03.21 18:41:28.743300 [ 266 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1845 2025.03.21 18:41:28.743342 [ 266 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1846 2025.03.21 18:41:28.743381 [ 266 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1847 2025.03.21 18:41:28.744871 [ 266 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.00311 sec., 10610.932475884245 rows/sec., 406.01 KiB/sec.
1848 2025.03.21 18:41:28.745056 [ 266 ] {7708f181-15e8-4f8a-afc6-d18e23121a45} <Debug> TCPHandler: Processed in 0.003446221 sec.
1849 2025.03.21 18:41:28.745249 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1850 2025.03.21 18:41:28.745407 [ 266 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1851 2025.03.21 18:41:28.745692 [ 266 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1852 2025.03.21 18:41:28.745814 [ 266 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1853 2025.03.21 18:41:28.746140 [ 266 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1854 2025.03.21 18:41:28.746207 [ 266 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1855 2025.03.21 18:41:28.746351 [ 266 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
1856 2025.03.21 18:41:28.746540 [ 291 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1857 2025.03.21 18:41:28.746541 [ 288 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1858 2025.03.21 18:41:28.746568 [ 287 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1859 2025.03.21 18:41:28.746553 [ 289 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1860 2025.03.21 18:41:28.746724 [ 266 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1861 2025.03.21 18:41:28.746753 [ 266 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1862 2025.03.21 18:41:28.746868 [ 266 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1863 2025.03.21 18:41:28.746889 [ 266 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 33 rows with 3 streams
1864 2025.03.21 18:41:28.746930 [ 266 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1865 2025.03.21 18:41:28.746971 [ 266 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1866 2025.03.21 18:41:28.747010 [ 266 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1867 2025.03.21 18:41:28.748418 [ 266 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003046 sec., 10833.880499015102 rows/sec., 414.54 KiB/sec.
1868 2025.03.21 18:41:28.748611 [ 266 ] {71174952-8be7-49d4-b9d2-58fc4a743067} <Debug> TCPHandler: Processed in 0.00337863 sec.
1869 2025.03.21 18:41:28.748826 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1870 2025.03.21 18:41:28.748994 [ 266 ] {2496b687-b860-46fc-a217-246349ac07dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1871 2025.03.21 18:41:28.749295 [ 266 ] {2496b687-b860-46fc-a217-246349ac07dd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1872 2025.03.21 18:41:28.749343 [ 266 ] {2496b687-b860-46fc-a217-246349ac07dd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1873 2025.03.21 18:41:28.749662 [ 266 ] {2496b687-b860-46fc-a217-246349ac07dd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1874 2025.03.21 18:41:28.749726 [ 266 ] {2496b687-b860-46fc-a217-246349ac07dd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1875 2025.03.21 18:41:28.749872 [ 266 ] {2496b687-b860-46fc-a217-246349ac07dd} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
1876 2025.03.21 18:41:28.750035 [ 289 ] {2496b687-b860-46fc-a217-246349ac07dd} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1877 2025.03.21 18:41:28.750092 [ 288 ] {2496b687-b860-46fc-a217-246349ac07dd} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1878 2025.03.21 18:41:28.750112 [ 291 ] {2496b687-b860-46fc-a217-246349ac07dd} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1879 2025.03.21 18:41:28.750130 [ 287 ] {2496b687-b860-46fc-a217-246349ac07dd} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1880 2025.03.21 18:41:28.750289 [ 266 ] {2496b687-b860-46fc-a217-246349ac07dd} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1881 2025.03.21 18:41:28.750319 [ 266 ] {2496b687-b860-46fc-a217-246349ac07dd} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1882 2025.03.21 18:41:28.750429 [ 266 ] {2496b687-b860-46fc-a217-246349ac07dd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1883 2025.03.21 18:41:28.750449 [ 266 ] {2496b687-b860-46fc-a217-246349ac07dd} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 33 rows with 3 streams
1884 2025.03.21 18:41:28.750488 [ 266 ] {2496b687-b860-46fc-a217-246349ac07dd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1885 2025.03.21 18:41:28.750530 [ 266 ] {2496b687-b860-46fc-a217-246349ac07dd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1886 2025.03.21 18:41:28.750571 [ 266 ] {2496b687-b860-46fc-a217-246349ac07dd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1887 2025.03.21 18:41:28.751975 [ 266 ] {2496b687-b860-46fc-a217-246349ac07dd} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.00306 sec., 10784.313725490198 rows/sec., 412.65 KiB/sec.
1888 2025.03.21 18:41:28.752167 [ 266 ] {2496b687-b860-46fc-a217-246349ac07dd} <Debug> TCPHandler: Processed in 0.003391509 sec.
1889 2025.03.21 18:41:28.752367 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1890 2025.03.21 18:41:28.752534 [ 266 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1891 2025.03.21 18:41:28.752844 [ 266 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1892 2025.03.21 18:41:28.752893 [ 266 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1893 2025.03.21 18:41:28.753215 [ 266 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1894 2025.03.21 18:41:28.753280 [ 266 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1895 2025.03.21 18:41:28.753423 [ 266 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
1896 2025.03.21 18:41:28.753617 [ 289 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1897 2025.03.21 18:41:28.753628 [ 287 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1898 2025.03.21 18:41:28.753639 [ 291 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1899 2025.03.21 18:41:28.753623 [ 288 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1900 2025.03.21 18:41:28.753812 [ 266 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
1901 2025.03.21 18:41:28.753841 [ 266 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
1902 2025.03.21 18:41:28.753952 [ 266 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1903 2025.03.21 18:41:28.753973 [ 266 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Reading approx. 33 rows with 3 streams
1904 2025.03.21 18:41:28.754013 [ 266 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1905 2025.03.21 18:41:28.754054 [ 266 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1906 2025.03.21 18:41:28.754093 [ 266 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1907 2025.03.21 18:41:28.755507 [ 266 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003054 sec., 10805.500982318272 rows/sec., 413.46 KiB/sec.
1908 2025.03.21 18:41:28.755697 [ 266 ] {7af66912-9ecf-47e4-8fb8-d2f5eb8d485c} <Debug> TCPHandler: Processed in 0.003381489 sec.
1909 2025.03.21 18:41:28.847683 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1910 2025.03.21 18:41:28.847817 [ 266 ] {62b192fc-33ff-48ae-8930-75ddab0e4be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1911 2025.03.21 18:41:28.847869 [ 266 ] {62b192fc-33ff-48ae-8930-75ddab0e4be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1912 2025.03.21 18:41:28.848595 [ 266 ] {62b192fc-33ff-48ae-8930-75ddab0e4be7} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1913 2025.03.21 18:41:28.848645 [ 266 ] {62b192fc-33ff-48ae-8930-75ddab0e4be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1914 2025.03.21 18:41:28.849157 [ 266 ] {62b192fc-33ff-48ae-8930-75ddab0e4be7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1915 2025.03.21 18:41:28.849389 [ 266 ] {62b192fc-33ff-48ae-8930-75ddab0e4be7} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1916 2025.03.21 18:41:28.849654 [ 266 ] {62b192fc-33ff-48ae-8930-75ddab0e4be7} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001864 sec., 3218.8841201716737 rows/sec., 716.70 KiB/sec.
1917 2025.03.21 18:41:28.849816 [ 266 ] {62b192fc-33ff-48ae-8930-75ddab0e4be7} <Debug> TCPHandler: Processed in 0.002183639 sec.
1918 2025.03.21 18:41:28.849961 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1919 2025.03.21 18:41:28.850067 [ 266 ] {28072930-be08-48a0-84ca-d2240ce88b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1920 2025.03.21 18:41:28.850111 [ 266 ] {28072930-be08-48a0-84ca-d2240ce88b73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1921 2025.03.21 18:41:28.851295 [ 266 ] {28072930-be08-48a0-84ca-d2240ce88b73} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1922 2025.03.21 18:41:28.851337 [ 266 ] {28072930-be08-48a0-84ca-d2240ce88b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1923 2025.03.21 18:41:28.851838 [ 266 ] {28072930-be08-48a0-84ca-d2240ce88b73} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1924 2025.03.21 18:41:28.852084 [ 266 ] {28072930-be08-48a0-84ca-d2240ce88b73} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1925 2025.03.21 18:41:28.852294 [ 266 ] {28072930-be08-48a0-84ca-d2240ce88b73} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.00225 sec., 538666.6666666667 rows/sec., 44.51 MiB/sec.
1926 2025.03.21 18:41:28.852351 [ 266 ] {28072930-be08-48a0-84ca-d2240ce88b73} <Debug> TCPHandler: Processed in 0.002439973 sec.
1927 2025.03.21 18:41:28.852467 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1928 2025.03.21 18:41:28.852572 [ 266 ] {6bcd12df-6b95-4a7f-9381-5c4a9e1a6858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1929 2025.03.21 18:41:28.852617 [ 266 ] {6bcd12df-6b95-4a7f-9381-5c4a9e1a6858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1930 2025.03.21 18:41:28.853145 [ 266 ] {6bcd12df-6b95-4a7f-9381-5c4a9e1a6858} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1931 2025.03.21 18:41:28.853185 [ 266 ] {6bcd12df-6b95-4a7f-9381-5c4a9e1a6858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1932 2025.03.21 18:41:28.853520 [ 266 ] {6bcd12df-6b95-4a7f-9381-5c4a9e1a6858} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1933 2025.03.21 18:41:28.853756 [ 266 ] {6bcd12df-6b95-4a7f-9381-5c4a9e1a6858} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1934 2025.03.21 18:41:28.853961 [ 266 ] {6bcd12df-6b95-4a7f-9381-5c4a9e1a6858} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001411 sec., 5669.7377746279235 rows/sec., 426.34 KiB/sec.
1935 2025.03.21 18:41:28.854012 [ 266 ] {6bcd12df-6b95-4a7f-9381-5c4a9e1a6858} <Debug> TCPHandler: Processed in 0.001596299 sec.
1936 2025.03.21 18:41:28.854126 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1937 2025.03.21 18:41:28.854232 [ 266 ] {bb5d6867-37da-4596-818b-ef7c9e3a213c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1938 2025.03.21 18:41:28.854275 [ 266 ] {bb5d6867-37da-4596-818b-ef7c9e3a213c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1939 2025.03.21 18:41:28.854864 [ 266 ] {bb5d6867-37da-4596-818b-ef7c9e3a213c} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1940 2025.03.21 18:41:28.854903 [ 266 ] {bb5d6867-37da-4596-818b-ef7c9e3a213c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1941 2025.03.21 18:41:28.855390 [ 266 ] {bb5d6867-37da-4596-818b-ef7c9e3a213c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1942 2025.03.21 18:41:28.855625 [ 266 ] {bb5d6867-37da-4596-818b-ef7c9e3a213c} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1943 2025.03.21 18:41:28.855856 [ 266 ] {bb5d6867-37da-4596-818b-ef7c9e3a213c} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001643 sec., 138770.54169202677 rows/sec., 9.40 MiB/sec.
1944 2025.03.21 18:41:28.855996 [ 266 ] {bb5d6867-37da-4596-818b-ef7c9e3a213c} <Debug> TCPHandler: Processed in 0.001919673 sec.
1945 2025.03.21 18:41:28.856117 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1946 2025.03.21 18:41:28.856221 [ 266 ] {ddd0181a-d194-4115-8587-47084cf7d327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1947 2025.03.21 18:41:28.856266 [ 266 ] {ddd0181a-d194-4115-8587-47084cf7d327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1948 2025.03.21 18:41:28.856981 [ 266 ] {ddd0181a-d194-4115-8587-47084cf7d327} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1949 2025.03.21 18:41:28.857022 [ 266 ] {ddd0181a-d194-4115-8587-47084cf7d327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1950 2025.03.21 18:41:28.857395 [ 266 ] {ddd0181a-d194-4115-8587-47084cf7d327} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1951 2025.03.21 18:41:28.857648 [ 266 ] {ddd0181a-d194-4115-8587-47084cf7d327} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1952 2025.03.21 18:41:28.857856 [ 266 ] {ddd0181a-d194-4115-8587-47084cf7d327} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.001656 sec., 318840.57971014496 rows/sec., 23.61 MiB/sec.
1953 2025.03.21 18:41:28.857918 [ 266 ] {ddd0181a-d194-4115-8587-47084cf7d327} <Debug> TCPHandler: Processed in 0.001852432 sec.
1954 2025.03.21 18:41:28.858016 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1955 2025.03.21 18:41:28.858116 [ 266 ] {9807e147-7080-4071-9bf1-dee2c46578d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1956 2025.03.21 18:41:28.858165 [ 266 ] {9807e147-7080-4071-9bf1-dee2c46578d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1957 2025.03.21 18:41:28.861259 [ 266 ] {9807e147-7080-4071-9bf1-dee2c46578d4} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1958 2025.03.21 18:41:28.861332 [ 266 ] {9807e147-7080-4071-9bf1-dee2c46578d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1959 2025.03.21 18:41:28.862032 [ 266 ] {9807e147-7080-4071-9bf1-dee2c46578d4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1960 2025.03.21 18:41:28.862298 [ 266 ] {9807e147-7080-4071-9bf1-dee2c46578d4} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1961 2025.03.21 18:41:28.862578 [ 266 ] {9807e147-7080-4071-9bf1-dee2c46578d4} <Debug> executeQuery: Read 2378 rows, 162.65 KiB in 0.004462 sec., 532944.8677722994 rows/sec., 35.60 MiB/sec.
1962 2025.03.21 18:41:28.862704 [ 266 ] {9807e147-7080-4071-9bf1-dee2c46578d4} <Debug> TCPHandler: Processed in 0.004736543 sec.
1963 2025.03.21 18:41:28.862823 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1964 2025.03.21 18:41:28.862929 [ 266 ] {f5820283-8730-4850-924f-997acfa3765c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1965 2025.03.21 18:41:28.862995 [ 266 ] {f5820283-8730-4850-924f-997acfa3765c} <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
1966 2025.03.21 18:41:28.864000 [ 266 ] {f5820283-8730-4850-924f-997acfa3765c} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1967 2025.03.21 18:41:28.864040 [ 266 ] {f5820283-8730-4850-924f-997acfa3765c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1968 2025.03.21 18:41:28.864624 [ 266 ] {f5820283-8730-4850-924f-997acfa3765c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1969 2025.03.21 18:41:28.864878 [ 266 ] {f5820283-8730-4850-924f-997acfa3765c} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1970 2025.03.21 18:41:28.865114 [ 266 ] {f5820283-8730-4850-924f-997acfa3765c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002207 sec., 3624.8300860897143 rows/sec., 6.50 MiB/sec.
1971 2025.03.21 18:41:28.865209 [ 266 ] {f5820283-8730-4850-924f-997acfa3765c} <Debug> TCPHandler: Processed in 0.002436643 sec.
1972 2025.03.21 18:41:28.865337 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1973 2025.03.21 18:41:28.865443 [ 266 ] {f645aa5d-cd5f-4760-a52a-34992accc5b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1974 2025.03.21 18:41:28.865489 [ 266 ] {f645aa5d-cd5f-4760-a52a-34992accc5b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1975 2025.03.21 18:41:28.865901 [ 266 ] {f645aa5d-cd5f-4760-a52a-34992accc5b1} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1976 2025.03.21 18:41:28.865942 [ 266 ] {f645aa5d-cd5f-4760-a52a-34992accc5b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
1977 2025.03.21 18:41:28.866288 [ 266 ] {f645aa5d-cd5f-4760-a52a-34992accc5b1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1978 2025.03.21 18:41:28.866528 [ 266 ] {f645aa5d-cd5f-4760-a52a-34992accc5b1} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1979 2025.03.21 18:41:28.866722 [ 266 ] {f645aa5d-cd5f-4760-a52a-34992accc5b1} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001301 sec., 9223.674096848577 rows/sec., 636.53 KiB/sec.
1980 2025.03.21 18:41:28.866772 [ 266 ] {f645aa5d-cd5f-4760-a52a-34992accc5b1} <Debug> TCPHandler: Processed in 0.001485946 sec.
1981 2025.03.21 18:41:29.000199 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.23 MiB, peak 169.37 MiB, free memory in arenas 0.00 B, will set to 164.00 MiB (RSS), difference: -2.23 MiB
1982 2025.03.21 18:41:32.401092 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 96 entries to flush up to offset 264
1983 2025.03.21 18:41:32.405323 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1984 2025.03.21 18:41:32.405373 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
1985 2025.03.21 18:41:32.406964 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1986 2025.03.21 18:41:32.407259 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1987 2025.03.21 18:41:32.407764 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 264
1988 2025.03.21 18:41:33.115111 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1989 2025.03.21 18:41:33.115373 [ 266 ] {9103d46a-9233-4b6f-8bec-45b233d7dc7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1990 2025.03.21 18:41:33.115482 [ 266 ] {9103d46a-9233-4b6f-8bec-45b233d7dc7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1991 2025.03.21 18:41:33.116545 [ 266 ] {9103d46a-9233-4b6f-8bec-45b233d7dc7d} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1992 2025.03.21 18:41:33.116598 [ 266 ] {9103d46a-9233-4b6f-8bec-45b233d7dc7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
1993 2025.03.21 18:41:33.117069 [ 266 ] {9103d46a-9233-4b6f-8bec-45b233d7dc7d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1994 2025.03.21 18:41:33.117327 [ 266 ] {9103d46a-9233-4b6f-8bec-45b233d7dc7d} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1995 2025.03.21 18:41:33.117555 [ 266 ] {9103d46a-9233-4b6f-8bec-45b233d7dc7d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002252 sec., 24866.78507992895 rows/sec., 1.91 MiB/sec.
1996 2025.03.21 18:41:33.117673 [ 266 ] {9103d46a-9233-4b6f-8bec-45b233d7dc7d} <Debug> TCPHandler: Processed in 0.002700398 sec.
1997 2025.03.21 18:41:33.117831 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1998 2025.03.21 18:41:33.117938 [ 266 ] {82e65b41-3b8d-4520-914b-b7386484a653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1999 2025.03.21 18:41:33.117984 [ 266 ] {82e65b41-3b8d-4520-914b-b7386484a653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2000 2025.03.21 18:41:33.118531 [ 266 ] {82e65b41-3b8d-4520-914b-b7386484a653} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2001 2025.03.21 18:41:33.118570 [ 266 ] {82e65b41-3b8d-4520-914b-b7386484a653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2002 2025.03.21 18:41:33.118932 [ 266 ] {82e65b41-3b8d-4520-914b-b7386484a653} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2003 2025.03.21 18:41:33.119170 [ 266 ] {82e65b41-3b8d-4520-914b-b7386484a653} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2004 2025.03.21 18:41:33.119416 [ 266 ] {82e65b41-3b8d-4520-914b-b7386484a653} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001494 sec., 42838.0187416332 rows/sec., 3.34 MiB/sec.
2005 2025.03.21 18:41:33.119560 [ 266 ] {82e65b41-3b8d-4520-914b-b7386484a653} <Debug> TCPHandler: Processed in 0.001780541 sec.
2006 2025.03.21 18:41:33.119673 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2007 2025.03.21 18:41:33.119803 [ 266 ] {10563e9d-71d8-43ad-9b08-920d3a959846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2008 2025.03.21 18:41:33.119852 [ 266 ] {10563e9d-71d8-43ad-9b08-920d3a959846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2009 2025.03.21 18:41:33.120401 [ 266 ] {10563e9d-71d8-43ad-9b08-920d3a959846} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2010 2025.03.21 18:41:33.120439 [ 266 ] {10563e9d-71d8-43ad-9b08-920d3a959846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2011 2025.03.21 18:41:33.120822 [ 266 ] {10563e9d-71d8-43ad-9b08-920d3a959846} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2012 2025.03.21 18:41:33.121061 [ 266 ] {10563e9d-71d8-43ad-9b08-920d3a959846} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2013 2025.03.21 18:41:33.121264 [ 266 ] {10563e9d-71d8-43ad-9b08-920d3a959846} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001507 sec., 84936.9608493696 rows/sec., 5.92 MiB/sec.
2014 2025.03.21 18:41:33.121316 [ 266 ] {10563e9d-71d8-43ad-9b08-920d3a959846} <Debug> TCPHandler: Processed in 0.001695 sec.
2015 2025.03.21 18:41:33.121432 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2016 2025.03.21 18:41:33.121548 [ 266 ] {d5f0db78-abe7-4e3e-ae56-8b1f00c29d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2017 2025.03.21 18:41:33.121596 [ 266 ] {d5f0db78-abe7-4e3e-ae56-8b1f00c29d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2018 2025.03.21 18:41:33.122031 [ 266 ] {d5f0db78-abe7-4e3e-ae56-8b1f00c29d31} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2019 2025.03.21 18:41:33.122070 [ 266 ] {d5f0db78-abe7-4e3e-ae56-8b1f00c29d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2020 2025.03.21 18:41:33.122453 [ 266 ] {d5f0db78-abe7-4e3e-ae56-8b1f00c29d31} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2021 2025.03.21 18:41:33.122699 [ 266 ] {d5f0db78-abe7-4e3e-ae56-8b1f00c29d31} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2022 2025.03.21 18:41:33.122904 [ 266 ] {d5f0db78-abe7-4e3e-ae56-8b1f00c29d31} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001378 sec., 34833.09143686502 rows/sec., 2.35 MiB/sec.
2023 2025.03.21 18:41:33.122954 [ 266 ] {d5f0db78-abe7-4e3e-ae56-8b1f00c29d31} <Debug> TCPHandler: Processed in 0.001576378 sec.
2024 2025.03.21 18:41:34.906168 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
2025 2025.03.21 18:41:34.906806 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2026 2025.03.21 18:41:34.906847 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2027 2025.03.21 18:41:34.907423 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2028 2025.03.21 18:41:34.907706 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2029 2025.03.21 18:41:34.907961 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
2030 2025.03.21 18:41:35.107317 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
2031 2025.03.21 18:41:35.126852 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2032 2025.03.21 18:41:35.126918 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2033 2025.03.21 18:41:35.134148 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2034 2025.03.21 18:41:35.134905 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2035 2025.03.21 18:41:35.137758 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
2036 2025.03.21 18:41:36.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.65 MiB, peak 169.37 MiB, free memory in arenas 0.00 B, will set to 166.32 MiB (RSS), difference: 1.67 MiB
2037 2025.03.21 18:41:38.123418 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2038 2025.03.21 18:41:38.123627 [ 266 ] {b6e99d28-400a-41ea-8952-473fbd0c3bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2039 2025.03.21 18:41:38.123701 [ 266 ] {b6e99d28-400a-41ea-8952-473fbd0c3bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2040 2025.03.21 18:41:38.124563 [ 266 ] {b6e99d28-400a-41ea-8952-473fbd0c3bea} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2041 2025.03.21 18:41:38.124619 [ 266 ] {b6e99d28-400a-41ea-8952-473fbd0c3bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2042 2025.03.21 18:41:38.125080 [ 266 ] {b6e99d28-400a-41ea-8952-473fbd0c3bea} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2043 2025.03.21 18:41:38.125339 [ 266 ] {b6e99d28-400a-41ea-8952-473fbd0c3bea} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2044 2025.03.21 18:41:38.125592 [ 266 ] {b6e99d28-400a-41ea-8952-473fbd0c3bea} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002012 sec., 105367.79324055667 rows/sec., 6.70 MiB/sec.
2045 2025.03.21 18:41:38.125758 [ 266 ] {b6e99d28-400a-41ea-8952-473fbd0c3bea} <Debug> TCPHandler: Processed in 0.002470814 sec.
2046 2025.03.21 18:41:38.125924 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2047 2025.03.21 18:41:38.126169 [ 266 ] {4d831d6a-1f2e-47b4-8434-aaa5896e6c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2048 2025.03.21 18:41:38.126222 [ 266 ] {4d831d6a-1f2e-47b4-8434-aaa5896e6c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2049 2025.03.21 18:41:38.127072 [ 266 ] {4d831d6a-1f2e-47b4-8434-aaa5896e6c22} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2050 2025.03.21 18:41:38.127114 [ 266 ] {4d831d6a-1f2e-47b4-8434-aaa5896e6c22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2051 2025.03.21 18:41:38.127529 [ 266 ] {4d831d6a-1f2e-47b4-8434-aaa5896e6c22} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2052 2025.03.21 18:41:38.127786 [ 266 ] {4d831d6a-1f2e-47b4-8434-aaa5896e6c22} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2053 2025.03.21 18:41:38.128004 [ 266 ] {4d831d6a-1f2e-47b4-8434-aaa5896e6c22} <Debug> executeQuery: Read 673 rows, 54.64 KiB in 0.001862 sec., 361439.3125671321 rows/sec., 28.66 MiB/sec.
2054 2025.03.21 18:41:38.128061 [ 266 ] {4d831d6a-1f2e-47b4-8434-aaa5896e6c22} <Debug> TCPHandler: Processed in 0.002206499 sec.
2055 2025.03.21 18:41:38.128175 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2056 2025.03.21 18:41:38.128282 [ 266 ] {67d54def-99a6-4843-bc6d-8229b028fb52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2057 2025.03.21 18:41:38.128327 [ 266 ] {67d54def-99a6-4843-bc6d-8229b028fb52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2058 2025.03.21 18:41:38.128896 [ 266 ] {67d54def-99a6-4843-bc6d-8229b028fb52} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2059 2025.03.21 18:41:38.128937 [ 266 ] {67d54def-99a6-4843-bc6d-8229b028fb52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2060 2025.03.21 18:41:38.129296 [ 266 ] {67d54def-99a6-4843-bc6d-8229b028fb52} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2061 2025.03.21 18:41:38.129536 [ 266 ] {67d54def-99a6-4843-bc6d-8229b028fb52} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2062 2025.03.21 18:41:38.129751 [ 266 ] {67d54def-99a6-4843-bc6d-8229b028fb52} <Debug> executeQuery: Read 134 rows, 8.49 KiB in 0.001492 sec., 89812.33243967828 rows/sec., 5.56 MiB/sec.
2063 2025.03.21 18:41:38.129805 [ 266 ] {67d54def-99a6-4843-bc6d-8229b028fb52} <Debug> TCPHandler: Processed in 0.00168198 sec.
2064 2025.03.21 18:41:38.129924 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2065 2025.03.21 18:41:38.130038 [ 266 ] {d5c7c33f-9074-4bae-b2ed-f06ba863edde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2066 2025.03.21 18:41:38.130084 [ 266 ] {d5c7c33f-9074-4bae-b2ed-f06ba863edde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2067 2025.03.21 18:41:38.130646 [ 266 ] {d5c7c33f-9074-4bae-b2ed-f06ba863edde} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2068 2025.03.21 18:41:38.130686 [ 266 ] {d5c7c33f-9074-4bae-b2ed-f06ba863edde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2069 2025.03.21 18:41:38.131053 [ 266 ] {d5c7c33f-9074-4bae-b2ed-f06ba863edde} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2070 2025.03.21 18:41:38.131323 [ 266 ] {d5c7c33f-9074-4bae-b2ed-f06ba863edde} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2071 2025.03.21 18:41:38.131524 [ 266 ] {d5c7c33f-9074-4bae-b2ed-f06ba863edde} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001508 sec., 74933.68700265251 rows/sec., 4.85 MiB/sec.
2072 2025.03.21 18:41:38.131577 [ 266 ] {d5c7c33f-9074-4bae-b2ed-f06ba863edde} <Debug> TCPHandler: Processed in 0.00170707 sec.
2073 2025.03.21 18:41:38.131690 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2074 2025.03.21 18:41:38.131795 [ 266 ] {c81e10ca-2872-4a90-afc6-b52625be7aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2075 2025.03.21 18:41:38.131840 [ 266 ] {c81e10ca-2872-4a90-afc6-b52625be7aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2076 2025.03.21 18:41:38.132388 [ 266 ] {c81e10ca-2872-4a90-afc6-b52625be7aa5} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2077 2025.03.21 18:41:38.132429 [ 266 ] {c81e10ca-2872-4a90-afc6-b52625be7aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2078 2025.03.21 18:41:38.132782 [ 266 ] {c81e10ca-2872-4a90-afc6-b52625be7aa5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2079 2025.03.21 18:41:38.133020 [ 266 ] {c81e10ca-2872-4a90-afc6-b52625be7aa5} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2080 2025.03.21 18:41:38.133277 [ 266 ] {c81e10ca-2872-4a90-afc6-b52625be7aa5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001486 sec., 75370.12113055182 rows/sec., 4.29 MiB/sec.
2081 2025.03.21 18:41:38.133404 [ 266 ] {c81e10ca-2872-4a90-afc6-b52625be7aa5} <Debug> TCPHandler: Processed in 0.001765421 sec.
2082 2025.03.21 18:41:38.133525 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2083 2025.03.21 18:41:38.133641 [ 266 ] {232141dd-5243-4d78-9224-8363065232d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2084 2025.03.21 18:41:38.133686 [ 266 ] {232141dd-5243-4d78-9224-8363065232d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2085 2025.03.21 18:41:38.134357 [ 266 ] {232141dd-5243-4d78-9224-8363065232d6} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2086 2025.03.21 18:41:38.134397 [ 266 ] {232141dd-5243-4d78-9224-8363065232d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2087 2025.03.21 18:41:38.134780 [ 266 ] {232141dd-5243-4d78-9224-8363065232d6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2088 2025.03.21 18:41:38.135022 [ 266 ] {232141dd-5243-4d78-9224-8363065232d6} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2089 2025.03.21 18:41:38.135227 [ 266 ] {232141dd-5243-4d78-9224-8363065232d6} <Debug> executeQuery: Read 410 rows, 29.83 KiB in 0.001609 sec., 254816.656308266 rows/sec., 18.10 MiB/sec.
2090 2025.03.21 18:41:38.135279 [ 266 ] {232141dd-5243-4d78-9224-8363065232d6} <Debug> TCPHandler: Processed in 0.001807532 sec.
2091 2025.03.21 18:41:38.135393 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2092 2025.03.21 18:41:38.135500 [ 266 ] {e6ad12a3-5841-467e-aeeb-d83f43dd2b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2093 2025.03.21 18:41:38.135546 [ 266 ] {e6ad12a3-5841-467e-aeeb-d83f43dd2b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2094 2025.03.21 18:41:38.136034 [ 266 ] {e6ad12a3-5841-467e-aeeb-d83f43dd2b50} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2095 2025.03.21 18:41:38.136081 [ 266 ] {e6ad12a3-5841-467e-aeeb-d83f43dd2b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2096 2025.03.21 18:41:38.136506 [ 266 ] {e6ad12a3-5841-467e-aeeb-d83f43dd2b50} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2097 2025.03.21 18:41:38.136740 [ 266 ] {e6ad12a3-5841-467e-aeeb-d83f43dd2b50} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2098 2025.03.21 18:41:38.136933 [ 266 ] {e6ad12a3-5841-467e-aeeb-d83f43dd2b50} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec.
2099 2025.03.21 18:41:38.136981 [ 266 ] {e6ad12a3-5841-467e-aeeb-d83f43dd2b50} <Debug> TCPHandler: Processed in 0.001639489 sec.
2100 2025.03.21 18:41:38.137114 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2101 2025.03.21 18:41:38.137218 [ 266 ] {3a517671-f942-4a04-8519-9d1040a2625a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2102 2025.03.21 18:41:38.137267 [ 266 ] {3a517671-f942-4a04-8519-9d1040a2625a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2103 2025.03.21 18:41:38.137779 [ 266 ] {3a517671-f942-4a04-8519-9d1040a2625a} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2104 2025.03.21 18:41:38.137818 [ 266 ] {3a517671-f942-4a04-8519-9d1040a2625a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2105 2025.03.21 18:41:38.138186 [ 266 ] {3a517671-f942-4a04-8519-9d1040a2625a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2106 2025.03.21 18:41:38.138414 [ 266 ] {3a517671-f942-4a04-8519-9d1040a2625a} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2107 2025.03.21 18:41:38.138701 [ 266 ] {3a517671-f942-4a04-8519-9d1040a2625a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001478 sec., 160351.82679296346 rows/sec., 10.75 MiB/sec.
2108 2025.03.21 18:41:38.138825 [ 266 ] {3a517671-f942-4a04-8519-9d1040a2625a} <Debug> TCPHandler: Processed in 0.001762291 sec.
2109 2025.03.21 18:41:38.138929 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2110 2025.03.21 18:41:38.139030 [ 266 ] {b8b516d3-573f-4ec8-81d2-3df64add6bf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2111 2025.03.21 18:41:38.139077 [ 266 ] {b8b516d3-573f-4ec8-81d2-3df64add6bf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2112 2025.03.21 18:41:38.139497 [ 266 ] {b8b516d3-573f-4ec8-81d2-3df64add6bf7} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2113 2025.03.21 18:41:38.139535 [ 266 ] {b8b516d3-573f-4ec8-81d2-3df64add6bf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2114 2025.03.21 18:41:38.139871 [ 266 ] {b8b516d3-573f-4ec8-81d2-3df64add6bf7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2115 2025.03.21 18:41:38.140093 [ 266 ] {b8b516d3-573f-4ec8-81d2-3df64add6bf7} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2116 2025.03.21 18:41:38.140349 [ 266 ] {b8b516d3-573f-4ec8-81d2-3df64add6bf7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001328 sec., 753.0120481927711 rows/sec., 50.74 KiB/sec.
2117 2025.03.21 18:41:38.140402 [ 266 ] {b8b516d3-573f-4ec8-81d2-3df64add6bf7} <Debug> TCPHandler: Processed in 0.001522337 sec.
2118 2025.03.21 18:41:38.140506 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2119 2025.03.21 18:41:38.140607 [ 266 ] {79d13201-fd2a-4466-8427-634a567ecad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2120 2025.03.21 18:41:38.140670 [ 266 ] {79d13201-fd2a-4466-8427-634a567ecad0} <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
2121 2025.03.21 18:41:38.141723 [ 266 ] {79d13201-fd2a-4466-8427-634a567ecad0} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2122 2025.03.21 18:41:38.141762 [ 266 ] {79d13201-fd2a-4466-8427-634a567ecad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2123 2025.03.21 18:41:38.142388 [ 266 ] {79d13201-fd2a-4466-8427-634a567ecad0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2124 2025.03.21 18:41:38.142643 [ 266 ] {79d13201-fd2a-4466-8427-634a567ecad0} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2125 2025.03.21 18:41:38.142859 [ 266 ] {79d13201-fd2a-4466-8427-634a567ecad0} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002272 sec., 12323.94366197183 rows/sec., 22.08 MiB/sec.
2126 2025.03.21 18:41:38.142962 [ 266 ] {79d13201-fd2a-4466-8427-634a567ecad0} <Debug> TCPHandler: Processed in 0.002504364 sec.
2127 2025.03.21 18:41:38.143095 [ 266 ] {} <Trace> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2128 2025.03.21 18:41:38.143201 [ 266 ] {03602ac9-ed68-4439-ac77-34be1aaf2962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34387) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2129 2025.03.21 18:41:38.143247 [ 266 ] {03602ac9-ed68-4439-ac77-34be1aaf2962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2130 2025.03.21 18:41:38.143676 [ 266 ] {03602ac9-ed68-4439-ac77-34be1aaf2962} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2131 2025.03.21 18:41:38.143714 [ 266 ] {03602ac9-ed68-4439-ac77-34be1aaf2962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2132 2025.03.21 18:41:38.144048 [ 266 ] {03602ac9-ed68-4439-ac77-34be1aaf2962} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2133 2025.03.21 18:41:38.144264 [ 266 ] {03602ac9-ed68-4439-ac77-34be1aaf2962} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2134 2025.03.21 18:41:38.144461 [ 266 ] {03602ac9-ed68-4439-ac77-34be1aaf2962} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00132 sec., 62121.21212121212 rows/sec., 3.95 MiB/sec.
2135 2025.03.21 18:41:38.144506 [ 266 ] {03602ac9-ed68-4439-ac77-34be1aaf2962} <Debug> TCPHandler: Processed in 0.001503986 sec.
2136 2025.03.21 18:41:39.445674 [ 54 ] {} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2137 2025.03.21 18:41:39.445755 [ 54 ] {} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2138 2025.03.21 18:41:39.445786 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2139 2025.03.21 18:41:39.446035 [ 193 ] {35c2b14b-1a02-434b-91a3-9777277a0257::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
2140 2025.03.21 18:41:39.446405 [ 193 ] {35c2b14b-1a02-434b-91a3-9777277a0257::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2141 2025.03.21 18:41:39.446448 [ 193 ] {35c2b14b-1a02-434b-91a3-9777277a0257::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
2142 2025.03.21 18:41:39.446539 [ 193 ] {35c2b14b-1a02-434b-91a3-9777277a0257::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
2143 2025.03.21 18:41:39.446681 [ 193 ] {35c2b14b-1a02-434b-91a3-9777277a0257::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part
2144 2025.03.21 18:41:39.446859 [ 193 ] {35c2b14b-1a02-434b-91a3-9777277a0257::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part
2145 2025.03.21 18:41:39.446937 [ 193 ] {35c2b14b-1a02-434b-91a3-9777277a0257::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
2146 2025.03.21 18:41:39.449115 [ 194 ] {35c2b14b-1a02-434b-91a3-9777277a0257::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 6 columns (6 merged, 0 gathered) in 0.003229507 sec., 12385.791391689196 rows/sec., 2.61 MiB/sec.
2147 2025.03.21 18:41:39.449317 [ 197 ] {35c2b14b-1a02-434b-91a3-9777277a0257::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2148 2025.03.21 18:41:39.449708 [ 197 ] {35c2b14b-1a02-434b-91a3-9777277a0257::all_1_5_1} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2149 2025.03.21 18:41:39.449789 [ 197 ] {35c2b14b-1a02-434b-91a3-9777277a0257::all_1_5_1} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2150 2025.03.21 18:41:39.449870 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2151 2025.03.21 18:41:42.344361 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache
2152 2025.03.21 18:41:42.344432 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache
2153 2025.03.21 18:41:42.408363 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
2154 2025.03.21 18:41:42.408853 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 294
2155 2025.03.21 18:41:42.410746 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2156 2025.03.21 18:41:42.410817 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2157 2025.03.21 18:41:42.412160 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2158 2025.03.21 18:41:42.412879 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2159 2025.03.21 18:41:42.413586 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
2160 2025.03.21 18:41:42.415293 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2161 2025.03.21 18:41:42.415358 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2162 2025.03.21 18:41:42.416852 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2163 2025.03.21 18:41:42.417157 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2164 2025.03.21 18:41:42.418299 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 294
2165 2025.03.21 18:41:42.637932 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
2166 2025.03.21 18:41:42.657973 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2167 2025.03.21 18:41:42.658036 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2168 2025.03.21 18:41:42.664901 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2169 2025.03.21 18:41:42.665700 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2170 2025.03.21 18:41:42.668915 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
2171 2025.03.21 18:41:42.831895 [ 266 ] {} <Debug> TCPHandler: Done processing connection.
2172 2025.03.21 18:41:42.831980 [ 266 ] {} <Debug> TCP-Session: d4885436-d76f-4552-a206-522efef7e559 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2173 2025.03.21 18:41:43.000185 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.87 MiB, peak 170.90 MiB, free memory in arenas 0.00 B, will set to 166.54 MiB (RSS), difference: 1.67 MiB
2174 2025.03.21 18:41:43.117679 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2175 2025.03.21 18:41:43.117887 [ 267 ] {7438054d-c891-4d6d-a9cd-86241cbc4ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2176 2025.03.21 18:41:43.117966 [ 267 ] {7438054d-c891-4d6d-a9cd-86241cbc4ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2177 2025.03.21 18:41:43.118841 [ 267 ] {7438054d-c891-4d6d-a9cd-86241cbc4ea2} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2178 2025.03.21 18:41:43.118885 [ 267 ] {7438054d-c891-4d6d-a9cd-86241cbc4ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2179 2025.03.21 18:41:43.119326 [ 267 ] {7438054d-c891-4d6d-a9cd-86241cbc4ea2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2180 2025.03.21 18:41:43.119587 [ 267 ] {7438054d-c891-4d6d-a9cd-86241cbc4ea2} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2181 2025.03.21 18:41:43.119934 [ 267 ] {7438054d-c891-4d6d-a9cd-86241cbc4ea2} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002079 sec., 34632.03463203463 rows/sec., 2.81 MiB/sec.
2182 2025.03.21 18:41:43.120317 [ 267 ] {7438054d-c891-4d6d-a9cd-86241cbc4ea2} <Debug> TCPHandler: Processed in 0.00281955 sec.
2183 2025.03.21 18:41:43.120460 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2184 2025.03.21 18:41:43.120573 [ 267 ] {4a4b977d-d0ca-454c-af4c-681fc9a6a705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2185 2025.03.21 18:41:43.120621 [ 267 ] {4a4b977d-d0ca-454c-af4c-681fc9a6a705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2186 2025.03.21 18:41:43.121246 [ 267 ] {4a4b977d-d0ca-454c-af4c-681fc9a6a705} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2187 2025.03.21 18:41:43.121286 [ 267 ] {4a4b977d-d0ca-454c-af4c-681fc9a6a705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2188 2025.03.21 18:41:43.121635 [ 267 ] {4a4b977d-d0ca-454c-af4c-681fc9a6a705} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2189 2025.03.21 18:41:43.121873 [ 267 ] {4a4b977d-d0ca-454c-af4c-681fc9a6a705} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2190 2025.03.21 18:41:43.122042 [ 49 ] {} <Debug> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2191 2025.03.21 18:41:43.122104 [ 267 ] {4a4b977d-d0ca-454c-af4c-681fc9a6a705} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001556 sec., 5141.388174807198 rows/sec., 386.61 KiB/sec.
2192 2025.03.21 18:41:43.122128 [ 49 ] {} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2193 2025.03.21 18:41:43.122192 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2194 2025.03.21 18:41:43.122225 [ 267 ] {4a4b977d-d0ca-454c-af4c-681fc9a6a705} <Debug> TCPHandler: Processed in 0.001814332 sec.
2195 2025.03.21 18:41:43.122733 [ 193 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
2196 2025.03.21 18:41:43.122879 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2197 2025.03.21 18:41:43.122942 [ 193 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2198 2025.03.21 18:41:43.123020 [ 193 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
2199 2025.03.21 18:41:43.123080 [ 267 ] {08da1959-edd0-4336-92bd-0d49446c7d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2200 2025.03.21 18:41:43.123247 [ 267 ] {08da1959-edd0-4336-92bd-0d49446c7d78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2201 2025.03.21 18:41:43.123276 [ 193 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
2202 2025.03.21 18:41:43.123596 [ 193 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 134 rows starting from the beginning of the part
2203 2025.03.21 18:41:43.123989 [ 193 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
2204 2025.03.21 18:41:43.124339 [ 193 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 134 rows starting from the beginning of the part
2205 2025.03.21 18:41:43.124732 [ 193 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
2206 2025.03.21 18:41:43.126318 [ 267 ] {08da1959-edd0-4336-92bd-0d49446c7d78} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2207 2025.03.21 18:41:43.126382 [ 267 ] {08da1959-edd0-4336-92bd-0d49446c7d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2208 2025.03.21 18:41:43.127445 [ 267 ] {08da1959-edd0-4336-92bd-0d49446c7d78} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2209 2025.03.21 18:41:43.127714 [ 193 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 5 columns (5 merged, 0 gathered) in 0.005425626 sec., 55293.158798634475 rows/sec., 3.70 MiB/sec.
2210 2025.03.21 18:41:43.127957 [ 193 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2211 2025.03.21 18:41:43.127969 [ 267 ] {08da1959-edd0-4336-92bd-0d49446c7d78} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2212 2025.03.21 18:41:43.128636 [ 193 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_6_1} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2213 2025.03.21 18:41:43.128657 [ 267 ] {08da1959-edd0-4336-92bd-0d49446c7d78} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00561 sec., 12834.224598930481 rows/sec., 1.00 MiB/sec.
2214 2025.03.21 18:41:43.128821 [ 267 ] {08da1959-edd0-4336-92bd-0d49446c7d78} <Debug> TCPHandler: Processed in 0.006015186 sec.
2215 2025.03.21 18:41:43.128840 [ 193 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_6_1} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2216 2025.03.21 18:41:43.129004 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
2217 2025.03.21 18:41:43.129050 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2218 2025.03.21 18:41:43.129164 [ 267 ] {26432cd2-c680-4887-be6d-523b2fbc864c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2219 2025.03.21 18:41:43.129214 [ 267 ] {26432cd2-c680-4887-be6d-523b2fbc864c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2220 2025.03.21 18:41:43.129792 [ 267 ] {26432cd2-c680-4887-be6d-523b2fbc864c} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2221 2025.03.21 18:41:43.129830 [ 267 ] {26432cd2-c680-4887-be6d-523b2fbc864c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2222 2025.03.21 18:41:43.130241 [ 267 ] {26432cd2-c680-4887-be6d-523b2fbc864c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2223 2025.03.21 18:41:43.130477 [ 267 ] {26432cd2-c680-4887-be6d-523b2fbc864c} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2224 2025.03.21 18:41:43.130700 [ 267 ] {26432cd2-c680-4887-be6d-523b2fbc864c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec.
2225 2025.03.21 18:41:43.130754 [ 267 ] {26432cd2-c680-4887-be6d-523b2fbc864c} <Debug> TCPHandler: Processed in 0.001770081 sec.
2226 2025.03.21 18:41:43.130858 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2227 2025.03.21 18:41:43.130960 [ 267 ] {4a308734-4285-44de-80f0-ae1d39adf89e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2228 2025.03.21 18:41:43.131025 [ 267 ] {4a308734-4285-44de-80f0-ae1d39adf89e} <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
2229 2025.03.21 18:41:43.132073 [ 267 ] {4a308734-4285-44de-80f0-ae1d39adf89e} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2230 2025.03.21 18:41:43.132112 [ 267 ] {4a308734-4285-44de-80f0-ae1d39adf89e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2231 2025.03.21 18:41:43.132719 [ 267 ] {4a308734-4285-44de-80f0-ae1d39adf89e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2232 2025.03.21 18:41:43.132974 [ 267 ] {4a308734-4285-44de-80f0-ae1d39adf89e} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2233 2025.03.21 18:41:43.133179 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2234 2025.03.21 18:41:43.133205 [ 267 ] {4a308734-4285-44de-80f0-ae1d39adf89e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002264 sec., 3533.5689045936397 rows/sec., 6.33 MiB/sec.
2235 2025.03.21 18:41:43.133274 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2236 2025.03.21 18:41:43.133360 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2237 2025.03.21 18:41:43.133473 [ 267 ] {4a308734-4285-44de-80f0-ae1d39adf89e} <Debug> TCPHandler: Processed in 0.002656747 sec.
2238 2025.03.21 18:41:43.133883 [ 194 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
2239 2025.03.21 18:41:43.133934 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2240 2025.03.21 18:41:43.134126 [ 267 ] {803b57ad-55af-4958-8443-2faeadf8069a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2241 2025.03.21 18:41:43.134234 [ 267 ] {803b57ad-55af-4958-8443-2faeadf8069a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2242 2025.03.21 18:41:43.135045 [ 194 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2243 2025.03.21 18:41:43.135178 [ 194 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
2244 2025.03.21 18:41:43.135977 [ 194 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
2245 2025.03.21 18:41:43.136239 [ 267 ] {803b57ad-55af-4958-8443-2faeadf8069a} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2246 2025.03.21 18:41:43.136373 [ 267 ] {803b57ad-55af-4958-8443-2faeadf8069a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2247 2025.03.21 18:41:43.136675 [ 194 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part
2248 2025.03.21 18:41:43.137287 [ 194 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
2249 2025.03.21 18:41:43.137965 [ 194 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part
2250 2025.03.21 18:41:43.138074 [ 267 ] {803b57ad-55af-4958-8443-2faeadf8069a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2251 2025.03.21 18:41:43.138430 [ 194 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
2252 2025.03.21 18:41:43.138884 [ 267 ] {803b57ad-55af-4958-8443-2faeadf8069a} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2253 2025.03.21 18:41:43.139799 [ 267 ] {803b57ad-55af-4958-8443-2faeadf8069a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005677 sec., 10568.962480183196 rows/sec., 729.37 KiB/sec.
2254 2025.03.21 18:41:43.139974 [ 267 ] {803b57ad-55af-4958-8443-2faeadf8069a} <Debug> TCPHandler: Processed in 0.006117117 sec.
2255 2025.03.21 18:41:43.141858 [ 193 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 88 rows, containing 19 columns (19 merged, 0 gathered) in 0.008361067 sec., 10524.972470618883 rows/sec., 18.86 MiB/sec.
2256 2025.03.21 18:41:43.142421 [ 200 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2257 2025.03.21 18:41:43.142949 [ 200 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2258 2025.03.21 18:41:43.143023 [ 200 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2259 2025.03.21 18:41:43.143158 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
2260 2025.03.21 18:41:48.124159 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2261 2025.03.21 18:41:48.124382 [ 267 ] {862e953f-93e3-47e3-bc0b-830d6608efda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2262 2025.03.21 18:41:48.124463 [ 267 ] {862e953f-93e3-47e3-bc0b-830d6608efda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2263 2025.03.21 18:41:48.125352 [ 267 ] {862e953f-93e3-47e3-bc0b-830d6608efda} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2264 2025.03.21 18:41:48.125395 [ 267 ] {862e953f-93e3-47e3-bc0b-830d6608efda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2265 2025.03.21 18:41:48.125843 [ 267 ] {862e953f-93e3-47e3-bc0b-830d6608efda} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2266 2025.03.21 18:41:48.126113 [ 267 ] {862e953f-93e3-47e3-bc0b-830d6608efda} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2267 2025.03.21 18:41:48.126308 [ 267 ] {862e953f-93e3-47e3-bc0b-830d6608efda} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001983 sec., 106908.72415532022 rows/sec., 6.80 MiB/sec.
2268 2025.03.21 18:41:48.126371 [ 267 ] {862e953f-93e3-47e3-bc0b-830d6608efda} <Debug> TCPHandler: Processed in 0.002349831 sec.
2269 2025.03.21 18:41:48.126496 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2270 2025.03.21 18:41:48.126609 [ 267 ] {fcc1fb64-9db6-4ce2-9b11-e6918062a475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2271 2025.03.21 18:41:48.126657 [ 267 ] {fcc1fb64-9db6-4ce2-9b11-e6918062a475} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2272 2025.03.21 18:41:48.127512 [ 267 ] {fcc1fb64-9db6-4ce2-9b11-e6918062a475} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2273 2025.03.21 18:41:48.127551 [ 267 ] {fcc1fb64-9db6-4ce2-9b11-e6918062a475} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2274 2025.03.21 18:41:48.127955 [ 267 ] {fcc1fb64-9db6-4ce2-9b11-e6918062a475} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2275 2025.03.21 18:41:48.128200 [ 267 ] {fcc1fb64-9db6-4ce2-9b11-e6918062a475} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2276 2025.03.21 18:41:48.128318 [ 40 ] {} <Debug> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2277 2025.03.21 18:41:48.128360 [ 40 ] {} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2278 2025.03.21 18:41:48.128384 [ 267 ] {fcc1fb64-9db6-4ce2-9b11-e6918062a475} <Debug> executeQuery: Read 673 rows, 54.64 KiB in 0.001799 sec., 374096.72040022234 rows/sec., 29.66 MiB/sec.
2279 2025.03.21 18:41:48.128387 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2280 2025.03.21 18:41:48.128477 [ 267 ] {fcc1fb64-9db6-4ce2-9b11-e6918062a475} <Debug> TCPHandler: Processed in 0.002031706 sec.
2281 2025.03.21 18:41:48.128834 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2282 2025.03.21 18:41:48.128944 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
2283 2025.03.21 18:41:48.129015 [ 267 ] {87e43432-c438-420b-9b13-3162e238fa72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2284 2025.03.21 18:41:48.129114 [ 267 ] {87e43432-c438-420b-9b13-3162e238fa72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2285 2025.03.21 18:41:48.129342 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2286 2025.03.21 18:41:48.129435 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 689 rows starting from the beginning of the part
2287 2025.03.21 18:41:48.129779 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1212 rows starting from the beginning of the part
2288 2025.03.21 18:41:48.130187 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
2289 2025.03.21 18:41:48.130548 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 673 rows starting from the beginning of the part
2290 2025.03.21 18:41:48.130982 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part
2291 2025.03.21 18:41:48.131187 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 673 rows starting from the beginning of the part
2292 2025.03.21 18:41:48.132112 [ 267 ] {87e43432-c438-420b-9b13-3162e238fa72} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2293 2025.03.21 18:41:48.132185 [ 267 ] {87e43432-c438-420b-9b13-3162e238fa72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2294 2025.03.21 18:41:48.133100 [ 267 ] {87e43432-c438-420b-9b13-3162e238fa72} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2295 2025.03.21 18:41:48.133645 [ 267 ] {87e43432-c438-420b-9b13-3162e238fa72} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2296 2025.03.21 18:41:48.133996 [ 267 ] {87e43432-c438-420b-9b13-3162e238fa72} <Debug> executeQuery: Read 134 rows, 8.49 KiB in 0.005004 sec., 26778.57713828937 rows/sec., 1.66 MiB/sec.
2297 2025.03.21 18:41:48.134093 [ 267 ] {87e43432-c438-420b-9b13-3162e238fa72} <Debug> TCPHandler: Processed in 0.005381815 sec.
2298 2025.03.21 18:41:48.134226 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2299 2025.03.21 18:41:48.134406 [ 267 ] {9a767ef8-0552-425f-a401-32279134ef20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2300 2025.03.21 18:41:48.134521 [ 267 ] {9a767ef8-0552-425f-a401-32279134ef20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2301 2025.03.21 18:41:48.134866 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3375 rows, containing 5 columns (5 merged, 0 gathered) in 0.006336481 sec., 532630.0197223033 rows/sec., 44.95 MiB/sec.
2302 2025.03.21 18:41:48.135183 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2303 2025.03.21 18:41:48.135746 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_11_2} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2304 2025.03.21 18:41:48.135851 [ 267 ] {9a767ef8-0552-425f-a401-32279134ef20} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2305 2025.03.21 18:41:48.135913 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_11_2} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2306 2025.03.21 18:41:48.135917 [ 267 ] {9a767ef8-0552-425f-a401-32279134ef20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2307 2025.03.21 18:41:48.136086 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB.
2308 2025.03.21 18:41:48.136432 [ 267 ] {9a767ef8-0552-425f-a401-32279134ef20} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2309 2025.03.21 18:41:48.136686 [ 267 ] {9a767ef8-0552-425f-a401-32279134ef20} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2310 2025.03.21 18:41:48.136919 [ 267 ] {9a767ef8-0552-425f-a401-32279134ef20} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002579 sec., 43815.43233811555 rows/sec., 2.84 MiB/sec.
2311 2025.03.21 18:41:48.137063 [ 267 ] {9a767ef8-0552-425f-a401-32279134ef20} <Debug> TCPHandler: Processed in 0.002885961 sec.
2312 2025.03.21 18:41:48.137170 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2313 2025.03.21 18:41:48.137271 [ 267 ] {db64ad7a-56bb-4bd6-91f2-859306b5dd93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2314 2025.03.21 18:41:48.137316 [ 267 ] {db64ad7a-56bb-4bd6-91f2-859306b5dd93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2315 2025.03.21 18:41:48.137872 [ 267 ] {db64ad7a-56bb-4bd6-91f2-859306b5dd93} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2316 2025.03.21 18:41:48.137910 [ 267 ] {db64ad7a-56bb-4bd6-91f2-859306b5dd93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2317 2025.03.21 18:41:48.138263 [ 267 ] {db64ad7a-56bb-4bd6-91f2-859306b5dd93} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2318 2025.03.21 18:41:48.138499 [ 267 ] {db64ad7a-56bb-4bd6-91f2-859306b5dd93} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2319 2025.03.21 18:41:48.138669 [ 267 ] {db64ad7a-56bb-4bd6-91f2-859306b5dd93} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001421 sec., 78817.73399014778 rows/sec., 4.49 MiB/sec.
2320 2025.03.21 18:41:48.138721 [ 267 ] {db64ad7a-56bb-4bd6-91f2-859306b5dd93} <Debug> TCPHandler: Processed in 0.001601498 sec.
2321 2025.03.21 18:41:48.138823 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2322 2025.03.21 18:41:48.138923 [ 267 ] {caa1b1d7-29c9-4856-95a0-12b83c75f4df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2323 2025.03.21 18:41:48.138969 [ 267 ] {caa1b1d7-29c9-4856-95a0-12b83c75f4df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2324 2025.03.21 18:41:48.139648 [ 267 ] {caa1b1d7-29c9-4856-95a0-12b83c75f4df} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2325 2025.03.21 18:41:48.139685 [ 267 ] {caa1b1d7-29c9-4856-95a0-12b83c75f4df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2326 2025.03.21 18:41:48.140057 [ 267 ] {caa1b1d7-29c9-4856-95a0-12b83c75f4df} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2327 2025.03.21 18:41:48.140296 [ 267 ] {caa1b1d7-29c9-4856-95a0-12b83c75f4df} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2328 2025.03.21 18:41:48.140414 [ 40 ] {} <Debug> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2329 2025.03.21 18:41:48.140454 [ 40 ] {} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2330 2025.03.21 18:41:48.140479 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2331 2025.03.21 18:41:48.140484 [ 267 ] {caa1b1d7-29c9-4856-95a0-12b83c75f4df} <Debug> executeQuery: Read 410 rows, 29.83 KiB in 0.00158 sec., 259493.67088607594 rows/sec., 18.44 MiB/sec.
2332 2025.03.21 18:41:48.140653 [ 267 ] {caa1b1d7-29c9-4856-95a0-12b83c75f4df} <Debug> TCPHandler: Processed in 0.001876123 sec.
2333 2025.03.21 18:41:48.140791 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
2334 2025.03.21 18:41:48.140833 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2335 2025.03.21 18:41:48.141049 [ 267 ] {9ced8868-de21-4238-b12c-7294b269612b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2336 2025.03.21 18:41:48.141087 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2337 2025.03.21 18:41:48.141147 [ 267 ] {9ced8868-de21-4238-b12c-7294b269612b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2338 2025.03.21 18:41:48.141162 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 434 rows starting from the beginning of the part
2339 2025.03.21 18:41:48.141518 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 528 rows starting from the beginning of the part
2340 2025.03.21 18:41:48.141786 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
2341 2025.03.21 18:41:48.142058 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 410 rows starting from the beginning of the part
2342 2025.03.21 18:41:48.142384 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part
2343 2025.03.21 18:41:48.142689 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 410 rows starting from the beginning of the part
2344 2025.03.21 18:41:48.143689 [ 267 ] {9ced8868-de21-4238-b12c-7294b269612b} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2345 2025.03.21 18:41:48.143749 [ 267 ] {9ced8868-de21-4238-b12c-7294b269612b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2346 2025.03.21 18:41:48.144618 [ 267 ] {9ced8868-de21-4238-b12c-7294b269612b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2347 2025.03.21 18:41:48.145038 [ 267 ] {9ced8868-de21-4238-b12c-7294b269612b} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2348 2025.03.21 18:41:48.145461 [ 267 ] {9ced8868-de21-4238-b12c-7294b269612b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004461 sec., 1344.9899125756558 rows/sec., 70.27 KiB/sec.
2349 2025.03.21 18:41:48.145785 [ 267 ] {9ced8868-de21-4238-b12c-7294b269612b} <Debug> TCPHandler: Processed in 0.004998748 sec.
2350 2025.03.21 18:41:48.145836 [ 193 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1918 rows, containing 5 columns (5 merged, 0 gathered) in 0.005240462 sec., 365998.26503846416 rows/sec., 27.92 MiB/sec.
2351 2025.03.21 18:41:48.145939 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2352 2025.03.21 18:41:48.146073 [ 199 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2353 2025.03.21 18:41:48.146103 [ 267 ] {8a5061f1-0a35-45e9-b8b5-1924258df91e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2354 2025.03.21 18:41:48.146208 [ 267 ] {8a5061f1-0a35-45e9-b8b5-1924258df91e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2355 2025.03.21 18:41:48.146706 [ 199 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_11_2} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2356 2025.03.21 18:41:48.146814 [ 199 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_11_2} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2357 2025.03.21 18:41:48.146996 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
2358 2025.03.21 18:41:48.147241 [ 267 ] {8a5061f1-0a35-45e9-b8b5-1924258df91e} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2359 2025.03.21 18:41:48.147285 [ 267 ] {8a5061f1-0a35-45e9-b8b5-1924258df91e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2360 2025.03.21 18:41:48.147684 [ 267 ] {8a5061f1-0a35-45e9-b8b5-1924258df91e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2361 2025.03.21 18:41:48.147928 [ 267 ] {8a5061f1-0a35-45e9-b8b5-1924258df91e} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2362 2025.03.21 18:41:48.148049 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2363 2025.03.21 18:41:48.148083 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2364 2025.03.21 18:41:48.148107 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2365 2025.03.21 18:41:48.148117 [ 267 ] {8a5061f1-0a35-45e9-b8b5-1924258df91e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002055 sec., 115328.46715328467 rows/sec., 7.73 MiB/sec.
2366 2025.03.21 18:41:48.148431 [ 267 ] {8a5061f1-0a35-45e9-b8b5-1924258df91e} <Debug> TCPHandler: Processed in 0.002541265 sec.
2367 2025.03.21 18:41:48.148656 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
2368 2025.03.21 18:41:48.148719 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2369 2025.03.21 18:41:48.148930 [ 267 ] {67b9c760-b9c9-447e-b8f8-725c440e0491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2370 2025.03.21 18:41:48.148954 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2371 2025.03.21 18:41:48.149023 [ 267 ] {67b9c760-b9c9-447e-b8f8-725c440e0491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2372 2025.03.21 18:41:48.149046 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 555 rows starting from the beginning of the part
2373 2025.03.21 18:41:48.149421 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2378 rows starting from the beginning of the part
2374 2025.03.21 18:41:48.149699 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
2375 2025.03.21 18:41:48.150036 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part
2376 2025.03.21 18:41:48.150385 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
2377 2025.03.21 18:41:48.150623 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part
2378 2025.03.21 18:41:48.151440 [ 267 ] {67b9c760-b9c9-447e-b8f8-725c440e0491} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2379 2025.03.21 18:41:48.151484 [ 267 ] {67b9c760-b9c9-447e-b8f8-725c440e0491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2380 2025.03.21 18:41:48.152530 [ 267 ] {67b9c760-b9c9-447e-b8f8-725c440e0491} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2381 2025.03.21 18:41:48.152980 [ 267 ] {67b9c760-b9c9-447e-b8f8-725c440e0491} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2382 2025.03.21 18:41:48.153689 [ 267 ] {67b9c760-b9c9-447e-b8f8-725c440e0491} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004807 sec., 208.0299563137092 rows/sec., 14.02 KiB/sec.
2383 2025.03.21 18:41:48.153847 [ 267 ] {67b9c760-b9c9-447e-b8f8-725c440e0491} <Debug> TCPHandler: Processed in 0.005201431 sec.
2384 2025.03.21 18:41:48.153999 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2385 2025.03.21 18:41:48.154129 [ 267 ] {911a2aff-e340-40d5-8d33-faae2fd26b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2386 2025.03.21 18:41:48.154230 [ 267 ] {911a2aff-e340-40d5-8d33-faae2fd26b73} <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
2387 2025.03.21 18:41:48.155000 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3695 rows, containing 5 columns (5 merged, 0 gathered) in 0.006772189 sec., 545613.8332819713 rows/sec., 36.75 MiB/sec.
2388 2025.03.21 18:41:48.155448 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2389 2025.03.21 18:41:48.156032 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2390 2025.03.21 18:41:48.156226 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2391 2025.03.21 18:41:48.156404 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB.
2392 2025.03.21 18:41:48.156803 [ 267 ] {911a2aff-e340-40d5-8d33-faae2fd26b73} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2393 2025.03.21 18:41:48.156848 [ 267 ] {911a2aff-e340-40d5-8d33-faae2fd26b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2394 2025.03.21 18:41:48.157522 [ 267 ] {911a2aff-e340-40d5-8d33-faae2fd26b73} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2395 2025.03.21 18:41:48.157791 [ 267 ] {911a2aff-e340-40d5-8d33-faae2fd26b73} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2396 2025.03.21 18:41:48.158060 [ 267 ] {911a2aff-e340-40d5-8d33-faae2fd26b73} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.003963 sec., 7065.354529396921 rows/sec., 12.66 MiB/sec.
2397 2025.03.21 18:41:48.158179 [ 267 ] {911a2aff-e340-40d5-8d33-faae2fd26b73} <Debug> TCPHandler: Processed in 0.004237894 sec.
2398 2025.03.21 18:41:48.158294 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2399 2025.03.21 18:41:48.158396 [ 267 ] {b7470f9a-842b-429b-b73a-8f20ef2c810f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2400 2025.03.21 18:41:48.158441 [ 267 ] {b7470f9a-842b-429b-b73a-8f20ef2c810f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2401 2025.03.21 18:41:48.158872 [ 267 ] {b7470f9a-842b-429b-b73a-8f20ef2c810f} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2402 2025.03.21 18:41:48.158912 [ 267 ] {b7470f9a-842b-429b-b73a-8f20ef2c810f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2403 2025.03.21 18:41:48.159274 [ 267 ] {b7470f9a-842b-429b-b73a-8f20ef2c810f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2404 2025.03.21 18:41:48.159508 [ 267 ] {b7470f9a-842b-429b-b73a-8f20ef2c810f} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2405 2025.03.21 18:41:48.159663 [ 39 ] {} <Debug> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2406 2025.03.21 18:41:48.159726 [ 39 ] {} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2407 2025.03.21 18:41:48.159759 [ 267 ] {b7470f9a-842b-429b-b73a-8f20ef2c810f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001375 sec., 59636.36363636364 rows/sec., 3.79 MiB/sec.
2408 2025.03.21 18:41:48.159767 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2409 2025.03.21 18:41:48.159889 [ 267 ] {b7470f9a-842b-429b-b73a-8f20ef2c810f} <Debug> TCPHandler: Processed in 0.001641228 sec.
2410 2025.03.21 18:41:48.160201 [ 193 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
2411 2025.03.21 18:41:48.160455 [ 193 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2412 2025.03.21 18:41:48.160499 [ 193 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 220 rows starting from the beginning of the part
2413 2025.03.21 18:41:48.160647 [ 193 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
2414 2025.03.21 18:41:48.160847 [ 193 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
2415 2025.03.21 18:41:48.160965 [ 193 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part
2416 2025.03.21 18:41:48.161176 [ 193 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
2417 2025.03.21 18:41:48.161317 [ 193 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part
2418 2025.03.21 18:41:48.162373 [ 186 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 504 rows, containing 4 columns (4 merged, 0 gathered) in 0.002458103 sec., 205036.15999817743 rows/sec., 13.36 MiB/sec.
2419 2025.03.21 18:41:48.162523 [ 193 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2420 2025.03.21 18:41:48.162803 [ 193 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_11_2} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2421 2025.03.21 18:41:48.162885 [ 193 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_11_2} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2422 2025.03.21 18:41:48.162960 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
2423 2025.03.21 18:41:49.913835 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
2424 2025.03.21 18:41:49.914481 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2425 2025.03.21 18:41:49.914539 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2426 2025.03.21 18:41:49.915126 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2427 2025.03.21 18:41:49.915393 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2428 2025.03.21 18:41:49.915692 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
2429 2025.03.21 18:41:50.169097 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2430 2025.03.21 18:41:50.190392 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2431 2025.03.21 18:41:50.190451 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2432 2025.03.21 18:41:50.198093 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2433 2025.03.21 18:41:50.198873 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2434 2025.03.21 18:41:50.202510 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2435 2025.03.21 18:41:52.418617 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 328
2436 2025.03.21 18:41:52.421690 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2437 2025.03.21 18:41:52.421753 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2438 2025.03.21 18:41:52.423249 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2439 2025.03.21 18:41:52.423584 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2440 2025.03.21 18:41:52.423754 [ 34 ] {} <Debug> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2441 2025.03.21 18:41:52.423817 [ 34 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2442 2025.03.21 18:41:52.423855 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2443 2025.03.21 18:41:52.424449 [ 196 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::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
2444 2025.03.21 18:41:52.425888 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 328
2445 2025.03.21 18:41:52.426252 [ 196 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2446 2025.03.21 18:41:52.426448 [ 196 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::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
2447 2025.03.21 18:41:52.427163 [ 196 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part
2448 2025.03.21 18:41:52.427819 [ 196 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 54 rows starting from the beginning of the part
2449 2025.03.21 18:41:52.428545 [ 196 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 96 rows starting from the beginning of the part
2450 2025.03.21 18:41:52.429220 [ 196 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part
2451 2025.03.21 18:41:52.429931 [ 196 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part
2452 2025.03.21 18:41:52.438285 [ 186 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 328 rows, containing 72 columns (72 merged, 0 gathered) in 0.014298421 sec., 22939.595917619154 rows/sec., 23.39 MiB/sec.
2453 2025.03.21 18:41:52.439255 [ 186 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2454 2025.03.21 18:41:52.440022 [ 186 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_6_1} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2455 2025.03.21 18:41:52.440103 [ 186 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_6_1} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2456 2025.03.21 18:41:52.440403 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.71 MiB.
2457 2025.03.21 18:41:53.117301 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2458 2025.03.21 18:41:53.117486 [ 267 ] {bee91fb3-2ea3-47c1-a465-b9d430e79f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2459 2025.03.21 18:41:53.117554 [ 267 ] {bee91fb3-2ea3-47c1-a465-b9d430e79f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2460 2025.03.21 18:41:53.118302 [ 267 ] {bee91fb3-2ea3-47c1-a465-b9d430e79f7a} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2461 2025.03.21 18:41:53.118344 [ 267 ] {bee91fb3-2ea3-47c1-a465-b9d430e79f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2462 2025.03.21 18:41:53.118777 [ 267 ] {bee91fb3-2ea3-47c1-a465-b9d430e79f7a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2463 2025.03.21 18:41:53.119032 [ 267 ] {bee91fb3-2ea3-47c1-a465-b9d430e79f7a} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2464 2025.03.21 18:41:53.119228 [ 267 ] {bee91fb3-2ea3-47c1-a465-b9d430e79f7a} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001793 sec., 40156.16285554936 rows/sec., 3.26 MiB/sec.
2465 2025.03.21 18:41:53.119287 [ 267 ] {bee91fb3-2ea3-47c1-a465-b9d430e79f7a} <Debug> TCPHandler: Processed in 0.002139038 sec.
2466 2025.03.21 18:41:53.119414 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2467 2025.03.21 18:41:53.119523 [ 267 ] {39abec08-7b4f-4280-811d-47f5ebcf2e1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2468 2025.03.21 18:41:53.119571 [ 267 ] {39abec08-7b4f-4280-811d-47f5ebcf2e1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2469 2025.03.21 18:41:53.120078 [ 267 ] {39abec08-7b4f-4280-811d-47f5ebcf2e1b} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2470 2025.03.21 18:41:53.120116 [ 267 ] {39abec08-7b4f-4280-811d-47f5ebcf2e1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2471 2025.03.21 18:41:53.120473 [ 267 ] {39abec08-7b4f-4280-811d-47f5ebcf2e1b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2472 2025.03.21 18:41:53.120825 [ 267 ] {39abec08-7b4f-4280-811d-47f5ebcf2e1b} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2473 2025.03.21 18:41:53.121043 [ 267 ] {39abec08-7b4f-4280-811d-47f5ebcf2e1b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001544 sec., 5181.347150259067 rows/sec., 389.61 KiB/sec.
2474 2025.03.21 18:41:53.121093 [ 267 ] {39abec08-7b4f-4280-811d-47f5ebcf2e1b} <Debug> TCPHandler: Processed in 0.001733681 sec.
2475 2025.03.21 18:41:53.121219 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2476 2025.03.21 18:41:53.121325 [ 267 ] {d28da0c9-a73b-4c9f-b175-d7a9de267227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2477 2025.03.21 18:41:53.121370 [ 267 ] {d28da0c9-a73b-4c9f-b175-d7a9de267227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2478 2025.03.21 18:41:53.121902 [ 267 ] {d28da0c9-a73b-4c9f-b175-d7a9de267227} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2479 2025.03.21 18:41:53.121939 [ 267 ] {d28da0c9-a73b-4c9f-b175-d7a9de267227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2480 2025.03.21 18:41:53.122286 [ 267 ] {d28da0c9-a73b-4c9f-b175-d7a9de267227} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2481 2025.03.21 18:41:53.122522 [ 267 ] {d28da0c9-a73b-4c9f-b175-d7a9de267227} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2482 2025.03.21 18:41:53.122688 [ 267 ] {d28da0c9-a73b-4c9f-b175-d7a9de267227} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001386 sec., 51948.05194805194 rows/sec., 4.06 MiB/sec.
2483 2025.03.21 18:41:53.122738 [ 267 ] {d28da0c9-a73b-4c9f-b175-d7a9de267227} <Debug> TCPHandler: Processed in 0.001569137 sec.
2484 2025.03.21 18:41:53.122850 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2485 2025.03.21 18:41:53.122961 [ 267 ] {014c2d5f-6964-4f76-809d-f1cd2d15280a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2486 2025.03.21 18:41:53.123011 [ 267 ] {014c2d5f-6964-4f76-809d-f1cd2d15280a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2487 2025.03.21 18:41:53.123527 [ 267 ] {014c2d5f-6964-4f76-809d-f1cd2d15280a} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2488 2025.03.21 18:41:53.123564 [ 267 ] {014c2d5f-6964-4f76-809d-f1cd2d15280a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2489 2025.03.21 18:41:53.123962 [ 267 ] {014c2d5f-6964-4f76-809d-f1cd2d15280a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2490 2025.03.21 18:41:53.124205 [ 267 ] {014c2d5f-6964-4f76-809d-f1cd2d15280a} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2491 2025.03.21 18:41:53.124380 [ 267 ] {014c2d5f-6964-4f76-809d-f1cd2d15280a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001442 sec., 110957.00416088766 rows/sec., 7.73 MiB/sec.
2492 2025.03.21 18:41:53.124431 [ 267 ] {014c2d5f-6964-4f76-809d-f1cd2d15280a} <Debug> TCPHandler: Processed in 0.001633049 sec.
2493 2025.03.21 18:41:53.124554 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2494 2025.03.21 18:41:53.124659 [ 267 ] {28aee3a5-9693-4fb4-b577-9b514f18d1b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2495 2025.03.21 18:41:53.124724 [ 267 ] {28aee3a5-9693-4fb4-b577-9b514f18d1b6} <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
2496 2025.03.21 18:41:53.125744 [ 267 ] {28aee3a5-9693-4fb4-b577-9b514f18d1b6} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2497 2025.03.21 18:41:53.125782 [ 267 ] {28aee3a5-9693-4fb4-b577-9b514f18d1b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2498 2025.03.21 18:41:53.126380 [ 267 ] {28aee3a5-9693-4fb4-b577-9b514f18d1b6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2499 2025.03.21 18:41:53.126639 [ 267 ] {28aee3a5-9693-4fb4-b577-9b514f18d1b6} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2500 2025.03.21 18:41:53.126885 [ 267 ] {28aee3a5-9693-4fb4-b577-9b514f18d1b6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002247 sec., 3560.302625723187 rows/sec., 6.38 MiB/sec.
2501 2025.03.21 18:41:53.127110 [ 267 ] {28aee3a5-9693-4fb4-b577-9b514f18d1b6} <Debug> TCPHandler: Processed in 0.002605996 sec.
2502 2025.03.21 18:41:53.127243 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2503 2025.03.21 18:41:53.127348 [ 267 ] {ef8a44e5-3580-45e2-9855-18c221365253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2504 2025.03.21 18:41:53.127395 [ 267 ] {ef8a44e5-3580-45e2-9855-18c221365253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2505 2025.03.21 18:41:53.127820 [ 267 ] {ef8a44e5-3580-45e2-9855-18c221365253} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2506 2025.03.21 18:41:53.127857 [ 267 ] {ef8a44e5-3580-45e2-9855-18c221365253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2507 2025.03.21 18:41:53.128210 [ 267 ] {ef8a44e5-3580-45e2-9855-18c221365253} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2508 2025.03.21 18:41:53.128469 [ 267 ] {ef8a44e5-3580-45e2-9855-18c221365253} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2509 2025.03.21 18:41:53.128639 [ 267 ] {ef8a44e5-3580-45e2-9855-18c221365253} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec.
2510 2025.03.21 18:41:53.128687 [ 267 ] {ef8a44e5-3580-45e2-9855-18c221365253} <Debug> TCPHandler: Processed in 0.001494016 sec.
2511 2025.03.21 18:41:57.344481 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache
2512 2025.03.21 18:41:57.344559 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache
2513 2025.03.21 18:41:57.415921 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
2514 2025.03.21 18:41:57.416888 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2515 2025.03.21 18:41:57.416935 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2516 2025.03.21 18:41:57.417503 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2517 2025.03.21 18:41:57.417765 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2518 2025.03.21 18:41:57.417997 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2519 2025.03.21 18:41:57.702665 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2520 2025.03.21 18:41:57.724039 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2521 2025.03.21 18:41:57.724107 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2522 2025.03.21 18:41:57.731876 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2523 2025.03.21 18:41:57.732661 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2524 2025.03.21 18:41:57.735974 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2525 2025.03.21 18:41:58.125441 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2526 2025.03.21 18:41:58.125724 [ 267 ] {a5221500-d3cd-418e-8a23-4e47c4516aeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2527 2025.03.21 18:41:58.125838 [ 267 ] {a5221500-d3cd-418e-8a23-4e47c4516aeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2528 2025.03.21 18:41:58.126849 [ 267 ] {a5221500-d3cd-418e-8a23-4e47c4516aeb} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2529 2025.03.21 18:41:58.126894 [ 267 ] {a5221500-d3cd-418e-8a23-4e47c4516aeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2530 2025.03.21 18:41:58.127333 [ 267 ] {a5221500-d3cd-418e-8a23-4e47c4516aeb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2531 2025.03.21 18:41:58.127594 [ 267 ] {a5221500-d3cd-418e-8a23-4e47c4516aeb} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2532 2025.03.21 18:41:58.127845 [ 267 ] {a5221500-d3cd-418e-8a23-4e47c4516aeb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002203 sec., 96232.41034952337 rows/sec., 6.12 MiB/sec.
2533 2025.03.21 18:41:58.127905 [ 267 ] {a5221500-d3cd-418e-8a23-4e47c4516aeb} <Debug> TCPHandler: Processed in 0.002647326 sec.
2534 2025.03.21 18:41:58.128030 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2535 2025.03.21 18:41:58.128143 [ 267 ] {08ce3489-65a7-4364-87ce-295dc74529e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2536 2025.03.21 18:41:58.128190 [ 267 ] {08ce3489-65a7-4364-87ce-295dc74529e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2537 2025.03.21 18:41:58.129029 [ 267 ] {08ce3489-65a7-4364-87ce-295dc74529e2} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2538 2025.03.21 18:41:58.129069 [ 267 ] {08ce3489-65a7-4364-87ce-295dc74529e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2539 2025.03.21 18:41:58.129481 [ 267 ] {08ce3489-65a7-4364-87ce-295dc74529e2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2540 2025.03.21 18:41:58.129728 [ 267 ] {08ce3489-65a7-4364-87ce-295dc74529e2} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2541 2025.03.21 18:41:58.129949 [ 267 ] {08ce3489-65a7-4364-87ce-295dc74529e2} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.001834 sec., 371319.520174482 rows/sec., 29.51 MiB/sec.
2542 2025.03.21 18:41:58.130003 [ 267 ] {08ce3489-65a7-4364-87ce-295dc74529e2} <Debug> TCPHandler: Processed in 0.002025625 sec.
2543 2025.03.21 18:41:58.130115 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2544 2025.03.21 18:41:58.130222 [ 267 ] {b06323d7-28ca-4e12-8094-f581960492f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2545 2025.03.21 18:41:58.130268 [ 267 ] {b06323d7-28ca-4e12-8094-f581960492f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2546 2025.03.21 18:41:58.130828 [ 267 ] {b06323d7-28ca-4e12-8094-f581960492f1} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2547 2025.03.21 18:41:58.130868 [ 267 ] {b06323d7-28ca-4e12-8094-f581960492f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2548 2025.03.21 18:41:58.131227 [ 267 ] {b06323d7-28ca-4e12-8094-f581960492f1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2549 2025.03.21 18:41:58.131491 [ 267 ] {b06323d7-28ca-4e12-8094-f581960492f1} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2550 2025.03.21 18:41:58.131736 [ 267 ] {b06323d7-28ca-4e12-8094-f581960492f1} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001535 sec., 89902.28013029316 rows/sec., 5.59 MiB/sec.
2551 2025.03.21 18:41:58.131900 [ 267 ] {b06323d7-28ca-4e12-8094-f581960492f1} <Debug> TCPHandler: Processed in 0.001829932 sec.
2552 2025.03.21 18:41:58.132109 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2553 2025.03.21 18:41:58.132231 [ 267 ] {7c85d64c-3579-4328-a845-ad8d4e4fb41f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2554 2025.03.21 18:41:58.132299 [ 267 ] {7c85d64c-3579-4328-a845-ad8d4e4fb41f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2555 2025.03.21 18:41:58.133035 [ 267 ] {7c85d64c-3579-4328-a845-ad8d4e4fb41f} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2556 2025.03.21 18:41:58.133076 [ 267 ] {7c85d64c-3579-4328-a845-ad8d4e4fb41f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2557 2025.03.21 18:41:58.133436 [ 267 ] {7c85d64c-3579-4328-a845-ad8d4e4fb41f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2558 2025.03.21 18:41:58.133678 [ 267 ] {7c85d64c-3579-4328-a845-ad8d4e4fb41f} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2559 2025.03.21 18:41:58.133896 [ 267 ] {7c85d64c-3579-4328-a845-ad8d4e4fb41f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.0017 sec., 66470.58823529413 rows/sec., 4.30 MiB/sec.
2560 2025.03.21 18:41:58.133950 [ 267 ] {7c85d64c-3579-4328-a845-ad8d4e4fb41f} <Debug> TCPHandler: Processed in 0.001907894 sec.
2561 2025.03.21 18:41:58.134052 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2562 2025.03.21 18:41:58.134153 [ 267 ] {6b3b0619-f4f6-423a-8f03-495dcaf42f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2563 2025.03.21 18:41:58.134200 [ 267 ] {6b3b0619-f4f6-423a-8f03-495dcaf42f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2564 2025.03.21 18:41:58.134738 [ 267 ] {6b3b0619-f4f6-423a-8f03-495dcaf42f76} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2565 2025.03.21 18:41:58.134777 [ 267 ] {6b3b0619-f4f6-423a-8f03-495dcaf42f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2566 2025.03.21 18:41:58.135132 [ 267 ] {6b3b0619-f4f6-423a-8f03-495dcaf42f76} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2567 2025.03.21 18:41:58.135369 [ 267 ] {6b3b0619-f4f6-423a-8f03-495dcaf42f76} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2568 2025.03.21 18:41:58.135606 [ 267 ] {6b3b0619-f4f6-423a-8f03-495dcaf42f76} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001468 sec., 76294.27792915532 rows/sec., 4.35 MiB/sec.
2569 2025.03.21 18:41:58.135672 [ 267 ] {6b3b0619-f4f6-423a-8f03-495dcaf42f76} <Debug> TCPHandler: Processed in 0.001670369 sec.
2570 2025.03.21 18:41:58.135793 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2571 2025.03.21 18:41:58.135898 [ 267 ] {66222ed9-9f8b-45f5-8262-2dfaae23bc34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2572 2025.03.21 18:41:58.135943 [ 267 ] {66222ed9-9f8b-45f5-8262-2dfaae23bc34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2573 2025.03.21 18:41:58.136629 [ 267 ] {66222ed9-9f8b-45f5-8262-2dfaae23bc34} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2574 2025.03.21 18:41:58.136668 [ 267 ] {66222ed9-9f8b-45f5-8262-2dfaae23bc34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2575 2025.03.21 18:41:58.137039 [ 267 ] {66222ed9-9f8b-45f5-8262-2dfaae23bc34} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2576 2025.03.21 18:41:58.137282 [ 267 ] {66222ed9-9f8b-45f5-8262-2dfaae23bc34} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2577 2025.03.21 18:41:58.137451 [ 267 ] {66222ed9-9f8b-45f5-8262-2dfaae23bc34} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001575 sec., 264761.90476190473 rows/sec., 18.84 MiB/sec.
2578 2025.03.21 18:41:58.137501 [ 267 ] {66222ed9-9f8b-45f5-8262-2dfaae23bc34} <Debug> TCPHandler: Processed in 0.001758821 sec.
2579 2025.03.21 18:41:58.137627 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2580 2025.03.21 18:41:58.137761 [ 267 ] {fd6a039b-2658-4be1-a926-60552f0cb078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2581 2025.03.21 18:41:58.137819 [ 267 ] {fd6a039b-2658-4be1-a926-60552f0cb078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2582 2025.03.21 18:41:58.138313 [ 267 ] {fd6a039b-2658-4be1-a926-60552f0cb078} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2583 2025.03.21 18:41:58.138351 [ 267 ] {fd6a039b-2658-4be1-a926-60552f0cb078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2584 2025.03.21 18:41:58.138721 [ 267 ] {fd6a039b-2658-4be1-a926-60552f0cb078} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2585 2025.03.21 18:41:58.138955 [ 267 ] {fd6a039b-2658-4be1-a926-60552f0cb078} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2586 2025.03.21 18:41:58.139129 [ 267 ] {fd6a039b-2658-4be1-a926-60552f0cb078} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001397 sec., 4294.917680744452 rows/sec., 224.39 KiB/sec.
2587 2025.03.21 18:41:58.139176 [ 267 ] {fd6a039b-2658-4be1-a926-60552f0cb078} <Debug> TCPHandler: Processed in 0.001613049 sec.
2588 2025.03.21 18:41:58.139307 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2589 2025.03.21 18:41:58.139413 [ 267 ] {123d8745-2ae1-4b96-89ca-999c76a67298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2590 2025.03.21 18:41:58.139460 [ 267 ] {123d8745-2ae1-4b96-89ca-999c76a67298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2591 2025.03.21 18:41:58.139968 [ 267 ] {123d8745-2ae1-4b96-89ca-999c76a67298} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2592 2025.03.21 18:41:58.140005 [ 267 ] {123d8745-2ae1-4b96-89ca-999c76a67298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2593 2025.03.21 18:41:58.140380 [ 267 ] {123d8745-2ae1-4b96-89ca-999c76a67298} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2594 2025.03.21 18:41:58.140615 [ 267 ] {123d8745-2ae1-4b96-89ca-999c76a67298} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2595 2025.03.21 18:41:58.140787 [ 267 ] {123d8745-2ae1-4b96-89ca-999c76a67298} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001396 sec., 169770.77363896847 rows/sec., 11.38 MiB/sec.
2596 2025.03.21 18:41:58.140835 [ 267 ] {123d8745-2ae1-4b96-89ca-999c76a67298} <Debug> TCPHandler: Processed in 0.001580288 sec.
2597 2025.03.21 18:41:58.140935 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2598 2025.03.21 18:41:58.141037 [ 267 ] {ebfb9981-d79a-4045-aa53-b601e3e405e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2599 2025.03.21 18:41:58.141082 [ 267 ] {ebfb9981-d79a-4045-aa53-b601e3e405e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2600 2025.03.21 18:41:58.141478 [ 267 ] {ebfb9981-d79a-4045-aa53-b601e3e405e5} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2601 2025.03.21 18:41:58.141514 [ 267 ] {ebfb9981-d79a-4045-aa53-b601e3e405e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2602 2025.03.21 18:41:58.141855 [ 267 ] {ebfb9981-d79a-4045-aa53-b601e3e405e5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2603 2025.03.21 18:41:58.142094 [ 267 ] {ebfb9981-d79a-4045-aa53-b601e3e405e5} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2604 2025.03.21 18:41:58.142330 [ 267 ] {ebfb9981-d79a-4045-aa53-b601e3e405e5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001292 sec., 773.9938080495356 rows/sec., 52.15 KiB/sec.
2605 2025.03.21 18:41:58.142483 [ 267 ] {ebfb9981-d79a-4045-aa53-b601e3e405e5} <Debug> TCPHandler: Processed in 0.001596928 sec.
2606 2025.03.21 18:41:58.142611 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2607 2025.03.21 18:41:58.142716 [ 267 ] {908e369f-0551-4b10-8eb4-dd38e5dd2797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2608 2025.03.21 18:41:58.142784 [ 267 ] {908e369f-0551-4b10-8eb4-dd38e5dd2797} <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
2609 2025.03.21 18:41:58.143866 [ 267 ] {908e369f-0551-4b10-8eb4-dd38e5dd2797} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2610 2025.03.21 18:41:58.143904 [ 267 ] {908e369f-0551-4b10-8eb4-dd38e5dd2797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2611 2025.03.21 18:41:58.144543 [ 267 ] {908e369f-0551-4b10-8eb4-dd38e5dd2797} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2612 2025.03.21 18:41:58.144806 [ 267 ] {908e369f-0551-4b10-8eb4-dd38e5dd2797} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2613 2025.03.21 18:41:58.144993 [ 267 ] {908e369f-0551-4b10-8eb4-dd38e5dd2797} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002299 sec., 13919.095258808178 rows/sec., 24.94 MiB/sec.
2614 2025.03.21 18:41:58.145094 [ 267 ] {908e369f-0551-4b10-8eb4-dd38e5dd2797} <Debug> TCPHandler: Processed in 0.002533065 sec.
2615 2025.03.21 18:41:58.145205 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2616 2025.03.21 18:41:58.145308 [ 267 ] {8cb4c078-83c5-4f3f-9f33-fc2c548faae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2617 2025.03.21 18:41:58.145353 [ 267 ] {8cb4c078-83c5-4f3f-9f33-fc2c548faae0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2618 2025.03.21 18:41:58.145750 [ 267 ] {8cb4c078-83c5-4f3f-9f33-fc2c548faae0} <Trace> oximeter.measurements_i64 (acd5682d-f4ef-4ff2-bdd6-69e1e9e8028f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2619 2025.03.21 18:41:58.145787 [ 267 ] {8cb4c078-83c5-4f3f-9f33-fc2c548faae0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2620 2025.03.21 18:41:58.146130 [ 267 ] {8cb4c078-83c5-4f3f-9f33-fc2c548faae0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2621 2025.03.21 18:41:58.146370 [ 267 ] {8cb4c078-83c5-4f3f-9f33-fc2c548faae0} <Trace> oximeter.measurements_i64 (acd5682d-f4ef-4ff2-bdd6-69e1e9e8028f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2622 2025.03.21 18:41:58.146534 [ 267 ] {8cb4c078-83c5-4f3f-9f33-fc2c548faae0} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.001248 sec., 2403.846153846154 rows/sec., 169.80 KiB/sec.
2623 2025.03.21 18:41:58.146581 [ 267 ] {8cb4c078-83c5-4f3f-9f33-fc2c548faae0} <Debug> TCPHandler: Processed in 0.001426065 sec.
2624 2025.03.21 18:41:58.146697 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2625 2025.03.21 18:41:58.146801 [ 267 ] {b80e9940-fd66-4a96-9584-f8220a2900f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2626 2025.03.21 18:41:58.146845 [ 267 ] {b80e9940-fd66-4a96-9584-f8220a2900f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2627 2025.03.21 18:41:58.147261 [ 267 ] {b80e9940-fd66-4a96-9584-f8220a2900f9} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2628 2025.03.21 18:41:58.147297 [ 267 ] {b80e9940-fd66-4a96-9584-f8220a2900f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2629 2025.03.21 18:41:58.147649 [ 267 ] {b80e9940-fd66-4a96-9584-f8220a2900f9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2630 2025.03.21 18:41:58.147894 [ 267 ] {b80e9940-fd66-4a96-9584-f8220a2900f9} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2631 2025.03.21 18:41:58.148064 [ 267 ] {b80e9940-fd66-4a96-9584-f8220a2900f9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001285 sec., 63813.22957198444 rows/sec., 4.05 MiB/sec.
2632 2025.03.21 18:41:58.148112 [ 267 ] {b80e9940-fd66-4a96-9584-f8220a2900f9} <Debug> TCPHandler: Processed in 0.001467766 sec.
2633 2025.03.21 18:42:01.408381 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2634 2025.03.21 18:42:01.408696 [ 267 ] {d1f0b9c8-4117-4d47-9730-a873571f77c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2635 2025.03.21 18:42:01.409194 [ 267 ] {d1f0b9c8-4117-4d47-9730-a873571f77c9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2636 2025.03.21 18:42:01.409259 [ 267 ] {d1f0b9c8-4117-4d47-9730-a873571f77c9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2637 2025.03.21 18:42:01.409665 [ 267 ] {d1f0b9c8-4117-4d47-9730-a873571f77c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2638 2025.03.21 18:42:01.409747 [ 267 ] {d1f0b9c8-4117-4d47-9730-a873571f77c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2639 2025.03.21 18:42:01.409919 [ 267 ] {d1f0b9c8-4117-4d47-9730-a873571f77c9} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
2640 2025.03.21 18:42:01.409960 [ 267 ] {d1f0b9c8-4117-4d47-9730-a873571f77c9} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
2641 2025.03.21 18:42:01.409987 [ 267 ] {d1f0b9c8-4117-4d47-9730-a873571f77c9} <Debug> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (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
2642 2025.03.21 18:42:01.410005 [ 267 ] {d1f0b9c8-4117-4d47-9730-a873571f77c9} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257) (SelectExecutor): Spreading mark ranges among streams (default reading)
2643 2025.03.21 18:42:01.410056 [ 267 ] {d1f0b9c8-4117-4d47-9730-a873571f77c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2644 2025.03.21 18:42:01.410082 [ 267 ] {d1f0b9c8-4117-4d47-9730-a873571f77c9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0
2645 2025.03.21 18:42:01.411056 [ 267 ] {d1f0b9c8-4117-4d47-9730-a873571f77c9} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.002507 sec., 15955.325089748703 rows/sec., 608.45 KiB/sec.
2646 2025.03.21 18:42:01.411193 [ 267 ] {d1f0b9c8-4117-4d47-9730-a873571f77c9} <Debug> TCPHandler: Processed in 0.002956722 sec.
2647 2025.03.21 18:42:01.451275 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2648 2025.03.21 18:42:01.451426 [ 267 ] {a0ea23c2-968e-4b8b-b5f6-9b8b8e3c1d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2649 2025.03.21 18:42:01.451490 [ 267 ] {a0ea23c2-968e-4b8b-b5f6-9b8b8e3c1d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2650 2025.03.21 18:42:01.452421 [ 267 ] {a0ea23c2-968e-4b8b-b5f6-9b8b8e3c1d4f} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2651 2025.03.21 18:42:01.452469 [ 267 ] {a0ea23c2-968e-4b8b-b5f6-9b8b8e3c1d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2652 2025.03.21 18:42:01.452979 [ 267 ] {a0ea23c2-968e-4b8b-b5f6-9b8b8e3c1d4f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2653 2025.03.21 18:42:01.453233 [ 267 ] {a0ea23c2-968e-4b8b-b5f6-9b8b8e3c1d4f} <Trace> oximeter.timeseries_schema (35c2b14b-1a02-434b-91a3-9777277a0257): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2654 2025.03.21 18:42:01.453473 [ 267 ] {a0ea23c2-968e-4b8b-b5f6-9b8b8e3c1d4f} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002091 sec., 478.24007651841225 rows/sec., 108.35 KiB/sec.
2655 2025.03.21 18:42:01.453582 [ 267 ] {a0ea23c2-968e-4b8b-b5f6-9b8b8e3c1d4f} <Debug> TCPHandler: Processed in 0.002374691 sec.
2656 2025.03.21 18:42:01.453723 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2657 2025.03.21 18:42:01.453862 [ 267 ] {85a24284-e802-4a7b-8502-6940b39b5891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2658 2025.03.21 18:42:01.453920 [ 267 ] {85a24284-e802-4a7b-8502-6940b39b5891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2659 2025.03.21 18:42:01.454546 [ 267 ] {85a24284-e802-4a7b-8502-6940b39b5891} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2660 2025.03.21 18:42:01.454586 [ 267 ] {85a24284-e802-4a7b-8502-6940b39b5891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2661 2025.03.21 18:42:01.454939 [ 267 ] {85a24284-e802-4a7b-8502-6940b39b5891} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2662 2025.03.21 18:42:01.455173 [ 267 ] {85a24284-e802-4a7b-8502-6940b39b5891} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2663 2025.03.21 18:42:01.455440 [ 267 ] {85a24284-e802-4a7b-8502-6940b39b5891} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001588 sec., 5037.783375314862 rows/sec., 410.80 KiB/sec.
2664 2025.03.21 18:42:01.455548 [ 267 ] {85a24284-e802-4a7b-8502-6940b39b5891} <Debug> TCPHandler: Processed in 0.001889233 sec.
2665 2025.03.21 18:42:01.455656 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2666 2025.03.21 18:42:01.455757 [ 267 ] {205b55ff-390e-4835-acd9-d0128516f53c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2667 2025.03.21 18:42:01.455801 [ 267 ] {205b55ff-390e-4835-acd9-d0128516f53c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2668 2025.03.21 18:42:01.456985 [ 267 ] {205b55ff-390e-4835-acd9-d0128516f53c} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2669 2025.03.21 18:42:01.457025 [ 267 ] {205b55ff-390e-4835-acd9-d0128516f53c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2670 2025.03.21 18:42:01.457462 [ 267 ] {205b55ff-390e-4835-acd9-d0128516f53c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2671 2025.03.21 18:42:01.457702 [ 267 ] {205b55ff-390e-4835-acd9-d0128516f53c} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2672 2025.03.21 18:42:01.457913 [ 267 ] {205b55ff-390e-4835-acd9-d0128516f53c} <Debug> executeQuery: Read 1216 rows, 102.84 KiB in 0.002179 sec., 558054.1532813217 rows/sec., 46.09 MiB/sec.
2673 2025.03.21 18:42:01.457965 [ 267 ] {205b55ff-390e-4835-acd9-d0128516f53c} <Debug> TCPHandler: Processed in 0.002357982 sec.
2674 2025.03.21 18:42:01.458079 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2675 2025.03.21 18:42:01.458184 [ 267 ] {12e59603-3f3e-45ac-afa5-bbc992f4b8fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2676 2025.03.21 18:42:01.458229 [ 267 ] {12e59603-3f3e-45ac-afa5-bbc992f4b8fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2677 2025.03.21 18:42:01.458748 [ 267 ] {12e59603-3f3e-45ac-afa5-bbc992f4b8fb} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2678 2025.03.21 18:42:01.458787 [ 267 ] {12e59603-3f3e-45ac-afa5-bbc992f4b8fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2679 2025.03.21 18:42:01.459115 [ 267 ] {12e59603-3f3e-45ac-afa5-bbc992f4b8fb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2680 2025.03.21 18:42:01.459365 [ 267 ] {12e59603-3f3e-45ac-afa5-bbc992f4b8fb} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2681 2025.03.21 18:42:01.459571 [ 267 ] {12e59603-3f3e-45ac-afa5-bbc992f4b8fb} <Debug> executeQuery: Read 16 rows, 1.16 KiB in 0.00141 sec., 11347.517730496455 rows/sec., 822.81 KiB/sec.
2682 2025.03.21 18:42:01.459622 [ 267 ] {12e59603-3f3e-45ac-afa5-bbc992f4b8fb} <Debug> TCPHandler: Processed in 0.001591838 sec.
2683 2025.03.21 18:42:01.459755 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2684 2025.03.21 18:42:01.459858 [ 267 ] {9f7e8e76-a558-4e6d-a000-e3f5456d5c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2685 2025.03.21 18:42:01.459903 [ 267 ] {9f7e8e76-a558-4e6d-a000-e3f5456d5c38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2686 2025.03.21 18:42:01.460500 [ 267 ] {9f7e8e76-a558-4e6d-a000-e3f5456d5c38} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2687 2025.03.21 18:42:01.460539 [ 267 ] {9f7e8e76-a558-4e6d-a000-e3f5456d5c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2688 2025.03.21 18:42:01.460885 [ 267 ] {9f7e8e76-a558-4e6d-a000-e3f5456d5c38} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2689 2025.03.21 18:42:01.461114 [ 267 ] {9f7e8e76-a558-4e6d-a000-e3f5456d5c38} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2690 2025.03.21 18:42:01.461269 [ 82 ] {} <Debug> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2691 2025.03.21 18:42:01.461327 [ 267 ] {9f7e8e76-a558-4e6d-a000-e3f5456d5c38} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00149 sec., 153020.13422818793 rows/sec., 10.36 MiB/sec.
2692 2025.03.21 18:42:01.461352 [ 82 ] {} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2693 2025.03.21 18:42:01.461418 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2694 2025.03.21 18:42:01.461441 [ 267 ] {9f7e8e76-a558-4e6d-a000-e3f5456d5c38} <Debug> TCPHandler: Processed in 0.001734001 sec.
2695 2025.03.21 18:42:01.461699 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2696 2025.03.21 18:42:01.461877 [ 190 ] {911397e8-289e-4551-882d-cedea57ba2f0::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
2697 2025.03.21 18:42:01.461934 [ 267 ] {ec82ebcc-8ba9-471c-94ee-f3ee3469699d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2698 2025.03.21 18:42:01.462018 [ 267 ] {ec82ebcc-8ba9-471c-94ee-f3ee3469699d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2699 2025.03.21 18:42:01.462192 [ 190 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2700 2025.03.21 18:42:01.462284 [ 190 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part
2701 2025.03.21 18:42:01.462626 [ 190 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part
2702 2025.03.21 18:42:01.462956 [ 190 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 113 rows starting from the beginning of the part
2703 2025.03.21 18:42:01.463323 [ 190 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 113 rows starting from the beginning of the part
2704 2025.03.21 18:42:01.463694 [ 190 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 113 rows starting from the beginning of the part
2705 2025.03.21 18:42:01.463945 [ 190 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part
2706 2025.03.21 18:42:01.464806 [ 267 ] {ec82ebcc-8ba9-471c-94ee-f3ee3469699d} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2707 2025.03.21 18:42:01.464869 [ 267 ] {ec82ebcc-8ba9-471c-94ee-f3ee3469699d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2708 2025.03.21 18:42:01.465899 [ 267 ] {ec82ebcc-8ba9-471c-94ee-f3ee3469699d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2709 2025.03.21 18:42:01.466444 [ 267 ] {ec82ebcc-8ba9-471c-94ee-f3ee3469699d} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2710 2025.03.21 18:42:01.466712 [ 186 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 908 rows, containing 5 columns (5 merged, 0 gathered) in 0.005163241 sec., 175858.53536567438 rows/sec., 12.32 MiB/sec.
2711 2025.03.21 18:42:01.466916 [ 267 ] {ec82ebcc-8ba9-471c-94ee-f3ee3469699d} <Debug> executeQuery: Read 536 rows, 40.70 KiB in 0.005025 sec., 106666.66666666667 rows/sec., 7.91 MiB/sec.
2712 2025.03.21 18:42:01.467028 [ 267 ] {ec82ebcc-8ba9-471c-94ee-f3ee3469699d} <Debug> TCPHandler: Processed in 0.005451596 sec.
2713 2025.03.21 18:42:01.467036 [ 186 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2714 2025.03.21 18:42:01.467231 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2715 2025.03.21 18:42:01.467445 [ 267 ] {66556416-754d-4703-8b22-cfd374c721e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2716 2025.03.21 18:42:01.467548 [ 267 ] {66556416-754d-4703-8b22-cfd374c721e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2717 2025.03.21 18:42:01.467615 [ 196 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_6_1} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2718 2025.03.21 18:42:01.467777 [ 196 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_6_1} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2719 2025.03.21 18:42:01.467900 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
2720 2025.03.21 18:42:01.468503 [ 267 ] {66556416-754d-4703-8b22-cfd374c721e2} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2721 2025.03.21 18:42:01.468542 [ 267 ] {66556416-754d-4703-8b22-cfd374c721e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2722 2025.03.21 18:42:01.468987 [ 267 ] {66556416-754d-4703-8b22-cfd374c721e2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2723 2025.03.21 18:42:01.469225 [ 267 ] {66556416-754d-4703-8b22-cfd374c721e2} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2724 2025.03.21 18:42:01.469432 [ 267 ] {66556416-754d-4703-8b22-cfd374c721e2} <Debug> executeQuery: Read 968 rows, 66.53 KiB in 0.002075 sec., 466506.0240963855 rows/sec., 31.31 MiB/sec.
2725 2025.03.21 18:42:01.469491 [ 267 ] {66556416-754d-4703-8b22-cfd374c721e2} <Debug> TCPHandler: Processed in 0.002343341 sec.
2726 2025.03.21 18:42:01.469595 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2727 2025.03.21 18:42:01.469697 [ 267 ] {34b123db-42b8-46bc-baad-9e82bd24c9e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2728 2025.03.21 18:42:01.469764 [ 267 ] {34b123db-42b8-46bc-baad-9e82bd24c9e6} <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
2729 2025.03.21 18:42:01.470801 [ 267 ] {34b123db-42b8-46bc-baad-9e82bd24c9e6} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2730 2025.03.21 18:42:01.470841 [ 267 ] {34b123db-42b8-46bc-baad-9e82bd24c9e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2731 2025.03.21 18:42:01.471464 [ 267 ] {34b123db-42b8-46bc-baad-9e82bd24c9e6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2732 2025.03.21 18:42:01.471725 [ 267 ] {34b123db-42b8-46bc-baad-9e82bd24c9e6} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2733 2025.03.21 18:42:01.471983 [ 267 ] {34b123db-42b8-46bc-baad-9e82bd24c9e6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002307 sec., 3467.7069787602945 rows/sec., 6.21 MiB/sec.
2734 2025.03.21 18:42:01.472094 [ 267 ] {34b123db-42b8-46bc-baad-9e82bd24c9e6} <Debug> TCPHandler: Processed in 0.002548795 sec.
2735 2025.03.21 18:42:01.472232 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2736 2025.03.21 18:42:01.472336 [ 267 ] {04cc236a-317f-40b5-ac86-7d0fe25dd271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2737 2025.03.21 18:42:01.472382 [ 267 ] {04cc236a-317f-40b5-ac86-7d0fe25dd271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2738 2025.03.21 18:42:01.472813 [ 267 ] {04cc236a-317f-40b5-ac86-7d0fe25dd271} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2739 2025.03.21 18:42:01.472852 [ 267 ] {04cc236a-317f-40b5-ac86-7d0fe25dd271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2740 2025.03.21 18:42:01.473209 [ 267 ] {04cc236a-317f-40b5-ac86-7d0fe25dd271} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2741 2025.03.21 18:42:01.473448 [ 267 ] {04cc236a-317f-40b5-ac86-7d0fe25dd271} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2742 2025.03.21 18:42:01.473663 [ 267 ] {04cc236a-317f-40b5-ac86-7d0fe25dd271} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001349 sec., 32616.75315048184 rows/sec., 2.19 MiB/sec.
2743 2025.03.21 18:42:01.473714 [ 267 ] {04cc236a-317f-40b5-ac86-7d0fe25dd271} <Debug> TCPHandler: Processed in 0.001532527 sec.
2744 2025.03.21 18:42:02.426186 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 384
2745 2025.03.21 18:42:02.429695 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2746 2025.03.21 18:42:02.429757 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2747 2025.03.21 18:42:02.431270 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2748 2025.03.21 18:42:02.431587 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2749 2025.03.21 18:42:02.432686 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 384
2750 2025.03.21 18:42:03.111047 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2751 2025.03.21 18:42:03.111239 [ 267 ] {d4ee21eb-6451-48e2-9e09-85b84f1837ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2752 2025.03.21 18:42:03.111307 [ 267 ] {d4ee21eb-6451-48e2-9e09-85b84f1837ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2753 2025.03.21 18:42:03.112063 [ 267 ] {d4ee21eb-6451-48e2-9e09-85b84f1837ea} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2754 2025.03.21 18:42:03.112109 [ 267 ] {d4ee21eb-6451-48e2-9e09-85b84f1837ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2755 2025.03.21 18:42:03.112543 [ 267 ] {d4ee21eb-6451-48e2-9e09-85b84f1837ea} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2756 2025.03.21 18:42:03.112800 [ 267 ] {d4ee21eb-6451-48e2-9e09-85b84f1837ea} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2757 2025.03.21 18:42:03.113036 [ 267 ] {d4ee21eb-6451-48e2-9e09-85b84f1837ea} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001854 sec., 30204.962243797196 rows/sec., 2.32 MiB/sec.
2758 2025.03.21 18:42:03.113093 [ 267 ] {d4ee21eb-6451-48e2-9e09-85b84f1837ea} <Debug> TCPHandler: Processed in 0.002182708 sec.
2759 2025.03.21 18:42:03.113218 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2760 2025.03.21 18:42:03.113325 [ 267 ] {ac1058e2-d247-46a7-8069-d2f847a27904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2761 2025.03.21 18:42:03.113372 [ 267 ] {ac1058e2-d247-46a7-8069-d2f847a27904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2762 2025.03.21 18:42:03.113963 [ 267 ] {ac1058e2-d247-46a7-8069-d2f847a27904} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2763 2025.03.21 18:42:03.114006 [ 267 ] {ac1058e2-d247-46a7-8069-d2f847a27904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2764 2025.03.21 18:42:03.114377 [ 267 ] {ac1058e2-d247-46a7-8069-d2f847a27904} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2765 2025.03.21 18:42:03.114617 [ 267 ] {ac1058e2-d247-46a7-8069-d2f847a27904} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2766 2025.03.21 18:42:03.114830 [ 267 ] {ac1058e2-d247-46a7-8069-d2f847a27904} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001528 sec., 41884.8167539267 rows/sec., 3.27 MiB/sec.
2767 2025.03.21 18:42:03.114884 [ 267 ] {ac1058e2-d247-46a7-8069-d2f847a27904} <Debug> TCPHandler: Processed in 0.00171681 sec.
2768 2025.03.21 18:42:03.115007 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2769 2025.03.21 18:42:03.115114 [ 267 ] {a5da6932-5ea0-4397-b618-db8b08229203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2770 2025.03.21 18:42:03.115163 [ 267 ] {a5da6932-5ea0-4397-b618-db8b08229203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2771 2025.03.21 18:42:03.115656 [ 267 ] {a5da6932-5ea0-4397-b618-db8b08229203} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2772 2025.03.21 18:42:03.115694 [ 267 ] {a5da6932-5ea0-4397-b618-db8b08229203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2773 2025.03.21 18:42:03.116252 [ 267 ] {a5da6932-5ea0-4397-b618-db8b08229203} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2774 2025.03.21 18:42:03.116569 [ 267 ] {a5da6932-5ea0-4397-b618-db8b08229203} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2775 2025.03.21 18:42:03.116810 [ 267 ] {a5da6932-5ea0-4397-b618-db8b08229203} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001716 sec., 24475.524475524475 rows/sec., 1.70 MiB/sec.
2776 2025.03.21 18:42:03.116875 [ 267 ] {a5da6932-5ea0-4397-b618-db8b08229203} <Debug> TCPHandler: Processed in 0.001920174 sec.
2777 2025.03.21 18:42:03.117024 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2778 2025.03.21 18:42:03.117151 [ 267 ] {882adfab-13e9-4b3a-bda3-221c20f3d1d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2779 2025.03.21 18:42:03.117207 [ 267 ] {882adfab-13e9-4b3a-bda3-221c20f3d1d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2780 2025.03.21 18:42:03.117664 [ 267 ] {882adfab-13e9-4b3a-bda3-221c20f3d1d3} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2781 2025.03.21 18:42:03.117703 [ 267 ] {882adfab-13e9-4b3a-bda3-221c20f3d1d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2782 2025.03.21 18:42:03.118057 [ 267 ] {882adfab-13e9-4b3a-bda3-221c20f3d1d3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2783 2025.03.21 18:42:03.118301 [ 267 ] {882adfab-13e9-4b3a-bda3-221c20f3d1d3} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2784 2025.03.21 18:42:03.118498 [ 267 ] {882adfab-13e9-4b3a-bda3-221c20f3d1d3} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001376 sec., 11627.906976744185 rows/sec., 806.23 KiB/sec.
2785 2025.03.21 18:42:03.118549 [ 267 ] {882adfab-13e9-4b3a-bda3-221c20f3d1d3} <Debug> TCPHandler: Processed in 0.001585657 sec.
2786 2025.03.21 18:42:04.918158 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
2787 2025.03.21 18:42:04.918782 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2788 2025.03.21 18:42:04.918824 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2789 2025.03.21 18:42:04.919357 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2790 2025.03.21 18:42:04.919663 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2791 2025.03.21 18:42:04.919810 [ 139 ] {} <Debug> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2792 2025.03.21 18:42:04.919864 [ 139 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2793 2025.03.21 18:42:04.919878 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
2794 2025.03.21 18:42:04.919890 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2795 2025.03.21 18:42:04.920053 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
2796 2025.03.21 18:42:04.920245 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2797 2025.03.21 18:42:04.920297 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
2798 2025.03.21 18:42:04.920384 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
2799 2025.03.21 18:42:04.920486 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
2800 2025.03.21 18:42:04.920736 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
2801 2025.03.21 18:42:04.920849 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
2802 2025.03.21 18:42:04.921072 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
2803 2025.03.21 18:42:04.922951 [ 196 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002978783 sec., 1699687.4226823505 rows/sec., 24.31 MiB/sec.
2804 2025.03.21 18:42:04.923646 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2805 2025.03.21 18:42:04.923946 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_11_2} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2806 2025.03.21 18:42:04.924030 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_11_2} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2807 2025.03.21 18:42:04.924129 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2808 2025.03.21 18:42:05.236077 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2809 2025.03.21 18:42:05.258229 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2810 2025.03.21 18:42:05.258295 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2811 2025.03.21 18:42:05.265900 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2812 2025.03.21 18:42:05.266677 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2813 2025.03.21 18:42:05.267036 [ 139 ] {} <Debug> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2814 2025.03.21 18:42:05.267168 [ 139 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2815 2025.03.21 18:42:05.267241 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2816 2025.03.21 18:42:05.267710 [ 192 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
2817 2025.03.21 18:42:05.276759 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2818 2025.03.21 18:42:05.277803 [ 192 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2819 2025.03.21 18:42:05.278690 [ 192 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
2820 2025.03.21 18:42:05.283330 [ 192 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
2821 2025.03.21 18:42:05.288233 [ 192 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
2822 2025.03.21 18:42:05.293397 [ 192 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
2823 2025.03.21 18:42:05.298603 [ 192 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
2824 2025.03.21 18:42:05.303173 [ 192 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
2825 2025.03.21 18:42:05.359308 [ 186 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.091915916 sec., 902.9992150652124 rows/sec., 4.67 MiB/sec.
2826 2025.03.21 18:42:05.361640 [ 186 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2827 2025.03.21 18:42:05.364642 [ 186 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_11_2} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2828 2025.03.21 18:42:05.364768 [ 186 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_11_2} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2829 2025.03.21 18:42:05.367161 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2830 2025.03.21 18:42:06.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.53 MiB, peak 180.42 MiB, free memory in arenas 0.00 B, will set to 172.48 MiB (RSS), difference: 1.95 MiB
2831 2025.03.21 18:42:08.124373 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2832 2025.03.21 18:42:08.124580 [ 267 ] {3ad76af2-5a9d-4c20-8099-bfd7d7146502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2833 2025.03.21 18:42:08.124653 [ 267 ] {3ad76af2-5a9d-4c20-8099-bfd7d7146502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2834 2025.03.21 18:42:08.125502 [ 267 ] {3ad76af2-5a9d-4c20-8099-bfd7d7146502} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2835 2025.03.21 18:42:08.125553 [ 267 ] {3ad76af2-5a9d-4c20-8099-bfd7d7146502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2836 2025.03.21 18:42:08.126027 [ 267 ] {3ad76af2-5a9d-4c20-8099-bfd7d7146502} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2837 2025.03.21 18:42:08.126320 [ 267 ] {3ad76af2-5a9d-4c20-8099-bfd7d7146502} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2838 2025.03.21 18:42:08.126516 [ 151 ] {} <Debug> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2839 2025.03.21 18:42:08.126587 [ 267 ] {3ad76af2-5a9d-4c20-8099-bfd7d7146502} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002056 sec., 103112.84046692606 rows/sec., 6.56 MiB/sec.
2840 2025.03.21 18:42:08.126594 [ 151 ] {} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2841 2025.03.21 18:42:08.126672 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2842 2025.03.21 18:42:08.126728 [ 267 ] {3ad76af2-5a9d-4c20-8099-bfd7d7146502} <Debug> TCPHandler: Processed in 0.002483384 sec.
2843 2025.03.21 18:42:08.126873 [ 187 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::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
2844 2025.03.21 18:42:08.126944 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2845 2025.03.21 18:42:08.127157 [ 187 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2846 2025.03.21 18:42:08.127173 [ 267 ] {1af004a7-6519-43fe-9d55-b0b95a10d09f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2847 2025.03.21 18:42:08.127234 [ 187 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part
2848 2025.03.21 18:42:08.127264 [ 267 ] {1af004a7-6519-43fe-9d55-b0b95a10d09f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2849 2025.03.21 18:42:08.127649 [ 187 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part
2850 2025.03.21 18:42:08.127973 [ 187 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part
2851 2025.03.21 18:42:08.128359 [ 187 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part
2852 2025.03.21 18:42:08.128740 [ 187 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part
2853 2025.03.21 18:42:08.130576 [ 267 ] {1af004a7-6519-43fe-9d55-b0b95a10d09f} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2854 2025.03.21 18:42:08.130657 [ 267 ] {1af004a7-6519-43fe-9d55-b0b95a10d09f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2855 2025.03.21 18:42:08.131489 [ 187 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004724803 sec., 224347.97810617715 rows/sec., 15.12 MiB/sec.
2856 2025.03.21 18:42:08.131621 [ 267 ] {1af004a7-6519-43fe-9d55-b0b95a10d09f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2857 2025.03.21 18:42:08.131748 [ 186 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2858 2025.03.21 18:42:08.132056 [ 267 ] {1af004a7-6519-43fe-9d55-b0b95a10d09f} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2859 2025.03.21 18:42:08.132333 [ 151 ] {} <Debug> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2860 2025.03.21 18:42:08.132436 [ 151 ] {} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2861 2025.03.21 18:42:08.132500 [ 186 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_5_1} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2862 2025.03.21 18:42:08.132512 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2863 2025.03.21 18:42:08.132566 [ 267 ] {1af004a7-6519-43fe-9d55-b0b95a10d09f} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.005453 sec., 124885.38419218778 rows/sec., 9.93 MiB/sec.
2864 2025.03.21 18:42:08.132916 [ 186 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_5_1} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2865 2025.03.21 18:42:08.132951 [ 187 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
2866 2025.03.21 18:42:08.132989 [ 267 ] {1af004a7-6519-43fe-9d55-b0b95a10d09f} <Debug> TCPHandler: Processed in 0.006108908 sec.
2867 2025.03.21 18:42:08.133212 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
2868 2025.03.21 18:42:08.133311 [ 187 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2869 2025.03.21 18:42:08.133356 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2870 2025.03.21 18:42:08.133371 [ 187 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1829 rows starting from the beginning of the part
2871 2025.03.21 18:42:08.133640 [ 187 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part
2872 2025.03.21 18:42:08.133744 [ 267 ] {f80b1aac-0cf3-42d6-b242-4728c4d91b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2873 2025.03.21 18:42:08.133904 [ 187 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 681 rows starting from the beginning of the part
2874 2025.03.21 18:42:08.133949 [ 267 ] {f80b1aac-0cf3-42d6-b242-4728c4d91b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2875 2025.03.21 18:42:08.134270 [ 187 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1216 rows starting from the beginning of the part
2876 2025.03.21 18:42:08.134598 [ 187 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
2877 2025.03.21 18:42:08.134913 [ 187 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 681 rows starting from the beginning of the part
2878 2025.03.21 18:42:08.136538 [ 267 ] {f80b1aac-0cf3-42d6-b242-4728c4d91b82} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2879 2025.03.21 18:42:08.136605 [ 267 ] {f80b1aac-0cf3-42d6-b242-4728c4d91b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2880 2025.03.21 18:42:08.137551 [ 267 ] {f80b1aac-0cf3-42d6-b242-4728c4d91b82} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2881 2025.03.21 18:42:08.137904 [ 267 ] {f80b1aac-0cf3-42d6-b242-4728c4d91b82} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2882 2025.03.21 18:42:08.138097 [ 151 ] {} <Debug> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2883 2025.03.21 18:42:08.138179 [ 151 ] {} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2884 2025.03.21 18:42:08.138236 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2885 2025.03.21 18:42:08.138255 [ 267 ] {f80b1aac-0cf3-42d6-b242-4728c4d91b82} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.004645 sec., 29709.36490850377 rows/sec., 1.85 MiB/sec.
2886 2025.03.21 18:42:08.138859 [ 189 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
2887 2025.03.21 18:42:08.139249 [ 267 ] {f80b1aac-0cf3-42d6-b242-4728c4d91b82} <Debug> TCPHandler: Processed in 0.005993315 sec.
2888 2025.03.21 18:42:08.139501 [ 187 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4535 rows, containing 5 columns (5 merged, 0 gathered) in 0.00682668 sec., 664305.3431536267 rows/sec., 56.45 MiB/sec.
2889 2025.03.21 18:42:08.139513 [ 189 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2890 2025.03.21 18:42:08.139607 [ 189 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 142 rows starting from the beginning of the part
2891 2025.03.21 18:42:08.139631 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2892 2025.03.21 18:42:08.139796 [ 189 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 134 rows starting from the beginning of the part
2893 2025.03.21 18:42:08.139925 [ 187 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2894 2025.03.21 18:42:08.140284 [ 189 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
2895 2025.03.21 18:42:08.140705 [ 189 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 138 rows starting from the beginning of the part
2896 2025.03.21 18:42:08.141010 [ 267 ] {0d13ecce-3f19-4c8f-9bfd-499c7979c25d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2897 2025.03.21 18:42:08.141102 [ 189 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part
2898 2025.03.21 18:42:08.141173 [ 186 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_16_3} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2899 2025.03.21 18:42:08.141254 [ 267 ] {0d13ecce-3f19-4c8f-9bfd-499c7979c25d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2900 2025.03.21 18:42:08.141459 [ 189 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 138 rows starting from the beginning of the part
2901 2025.03.21 18:42:08.141744 [ 186 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_16_3} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2902 2025.03.21 18:42:08.142269 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB.
2903 2025.03.21 18:42:08.144033 [ 267 ] {0d13ecce-3f19-4c8f-9bfd-499c7979c25d} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2904 2025.03.21 18:42:08.144112 [ 267 ] {0d13ecce-3f19-4c8f-9bfd-499c7979c25d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2905 2025.03.21 18:42:08.144861 [ 189 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 576 rows, containing 5 columns (5 merged, 0 gathered) in 0.006518504 sec., 88363.83317399207 rows/sec., 5.87 MiB/sec.
2906 2025.03.21 18:42:08.145019 [ 267 ] {0d13ecce-3f19-4c8f-9bfd-499c7979c25d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2907 2025.03.21 18:42:08.145065 [ 189 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2908 2025.03.21 18:42:08.145483 [ 267 ] {0d13ecce-3f19-4c8f-9bfd-499c7979c25d} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2909 2025.03.21 18:42:08.145604 [ 189 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_11_2} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2910 2025.03.21 18:42:08.145854 [ 189 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_11_2} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2911 2025.03.21 18:42:08.145884 [ 267 ] {0d13ecce-3f19-4c8f-9bfd-499c7979c25d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005943 sec., 19013.96601043244 rows/sec., 1.23 MiB/sec.
2912 2025.03.21 18:42:08.146048 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2913 2025.03.21 18:42:08.146088 [ 267 ] {0d13ecce-3f19-4c8f-9bfd-499c7979c25d} <Debug> TCPHandler: Processed in 0.006547465 sec.
2914 2025.03.21 18:42:08.146233 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2915 2025.03.21 18:42:08.146351 [ 267 ] {933cf099-3cd1-4858-a417-112de995a8bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2916 2025.03.21 18:42:08.146398 [ 267 ] {933cf099-3cd1-4858-a417-112de995a8bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2917 2025.03.21 18:42:08.146998 [ 267 ] {933cf099-3cd1-4858-a417-112de995a8bb} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2918 2025.03.21 18:42:08.147039 [ 267 ] {933cf099-3cd1-4858-a417-112de995a8bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2919 2025.03.21 18:42:08.147424 [ 267 ] {933cf099-3cd1-4858-a417-112de995a8bb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2920 2025.03.21 18:42:08.147674 [ 267 ] {933cf099-3cd1-4858-a417-112de995a8bb} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2921 2025.03.21 18:42:08.147860 [ 151 ] {} <Debug> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2922 2025.03.21 18:42:08.147931 [ 267 ] {933cf099-3cd1-4858-a417-112de995a8bb} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001596 sec., 70175.43859649124 rows/sec., 4.00 MiB/sec.
2923 2025.03.21 18:42:08.147942 [ 151 ] {} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2924 2025.03.21 18:42:08.148046 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2925 2025.03.21 18:42:08.148067 [ 267 ] {933cf099-3cd1-4858-a417-112de995a8bb} <Debug> TCPHandler: Processed in 0.001887473 sec.
2926 2025.03.21 18:42:08.148308 [ 189 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::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
2927 2025.03.21 18:42:08.148329 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2928 2025.03.21 18:42:08.148575 [ 189 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2929 2025.03.21 18:42:08.148577 [ 267 ] {fdd534aa-2f52-45cc-ae8e-909d6b4e8685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2930 2025.03.21 18:42:08.148637 [ 189 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part
2931 2025.03.21 18:42:08.148689 [ 267 ] {fdd534aa-2f52-45cc-ae8e-909d6b4e8685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2932 2025.03.21 18:42:08.148973 [ 189 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part
2933 2025.03.21 18:42:08.149328 [ 189 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part
2934 2025.03.21 18:42:08.149611 [ 189 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part
2935 2025.03.21 18:42:08.149933 [ 189 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 112 rows starting from the beginning of the part
2936 2025.03.21 18:42:08.151897 [ 267 ] {fdd534aa-2f52-45cc-ae8e-909d6b4e8685} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2937 2025.03.21 18:42:08.151976 [ 267 ] {fdd534aa-2f52-45cc-ae8e-909d6b4e8685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2938 2025.03.21 18:42:08.152578 [ 189 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004405198 sec., 127122.54931560397 rows/sec., 7.73 MiB/sec.
2939 2025.03.21 18:42:08.152808 [ 189 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2940 2025.03.21 18:42:08.152871 [ 267 ] {fdd534aa-2f52-45cc-ae8e-909d6b4e8685} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2941 2025.03.21 18:42:08.153245 [ 191 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_5_1} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2942 2025.03.21 18:42:08.153314 [ 267 ] {fdd534aa-2f52-45cc-ae8e-909d6b4e8685} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2943 2025.03.21 18:42:08.153483 [ 191 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_5_1} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2944 2025.03.21 18:42:08.153586 [ 151 ] {} <Debug> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2945 2025.03.21 18:42:08.153736 [ 151 ] {} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2946 2025.03.21 18:42:08.153794 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
2947 2025.03.21 18:42:08.153804 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2948 2025.03.21 18:42:08.153864 [ 267 ] {fdd534aa-2f52-45cc-ae8e-909d6b4e8685} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.005349 sec., 77397.64441951767 rows/sec., 5.50 MiB/sec.
2949 2025.03.21 18:42:08.154231 [ 189 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
2950 2025.03.21 18:42:08.154247 [ 267 ] {fdd534aa-2f52-45cc-ae8e-909d6b4e8685} <Debug> TCPHandler: Processed in 0.005992755 sec.
2951 2025.03.21 18:42:08.154548 [ 189 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2952 2025.03.21 18:42:08.154587 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2953 2025.03.21 18:42:08.154606 [ 189 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 890 rows starting from the beginning of the part
2954 2025.03.21 18:42:08.154854 [ 189 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part
2955 2025.03.21 18:42:08.155001 [ 267 ] {d08ca349-ed84-4887-b3bb-4c5e0c4177ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2956 2025.03.21 18:42:08.155140 [ 189 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 417 rows starting from the beginning of the part
2957 2025.03.21 18:42:08.155257 [ 267 ] {d08ca349-ed84-4887-b3bb-4c5e0c4177ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2958 2025.03.21 18:42:08.155508 [ 189 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 536 rows starting from the beginning of the part
2959 2025.03.21 18:42:08.155862 [ 189 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
2960 2025.03.21 18:42:08.156219 [ 189 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 414 rows starting from the beginning of the part
2961 2025.03.21 18:42:08.157594 [ 267 ] {d08ca349-ed84-4887-b3bb-4c5e0c4177ea} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2962 2025.03.21 18:42:08.157652 [ 267 ] {d08ca349-ed84-4887-b3bb-4c5e0c4177ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2963 2025.03.21 18:42:08.158654 [ 267 ] {d08ca349-ed84-4887-b3bb-4c5e0c4177ea} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2964 2025.03.21 18:42:08.158998 [ 267 ] {d08ca349-ed84-4887-b3bb-4c5e0c4177ea} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2965 2025.03.21 18:42:08.159197 [ 151 ] {} <Debug> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2966 2025.03.21 18:42:08.159293 [ 151 ] {} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2967 2025.03.21 18:42:08.159366 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2968 2025.03.21 18:42:08.159517 [ 267 ] {d08ca349-ed84-4887-b3bb-4c5e0c4177ea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004684 sec., 1280.9564474807858 rows/sec., 66.92 KiB/sec.
2969 2025.03.21 18:42:08.159921 [ 267 ] {d08ca349-ed84-4887-b3bb-4c5e0c4177ea} <Debug> TCPHandler: Processed in 0.005405925 sec.
2970 2025.03.21 18:42:08.159955 [ 189 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::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
2971 2025.03.21 18:42:08.160306 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2972 2025.03.21 18:42:08.160408 [ 189 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2973 2025.03.21 18:42:08.160411 [ 191 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2393 rows, containing 5 columns (5 merged, 0 gathered) in 0.006495374 sec., 368416.04501911666 rows/sec., 28.19 MiB/sec.
2974 2025.03.21 18:42:08.160502 [ 189 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
2975 2025.03.21 18:42:08.160602 [ 267 ] {27d7179f-633a-45bf-ac08-2ce328bca23a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2976 2025.03.21 18:42:08.160859 [ 189 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
2977 2025.03.21 18:42:08.160886 [ 191 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2978 2025.03.21 18:42:08.161138 [ 267 ] {27d7179f-633a-45bf-ac08-2ce328bca23a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2979 2025.03.21 18:42:08.161284 [ 189 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
2980 2025.03.21 18:42:08.161633 [ 189 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
2981 2025.03.21 18:42:08.161921 [ 189 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
2982 2025.03.21 18:42:08.162676 [ 191 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_16_3} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2983 2025.03.21 18:42:08.163037 [ 191 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_16_3} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2984 2025.03.21 18:42:08.163333 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
2985 2025.03.21 18:42:08.164736 [ 267 ] {27d7179f-633a-45bf-ac08-2ce328bca23a} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2986 2025.03.21 18:42:08.164834 [ 267 ] {27d7179f-633a-45bf-ac08-2ce328bca23a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2987 2025.03.21 18:42:08.165035 [ 189 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.005547217 sec., 5408.117259519503 rows/sec., 282.55 KiB/sec.
2988 2025.03.21 18:42:08.165198 [ 189 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2989 2025.03.21 18:42:08.165665 [ 267 ] {27d7179f-633a-45bf-ac08-2ce328bca23a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2990 2025.03.21 18:42:08.165687 [ 189 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_5_1} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2991 2025.03.21 18:42:08.165825 [ 189 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_5_1} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2992 2025.03.21 18:42:08.165951 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
2993 2025.03.21 18:42:08.166086 [ 267 ] {27d7179f-633a-45bf-ac08-2ce328bca23a} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2994 2025.03.21 18:42:08.166286 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2995 2025.03.21 18:42:08.166372 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2996 2025.03.21 18:42:08.166379 [ 267 ] {27d7179f-633a-45bf-ac08-2ce328bca23a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00587 sec., 40374.7870528109 rows/sec., 2.71 MiB/sec.
2997 2025.03.21 18:42:08.166426 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
2998 2025.03.21 18:42:08.166584 [ 267 ] {27d7179f-633a-45bf-ac08-2ce328bca23a} <Debug> TCPHandler: Processed in 0.006421613 sec.
2999 2025.03.21 18:42:08.166928 [ 197 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
3000 2025.03.21 18:42:08.167117 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3001 2025.03.21 18:42:08.167342 [ 197 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3002 2025.03.21 18:42:08.167372 [ 267 ] {c230b0b5-d7b4-44b8-b9dd-136b4daf1780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3003 2025.03.21 18:42:08.167393 [ 197 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3695 rows starting from the beginning of the part
3004 2025.03.21 18:42:08.167457 [ 267 ] {c230b0b5-d7b4-44b8-b9dd-136b4daf1780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3005 2025.03.21 18:42:08.167679 [ 197 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
3006 2025.03.21 18:42:08.168082 [ 197 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part
3007 2025.03.21 18:42:08.168406 [ 197 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 968 rows starting from the beginning of the part
3008 2025.03.21 18:42:08.168787 [ 197 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part
3009 2025.03.21 18:42:08.169062 [ 197 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part
3010 2025.03.21 18:42:08.170011 [ 267 ] {c230b0b5-d7b4-44b8-b9dd-136b4daf1780} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3011 2025.03.21 18:42:08.170087 [ 267 ] {c230b0b5-d7b4-44b8-b9dd-136b4daf1780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3012 2025.03.21 18:42:08.170871 [ 267 ] {c230b0b5-d7b4-44b8-b9dd-136b4daf1780} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3013 2025.03.21 18:42:08.171384 [ 267 ] {c230b0b5-d7b4-44b8-b9dd-136b4daf1780} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3014 2025.03.21 18:42:08.171750 [ 151 ] {} <Debug> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3015 2025.03.21 18:42:08.171845 [ 151 ] {} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3016 2025.03.21 18:42:08.171874 [ 267 ] {c230b0b5-d7b4-44b8-b9dd-136b4daf1780} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004554 sec., 219.58717610891526 rows/sec., 14.80 KiB/sec.
3017 2025.03.21 18:42:08.171970 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3018 2025.03.21 18:42:08.172067 [ 267 ] {c230b0b5-d7b4-44b8-b9dd-136b4daf1780} <Debug> TCPHandler: Processed in 0.0051218 sec.
3019 2025.03.21 18:42:08.172463 [ 194 ] {7b0b0415-7ba0-4118-af58-37132dd63164::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
3020 2025.03.21 18:42:08.172486 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3021 2025.03.21 18:42:08.172736 [ 267 ] {c47937ae-bcde-420b-814e-0a52e147110e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3022 2025.03.21 18:42:08.172754 [ 194 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3023 2025.03.21 18:42:08.172834 [ 194 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
3024 2025.03.21 18:42:08.172923 [ 267 ] {c47937ae-bcde-420b-814e-0a52e147110e} <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
3025 2025.03.21 18:42:08.173137 [ 194 ] {7b0b0415-7ba0-4118-af58-37132dd63164::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
3026 2025.03.21 18:42:08.173795 [ 194 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part
3027 2025.03.21 18:42:08.174215 [ 194 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
3028 2025.03.21 18:42:08.174532 [ 200 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5339 rows, containing 5 columns (5 merged, 0 gathered) in 0.007915739 sec., 674479.0347433133 rows/sec., 45.44 MiB/sec.
3029 2025.03.21 18:42:08.174722 [ 194 ] {7b0b0415-7ba0-4118-af58-37132dd63164::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
3030 2025.03.21 18:42:08.175177 [ 197 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3031 2025.03.21 18:42:08.176201 [ 197 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3032 2025.03.21 18:42:08.176519 [ 197 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3033 2025.03.21 18:42:08.176780 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB.
3034 2025.03.21 18:42:08.178532 [ 194 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.006354431 sec., 786.8525128371053 rows/sec., 53.02 KiB/sec.
3035 2025.03.21 18:42:08.178748 [ 194 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3036 2025.03.21 18:42:08.179388 [ 194 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_5_1} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3037 2025.03.21 18:42:08.179553 [ 267 ] {c47937ae-bcde-420b-814e-0a52e147110e} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3038 2025.03.21 18:42:08.179594 [ 194 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_5_1} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3039 2025.03.21 18:42:08.179618 [ 267 ] {c47937ae-bcde-420b-814e-0a52e147110e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3040 2025.03.21 18:42:08.179715 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3041 2025.03.21 18:42:08.180389 [ 267 ] {c47937ae-bcde-420b-814e-0a52e147110e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3042 2025.03.21 18:42:08.180667 [ 267 ] {c47937ae-bcde-420b-814e-0a52e147110e} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3043 2025.03.21 18:42:08.180878 [ 151 ] {} <Debug> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3044 2025.03.21 18:42:08.180969 [ 151 ] {} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3045 2025.03.21 18:42:08.180991 [ 267 ] {c47937ae-bcde-420b-814e-0a52e147110e} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.008331 sec., 3841.0755011403194 rows/sec., 6.88 MiB/sec.
3046 2025.03.21 18:42:08.181023 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3047 2025.03.21 18:42:08.181501 [ 197 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
3048 2025.03.21 18:42:08.181524 [ 267 ] {c47937ae-bcde-420b-814e-0a52e147110e} <Debug> TCPHandler: Processed in 0.009142021 sec.
3049 2025.03.21 18:42:08.181924 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3050 2025.03.21 18:42:08.182191 [ 267 ] {e2bff296-baac-4ce2-bdc3-224ba49612cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3051 2025.03.21 18:42:08.182217 [ 197 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3052 2025.03.21 18:42:08.182303 [ 267 ] {e2bff296-baac-4ce2-bdc3-224ba49612cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3053 2025.03.21 18:42:08.182380 [ 197 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 88 rows starting from the beginning of the part
3054 2025.03.21 18:42:08.183344 [ 197 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part
3055 2025.03.21 18:42:08.184001 [ 197 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
3056 2025.03.21 18:42:08.184735 [ 197 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part
3057 2025.03.21 18:42:08.184843 [ 267 ] {e2bff296-baac-4ce2-bdc3-224ba49612cb} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3058 2025.03.21 18:42:08.184932 [ 267 ] {e2bff296-baac-4ce2-bdc3-224ba49612cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3059 2025.03.21 18:42:08.185403 [ 197 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
3060 2025.03.21 18:42:08.186011 [ 197 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part
3061 2025.03.21 18:42:08.186842 [ 267 ] {e2bff296-baac-4ce2-bdc3-224ba49612cb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3062 2025.03.21 18:42:08.187395 [ 267 ] {e2bff296-baac-4ce2-bdc3-224ba49612cb} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3063 2025.03.21 18:42:08.187756 [ 150 ] {} <Debug> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3064 2025.03.21 18:42:08.187900 [ 150 ] {} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3065 2025.03.21 18:42:08.188001 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3066 2025.03.21 18:42:08.188077 [ 267 ] {e2bff296-baac-4ce2-bdc3-224ba49612cb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005954 sec., 13772.253946926436 rows/sec., 895.70 KiB/sec.
3067 2025.03.21 18:42:08.188543 [ 267 ] {e2bff296-baac-4ce2-bdc3-224ba49612cb} <Debug> TCPHandler: Processed in 0.006694778 sec.
3068 2025.03.21 18:42:08.188556 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
3069 2025.03.21 18:42:08.189276 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3070 2025.03.21 18:42:08.189386 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 504 rows starting from the beginning of the part
3071 2025.03.21 18:42:08.189636 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
3072 2025.03.21 18:42:08.190036 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part
3073 2025.03.21 18:42:08.190395 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 44 rows starting from the beginning of the part
3074 2025.03.21 18:42:08.190714 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part
3075 2025.03.21 18:42:08.191062 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part
3076 2025.03.21 18:42:08.194631 [ 199 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 788 rows, containing 4 columns (4 merged, 0 gathered) in 0.006441653 sec., 122328.8494428371 rows/sec., 7.97 MiB/sec.
3077 2025.03.21 18:42:08.194922 [ 198 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3078 2025.03.21 18:42:08.195539 [ 198 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_16_3} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3079 2025.03.21 18:42:08.195835 [ 198 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_16_3} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3080 2025.03.21 18:42:08.196097 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
3081 2025.03.21 18:42:08.196182 [ 193 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 19 columns (19 merged, 0 gathered) in 0.015004464 sec., 13062.779183581633 rows/sec., 23.41 MiB/sec.
3082 2025.03.21 18:42:08.196614 [ 193 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3083 2025.03.21 18:42:08.197007 [ 193 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3084 2025.03.21 18:42:08.197083 [ 193 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3085 2025.03.21 18:42:08.197187 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB.
3086 2025.03.21 18:42:12.344806 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache
3087 2025.03.21 18:42:12.344869 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache
3088 2025.03.21 18:42:12.420034 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
3089 2025.03.21 18:42:12.420804 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3090 2025.03.21 18:42:12.420856 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3091 2025.03.21 18:42:12.421388 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3092 2025.03.21 18:42:12.421658 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3093 2025.03.21 18:42:12.421908 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
3094 2025.03.21 18:42:12.432974 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 414
3095 2025.03.21 18:42:12.435883 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3096 2025.03.21 18:42:12.435923 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3097 2025.03.21 18:42:12.437354 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3098 2025.03.21 18:42:12.437654 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3099 2025.03.21 18:42:12.438127 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 414
3100 2025.03.21 18:42:12.776863 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
3101 2025.03.21 18:42:12.797794 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3102 2025.03.21 18:42:12.797861 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3103 2025.03.21 18:42:12.805030 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3104 2025.03.21 18:42:12.805852 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3105 2025.03.21 18:42:12.808831 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
3106 2025.03.21 18:42:13.117398 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3107 2025.03.21 18:42:13.117599 [ 267 ] {6fabfbfa-2e4d-4b44-b14b-42debd3856ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3108 2025.03.21 18:42:13.117676 [ 267 ] {6fabfbfa-2e4d-4b44-b14b-42debd3856ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3109 2025.03.21 18:42:13.118449 [ 267 ] {6fabfbfa-2e4d-4b44-b14b-42debd3856ba} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3110 2025.03.21 18:42:13.118493 [ 267 ] {6fabfbfa-2e4d-4b44-b14b-42debd3856ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3111 2025.03.21 18:42:13.118942 [ 267 ] {6fabfbfa-2e4d-4b44-b14b-42debd3856ba} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3112 2025.03.21 18:42:13.119206 [ 267 ] {6fabfbfa-2e4d-4b44-b14b-42debd3856ba} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3113 2025.03.21 18:42:13.119440 [ 267 ] {6fabfbfa-2e4d-4b44-b14b-42debd3856ba} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001891 sec., 38075.09254362771 rows/sec., 3.09 MiB/sec.
3114 2025.03.21 18:42:13.119645 [ 267 ] {6fabfbfa-2e4d-4b44-b14b-42debd3856ba} <Debug> TCPHandler: Processed in 0.002380001 sec.
3115 2025.03.21 18:42:13.119811 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3116 2025.03.21 18:42:13.119924 [ 267 ] {1959ebda-32d6-40f5-a260-1f375aa20566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3117 2025.03.21 18:42:13.119973 [ 267 ] {1959ebda-32d6-40f5-a260-1f375aa20566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3118 2025.03.21 18:42:13.120524 [ 267 ] {1959ebda-32d6-40f5-a260-1f375aa20566} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3119 2025.03.21 18:42:13.120563 [ 267 ] {1959ebda-32d6-40f5-a260-1f375aa20566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3120 2025.03.21 18:42:13.120918 [ 267 ] {1959ebda-32d6-40f5-a260-1f375aa20566} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3121 2025.03.21 18:42:13.121159 [ 267 ] {1959ebda-32d6-40f5-a260-1f375aa20566} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3122 2025.03.21 18:42:13.121333 [ 267 ] {1959ebda-32d6-40f5-a260-1f375aa20566} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001437 sec., 5567.153792623521 rows/sec., 418.62 KiB/sec.
3123 2025.03.21 18:42:13.121386 [ 267 ] {1959ebda-32d6-40f5-a260-1f375aa20566} <Debug> TCPHandler: Processed in 0.001626909 sec.
3124 2025.03.21 18:42:13.121517 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3125 2025.03.21 18:42:13.121656 [ 267 ] {36badbc4-4bc7-4a3e-b4b0-866fb94c465f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3126 2025.03.21 18:42:13.121710 [ 267 ] {36badbc4-4bc7-4a3e-b4b0-866fb94c465f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3127 2025.03.21 18:42:13.122359 [ 267 ] {36badbc4-4bc7-4a3e-b4b0-866fb94c465f} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3128 2025.03.21 18:42:13.122404 [ 267 ] {36badbc4-4bc7-4a3e-b4b0-866fb94c465f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3129 2025.03.21 18:42:13.122827 [ 267 ] {36badbc4-4bc7-4a3e-b4b0-866fb94c465f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3130 2025.03.21 18:42:13.123066 [ 267 ] {36badbc4-4bc7-4a3e-b4b0-866fb94c465f} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3131 2025.03.21 18:42:13.123239 [ 267 ] {36badbc4-4bc7-4a3e-b4b0-866fb94c465f} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001615 sec., 44582.043343653255 rows/sec., 3.48 MiB/sec.
3132 2025.03.21 18:42:13.123289 [ 267 ] {36badbc4-4bc7-4a3e-b4b0-866fb94c465f} <Debug> TCPHandler: Processed in 0.001836652 sec.
3133 2025.03.21 18:42:13.123402 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3134 2025.03.21 18:42:13.123508 [ 267 ] {bbc41329-b9d6-45b1-98fb-8c9ea112fdf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3135 2025.03.21 18:42:13.123557 [ 267 ] {bbc41329-b9d6-45b1-98fb-8c9ea112fdf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3136 2025.03.21 18:42:13.124060 [ 267 ] {bbc41329-b9d6-45b1-98fb-8c9ea112fdf9} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3137 2025.03.21 18:42:13.124096 [ 267 ] {bbc41329-b9d6-45b1-98fb-8c9ea112fdf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3138 2025.03.21 18:42:13.124477 [ 267 ] {bbc41329-b9d6-45b1-98fb-8c9ea112fdf9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3139 2025.03.21 18:42:13.124717 [ 267 ] {bbc41329-b9d6-45b1-98fb-8c9ea112fdf9} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3140 2025.03.21 18:42:13.124885 [ 267 ] {bbc41329-b9d6-45b1-98fb-8c9ea112fdf9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0014 sec., 114285.71428571429 rows/sec., 7.96 MiB/sec.
3141 2025.03.21 18:42:13.124934 [ 267 ] {bbc41329-b9d6-45b1-98fb-8c9ea112fdf9} <Debug> TCPHandler: Processed in 0.001583878 sec.
3142 2025.03.21 18:42:13.125047 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3143 2025.03.21 18:42:13.125152 [ 267 ] {a8cd1313-1b1c-47e0-807d-ea87734c8f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3144 2025.03.21 18:42:13.125217 [ 267 ] {a8cd1313-1b1c-47e0-807d-ea87734c8f53} <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
3145 2025.03.21 18:42:13.126222 [ 267 ] {a8cd1313-1b1c-47e0-807d-ea87734c8f53} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3146 2025.03.21 18:42:13.126259 [ 267 ] {a8cd1313-1b1c-47e0-807d-ea87734c8f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3147 2025.03.21 18:42:13.127015 [ 267 ] {a8cd1313-1b1c-47e0-807d-ea87734c8f53} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3148 2025.03.21 18:42:13.127284 [ 267 ] {a8cd1313-1b1c-47e0-807d-ea87734c8f53} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3149 2025.03.21 18:42:13.127478 [ 267 ] {a8cd1313-1b1c-47e0-807d-ea87734c8f53} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002347 sec., 3408.6067319982953 rows/sec., 6.11 MiB/sec.
3150 2025.03.21 18:42:13.127577 [ 267 ] {a8cd1313-1b1c-47e0-807d-ea87734c8f53} <Debug> TCPHandler: Processed in 0.002580275 sec.
3151 2025.03.21 18:42:13.127708 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3152 2025.03.21 18:42:13.127812 [ 267 ] {c3fd7d74-419e-41ed-bb8f-3844538d29ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3153 2025.03.21 18:42:13.127858 [ 267 ] {c3fd7d74-419e-41ed-bb8f-3844538d29ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3154 2025.03.21 18:42:13.128285 [ 267 ] {c3fd7d74-419e-41ed-bb8f-3844538d29ec} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3155 2025.03.21 18:42:13.128324 [ 267 ] {c3fd7d74-419e-41ed-bb8f-3844538d29ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3156 2025.03.21 18:42:13.128683 [ 267 ] {c3fd7d74-419e-41ed-bb8f-3844538d29ec} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3157 2025.03.21 18:42:13.128927 [ 267 ] {c3fd7d74-419e-41ed-bb8f-3844538d29ec} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3158 2025.03.21 18:42:13.129092 [ 267 ] {c3fd7d74-419e-41ed-bb8f-3844538d29ec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001302 sec., 46082.949308755764 rows/sec., 3.11 MiB/sec.
3159 2025.03.21 18:42:13.129139 [ 267 ] {c3fd7d74-419e-41ed-bb8f-3844538d29ec} <Debug> TCPHandler: Processed in 0.001482526 sec.
3160 2025.03.21 18:42:18.124718 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3161 2025.03.21 18:42:18.125033 [ 267 ] {63756ff4-3c81-4ad5-92a7-cae998626947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3162 2025.03.21 18:42:18.125101 [ 267 ] {63756ff4-3c81-4ad5-92a7-cae998626947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3163 2025.03.21 18:42:18.125909 [ 267 ] {63756ff4-3c81-4ad5-92a7-cae998626947} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3164 2025.03.21 18:42:18.125957 [ 267 ] {63756ff4-3c81-4ad5-92a7-cae998626947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3165 2025.03.21 18:42:18.126450 [ 267 ] {63756ff4-3c81-4ad5-92a7-cae998626947} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3166 2025.03.21 18:42:18.126711 [ 267 ] {63756ff4-3c81-4ad5-92a7-cae998626947} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3167 2025.03.21 18:42:18.126949 [ 267 ] {63756ff4-3c81-4ad5-92a7-cae998626947} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001997 sec., 106159.23885828743 rows/sec., 6.75 MiB/sec.
3168 2025.03.21 18:42:18.127006 [ 267 ] {63756ff4-3c81-4ad5-92a7-cae998626947} <Debug> TCPHandler: Processed in 0.002476153 sec.
3169 2025.03.21 18:42:18.127127 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3170 2025.03.21 18:42:18.127230 [ 267 ] {76de9152-ba60-4090-a7f8-bf0151399741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3171 2025.03.21 18:42:18.127276 [ 267 ] {76de9152-ba60-4090-a7f8-bf0151399741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3172 2025.03.21 18:42:18.127783 [ 267 ] {76de9152-ba60-4090-a7f8-bf0151399741} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3173 2025.03.21 18:42:18.127823 [ 267 ] {76de9152-ba60-4090-a7f8-bf0151399741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3174 2025.03.21 18:42:18.128191 [ 267 ] {76de9152-ba60-4090-a7f8-bf0151399741} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3175 2025.03.21 18:42:18.128436 [ 267 ] {76de9152-ba60-4090-a7f8-bf0151399741} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3176 2025.03.21 18:42:18.128638 [ 267 ] {76de9152-ba60-4090-a7f8-bf0151399741} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001428 sec., 4201.680672268907 rows/sec., 342.62 KiB/sec.
3177 2025.03.21 18:42:18.128688 [ 267 ] {76de9152-ba60-4090-a7f8-bf0151399741} <Debug> TCPHandler: Processed in 0.001611949 sec.
3178 2025.03.21 18:42:18.128803 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3179 2025.03.21 18:42:18.128907 [ 267 ] {f6c58cee-f3e3-44f4-a4d0-774d299e5d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3180 2025.03.21 18:42:18.128951 [ 267 ] {f6c58cee-f3e3-44f4-a4d0-774d299e5d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3181 2025.03.21 18:42:18.129789 [ 267 ] {f6c58cee-f3e3-44f4-a4d0-774d299e5d9b} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3182 2025.03.21 18:42:18.129828 [ 267 ] {f6c58cee-f3e3-44f4-a4d0-774d299e5d9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3183 2025.03.21 18:42:18.130224 [ 267 ] {f6c58cee-f3e3-44f4-a4d0-774d299e5d9b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3184 2025.03.21 18:42:18.130467 [ 267 ] {f6c58cee-f3e3-44f4-a4d0-774d299e5d9b} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3185 2025.03.21 18:42:18.130650 [ 267 ] {f6c58cee-f3e3-44f4-a4d0-774d299e5d9b} <Debug> executeQuery: Read 684 rows, 55.65 KiB in 0.001764 sec., 387755.10204081633 rows/sec., 30.81 MiB/sec.
3186 2025.03.21 18:42:18.130701 [ 267 ] {f6c58cee-f3e3-44f4-a4d0-774d299e5d9b} <Debug> TCPHandler: Processed in 0.001947354 sec.
3187 2025.03.21 18:42:18.130816 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3188 2025.03.21 18:42:18.130930 [ 267 ] {0af78a6e-ef4e-4227-ac1d-33bc55aa5677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3189 2025.03.21 18:42:18.130974 [ 267 ] {0af78a6e-ef4e-4227-ac1d-33bc55aa5677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3190 2025.03.21 18:42:18.131533 [ 267 ] {0af78a6e-ef4e-4227-ac1d-33bc55aa5677} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3191 2025.03.21 18:42:18.131571 [ 267 ] {0af78a6e-ef4e-4227-ac1d-33bc55aa5677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3192 2025.03.21 18:42:18.131930 [ 267 ] {0af78a6e-ef4e-4227-ac1d-33bc55aa5677} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3193 2025.03.21 18:42:18.132168 [ 267 ] {0af78a6e-ef4e-4227-ac1d-33bc55aa5677} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3194 2025.03.21 18:42:18.132386 [ 267 ] {0af78a6e-ef4e-4227-ac1d-33bc55aa5677} <Debug> executeQuery: Read 144 rows, 9.21 KiB in 0.00147 sec., 97959.1836734694 rows/sec., 6.12 MiB/sec.
3195 2025.03.21 18:42:18.132594 [ 267 ] {0af78a6e-ef4e-4227-ac1d-33bc55aa5677} <Debug> TCPHandler: Processed in 0.001827683 sec.
3196 2025.03.21 18:42:18.132753 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3197 2025.03.21 18:42:18.132858 [ 267 ] {230a49ee-2ab1-47c3-98e9-d40ab69708ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3198 2025.03.21 18:42:18.132904 [ 267 ] {230a49ee-2ab1-47c3-98e9-d40ab69708ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3199 2025.03.21 18:42:18.133481 [ 267 ] {230a49ee-2ab1-47c3-98e9-d40ab69708ad} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3200 2025.03.21 18:42:18.133519 [ 267 ] {230a49ee-2ab1-47c3-98e9-d40ab69708ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3201 2025.03.21 18:42:18.133865 [ 267 ] {230a49ee-2ab1-47c3-98e9-d40ab69708ad} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3202 2025.03.21 18:42:18.134101 [ 267 ] {230a49ee-2ab1-47c3-98e9-d40ab69708ad} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3203 2025.03.21 18:42:18.134276 [ 267 ] {230a49ee-2ab1-47c3-98e9-d40ab69708ad} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001442 sec., 78363.38418862691 rows/sec., 5.07 MiB/sec.
3204 2025.03.21 18:42:18.134328 [ 267 ] {230a49ee-2ab1-47c3-98e9-d40ab69708ad} <Debug> TCPHandler: Processed in 0.001627679 sec.
3205 2025.03.21 18:42:18.134456 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3206 2025.03.21 18:42:18.134594 [ 267 ] {c0e46cc1-9b57-4968-a88e-e0e42618cc24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3207 2025.03.21 18:42:18.134648 [ 267 ] {c0e46cc1-9b57-4968-a88e-e0e42618cc24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3208 2025.03.21 18:42:18.135264 [ 267 ] {c0e46cc1-9b57-4968-a88e-e0e42618cc24} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3209 2025.03.21 18:42:18.135302 [ 267 ] {c0e46cc1-9b57-4968-a88e-e0e42618cc24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3210 2025.03.21 18:42:18.135678 [ 267 ] {c0e46cc1-9b57-4968-a88e-e0e42618cc24} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3211 2025.03.21 18:42:18.135924 [ 267 ] {c0e46cc1-9b57-4968-a88e-e0e42618cc24} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3212 2025.03.21 18:42:18.136188 [ 267 ] {c0e46cc1-9b57-4968-a88e-e0e42618cc24} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001595 sec., 70219.43573667711 rows/sec., 4.00 MiB/sec.
3213 2025.03.21 18:42:18.136317 [ 267 ] {c0e46cc1-9b57-4968-a88e-e0e42618cc24} <Debug> TCPHandler: Processed in 0.001925334 sec.
3214 2025.03.21 18:42:18.136433 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3215 2025.03.21 18:42:18.136546 [ 267 ] {01e373d5-934e-4c9b-83d7-fc1b5dc4b8bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3216 2025.03.21 18:42:18.136591 [ 267 ] {01e373d5-934e-4c9b-83d7-fc1b5dc4b8bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3217 2025.03.21 18:42:18.137251 [ 267 ] {01e373d5-934e-4c9b-83d7-fc1b5dc4b8bd} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3218 2025.03.21 18:42:18.137289 [ 267 ] {01e373d5-934e-4c9b-83d7-fc1b5dc4b8bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3219 2025.03.21 18:42:18.137690 [ 267 ] {01e373d5-934e-4c9b-83d7-fc1b5dc4b8bd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3220 2025.03.21 18:42:18.137928 [ 267 ] {01e373d5-934e-4c9b-83d7-fc1b5dc4b8bd} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3221 2025.03.21 18:42:18.138116 [ 267 ] {01e373d5-934e-4c9b-83d7-fc1b5dc4b8bd} <Debug> executeQuery: Read 420 rows, 30.64 KiB in 0.001593 sec., 263653.48399246705 rows/sec., 18.78 MiB/sec.
3222 2025.03.21 18:42:18.138165 [ 267 ] {01e373d5-934e-4c9b-83d7-fc1b5dc4b8bd} <Debug> TCPHandler: Processed in 0.001784801 sec.
3223 2025.03.21 18:42:18.138288 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3224 2025.03.21 18:42:18.138421 [ 267 ] {6ba1b788-f2d8-456a-9b53-b93e965014dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3225 2025.03.21 18:42:18.138477 [ 267 ] {6ba1b788-f2d8-456a-9b53-b93e965014dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3226 2025.03.21 18:42:18.138983 [ 267 ] {6ba1b788-f2d8-456a-9b53-b93e965014dc} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3227 2025.03.21 18:42:18.139021 [ 267 ] {6ba1b788-f2d8-456a-9b53-b93e965014dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3228 2025.03.21 18:42:18.139378 [ 267 ] {6ba1b788-f2d8-456a-9b53-b93e965014dc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3229 2025.03.21 18:42:18.139615 [ 267 ] {6ba1b788-f2d8-456a-9b53-b93e965014dc} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3230 2025.03.21 18:42:18.139870 [ 267 ] {6ba1b788-f2d8-456a-9b53-b93e965014dc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001453 sec., 4129.387474191328 rows/sec., 215.74 KiB/sec.
3231 2025.03.21 18:42:18.140003 [ 267 ] {6ba1b788-f2d8-456a-9b53-b93e965014dc} <Debug> TCPHandler: Processed in 0.001775431 sec.
3232 2025.03.21 18:42:18.140126 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3233 2025.03.21 18:42:18.140230 [ 267 ] {5b8566e1-f63b-474f-a669-2611ce6d09a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3234 2025.03.21 18:42:18.140279 [ 267 ] {5b8566e1-f63b-474f-a669-2611ce6d09a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3235 2025.03.21 18:42:18.140807 [ 267 ] {5b8566e1-f63b-474f-a669-2611ce6d09a6} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3236 2025.03.21 18:42:18.140846 [ 267 ] {5b8566e1-f63b-474f-a669-2611ce6d09a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3237 2025.03.21 18:42:18.141220 [ 267 ] {5b8566e1-f63b-474f-a669-2611ce6d09a6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3238 2025.03.21 18:42:18.141467 [ 267 ] {5b8566e1-f63b-474f-a669-2611ce6d09a6} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3239 2025.03.21 18:42:18.141642 [ 267 ] {5b8566e1-f63b-474f-a669-2611ce6d09a6} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001434 sec., 167364.01673640168 rows/sec., 11.22 MiB/sec.
3240 2025.03.21 18:42:18.141693 [ 267 ] {5b8566e1-f63b-474f-a669-2611ce6d09a6} <Debug> TCPHandler: Processed in 0.001617598 sec.
3241 2025.03.21 18:42:18.141793 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3242 2025.03.21 18:42:18.141895 [ 267 ] {33b8cee7-b37c-4cf6-8e24-64f8613db47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3243 2025.03.21 18:42:18.141941 [ 267 ] {33b8cee7-b37c-4cf6-8e24-64f8613db47d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3244 2025.03.21 18:42:18.142335 [ 267 ] {33b8cee7-b37c-4cf6-8e24-64f8613db47d} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3245 2025.03.21 18:42:18.142372 [ 267 ] {33b8cee7-b37c-4cf6-8e24-64f8613db47d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3246 2025.03.21 18:42:18.142705 [ 267 ] {33b8cee7-b37c-4cf6-8e24-64f8613db47d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3247 2025.03.21 18:42:18.142930 [ 267 ] {33b8cee7-b37c-4cf6-8e24-64f8613db47d} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3248 2025.03.21 18:42:18.143100 [ 267 ] {33b8cee7-b37c-4cf6-8e24-64f8613db47d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001227 sec., 814.9959250203749 rows/sec., 54.92 KiB/sec.
3249 2025.03.21 18:42:18.143147 [ 267 ] {33b8cee7-b37c-4cf6-8e24-64f8613db47d} <Debug> TCPHandler: Processed in 0.001403844 sec.
3250 2025.03.21 18:42:18.143267 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3251 2025.03.21 18:42:18.143372 [ 267 ] {9f077262-5148-4530-81ca-32203486dbfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3252 2025.03.21 18:42:18.143437 [ 267 ] {9f077262-5148-4530-81ca-32203486dbfa} <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
3253 2025.03.21 18:42:18.144506 [ 267 ] {9f077262-5148-4530-81ca-32203486dbfa} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3254 2025.03.21 18:42:18.144545 [ 267 ] {9f077262-5148-4530-81ca-32203486dbfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3255 2025.03.21 18:42:18.145196 [ 267 ] {9f077262-5148-4530-81ca-32203486dbfa} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3256 2025.03.21 18:42:18.145466 [ 267 ] {9f077262-5148-4530-81ca-32203486dbfa} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3257 2025.03.21 18:42:18.145721 [ 267 ] {9f077262-5148-4530-81ca-32203486dbfa} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002369 sec., 13507.80920219502 rows/sec., 24.21 MiB/sec.
3258 2025.03.21 18:42:18.146189 [ 267 ] {9f077262-5148-4530-81ca-32203486dbfa} <Debug> TCPHandler: Processed in 0.002971213 sec.
3259 2025.03.21 18:42:18.146329 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3260 2025.03.21 18:42:18.146474 [ 267 ] {375d5c23-3490-46ee-8441-10bc1b1e50d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3261 2025.03.21 18:42:18.146532 [ 267 ] {375d5c23-3490-46ee-8441-10bc1b1e50d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3262 2025.03.21 18:42:18.147069 [ 267 ] {375d5c23-3490-46ee-8441-10bc1b1e50d8} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3263 2025.03.21 18:42:18.147108 [ 267 ] {375d5c23-3490-46ee-8441-10bc1b1e50d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3264 2025.03.21 18:42:18.147482 [ 267 ] {375d5c23-3490-46ee-8441-10bc1b1e50d8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3265 2025.03.21 18:42:18.147722 [ 267 ] {375d5c23-3490-46ee-8441-10bc1b1e50d8} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3266 2025.03.21 18:42:18.147955 [ 267 ] {375d5c23-3490-46ee-8441-10bc1b1e50d8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001507 sec., 54412.7405441274 rows/sec., 3.46 MiB/sec.
3267 2025.03.21 18:42:18.148148 [ 267 ] {375d5c23-3490-46ee-8441-10bc1b1e50d8} <Debug> TCPHandler: Processed in 0.001874183 sec.
3268 2025.03.21 18:42:19.922081 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978
3269 2025.03.21 18:42:19.922807 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3270 2025.03.21 18:42:19.922854 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3271 2025.03.21 18:42:19.923463 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3272 2025.03.21 18:42:19.923848 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3273 2025.03.21 18:42:19.924055 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978
3274 2025.03.21 18:42:20.308954 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
3275 2025.03.21 18:42:20.329987 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3276 2025.03.21 18:42:20.330058 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3277 2025.03.21 18:42:20.338371 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3278 2025.03.21 18:42:20.339267 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3279 2025.03.21 18:42:20.343028 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
3280 2025.03.21 18:42:22.438360 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 450
3281 2025.03.21 18:42:22.441545 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3282 2025.03.21 18:42:22.441603 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3283 2025.03.21 18:42:22.443087 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3284 2025.03.21 18:42:22.443416 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3285 2025.03.21 18:42:22.444419 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 450
3286 2025.03.21 18:42:23.116983 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3287 2025.03.21 18:42:23.117202 [ 267 ] {c5467abc-9228-4e2a-a006-52aebd1e04ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3288 2025.03.21 18:42:23.117285 [ 267 ] {c5467abc-9228-4e2a-a006-52aebd1e04ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3289 2025.03.21 18:42:23.118169 [ 267 ] {c5467abc-9228-4e2a-a006-52aebd1e04ad} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3290 2025.03.21 18:42:23.118222 [ 267 ] {c5467abc-9228-4e2a-a006-52aebd1e04ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3291 2025.03.21 18:42:23.118681 [ 267 ] {c5467abc-9228-4e2a-a006-52aebd1e04ad} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3292 2025.03.21 18:42:23.118951 [ 267 ] {c5467abc-9228-4e2a-a006-52aebd1e04ad} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3293 2025.03.21 18:42:23.119210 [ 267 ] {c5467abc-9228-4e2a-a006-52aebd1e04ad} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002058 sec., 34985.42274052478 rows/sec., 2.84 MiB/sec.
3294 2025.03.21 18:42:23.119337 [ 267 ] {c5467abc-9228-4e2a-a006-52aebd1e04ad} <Debug> TCPHandler: Processed in 0.002492543 sec.
3295 2025.03.21 18:42:23.119525 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3296 2025.03.21 18:42:23.119633 [ 267 ] {b5cb6a38-3240-4718-ae60-6ba3df37300e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3297 2025.03.21 18:42:23.119682 [ 267 ] {b5cb6a38-3240-4718-ae60-6ba3df37300e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3298 2025.03.21 18:42:23.120232 [ 267 ] {b5cb6a38-3240-4718-ae60-6ba3df37300e} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3299 2025.03.21 18:42:23.120273 [ 267 ] {b5cb6a38-3240-4718-ae60-6ba3df37300e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3300 2025.03.21 18:42:23.120639 [ 267 ] {b5cb6a38-3240-4718-ae60-6ba3df37300e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3301 2025.03.21 18:42:23.120883 [ 267 ] {b5cb6a38-3240-4718-ae60-6ba3df37300e} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3302 2025.03.21 18:42:23.121146 [ 267 ] {b5cb6a38-3240-4718-ae60-6ba3df37300e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001535 sec., 5211.726384364822 rows/sec., 391.90 KiB/sec.
3303 2025.03.21 18:42:23.121352 [ 267 ] {b5cb6a38-3240-4718-ae60-6ba3df37300e} <Debug> TCPHandler: Processed in 0.001887613 sec.
3304 2025.03.21 18:42:23.121522 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3305 2025.03.21 18:42:23.121631 [ 267 ] {851bf298-323f-40f4-8a90-bcc96ee841d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3306 2025.03.21 18:42:23.121678 [ 267 ] {851bf298-323f-40f4-8a90-bcc96ee841d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3307 2025.03.21 18:42:23.122266 [ 267 ] {851bf298-323f-40f4-8a90-bcc96ee841d3} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3308 2025.03.21 18:42:23.122306 [ 267 ] {851bf298-323f-40f4-8a90-bcc96ee841d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3309 2025.03.21 18:42:23.122665 [ 267 ] {851bf298-323f-40f4-8a90-bcc96ee841d3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3310 2025.03.21 18:42:23.122911 [ 267 ] {851bf298-323f-40f4-8a90-bcc96ee841d3} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3311 2025.03.21 18:42:23.123114 [ 267 ] {851bf298-323f-40f4-8a90-bcc96ee841d3} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001505 sec., 47840.531561461794 rows/sec., 3.73 MiB/sec.
3312 2025.03.21 18:42:23.123166 [ 267 ] {851bf298-323f-40f4-8a90-bcc96ee841d3} <Debug> TCPHandler: Processed in 0.00169396 sec.
3313 2025.03.21 18:42:23.123283 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3314 2025.03.21 18:42:23.123387 [ 267 ] {03a8538f-10c7-4d50-a646-ed939118d6bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3315 2025.03.21 18:42:23.123436 [ 267 ] {03a8538f-10c7-4d50-a646-ed939118d6bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3316 2025.03.21 18:42:23.123950 [ 267 ] {03a8538f-10c7-4d50-a646-ed939118d6bc} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3317 2025.03.21 18:42:23.123988 [ 267 ] {03a8538f-10c7-4d50-a646-ed939118d6bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3318 2025.03.21 18:42:23.124366 [ 267 ] {03a8538f-10c7-4d50-a646-ed939118d6bc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3319 2025.03.21 18:42:23.124596 [ 267 ] {03a8538f-10c7-4d50-a646-ed939118d6bc} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3320 2025.03.21 18:42:23.124804 [ 267 ] {03a8538f-10c7-4d50-a646-ed939118d6bc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001439 sec., 111188.3252258513 rows/sec., 7.74 MiB/sec.
3321 2025.03.21 18:42:23.124856 [ 267 ] {03a8538f-10c7-4d50-a646-ed939118d6bc} <Debug> TCPHandler: Processed in 0.001624259 sec.
3322 2025.03.21 18:42:23.124987 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3323 2025.03.21 18:42:23.125092 [ 267 ] {d23f6027-d597-4d8b-acc0-ad7f63d06eeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3324 2025.03.21 18:42:23.125160 [ 267 ] {d23f6027-d597-4d8b-acc0-ad7f63d06eeb} <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
3325 2025.03.21 18:42:23.126183 [ 267 ] {d23f6027-d597-4d8b-acc0-ad7f63d06eeb} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3326 2025.03.21 18:42:23.126223 [ 267 ] {d23f6027-d597-4d8b-acc0-ad7f63d06eeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3327 2025.03.21 18:42:23.126837 [ 267 ] {d23f6027-d597-4d8b-acc0-ad7f63d06eeb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3328 2025.03.21 18:42:23.127092 [ 267 ] {d23f6027-d597-4d8b-acc0-ad7f63d06eeb} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3329 2025.03.21 18:42:23.127404 [ 267 ] {d23f6027-d597-4d8b-acc0-ad7f63d06eeb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002312 sec., 3460.2076124567475 rows/sec., 6.20 MiB/sec.
3330 2025.03.21 18:42:23.127623 [ 267 ] {d23f6027-d597-4d8b-acc0-ad7f63d06eeb} <Debug> TCPHandler: Processed in 0.002685737 sec.
3331 2025.03.21 18:42:23.127764 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3332 2025.03.21 18:42:23.127869 [ 267 ] {93eae052-d8f9-4dc7-948f-ef4bd424121f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3333 2025.03.21 18:42:23.127916 [ 267 ] {93eae052-d8f9-4dc7-948f-ef4bd424121f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3334 2025.03.21 18:42:23.128354 [ 267 ] {93eae052-d8f9-4dc7-948f-ef4bd424121f} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3335 2025.03.21 18:42:23.128394 [ 267 ] {93eae052-d8f9-4dc7-948f-ef4bd424121f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3336 2025.03.21 18:42:23.128751 [ 267 ] {93eae052-d8f9-4dc7-948f-ef4bd424121f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3337 2025.03.21 18:42:23.128985 [ 267 ] {93eae052-d8f9-4dc7-948f-ef4bd424121f} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3338 2025.03.21 18:42:23.129180 [ 267 ] {93eae052-d8f9-4dc7-948f-ef4bd424121f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec.
3339 2025.03.21 18:42:23.129228 [ 267 ] {93eae052-d8f9-4dc7-948f-ef4bd424121f} <Debug> TCPHandler: Processed in 0.001516167 sec.
3340 2025.03.21 18:42:27.345702 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache
3341 2025.03.21 18:42:27.345765 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache
3342 2025.03.21 18:42:27.424242 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466
3343 2025.03.21 18:42:27.425426 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3344 2025.03.21 18:42:27.425530 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3345 2025.03.21 18:42:27.426185 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3346 2025.03.21 18:42:27.426479 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3347 2025.03.21 18:42:27.426734 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3348 2025.03.21 18:42:27.843155 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3349 2025.03.21 18:42:27.864456 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3350 2025.03.21 18:42:27.864523 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3351 2025.03.21 18:42:27.872003 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3352 2025.03.21 18:42:27.872802 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3353 2025.03.21 18:42:27.875785 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3354 2025.03.21 18:42:28.124953 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3355 2025.03.21 18:42:28.125247 [ 267 ] {36f2c6f0-454a-4125-9330-6eee5ec343e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3356 2025.03.21 18:42:28.125349 [ 267 ] {36f2c6f0-454a-4125-9330-6eee5ec343e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3357 2025.03.21 18:42:28.126193 [ 267 ] {36f2c6f0-454a-4125-9330-6eee5ec343e4} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3358 2025.03.21 18:42:28.126244 [ 267 ] {36f2c6f0-454a-4125-9330-6eee5ec343e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3359 2025.03.21 18:42:28.126721 [ 267 ] {36f2c6f0-454a-4125-9330-6eee5ec343e4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3360 2025.03.21 18:42:28.126978 [ 267 ] {36f2c6f0-454a-4125-9330-6eee5ec343e4} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3361 2025.03.21 18:42:28.127200 [ 267 ] {36f2c6f0-454a-4125-9330-6eee5ec343e4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002037 sec., 104074.61953853705 rows/sec., 6.62 MiB/sec.
3362 2025.03.21 18:42:28.127264 [ 267 ] {36f2c6f0-454a-4125-9330-6eee5ec343e4} <Debug> TCPHandler: Processed in 0.002500453 sec.
3363 2025.03.21 18:42:28.127398 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3364 2025.03.21 18:42:28.127516 [ 267 ] {e1ebcf8b-f84a-4f41-857a-9698bdc9c7d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3365 2025.03.21 18:42:28.127565 [ 267 ] {e1ebcf8b-f84a-4f41-857a-9698bdc9c7d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3366 2025.03.21 18:42:28.128375 [ 267 ] {e1ebcf8b-f84a-4f41-857a-9698bdc9c7d6} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3367 2025.03.21 18:42:28.128417 [ 267 ] {e1ebcf8b-f84a-4f41-857a-9698bdc9c7d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3368 2025.03.21 18:42:28.128830 [ 267 ] {e1ebcf8b-f84a-4f41-857a-9698bdc9c7d6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3369 2025.03.21 18:42:28.129073 [ 267 ] {e1ebcf8b-f84a-4f41-857a-9698bdc9c7d6} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3370 2025.03.21 18:42:28.129290 [ 267 ] {e1ebcf8b-f84a-4f41-857a-9698bdc9c7d6} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.001801 sec., 378123.2648528595 rows/sec., 30.05 MiB/sec.
3371 2025.03.21 18:42:28.129343 [ 267 ] {e1ebcf8b-f84a-4f41-857a-9698bdc9c7d6} <Debug> TCPHandler: Processed in 0.002001835 sec.
3372 2025.03.21 18:42:28.129457 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3373 2025.03.21 18:42:28.129563 [ 267 ] {7c2642b9-81ec-494b-9249-626ef53e8097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3374 2025.03.21 18:42:28.129609 [ 267 ] {7c2642b9-81ec-494b-9249-626ef53e8097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3375 2025.03.21 18:42:28.130167 [ 267 ] {7c2642b9-81ec-494b-9249-626ef53e8097} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3376 2025.03.21 18:42:28.130206 [ 267 ] {7c2642b9-81ec-494b-9249-626ef53e8097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3377 2025.03.21 18:42:28.130553 [ 267 ] {7c2642b9-81ec-494b-9249-626ef53e8097} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3378 2025.03.21 18:42:28.130799 [ 267 ] {7c2642b9-81ec-494b-9249-626ef53e8097} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3379 2025.03.21 18:42:28.131005 [ 267 ] {7c2642b9-81ec-494b-9249-626ef53e8097} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001465 sec., 94197.95221843004 rows/sec., 5.86 MiB/sec.
3380 2025.03.21 18:42:28.131058 [ 267 ] {7c2642b9-81ec-494b-9249-626ef53e8097} <Debug> TCPHandler: Processed in 0.001653249 sec.
3381 2025.03.21 18:42:28.131174 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3382 2025.03.21 18:42:28.131290 [ 267 ] {6903bfa0-d36a-41bf-b9d1-bd147f37999d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3383 2025.03.21 18:42:28.131336 [ 267 ] {6903bfa0-d36a-41bf-b9d1-bd147f37999d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3384 2025.03.21 18:42:28.131891 [ 267 ] {6903bfa0-d36a-41bf-b9d1-bd147f37999d} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3385 2025.03.21 18:42:28.131931 [ 267 ] {6903bfa0-d36a-41bf-b9d1-bd147f37999d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3386 2025.03.21 18:42:28.132291 [ 267 ] {6903bfa0-d36a-41bf-b9d1-bd147f37999d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3387 2025.03.21 18:42:28.132535 [ 267 ] {6903bfa0-d36a-41bf-b9d1-bd147f37999d} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3388 2025.03.21 18:42:28.132743 [ 267 ] {6903bfa0-d36a-41bf-b9d1-bd147f37999d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001477 sec., 76506.43195666892 rows/sec., 4.95 MiB/sec.
3389 2025.03.21 18:42:28.132797 [ 267 ] {6903bfa0-d36a-41bf-b9d1-bd147f37999d} <Debug> TCPHandler: Processed in 0.00167655 sec.
3390 2025.03.21 18:42:28.132930 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3391 2025.03.21 18:42:28.133067 [ 267 ] {8937d58a-183e-4d62-b362-34d52ce05c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3392 2025.03.21 18:42:28.133123 [ 267 ] {8937d58a-183e-4d62-b362-34d52ce05c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3393 2025.03.21 18:42:28.133735 [ 267 ] {8937d58a-183e-4d62-b362-34d52ce05c7a} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3394 2025.03.21 18:42:28.133775 [ 267 ] {8937d58a-183e-4d62-b362-34d52ce05c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3395 2025.03.21 18:42:28.134142 [ 267 ] {8937d58a-183e-4d62-b362-34d52ce05c7a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3396 2025.03.21 18:42:28.134387 [ 267 ] {8937d58a-183e-4d62-b362-34d52ce05c7a} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3397 2025.03.21 18:42:28.134596 [ 267 ] {8937d58a-183e-4d62-b362-34d52ce05c7a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001558 sec., 71887.03465982029 rows/sec., 4.10 MiB/sec.
3398 2025.03.21 18:42:28.134650 [ 267 ] {8937d58a-183e-4d62-b362-34d52ce05c7a} <Debug> TCPHandler: Processed in 0.001785861 sec.
3399 2025.03.21 18:42:28.134768 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3400 2025.03.21 18:42:28.134874 [ 267 ] {8e80963f-ca43-4afc-bd70-a6b7d7594e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3401 2025.03.21 18:42:28.134919 [ 267 ] {8e80963f-ca43-4afc-bd70-a6b7d7594e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3402 2025.03.21 18:42:28.135565 [ 267 ] {8e80963f-ca43-4afc-bd70-a6b7d7594e52} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3403 2025.03.21 18:42:28.135604 [ 267 ] {8e80963f-ca43-4afc-bd70-a6b7d7594e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3404 2025.03.21 18:42:28.135971 [ 267 ] {8e80963f-ca43-4afc-bd70-a6b7d7594e52} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3405 2025.03.21 18:42:28.136215 [ 267 ] {8e80963f-ca43-4afc-bd70-a6b7d7594e52} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3406 2025.03.21 18:42:28.136434 [ 267 ] {8e80963f-ca43-4afc-bd70-a6b7d7594e52} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001582 sec., 261694.05815423513 rows/sec., 18.61 MiB/sec.
3407 2025.03.21 18:42:28.136486 [ 267 ] {8e80963f-ca43-4afc-bd70-a6b7d7594e52} <Debug> TCPHandler: Processed in 0.001769161 sec.
3408 2025.03.21 18:42:28.136601 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3409 2025.03.21 18:42:28.136707 [ 267 ] {16e8a642-6abb-4dfa-bfc2-5799fa40df51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3410 2025.03.21 18:42:28.136754 [ 267 ] {16e8a642-6abb-4dfa-bfc2-5799fa40df51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3411 2025.03.21 18:42:28.137187 [ 267 ] {16e8a642-6abb-4dfa-bfc2-5799fa40df51} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3412 2025.03.21 18:42:28.137226 [ 267 ] {16e8a642-6abb-4dfa-bfc2-5799fa40df51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3413 2025.03.21 18:42:28.137580 [ 267 ] {16e8a642-6abb-4dfa-bfc2-5799fa40df51} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3414 2025.03.21 18:42:28.137817 [ 267 ] {16e8a642-6abb-4dfa-bfc2-5799fa40df51} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3415 2025.03.21 18:42:28.138061 [ 267 ] {16e8a642-6abb-4dfa-bfc2-5799fa40df51} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 228.15 KiB/sec.
3416 2025.03.21 18:42:28.138208 [ 267 ] {16e8a642-6abb-4dfa-bfc2-5799fa40df51} <Debug> TCPHandler: Processed in 0.001655909 sec.
3417 2025.03.21 18:42:28.138348 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3418 2025.03.21 18:42:28.138454 [ 267 ] {e4cf8195-4cad-4818-ba46-5e019a738472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3419 2025.03.21 18:42:28.138502 [ 267 ] {e4cf8195-4cad-4818-ba46-5e019a738472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3420 2025.03.21 18:42:28.139039 [ 267 ] {e4cf8195-4cad-4818-ba46-5e019a738472} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3421 2025.03.21 18:42:28.139077 [ 267 ] {e4cf8195-4cad-4818-ba46-5e019a738472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3422 2025.03.21 18:42:28.139460 [ 267 ] {e4cf8195-4cad-4818-ba46-5e019a738472} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3423 2025.03.21 18:42:28.139697 [ 267 ] {e4cf8195-4cad-4818-ba46-5e019a738472} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3424 2025.03.21 18:42:28.139903 [ 267 ] {e4cf8195-4cad-4818-ba46-5e019a738472} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001471 sec., 161114.8878314072 rows/sec., 10.80 MiB/sec.
3425 2025.03.21 18:42:28.139956 [ 267 ] {e4cf8195-4cad-4818-ba46-5e019a738472} <Debug> TCPHandler: Processed in 0.001659359 sec.
3426 2025.03.21 18:42:28.140077 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3427 2025.03.21 18:42:28.140183 [ 267 ] {e17cf88d-e9fd-48f0-820b-e78bbc51c644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3428 2025.03.21 18:42:28.140231 [ 267 ] {e17cf88d-e9fd-48f0-820b-e78bbc51c644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3429 2025.03.21 18:42:28.140646 [ 267 ] {e17cf88d-e9fd-48f0-820b-e78bbc51c644} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3430 2025.03.21 18:42:28.140685 [ 267 ] {e17cf88d-e9fd-48f0-820b-e78bbc51c644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3431 2025.03.21 18:42:28.141020 [ 267 ] {e17cf88d-e9fd-48f0-820b-e78bbc51c644} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3432 2025.03.21 18:42:28.141249 [ 267 ] {e17cf88d-e9fd-48f0-820b-e78bbc51c644} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3433 2025.03.21 18:42:28.141451 [ 267 ] {e17cf88d-e9fd-48f0-820b-e78bbc51c644} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001288 sec., 776.3975155279503 rows/sec., 52.32 KiB/sec.
3434 2025.03.21 18:42:28.141499 [ 267 ] {e17cf88d-e9fd-48f0-820b-e78bbc51c644} <Debug> TCPHandler: Processed in 0.001474056 sec.
3435 2025.03.21 18:42:28.141631 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3436 2025.03.21 18:42:28.141736 [ 267 ] {273eaeff-1f93-47de-8a8b-1fe990191d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3437 2025.03.21 18:42:28.141801 [ 267 ] {273eaeff-1f93-47de-8a8b-1fe990191d9d} <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
3438 2025.03.21 18:42:28.142887 [ 267 ] {273eaeff-1f93-47de-8a8b-1fe990191d9d} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3439 2025.03.21 18:42:28.142925 [ 267 ] {273eaeff-1f93-47de-8a8b-1fe990191d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3440 2025.03.21 18:42:28.143550 [ 267 ] {273eaeff-1f93-47de-8a8b-1fe990191d9d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3441 2025.03.21 18:42:28.143813 [ 267 ] {273eaeff-1f93-47de-8a8b-1fe990191d9d} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3442 2025.03.21 18:42:28.144055 [ 267 ] {273eaeff-1f93-47de-8a8b-1fe990191d9d} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00234 sec., 13675.213675213674 rows/sec., 24.51 MiB/sec.
3443 2025.03.21 18:42:28.144156 [ 267 ] {273eaeff-1f93-47de-8a8b-1fe990191d9d} <Debug> TCPHandler: Processed in 0.002575805 sec.
3444 2025.03.21 18:42:28.144294 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3445 2025.03.21 18:42:28.144399 [ 267 ] {3df3bd9b-36ec-41ee-a6ab-107d4f5eb36c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3446 2025.03.21 18:42:28.144445 [ 267 ] {3df3bd9b-36ec-41ee-a6ab-107d4f5eb36c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3447 2025.03.21 18:42:28.144878 [ 267 ] {3df3bd9b-36ec-41ee-a6ab-107d4f5eb36c} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3448 2025.03.21 18:42:28.144917 [ 267 ] {3df3bd9b-36ec-41ee-a6ab-107d4f5eb36c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
3449 2025.03.21 18:42:28.145265 [ 267 ] {3df3bd9b-36ec-41ee-a6ab-107d4f5eb36c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3450 2025.03.21 18:42:28.145508 [ 267 ] {3df3bd9b-36ec-41ee-a6ab-107d4f5eb36c} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3451 2025.03.21 18:42:28.145717 [ 267 ] {3df3bd9b-36ec-41ee-a6ab-107d4f5eb36c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001339 sec., 61239.731142643766 rows/sec., 3.89 MiB/sec.
3452 2025.03.21 18:42:28.145766 [ 267 ] {3df3bd9b-36ec-41ee-a6ab-107d4f5eb36c} <Debug> TCPHandler: Processed in 0.001522707 sec.
3453 2025.03.21 18:42:31.449131 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3454 2025.03.21 18:42:31.449454 [ 267 ] {c201e0ad-a41d-46c6-ad5b-b350a6e231fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3455 2025.03.21 18:42:31.449528 [ 267 ] {c201e0ad-a41d-46c6-ad5b-b350a6e231fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3456 2025.03.21 18:42:31.450940 [ 267 ] {c201e0ad-a41d-46c6-ad5b-b350a6e231fe} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3457 2025.03.21 18:42:31.450991 [ 267 ] {c201e0ad-a41d-46c6-ad5b-b350a6e231fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3458 2025.03.21 18:42:31.451503 [ 267 ] {c201e0ad-a41d-46c6-ad5b-b350a6e231fe} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3459 2025.03.21 18:42:31.451765 [ 267 ] {c201e0ad-a41d-46c6-ad5b-b350a6e231fe} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3460 2025.03.21 18:42:31.451964 [ 42 ] {} <Debug> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3461 2025.03.21 18:42:31.452044 [ 42 ] {} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3462 2025.03.21 18:42:31.452041 [ 267 ] {c201e0ad-a41d-46c6-ad5b-b350a6e231fe} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.002663 sec., 455125.7979722118 rows/sec., 37.61 MiB/sec.
3463 2025.03.21 18:42:31.452077 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3464 2025.03.21 18:42:31.452289 [ 267 ] {c201e0ad-a41d-46c6-ad5b-b350a6e231fe} <Debug> TCPHandler: Processed in 0.003339588 sec.
3465 2025.03.21 18:42:31.452564 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
3466 2025.03.21 18:42:31.452607 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3467 2025.03.21 18:42:31.452822 [ 267 ] {46fd4c55-bab3-4c9e-a4e7-c58601177070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3468 2025.03.21 18:42:31.452903 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3469 2025.03.21 18:42:31.452923 [ 267 ] {46fd4c55-bab3-4c9e-a4e7-c58601177070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3470 2025.03.21 18:42:31.452987 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1841 rows starting from the beginning of the part
3471 2025.03.21 18:42:31.453325 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 72 rows starting from the beginning of the part
3472 2025.03.21 18:42:31.453662 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 684 rows starting from the beginning of the part
3473 2025.03.21 18:42:31.454179 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 72 rows starting from the beginning of the part
3474 2025.03.21 18:42:31.454573 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 681 rows starting from the beginning of the part
3475 2025.03.21 18:42:31.454844 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1212 rows starting from the beginning of the part
3476 2025.03.21 18:42:31.456137 [ 267 ] {46fd4c55-bab3-4c9e-a4e7-c58601177070} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3477 2025.03.21 18:42:31.456201 [ 267 ] {46fd4c55-bab3-4c9e-a4e7-c58601177070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3478 2025.03.21 18:42:31.457085 [ 267 ] {46fd4c55-bab3-4c9e-a4e7-c58601177070} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3479 2025.03.21 18:42:31.457649 [ 267 ] {46fd4c55-bab3-4c9e-a4e7-c58601177070} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3480 2025.03.21 18:42:31.457856 [ 42 ] {} <Debug> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3481 2025.03.21 18:42:31.457952 [ 42 ] {} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3482 2025.03.21 18:42:31.457983 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3483 2025.03.21 18:42:31.458030 [ 267 ] {46fd4c55-bab3-4c9e-a4e7-c58601177070} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005274 sec., 1516.8752370117559 rows/sec., 114.06 KiB/sec.
3484 2025.03.21 18:42:31.458322 [ 267 ] {46fd4c55-bab3-4c9e-a4e7-c58601177070} <Debug> TCPHandler: Processed in 0.005805352 sec.
3485 2025.03.21 18:42:31.458321 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
3486 2025.03.21 18:42:31.458746 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3487 2025.03.21 18:42:31.458879 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3488 2025.03.21 18:42:31.459039 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 154 rows starting from the beginning of the part
3489 2025.03.21 18:42:31.459163 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4562 rows, containing 5 columns (5 merged, 0 gathered) in 0.006950882 sec., 656319.5864927645 rows/sec., 55.82 MiB/sec.
3490 2025.03.21 18:42:31.459210 [ 267 ] {5e70c2f3-ac06-4b69-800d-d4dbb1ebd3a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3491 2025.03.21 18:42:31.459430 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
3492 2025.03.21 18:42:31.459461 [ 267 ] {5e70c2f3-ac06-4b69-800d-d4dbb1ebd3a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3493 2025.03.21 18:42:31.459778 [ 190 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3494 2025.03.21 18:42:31.460077 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 144 rows starting from the beginning of the part
3495 2025.03.21 18:42:31.460588 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
3496 2025.03.21 18:42:31.461150 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 138 rows starting from the beginning of the part
3497 2025.03.21 18:42:31.461341 [ 190 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_21_4} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3498 2025.03.21 18:42:31.461911 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part
3499 2025.03.21 18:42:31.461982 [ 190 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_21_4} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3500 2025.03.21 18:42:31.462445 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB.
3501 2025.03.21 18:42:31.463601 [ 267 ] {5e70c2f3-ac06-4b69-800d-d4dbb1ebd3a5} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3502 2025.03.21 18:42:31.463684 [ 267 ] {5e70c2f3-ac06-4b69-800d-d4dbb1ebd3a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3503 2025.03.21 18:42:31.464699 [ 267 ] {5e70c2f3-ac06-4b69-800d-d4dbb1ebd3a5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3504 2025.03.21 18:42:31.465020 [ 190 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 5 columns (5 merged, 0 gathered) in 0.006942873 sec., 66254.99270979031 rows/sec., 4.44 MiB/sec.
3505 2025.03.21 18:42:31.465225 [ 267 ] {5e70c2f3-ac06-4b69-800d-d4dbb1ebd3a5} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3506 2025.03.21 18:42:31.465327 [ 195 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3507 2025.03.21 18:42:31.465932 [ 267 ] {5e70c2f3-ac06-4b69-800d-d4dbb1ebd3a5} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.006817 sec., 33445.797271527066 rows/sec., 2.26 MiB/sec.
3508 2025.03.21 18:42:31.466083 [ 267 ] {5e70c2f3-ac06-4b69-800d-d4dbb1ebd3a5} <Debug> TCPHandler: Processed in 0.007522012 sec.
3509 2025.03.21 18:42:31.466163 [ 195 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_16_3} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3510 2025.03.21 18:42:31.466268 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3511 2025.03.21 18:42:31.466316 [ 195 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_16_3} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3512 2025.03.21 18:42:31.466447 [ 267 ] {3aa1e338-826d-4531-8686-751c8c38f16b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3513 2025.03.21 18:42:31.466484 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
3514 2025.03.21 18:42:31.466542 [ 267 ] {3aa1e338-826d-4531-8686-751c8c38f16b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3515 2025.03.21 18:42:31.467313 [ 267 ] {3aa1e338-826d-4531-8686-751c8c38f16b} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3516 2025.03.21 18:42:31.467357 [ 267 ] {3aa1e338-826d-4531-8686-751c8c38f16b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3517 2025.03.21 18:42:31.467751 [ 267 ] {3aa1e338-826d-4531-8686-751c8c38f16b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3518 2025.03.21 18:42:31.467989 [ 267 ] {3aa1e338-826d-4531-8686-751c8c38f16b} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3519 2025.03.21 18:42:31.468146 [ 42 ] {} <Debug> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3520 2025.03.21 18:42:31.468206 [ 42 ] {} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3521 2025.03.21 18:42:31.468228 [ 267 ] {3aa1e338-826d-4531-8686-751c8c38f16b} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.001852 sec., 285097.19222462206 rows/sec., 21.12 MiB/sec.
3522 2025.03.21 18:42:31.468351 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3523 2025.03.21 18:42:31.468551 [ 267 ] {3aa1e338-826d-4531-8686-751c8c38f16b} <Debug> TCPHandler: Processed in 0.002337321 sec.
3524 2025.03.21 18:42:31.468704 [ 198 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
3525 2025.03.21 18:42:31.468866 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3526 2025.03.21 18:42:31.469158 [ 198 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3527 2025.03.21 18:42:31.469173 [ 267 ] {b5e1bf7b-cbb6-4ba3-af60-c0a8c51b0068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3528 2025.03.21 18:42:31.469211 [ 198 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 904 rows starting from the beginning of the part
3529 2025.03.21 18:42:31.469277 [ 267 ] {b5e1bf7b-cbb6-4ba3-af60-c0a8c51b0068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3530 2025.03.21 18:42:31.469416 [ 198 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 72 rows starting from the beginning of the part
3531 2025.03.21 18:42:31.469779 [ 198 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 420 rows starting from the beginning of the part
3532 2025.03.21 18:42:31.470202 [ 198 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 72 rows starting from the beginning of the part
3533 2025.03.21 18:42:31.470596 [ 198 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 414 rows starting from the beginning of the part
3534 2025.03.21 18:42:31.470930 [ 198 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 528 rows starting from the beginning of the part
3535 2025.03.21 18:42:31.472383 [ 267 ] {b5e1bf7b-cbb6-4ba3-af60-c0a8c51b0068} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3536 2025.03.21 18:42:31.472451 [ 267 ] {b5e1bf7b-cbb6-4ba3-af60-c0a8c51b0068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3537 2025.03.21 18:42:31.473329 [ 267 ] {b5e1bf7b-cbb6-4ba3-af60-c0a8c51b0068} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3538 2025.03.21 18:42:31.473677 [ 195 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.005207452 sec., 462798.3128793122 rows/sec., 35.43 MiB/sec.
3539 2025.03.21 18:42:31.473825 [ 267 ] {b5e1bf7b-cbb6-4ba3-af60-c0a8c51b0068} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3540 2025.03.21 18:42:31.473951 [ 198 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3541 2025.03.21 18:42:31.474060 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3542 2025.03.21 18:42:31.474170 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3543 2025.03.21 18:42:31.474265 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3544 2025.03.21 18:42:31.474496 [ 267 ] {b5e1bf7b-cbb6-4ba3-af60-c0a8c51b0068} <Debug> executeQuery: Read 964 rows, 66.25 KiB in 0.005313 sec., 181441.74665913795 rows/sec., 12.18 MiB/sec.
3545 2025.03.21 18:42:31.474679 [ 195 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
3546 2025.03.21 18:42:31.474873 [ 267 ] {b5e1bf7b-cbb6-4ba3-af60-c0a8c51b0068} <Debug> TCPHandler: Processed in 0.006088277 sec.
3547 2025.03.21 18:42:31.474937 [ 198 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_21_4} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3548 2025.03.21 18:42:31.475242 [ 195 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3549 2025.03.21 18:42:31.475301 [ 198 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_21_4} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3550 2025.03.21 18:42:31.475362 [ 195 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5339 rows starting from the beginning of the part
3551 2025.03.21 18:42:31.475371 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3552 2025.03.21 18:42:31.475679 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
3553 2025.03.21 18:42:31.475850 [ 195 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
3554 2025.03.21 18:42:31.476269 [ 195 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 240 rows starting from the beginning of the part
3555 2025.03.21 18:42:31.476581 [ 267 ] {74ae81d3-f65f-4ca4-bdb8-d023a52cec1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3556 2025.03.21 18:42:31.476603 [ 195 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
3557 2025.03.21 18:42:31.476958 [ 267 ] {74ae81d3-f65f-4ca4-bdb8-d023a52cec1d} <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
3558 2025.03.21 18:42:31.476982 [ 195 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part
3559 2025.03.21 18:42:31.477315 [ 195 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 964 rows starting from the beginning of the part
3560 2025.03.21 18:42:31.481354 [ 267 ] {74ae81d3-f65f-4ca4-bdb8-d023a52cec1d} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3561 2025.03.21 18:42:31.481403 [ 267 ] {74ae81d3-f65f-4ca4-bdb8-d023a52cec1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3562 2025.03.21 18:42:31.482394 [ 267 ] {74ae81d3-f65f-4ca4-bdb8-d023a52cec1d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3563 2025.03.21 18:42:31.483002 [ 267 ] {74ae81d3-f65f-4ca4-bdb8-d023a52cec1d} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3564 2025.03.21 18:42:31.483037 [ 195 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7100 rows, containing 5 columns (5 merged, 0 gathered) in 0.008630191 sec., 822693.2636832718 rows/sec., 55.46 MiB/sec.
3565 2025.03.21 18:42:31.483221 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3566 2025.03.21 18:42:31.483300 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3567 2025.03.21 18:42:31.483339 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3568 2025.03.21 18:42:31.483408 [ 267 ] {74ae81d3-f65f-4ca4-bdb8-d023a52cec1d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006997 sec., 1143.3471487780478 rows/sec., 2.05 MiB/sec.
3569 2025.03.21 18:42:31.483609 [ 195 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3570 2025.03.21 18:42:31.483684 [ 198 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
3571 2025.03.21 18:42:31.484253 [ 267 ] {74ae81d3-f65f-4ca4-bdb8-d023a52cec1d} <Debug> TCPHandler: Processed in 0.00906181 sec.
3572 2025.03.21 18:42:31.484604 [ 195 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3573 2025.03.21 18:42:31.484821 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3574 2025.03.21 18:42:31.484903 [ 195 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3575 2025.03.21 18:42:31.485170 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB.
3576 2025.03.21 18:42:31.485200 [ 198 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3577 2025.03.21 18:42:31.485253 [ 267 ] {9652fbc0-be76-4743-887f-78079e84f6d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3578 2025.03.21 18:42:31.485392 [ 198 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 196 rows starting from the beginning of the part
3579 2025.03.21 18:42:31.485399 [ 267 ] {9652fbc0-be76-4743-887f-78079e84f6d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3580 2025.03.21 18:42:31.486320 [ 198 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
3581 2025.03.21 18:42:31.486948 [ 198 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part
3582 2025.03.21 18:42:31.487565 [ 198 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
3583 2025.03.21 18:42:31.487713 [ 267 ] {9652fbc0-be76-4743-887f-78079e84f6d7} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3584 2025.03.21 18:42:31.487867 [ 267 ] {9652fbc0-be76-4743-887f-78079e84f6d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3585 2025.03.21 18:42:31.488190 [ 198 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part
3586 2025.03.21 18:42:31.488720 [ 198 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part
3587 2025.03.21 18:42:31.489630 [ 267 ] {9652fbc0-be76-4743-887f-78079e84f6d7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3588 2025.03.21 18:42:31.490124 [ 267 ] {9652fbc0-be76-4743-887f-78079e84f6d7} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3589 2025.03.21 18:42:31.490442 [ 42 ] {} <Debug> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3590 2025.03.21 18:42:31.490567 [ 42 ] {} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3591 2025.03.21 18:42:31.490637 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3592 2025.03.21 18:42:31.490804 [ 267 ] {9652fbc0-be76-4743-887f-78079e84f6d7} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.005669 sec., 7761.509966484388 rows/sec., 534.71 KiB/sec.
3593 2025.03.21 18:42:31.491069 [ 192 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
3594 2025.03.21 18:42:31.491081 [ 267 ] {9652fbc0-be76-4743-887f-78079e84f6d7} <Debug> TCPHandler: Processed in 0.006402593 sec.
3595 2025.03.21 18:42:31.491289 [ 192 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3596 2025.03.21 18:42:31.491349 [ 192 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 788 rows starting from the beginning of the part
3597 2025.03.21 18:42:31.491732 [ 192 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
3598 2025.03.21 18:42:31.492000 [ 192 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part
3599 2025.03.21 18:42:31.492339 [ 192 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
3600 2025.03.21 18:42:31.492681 [ 192 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part
3601 2025.03.21 18:42:31.493014 [ 192 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 44 rows starting from the beginning of the part
3602 2025.03.21 18:42:31.496668 [ 192 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1116 rows, containing 4 columns (4 merged, 0 gathered) in 0.005891493 sec., 189425.66850202487 rows/sec., 12.36 MiB/sec.
3603 2025.03.21 18:42:31.496899 [ 192 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3604 2025.03.21 18:42:31.497416 [ 192 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_21_4} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3605 2025.03.21 18:42:31.497558 [ 192 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_21_4} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3606 2025.03.21 18:42:31.497719 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
3607 2025.03.21 18:42:31.498444 [ 201 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 19 columns (19 merged, 0 gathered) in 0.015021194 sec., 18906.619540364103 rows/sec., 33.88 MiB/sec.
3608 2025.03.21 18:42:31.499068 [ 187 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3609 2025.03.21 18:42:31.499539 [ 187 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3610 2025.03.21 18:42:31.499627 [ 187 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3611 2025.03.21 18:42:31.499788 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB.
3612 2025.03.21 18:42:32.444666 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 498
3613 2025.03.21 18:42:32.448281 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3614 2025.03.21 18:42:32.448338 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3615 2025.03.21 18:42:32.449822 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3616 2025.03.21 18:42:32.450139 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3617 2025.03.21 18:42:32.451130 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 498
3618 2025.03.21 18:42:33.110832 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3619 2025.03.21 18:42:33.111023 [ 267 ] {cd7d7857-d89f-427e-9c4b-e7a4131eb7b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3620 2025.03.21 18:42:33.111095 [ 267 ] {cd7d7857-d89f-427e-9c4b-e7a4131eb7b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3621 2025.03.21 18:42:33.111883 [ 267 ] {cd7d7857-d89f-427e-9c4b-e7a4131eb7b8} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3622 2025.03.21 18:42:33.111933 [ 267 ] {cd7d7857-d89f-427e-9c4b-e7a4131eb7b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3623 2025.03.21 18:42:33.112482 [ 267 ] {cd7d7857-d89f-427e-9c4b-e7a4131eb7b8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3624 2025.03.21 18:42:33.112745 [ 267 ] {cd7d7857-d89f-427e-9c4b-e7a4131eb7b8} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3625 2025.03.21 18:42:33.113032 [ 267 ] {cd7d7857-d89f-427e-9c4b-e7a4131eb7b8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002057 sec., 27224.112785610116 rows/sec., 2.09 MiB/sec.
3626 2025.03.21 18:42:33.113252 [ 267 ] {cd7d7857-d89f-427e-9c4b-e7a4131eb7b8} <Debug> TCPHandler: Processed in 0.002546285 sec.
3627 2025.03.21 18:42:33.113436 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3628 2025.03.21 18:42:33.113551 [ 267 ] {62cafbdc-75c9-4057-80cb-078852f3e916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3629 2025.03.21 18:42:33.113602 [ 267 ] {62cafbdc-75c9-4057-80cb-078852f3e916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3630 2025.03.21 18:42:33.114187 [ 267 ] {62cafbdc-75c9-4057-80cb-078852f3e916} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3631 2025.03.21 18:42:33.114229 [ 267 ] {62cafbdc-75c9-4057-80cb-078852f3e916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3632 2025.03.21 18:42:33.114596 [ 267 ] {62cafbdc-75c9-4057-80cb-078852f3e916} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3633 2025.03.21 18:42:33.114846 [ 267 ] {62cafbdc-75c9-4057-80cb-078852f3e916} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3634 2025.03.21 18:42:33.115061 [ 267 ] {62cafbdc-75c9-4057-80cb-078852f3e916} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001539 sec., 41585.44509421702 rows/sec., 3.25 MiB/sec.
3635 2025.03.21 18:42:33.115120 [ 267 ] {62cafbdc-75c9-4057-80cb-078852f3e916} <Debug> TCPHandler: Processed in 0.001746591 sec.
3636 2025.03.21 18:42:33.115256 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3637 2025.03.21 18:42:33.115395 [ 267 ] {b0c60f4a-4886-49e7-9637-62d01952f512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3638 2025.03.21 18:42:33.115447 [ 267 ] {b0c60f4a-4886-49e7-9637-62d01952f512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3639 2025.03.21 18:42:33.115969 [ 267 ] {b0c60f4a-4886-49e7-9637-62d01952f512} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3640 2025.03.21 18:42:33.116010 [ 267 ] {b0c60f4a-4886-49e7-9637-62d01952f512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3641 2025.03.21 18:42:33.116402 [ 267 ] {b0c60f4a-4886-49e7-9637-62d01952f512} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3642 2025.03.21 18:42:33.116642 [ 267 ] {b0c60f4a-4886-49e7-9637-62d01952f512} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3643 2025.03.21 18:42:33.116857 [ 267 ] {b0c60f4a-4886-49e7-9637-62d01952f512} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001492 sec., 28150.134048257372 rows/sec., 1.96 MiB/sec.
3644 2025.03.21 18:42:33.116982 [ 267 ] {b0c60f4a-4886-49e7-9637-62d01952f512} <Debug> TCPHandler: Processed in 0.001791931 sec.
3645 2025.03.21 18:42:33.117127 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3646 2025.03.21 18:42:33.117233 [ 267 ] {4d5a87cd-64cd-415a-aeff-7e65a028a7c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3647 2025.03.21 18:42:33.117279 [ 267 ] {4d5a87cd-64cd-415a-aeff-7e65a028a7c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3648 2025.03.21 18:42:33.117705 [ 267 ] {4d5a87cd-64cd-415a-aeff-7e65a028a7c7} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3649 2025.03.21 18:42:33.117743 [ 267 ] {4d5a87cd-64cd-415a-aeff-7e65a028a7c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3650 2025.03.21 18:42:33.118095 [ 267 ] {4d5a87cd-64cd-415a-aeff-7e65a028a7c7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3651 2025.03.21 18:42:33.118336 [ 267 ] {4d5a87cd-64cd-415a-aeff-7e65a028a7c7} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3652 2025.03.21 18:42:33.118542 [ 267 ] {4d5a87cd-64cd-415a-aeff-7e65a028a7c7} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001333 sec., 12003.000750187546 rows/sec., 832.24 KiB/sec.
3653 2025.03.21 18:42:33.118591 [ 267 ] {4d5a87cd-64cd-415a-aeff-7e65a028a7c7} <Debug> TCPHandler: Processed in 0.001515216 sec.
3654 2025.03.21 18:42:34.927780 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893
3655 2025.03.21 18:42:34.928422 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3656 2025.03.21 18:42:34.928475 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3657 2025.03.21 18:42:34.929030 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3658 2025.03.21 18:42:34.929306 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3659 2025.03.21 18:42:34.929583 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893
3660 2025.03.21 18:42:35.376759 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
3661 2025.03.21 18:42:35.398520 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3662 2025.03.21 18:42:35.398581 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3663 2025.03.21 18:42:35.406442 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3664 2025.03.21 18:42:35.407293 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3665 2025.03.21 18:42:35.410837 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
3666 2025.03.21 18:42:38.124949 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3667 2025.03.21 18:42:38.125154 [ 267 ] {0c37b873-666a-40e6-adb7-771f34c07d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3668 2025.03.21 18:42:38.125228 [ 267 ] {0c37b873-666a-40e6-adb7-771f34c07d2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3669 2025.03.21 18:42:38.126055 [ 267 ] {0c37b873-666a-40e6-adb7-771f34c07d2e} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3670 2025.03.21 18:42:38.126109 [ 267 ] {0c37b873-666a-40e6-adb7-771f34c07d2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3671 2025.03.21 18:42:38.126795 [ 267 ] {0c37b873-666a-40e6-adb7-771f34c07d2e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3672 2025.03.21 18:42:38.127057 [ 267 ] {0c37b873-666a-40e6-adb7-771f34c07d2e} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3673 2025.03.21 18:42:38.127307 [ 267 ] {0c37b873-666a-40e6-adb7-771f34c07d2e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002193 sec., 96671.22663018695 rows/sec., 6.15 MiB/sec.
3674 2025.03.21 18:42:38.127476 [ 267 ] {0c37b873-666a-40e6-adb7-771f34c07d2e} <Debug> TCPHandler: Processed in 0.002659907 sec.
3675 2025.03.21 18:42:38.127650 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3676 2025.03.21 18:42:38.127774 [ 267 ] {ca6b5e62-6dab-487d-9f2b-278a67280af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3677 2025.03.21 18:42:38.127825 [ 267 ] {ca6b5e62-6dab-487d-9f2b-278a67280af4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3678 2025.03.21 18:42:38.128707 [ 267 ] {ca6b5e62-6dab-487d-9f2b-278a67280af4} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3679 2025.03.21 18:42:38.128751 [ 267 ] {ca6b5e62-6dab-487d-9f2b-278a67280af4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3680 2025.03.21 18:42:38.129175 [ 267 ] {ca6b5e62-6dab-487d-9f2b-278a67280af4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3681 2025.03.21 18:42:38.129425 [ 267 ] {ca6b5e62-6dab-487d-9f2b-278a67280af4} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3682 2025.03.21 18:42:38.129646 [ 267 ] {ca6b5e62-6dab-487d-9f2b-278a67280af4} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.001899 sec., 358609.794628752 rows/sec., 28.50 MiB/sec.
3683 2025.03.21 18:42:38.129706 [ 267 ] {ca6b5e62-6dab-487d-9f2b-278a67280af4} <Debug> TCPHandler: Processed in 0.002109477 sec.
3684 2025.03.21 18:42:38.129822 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3685 2025.03.21 18:42:38.129931 [ 267 ] {a1ff741b-2f7a-4f75-9534-f68ab5ddd379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3686 2025.03.21 18:42:38.129978 [ 267 ] {a1ff741b-2f7a-4f75-9534-f68ab5ddd379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3687 2025.03.21 18:42:38.130541 [ 267 ] {a1ff741b-2f7a-4f75-9534-f68ab5ddd379} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3688 2025.03.21 18:42:38.130581 [ 267 ] {a1ff741b-2f7a-4f75-9534-f68ab5ddd379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3689 2025.03.21 18:42:38.130943 [ 267 ] {a1ff741b-2f7a-4f75-9534-f68ab5ddd379} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3690 2025.03.21 18:42:38.131183 [ 267 ] {a1ff741b-2f7a-4f75-9534-f68ab5ddd379} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3691 2025.03.21 18:42:38.131387 [ 267 ] {a1ff741b-2f7a-4f75-9534-f68ab5ddd379} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001481 sec., 93180.28359216746 rows/sec., 5.80 MiB/sec.
3692 2025.03.21 18:42:38.131440 [ 267 ] {a1ff741b-2f7a-4f75-9534-f68ab5ddd379} <Debug> TCPHandler: Processed in 0.001670319 sec.
3693 2025.03.21 18:42:38.131570 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3694 2025.03.21 18:42:38.131708 [ 267 ] {0de97d85-5551-46c1-8d36-ac5f30bf5e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3695 2025.03.21 18:42:38.131762 [ 267 ] {0de97d85-5551-46c1-8d36-ac5f30bf5e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3696 2025.03.21 18:42:38.132428 [ 267 ] {0de97d85-5551-46c1-8d36-ac5f30bf5e27} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3697 2025.03.21 18:42:38.132477 [ 267 ] {0de97d85-5551-46c1-8d36-ac5f30bf5e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3698 2025.03.21 18:42:38.132855 [ 267 ] {0de97d85-5551-46c1-8d36-ac5f30bf5e27} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3699 2025.03.21 18:42:38.133126 [ 267 ] {0de97d85-5551-46c1-8d36-ac5f30bf5e27} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3700 2025.03.21 18:42:38.133280 [ 122 ] {} <Debug> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3701 2025.03.21 18:42:38.133358 [ 267 ] {0de97d85-5551-46c1-8d36-ac5f30bf5e27} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001673 sec., 67543.3353257621 rows/sec., 4.37 MiB/sec.
3702 2025.03.21 18:42:38.133368 [ 122 ] {} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3703 2025.03.21 18:42:38.133446 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3704 2025.03.21 18:42:38.133484 [ 267 ] {0de97d85-5551-46c1-8d36-ac5f30bf5e27} <Debug> TCPHandler: Processed in 0.001977634 sec.
3705 2025.03.21 18:42:38.133643 [ 192 ] {911397e8-289e-4551-882d-cedea57ba2f0::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
3706 2025.03.21 18:42:38.133664 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3707 2025.03.21 18:42:38.133777 [ 192 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3708 2025.03.21 18:42:38.133799 [ 267 ] {e335977f-4ee1-40bb-ab22-b82f6618d323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3709 2025.03.21 18:42:38.133815 [ 192 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 341 rows starting from the beginning of the part
3710 2025.03.21 18:42:38.133861 [ 267 ] {e335977f-4ee1-40bb-ab22-b82f6618d323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3711 2025.03.21 18:42:38.133974 [ 192 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part
3712 2025.03.21 18:42:38.134377 [ 192 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part
3713 2025.03.21 18:42:38.134738 [ 192 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 113 rows starting from the beginning of the part
3714 2025.03.21 18:42:38.135158 [ 192 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part
3715 2025.03.21 18:42:38.135525 [ 192 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 113 rows starting from the beginning of the part
3716 2025.03.21 18:42:38.136591 [ 267 ] {e335977f-4ee1-40bb-ab22-b82f6618d323} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3717 2025.03.21 18:42:38.136638 [ 267 ] {e335977f-4ee1-40bb-ab22-b82f6618d323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3718 2025.03.21 18:42:38.137319 [ 267 ] {e335977f-4ee1-40bb-ab22-b82f6618d323} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3719 2025.03.21 18:42:38.137658 [ 187 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.004083341 sec., 250040.34686302222 rows/sec., 17.47 MiB/sec.
3720 2025.03.21 18:42:38.137684 [ 267 ] {e335977f-4ee1-40bb-ab22-b82f6618d323} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3721 2025.03.21 18:42:38.137885 [ 192 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3722 2025.03.21 18:42:38.138117 [ 267 ] {e335977f-4ee1-40bb-ab22-b82f6618d323} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00435 sec., 25747.12643678161 rows/sec., 1.47 MiB/sec.
3723 2025.03.21 18:42:38.138477 [ 267 ] {e335977f-4ee1-40bb-ab22-b82f6618d323} <Debug> TCPHandler: Processed in 0.004858125 sec.
3724 2025.03.21 18:42:38.138690 [ 192 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_11_2} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3725 2025.03.21 18:42:38.138694 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3726 2025.03.21 18:42:38.138784 [ 192 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_11_2} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3727 2025.03.21 18:42:38.138830 [ 267 ] {f6d76a4a-f2ea-4ffb-86ae-1b3404cd22f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3728 2025.03.21 18:42:38.138877 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
3729 2025.03.21 18:42:38.138901 [ 267 ] {f6d76a4a-f2ea-4ffb-86ae-1b3404cd22f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3730 2025.03.21 18:42:38.139555 [ 267 ] {f6d76a4a-f2ea-4ffb-86ae-1b3404cd22f7} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3731 2025.03.21 18:42:38.139591 [ 267 ] {f6d76a4a-f2ea-4ffb-86ae-1b3404cd22f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3732 2025.03.21 18:42:38.139943 [ 267 ] {f6d76a4a-f2ea-4ffb-86ae-1b3404cd22f7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3733 2025.03.21 18:42:38.140166 [ 267 ] {f6d76a4a-f2ea-4ffb-86ae-1b3404cd22f7} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3734 2025.03.21 18:42:38.140428 [ 267 ] {f6d76a4a-f2ea-4ffb-86ae-1b3404cd22f7} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001626 sec., 254612.54612546123 rows/sec., 18.11 MiB/sec.
3735 2025.03.21 18:42:38.140480 [ 267 ] {f6d76a4a-f2ea-4ffb-86ae-1b3404cd22f7} <Debug> TCPHandler: Processed in 0.001846152 sec.
3736 2025.03.21 18:42:38.140582 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3737 2025.03.21 18:42:38.140684 [ 267 ] {3b057b93-2748-4402-89f4-d86706ea4bb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3738 2025.03.21 18:42:38.140731 [ 267 ] {3b057b93-2748-4402-89f4-d86706ea4bb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3739 2025.03.21 18:42:38.141160 [ 267 ] {3b057b93-2748-4402-89f4-d86706ea4bb1} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3740 2025.03.21 18:42:38.141199 [ 267 ] {3b057b93-2748-4402-89f4-d86706ea4bb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3741 2025.03.21 18:42:38.141555 [ 267 ] {3b057b93-2748-4402-89f4-d86706ea4bb1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3742 2025.03.21 18:42:38.141813 [ 267 ] {3b057b93-2748-4402-89f4-d86706ea4bb1} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3743 2025.03.21 18:42:38.142062 [ 267 ] {3b057b93-2748-4402-89f4-d86706ea4bb1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00139 sec., 4316.546762589928 rows/sec., 225.52 KiB/sec.
3744 2025.03.21 18:42:38.142196 [ 267 ] {3b057b93-2748-4402-89f4-d86706ea4bb1} <Debug> TCPHandler: Processed in 0.001662229 sec.
3745 2025.03.21 18:42:38.142311 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3746 2025.03.21 18:42:38.142413 [ 267 ] {60b0722b-ec45-4558-bca4-4a99d073097e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3747 2025.03.21 18:42:38.142460 [ 267 ] {60b0722b-ec45-4558-bca4-4a99d073097e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3748 2025.03.21 18:42:38.142983 [ 267 ] {60b0722b-ec45-4558-bca4-4a99d073097e} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3749 2025.03.21 18:42:38.143023 [ 267 ] {60b0722b-ec45-4558-bca4-4a99d073097e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3750 2025.03.21 18:42:38.143400 [ 267 ] {60b0722b-ec45-4558-bca4-4a99d073097e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3751 2025.03.21 18:42:38.143637 [ 267 ] {60b0722b-ec45-4558-bca4-4a99d073097e} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3752 2025.03.21 18:42:38.143841 [ 267 ] {60b0722b-ec45-4558-bca4-4a99d073097e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00145 sec., 163448.275862069 rows/sec., 10.96 MiB/sec.
3753 2025.03.21 18:42:38.143893 [ 267 ] {60b0722b-ec45-4558-bca4-4a99d073097e} <Debug> TCPHandler: Processed in 0.001632658 sec.
3754 2025.03.21 18:42:38.144006 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3755 2025.03.21 18:42:38.144119 [ 267 ] {0d229230-2ad1-47bd-9c26-a5cdcb4ca4de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3756 2025.03.21 18:42:38.144168 [ 267 ] {0d229230-2ad1-47bd-9c26-a5cdcb4ca4de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3757 2025.03.21 18:42:38.144589 [ 267 ] {0d229230-2ad1-47bd-9c26-a5cdcb4ca4de} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3758 2025.03.21 18:42:38.144628 [ 267 ] {0d229230-2ad1-47bd-9c26-a5cdcb4ca4de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3759 2025.03.21 18:42:38.144990 [ 267 ] {0d229230-2ad1-47bd-9c26-a5cdcb4ca4de} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3760 2025.03.21 18:42:38.145229 [ 267 ] {0d229230-2ad1-47bd-9c26-a5cdcb4ca4de} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3761 2025.03.21 18:42:38.145502 [ 267 ] {0d229230-2ad1-47bd-9c26-a5cdcb4ca4de} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001386 sec., 721.5007215007215 rows/sec., 48.62 KiB/sec.
3762 2025.03.21 18:42:38.145649 [ 267 ] {0d229230-2ad1-47bd-9c26-a5cdcb4ca4de} <Debug> TCPHandler: Processed in 0.001694879 sec.
3763 2025.03.21 18:42:38.145775 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3764 2025.03.21 18:42:38.145882 [ 267 ] {3fbcf86d-91c7-463e-9ca1-21819e33f8f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3765 2025.03.21 18:42:38.145952 [ 267 ] {3fbcf86d-91c7-463e-9ca1-21819e33f8f9} <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
3766 2025.03.21 18:42:38.147081 [ 267 ] {3fbcf86d-91c7-463e-9ca1-21819e33f8f9} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3767 2025.03.21 18:42:38.147120 [ 267 ] {3fbcf86d-91c7-463e-9ca1-21819e33f8f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3768 2025.03.21 18:42:38.147762 [ 267 ] {3fbcf86d-91c7-463e-9ca1-21819e33f8f9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3769 2025.03.21 18:42:38.148021 [ 267 ] {3fbcf86d-91c7-463e-9ca1-21819e33f8f9} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3770 2025.03.21 18:42:38.148351 [ 267 ] {3fbcf86d-91c7-463e-9ca1-21819e33f8f9} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00247 sec., 12955.465587044535 rows/sec., 23.22 MiB/sec.
3771 2025.03.21 18:42:38.148616 [ 267 ] {3fbcf86d-91c7-463e-9ca1-21819e33f8f9} <Debug> TCPHandler: Processed in 0.002890462 sec.
3772 2025.03.21 18:42:38.148748 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3773 2025.03.21 18:42:38.148854 [ 267 ] {649b2b84-9c24-4168-8dd4-285088fa2f1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3774 2025.03.21 18:42:38.148901 [ 267 ] {649b2b84-9c24-4168-8dd4-285088fa2f1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3775 2025.03.21 18:42:38.149336 [ 267 ] {649b2b84-9c24-4168-8dd4-285088fa2f1e} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3776 2025.03.21 18:42:38.149376 [ 267 ] {649b2b84-9c24-4168-8dd4-285088fa2f1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3777 2025.03.21 18:42:38.149736 [ 267 ] {649b2b84-9c24-4168-8dd4-285088fa2f1e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3778 2025.03.21 18:42:38.149993 [ 267 ] {649b2b84-9c24-4168-8dd4-285088fa2f1e} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3779 2025.03.21 18:42:38.150234 [ 267 ] {649b2b84-9c24-4168-8dd4-285088fa2f1e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001402 sec., 58487.87446504993 rows/sec., 3.71 MiB/sec.
3780 2025.03.21 18:42:38.150411 [ 267 ] {649b2b84-9c24-4168-8dd4-285088fa2f1e} <Debug> TCPHandler: Processed in 0.00170894 sec.
3781 2025.03.21 18:42:42.345799 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache
3782 2025.03.21 18:42:42.345859 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache
3783 2025.03.21 18:42:42.429740 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381
3784 2025.03.21 18:42:42.430415 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3785 2025.03.21 18:42:42.430463 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3786 2025.03.21 18:42:42.431005 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3787 2025.03.21 18:42:42.431260 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3788 2025.03.21 18:42:42.431488 [ 120 ] {} <Debug> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3789 2025.03.21 18:42:42.431515 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3790 2025.03.21 18:42:42.431574 [ 120 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3791 2025.03.21 18:42:42.431607 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3792 2025.03.21 18:42:42.431766 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
3793 2025.03.21 18:42:42.431968 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3794 2025.03.21 18:42:42.432017 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
3795 2025.03.21 18:42:42.432099 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
3796 2025.03.21 18:42:42.432346 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
3797 2025.03.21 18:42:42.432540 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
3798 2025.03.21 18:42:42.432717 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
3799 2025.03.21 18:42:42.432886 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
3800 2025.03.21 18:42:42.434730 [ 192 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003045803 sec., 2423334.6674095467 rows/sec., 34.67 MiB/sec.
3801 2025.03.21 18:42:42.435262 [ 188 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3802 2025.03.21 18:42:42.435666 [ 188 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_16_3} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3803 2025.03.21 18:42:42.435756 [ 188 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_16_3} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3804 2025.03.21 18:42:42.435872 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3805 2025.03.21 18:42:42.451331 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 528
3806 2025.03.21 18:42:42.454223 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3807 2025.03.21 18:42:42.454275 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3808 2025.03.21 18:42:42.455719 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3809 2025.03.21 18:42:42.456041 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3810 2025.03.21 18:42:42.456236 [ 120 ] {} <Debug> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3811 2025.03.21 18:42:42.456333 [ 120 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3812 2025.03.21 18:42:42.456407 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3813 2025.03.21 18:42:42.456765 [ 191 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::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
3814 2025.03.21 18:42:42.457849 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 528
3815 2025.03.21 18:42:42.458226 [ 191 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3816 2025.03.21 18:42:42.458388 [ 191 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 328 rows starting from the beginning of the part
3817 2025.03.21 18:42:42.458955 [ 191 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part
3818 2025.03.21 18:42:42.459507 [ 191 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part
3819 2025.03.21 18:42:42.460107 [ 191 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part
3820 2025.03.21 18:42:42.460680 [ 191 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 48 rows starting from the beginning of the part
3821 2025.03.21 18:42:42.461228 [ 191 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part
3822 2025.03.21 18:42:42.468901 [ 188 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 72 columns (72 merged, 0 gathered) in 0.012388728 sec., 42619.38755940077 rows/sec., 38.63 MiB/sec.
3823 2025.03.21 18:42:42.470147 [ 192 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3824 2025.03.21 18:42:42.470951 [ 192 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_11_2} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3825 2025.03.21 18:42:42.471042 [ 192 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_11_2} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3826 2025.03.21 18:42:42.471371 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB.
3827 2025.03.21 18:42:42.910953 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
3828 2025.03.21 18:42:42.932899 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3829 2025.03.21 18:42:42.932965 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3830 2025.03.21 18:42:42.940598 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3831 2025.03.21 18:42:42.941392 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3832 2025.03.21 18:42:42.941699 [ 120 ] {} <Debug> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3833 2025.03.21 18:42:42.941774 [ 120 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3834 2025.03.21 18:42:42.941817 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3835 2025.03.21 18:42:42.942092 [ 200 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
3836 2025.03.21 18:42:42.950114 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3837 2025.03.21 18:42:42.951892 [ 200 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3838 2025.03.21 18:42:42.952788 [ 200 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
3839 2025.03.21 18:42:42.957445 [ 200 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
3840 2025.03.21 18:42:42.962269 [ 200 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
3841 2025.03.21 18:42:42.967174 [ 200 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
3842 2025.03.21 18:42:42.972488 [ 200 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
3843 2025.03.21 18:42:42.977367 [ 200 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
3844 2025.03.21 18:42:43.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.56 MiB, peak 187.56 MiB, free memory in arenas 0.00 B, will set to 179.24 MiB (RSS), difference: -8.31 MiB
3845 2025.03.21 18:42:43.001547 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00114843 sec.
3846 2025.03.21 18:42:43.034674 [ 194 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.09275802 sec., 1304.469414073306 rows/sec., 6.75 MiB/sec.
3847 2025.03.21 18:42:43.037718 [ 197 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3848 2025.03.21 18:42:43.040980 [ 197 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_16_3} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3849 2025.03.21 18:42:43.041121 [ 197 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_16_3} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3850 2025.03.21 18:42:43.043805 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3851 2025.03.21 18:42:43.117564 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3852 2025.03.21 18:42:43.117782 [ 267 ] {92d0bef6-ff61-4ac2-84c0-859f1a98c8f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3853 2025.03.21 18:42:43.117887 [ 267 ] {92d0bef6-ff61-4ac2-84c0-859f1a98c8f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3854 2025.03.21 18:42:43.118954 [ 267 ] {92d0bef6-ff61-4ac2-84c0-859f1a98c8f4} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3855 2025.03.21 18:42:43.118996 [ 267 ] {92d0bef6-ff61-4ac2-84c0-859f1a98c8f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3856 2025.03.21 18:42:43.119413 [ 267 ] {92d0bef6-ff61-4ac2-84c0-859f1a98c8f4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3857 2025.03.21 18:42:43.119663 [ 267 ] {92d0bef6-ff61-4ac2-84c0-859f1a98c8f4} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3858 2025.03.21 18:42:43.119854 [ 267 ] {92d0bef6-ff61-4ac2-84c0-859f1a98c8f4} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002149 sec., 33503.955328059565 rows/sec., 2.72 MiB/sec.
3859 2025.03.21 18:42:43.119914 [ 267 ] {92d0bef6-ff61-4ac2-84c0-859f1a98c8f4} <Debug> TCPHandler: Processed in 0.002475264 sec.
3860 2025.03.21 18:42:43.120038 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3861 2025.03.21 18:42:43.120149 [ 267 ] {557691a3-71ca-4804-a8d7-5c086006bc6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3862 2025.03.21 18:42:43.120196 [ 267 ] {557691a3-71ca-4804-a8d7-5c086006bc6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3863 2025.03.21 18:42:43.120705 [ 267 ] {557691a3-71ca-4804-a8d7-5c086006bc6c} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3864 2025.03.21 18:42:43.120743 [ 267 ] {557691a3-71ca-4804-a8d7-5c086006bc6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3865 2025.03.21 18:42:43.121108 [ 267 ] {557691a3-71ca-4804-a8d7-5c086006bc6c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3866 2025.03.21 18:42:43.121348 [ 267 ] {557691a3-71ca-4804-a8d7-5c086006bc6c} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3867 2025.03.21 18:42:43.121552 [ 267 ] {557691a3-71ca-4804-a8d7-5c086006bc6c} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001428 sec., 5602.240896358543 rows/sec., 421.26 KiB/sec.
3868 2025.03.21 18:42:43.121658 [ 267 ] {557691a3-71ca-4804-a8d7-5c086006bc6c} <Debug> TCPHandler: Processed in 0.0016741 sec.
3869 2025.03.21 18:42:43.121780 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3870 2025.03.21 18:42:43.121884 [ 267 ] {751b6faf-7ee4-4918-8db0-a3b70518b72a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3871 2025.03.21 18:42:43.121929 [ 267 ] {751b6faf-7ee4-4918-8db0-a3b70518b72a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3872 2025.03.21 18:42:43.122468 [ 267 ] {751b6faf-7ee4-4918-8db0-a3b70518b72a} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3873 2025.03.21 18:42:43.122504 [ 267 ] {751b6faf-7ee4-4918-8db0-a3b70518b72a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3874 2025.03.21 18:42:43.122856 [ 267 ] {751b6faf-7ee4-4918-8db0-a3b70518b72a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3875 2025.03.21 18:42:43.123094 [ 267 ] {751b6faf-7ee4-4918-8db0-a3b70518b72a} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3876 2025.03.21 18:42:43.123268 [ 267 ] {751b6faf-7ee4-4918-8db0-a3b70518b72a} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001405 sec., 51245.55160142349 rows/sec., 4.00 MiB/sec.
3877 2025.03.21 18:42:43.123320 [ 267 ] {751b6faf-7ee4-4918-8db0-a3b70518b72a} <Debug> TCPHandler: Processed in 0.001590588 sec.
3878 2025.03.21 18:42:43.123430 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3879 2025.03.21 18:42:43.123535 [ 267 ] {5b58a619-1963-404a-9e7c-087edf9ea5c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3880 2025.03.21 18:42:43.123583 [ 267 ] {5b58a619-1963-404a-9e7c-087edf9ea5c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3881 2025.03.21 18:42:43.124086 [ 267 ] {5b58a619-1963-404a-9e7c-087edf9ea5c4} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3882 2025.03.21 18:42:43.124121 [ 267 ] {5b58a619-1963-404a-9e7c-087edf9ea5c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3883 2025.03.21 18:42:43.124506 [ 267 ] {5b58a619-1963-404a-9e7c-087edf9ea5c4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3884 2025.03.21 18:42:43.124744 [ 267 ] {5b58a619-1963-404a-9e7c-087edf9ea5c4} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3885 2025.03.21 18:42:43.124954 [ 267 ] {5b58a619-1963-404a-9e7c-087edf9ea5c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001441 sec., 111034.00416377516 rows/sec., 7.73 MiB/sec.
3886 2025.03.21 18:42:43.125168 [ 267 ] {5b58a619-1963-404a-9e7c-087edf9ea5c4} <Debug> TCPHandler: Processed in 0.001784101 sec.
3887 2025.03.21 18:42:43.125339 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3888 2025.03.21 18:42:43.125444 [ 267 ] {10406844-2f17-4f1e-b956-5c85345ae5eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3889 2025.03.21 18:42:43.125517 [ 267 ] {10406844-2f17-4f1e-b956-5c85345ae5eb} <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
3890 2025.03.21 18:42:43.126653 [ 267 ] {10406844-2f17-4f1e-b956-5c85345ae5eb} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3891 2025.03.21 18:42:43.126691 [ 267 ] {10406844-2f17-4f1e-b956-5c85345ae5eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3892 2025.03.21 18:42:43.127337 [ 267 ] {10406844-2f17-4f1e-b956-5c85345ae5eb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3893 2025.03.21 18:42:43.127597 [ 267 ] {10406844-2f17-4f1e-b956-5c85345ae5eb} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3894 2025.03.21 18:42:43.127801 [ 267 ] {10406844-2f17-4f1e-b956-5c85345ae5eb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00238 sec., 3361.344537815126 rows/sec., 6.02 MiB/sec.
3895 2025.03.21 18:42:43.127916 [ 267 ] {10406844-2f17-4f1e-b956-5c85345ae5eb} <Debug> TCPHandler: Processed in 0.002636867 sec.
3896 2025.03.21 18:42:43.128050 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3897 2025.03.21 18:42:43.128154 [ 267 ] {b727985c-bc1b-4e3a-b571-dd2ec5191f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3898 2025.03.21 18:42:43.128199 [ 267 ] {b727985c-bc1b-4e3a-b571-dd2ec5191f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3899 2025.03.21 18:42:43.128623 [ 267 ] {b727985c-bc1b-4e3a-b571-dd2ec5191f43} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3900 2025.03.21 18:42:43.128660 [ 267 ] {b727985c-bc1b-4e3a-b571-dd2ec5191f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3901 2025.03.21 18:42:43.129007 [ 267 ] {b727985c-bc1b-4e3a-b571-dd2ec5191f43} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3902 2025.03.21 18:42:43.129243 [ 267 ] {b727985c-bc1b-4e3a-b571-dd2ec5191f43} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3903 2025.03.21 18:42:43.129411 [ 267 ] {b727985c-bc1b-4e3a-b571-dd2ec5191f43} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00128 sec., 46874.99999999999 rows/sec., 3.16 MiB/sec.
3904 2025.03.21 18:42:43.129457 [ 267 ] {b727985c-bc1b-4e3a-b571-dd2ec5191f43} <Debug> TCPHandler: Processed in 0.001458056 sec.
3905 2025.03.21 18:42:44.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.28 MiB, peak 187.56 MiB, free memory in arenas 0.00 B, will set to 179.73 MiB (RSS), difference: 9.45 MiB
3906 2025.03.21 18:42:48.124321 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3907 2025.03.21 18:42:48.124647 [ 267 ] {0812c501-486e-41a4-a32e-4f3b38a0aad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3908 2025.03.21 18:42:48.124761 [ 267 ] {0812c501-486e-41a4-a32e-4f3b38a0aad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3909 2025.03.21 18:42:48.125655 [ 267 ] {0812c501-486e-41a4-a32e-4f3b38a0aad9} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3910 2025.03.21 18:42:48.125698 [ 267 ] {0812c501-486e-41a4-a32e-4f3b38a0aad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3911 2025.03.21 18:42:48.126138 [ 267 ] {0812c501-486e-41a4-a32e-4f3b38a0aad9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3912 2025.03.21 18:42:48.126387 [ 267 ] {0812c501-486e-41a4-a32e-4f3b38a0aad9} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3913 2025.03.21 18:42:48.126532 [ 112 ] {} <Debug> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3914 2025.03.21 18:42:48.126585 [ 112 ] {} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3915 2025.03.21 18:42:48.126594 [ 267 ] {0812c501-486e-41a4-a32e-4f3b38a0aad9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002031 sec., 104382.07779419006 rows/sec., 6.64 MiB/sec.
3916 2025.03.21 18:42:48.126615 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3917 2025.03.21 18:42:48.126691 [ 267 ] {0812c501-486e-41a4-a32e-4f3b38a0aad9} <Debug> TCPHandler: Processed in 0.002559775 sec.
3918 2025.03.21 18:42:48.126750 [ 188 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::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
3919 2025.03.21 18:42:48.126844 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3920 2025.03.21 18:42:48.126880 [ 188 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3921 2025.03.21 18:42:48.126921 [ 188 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 212 rows starting from the beginning of the part
3922 2025.03.21 18:42:48.126982 [ 267 ] {c1be1add-a95b-4b0d-a64e-e04067bb151d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3923 2025.03.21 18:42:48.127020 [ 188 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part
3924 2025.03.21 18:42:48.127100 [ 267 ] {c1be1add-a95b-4b0d-a64e-e04067bb151d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3925 2025.03.21 18:42:48.127368 [ 188 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part
3926 2025.03.21 18:42:48.127790 [ 188 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part
3927 2025.03.21 18:42:48.128156 [ 188 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part
3928 2025.03.21 18:42:48.129101 [ 267 ] {c1be1add-a95b-4b0d-a64e-e04067bb151d} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3929 2025.03.21 18:42:48.129147 [ 267 ] {c1be1add-a95b-4b0d-a64e-e04067bb151d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3930 2025.03.21 18:42:48.129786 [ 267 ] {c1be1add-a95b-4b0d-a64e-e04067bb151d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3931 2025.03.21 18:42:48.130186 [ 194 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003479421 sec., 304648.3883381747 rows/sec., 20.54 MiB/sec.
3932 2025.03.21 18:42:48.130203 [ 267 ] {c1be1add-a95b-4b0d-a64e-e04067bb151d} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3933 2025.03.21 18:42:48.130531 [ 194 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3934 2025.03.21 18:42:48.130742 [ 267 ] {c1be1add-a95b-4b0d-a64e-e04067bb151d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.003757 sec., 1064.6792653713069 rows/sec., 86.82 KiB/sec.
3935 2025.03.21 18:42:48.131069 [ 267 ] {c1be1add-a95b-4b0d-a64e-e04067bb151d} <Debug> TCPHandler: Processed in 0.004276096 sec.
3936 2025.03.21 18:42:48.131247 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3937 2025.03.21 18:42:48.131291 [ 194 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_9_2} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3938 2025.03.21 18:42:48.131456 [ 267 ] {bcc438c5-915d-4d9d-b3c7-455cebd72d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3939 2025.03.21 18:42:48.131481 [ 194 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_9_2} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3940 2025.03.21 18:42:48.131523 [ 267 ] {bcc438c5-915d-4d9d-b3c7-455cebd72d61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3941 2025.03.21 18:42:48.131665 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
3942 2025.03.21 18:42:48.132544 [ 267 ] {bcc438c5-915d-4d9d-b3c7-455cebd72d61} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3943 2025.03.21 18:42:48.132588 [ 267 ] {bcc438c5-915d-4d9d-b3c7-455cebd72d61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3944 2025.03.21 18:42:48.132991 [ 267 ] {bcc438c5-915d-4d9d-b3c7-455cebd72d61} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3945 2025.03.21 18:42:48.133232 [ 267 ] {bcc438c5-915d-4d9d-b3c7-455cebd72d61} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3946 2025.03.21 18:42:48.133418 [ 267 ] {bcc438c5-915d-4d9d-b3c7-455cebd72d61} <Debug> executeQuery: Read 683 rows, 55.57 KiB in 0.002024 sec., 337450.5928853755 rows/sec., 26.81 MiB/sec.
3947 2025.03.21 18:42:48.133470 [ 267 ] {bcc438c5-915d-4d9d-b3c7-455cebd72d61} <Debug> TCPHandler: Processed in 0.00228697 sec.
3948 2025.03.21 18:42:48.133602 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3949 2025.03.21 18:42:48.133738 [ 267 ] {dc8d360c-060e-4b53-b77e-2643a55425bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3950 2025.03.21 18:42:48.133794 [ 267 ] {dc8d360c-060e-4b53-b77e-2643a55425bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3951 2025.03.21 18:42:48.134393 [ 267 ] {dc8d360c-060e-4b53-b77e-2643a55425bc} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3952 2025.03.21 18:42:48.134431 [ 267 ] {dc8d360c-060e-4b53-b77e-2643a55425bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3953 2025.03.21 18:42:48.134796 [ 267 ] {dc8d360c-060e-4b53-b77e-2643a55425bc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3954 2025.03.21 18:42:48.135036 [ 267 ] {dc8d360c-060e-4b53-b77e-2643a55425bc} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3955 2025.03.21 18:42:48.135253 [ 267 ] {dc8d360c-060e-4b53-b77e-2643a55425bc} <Debug> executeQuery: Read 142 rows, 9.07 KiB in 0.001543 sec., 92028.51587815942 rows/sec., 5.74 MiB/sec.
3956 2025.03.21 18:42:48.135455 [ 267 ] {dc8d360c-060e-4b53-b77e-2643a55425bc} <Debug> TCPHandler: Processed in 0.001911674 sec.
3957 2025.03.21 18:42:48.135586 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3958 2025.03.21 18:42:48.135690 [ 267 ] {5a1766b7-8818-4761-bb69-4f88940ee2eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3959 2025.03.21 18:42:48.135736 [ 267 ] {5a1766b7-8818-4761-bb69-4f88940ee2eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3960 2025.03.21 18:42:48.136305 [ 267 ] {5a1766b7-8818-4761-bb69-4f88940ee2eb} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3961 2025.03.21 18:42:48.136344 [ 267 ] {5a1766b7-8818-4761-bb69-4f88940ee2eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3962 2025.03.21 18:42:48.136711 [ 267 ] {5a1766b7-8818-4761-bb69-4f88940ee2eb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3963 2025.03.21 18:42:48.136952 [ 267 ] {5a1766b7-8818-4761-bb69-4f88940ee2eb} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3964 2025.03.21 18:42:48.137121 [ 267 ] {5a1766b7-8818-4761-bb69-4f88940ee2eb} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001454 sec., 77716.64374140302 rows/sec., 5.03 MiB/sec.
3965 2025.03.21 18:42:48.137171 [ 267 ] {5a1766b7-8818-4761-bb69-4f88940ee2eb} <Debug> TCPHandler: Processed in 0.001636459 sec.
3966 2025.03.21 18:42:48.137285 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3967 2025.03.21 18:42:48.137389 [ 267 ] {3a4df4c5-bedf-4ffc-b6d4-28ee1b1e7a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3968 2025.03.21 18:42:48.137432 [ 267 ] {3a4df4c5-bedf-4ffc-b6d4-28ee1b1e7a19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3969 2025.03.21 18:42:48.137966 [ 267 ] {3a4df4c5-bedf-4ffc-b6d4-28ee1b1e7a19} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3970 2025.03.21 18:42:48.138004 [ 267 ] {3a4df4c5-bedf-4ffc-b6d4-28ee1b1e7a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3971 2025.03.21 18:42:48.138348 [ 267 ] {3a4df4c5-bedf-4ffc-b6d4-28ee1b1e7a19} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3972 2025.03.21 18:42:48.138595 [ 267 ] {3a4df4c5-bedf-4ffc-b6d4-28ee1b1e7a19} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3973 2025.03.21 18:42:48.138771 [ 111 ] {} <Debug> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3974 2025.03.21 18:42:48.138799 [ 267 ] {3a4df4c5-bedf-4ffc-b6d4-28ee1b1e7a19} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001431 sec., 78266.94619147449 rows/sec., 4.46 MiB/sec.
3975 2025.03.21 18:42:48.138884 [ 111 ] {} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3976 2025.03.21 18:42:48.138938 [ 267 ] {3a4df4c5-bedf-4ffc-b6d4-28ee1b1e7a19} <Debug> TCPHandler: Processed in 0.00169941 sec.
3977 2025.03.21 18:42:48.138975 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3978 2025.03.21 18:42:48.139129 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3979 2025.03.21 18:42:48.139321 [ 188 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::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
3980 2025.03.21 18:42:48.139372 [ 267 ] {cd357b5c-2ba1-4aff-a8a5-87309e7c4aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3981 2025.03.21 18:42:48.139539 [ 267 ] {cd357b5c-2ba1-4aff-a8a5-87309e7c4aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3982 2025.03.21 18:42:48.139926 [ 188 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3983 2025.03.21 18:42:48.140026 [ 188 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 112 rows starting from the beginning of the part
3984 2025.03.21 18:42:48.140240 [ 188 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part
3985 2025.03.21 18:42:48.140942 [ 188 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part
3986 2025.03.21 18:42:48.141511 [ 188 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part
3987 2025.03.21 18:42:48.141769 [ 188 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part
3988 2025.03.21 18:42:48.142809 [ 267 ] {cd357b5c-2ba1-4aff-a8a5-87309e7c4aaf} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3989 2025.03.21 18:42:48.142858 [ 267 ] {cd357b5c-2ba1-4aff-a8a5-87309e7c4aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
3990 2025.03.21 18:42:48.143450 [ 194 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004344776 sec., 128890.41920688201 rows/sec., 7.83 MiB/sec.
3991 2025.03.21 18:42:48.143460 [ 267 ] {cd357b5c-2ba1-4aff-a8a5-87309e7c4aaf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3992 2025.03.21 18:42:48.143654 [ 194 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3993 2025.03.21 18:42:48.143871 [ 267 ] {cd357b5c-2ba1-4aff-a8a5-87309e7c4aaf} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3994 2025.03.21 18:42:48.144322 [ 194 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_9_2} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3995 2025.03.21 18:42:48.144421 [ 267 ] {cd357b5c-2ba1-4aff-a8a5-87309e7c4aaf} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.005054 sec., 82706.76691729322 rows/sec., 5.89 MiB/sec.
3996 2025.03.21 18:42:48.144721 [ 194 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_9_2} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3997 2025.03.21 18:42:48.144866 [ 267 ] {cd357b5c-2ba1-4aff-a8a5-87309e7c4aaf} <Debug> TCPHandler: Processed in 0.005812332 sec.
3998 2025.03.21 18:42:48.145027 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
3999 2025.03.21 18:42:48.145155 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4000 2025.03.21 18:42:48.145264 [ 267 ] {fa62824d-1d23-46dc-8e71-603facab02fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4001 2025.03.21 18:42:48.145312 [ 267 ] {fa62824d-1d23-46dc-8e71-603facab02fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4002 2025.03.21 18:42:48.145785 [ 267 ] {fa62824d-1d23-46dc-8e71-603facab02fc} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4003 2025.03.21 18:42:48.145824 [ 267 ] {fa62824d-1d23-46dc-8e71-603facab02fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4004 2025.03.21 18:42:48.146186 [ 267 ] {fa62824d-1d23-46dc-8e71-603facab02fc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4005 2025.03.21 18:42:48.146428 [ 267 ] {fa62824d-1d23-46dc-8e71-603facab02fc} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4006 2025.03.21 18:42:48.146677 [ 267 ] {fa62824d-1d23-46dc-8e71-603facab02fc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec.
4007 2025.03.21 18:42:48.146733 [ 267 ] {fa62824d-1d23-46dc-8e71-603facab02fc} <Debug> TCPHandler: Processed in 0.001646319 sec.
4008 2025.03.21 18:42:48.146837 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4009 2025.03.21 18:42:48.146940 [ 267 ] {445dc29c-dc61-424f-b731-c94356485973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4010 2025.03.21 18:42:48.146988 [ 267 ] {445dc29c-dc61-424f-b731-c94356485973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4011 2025.03.21 18:42:48.147512 [ 267 ] {445dc29c-dc61-424f-b731-c94356485973} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4012 2025.03.21 18:42:48.147550 [ 267 ] {445dc29c-dc61-424f-b731-c94356485973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4013 2025.03.21 18:42:48.147935 [ 267 ] {445dc29c-dc61-424f-b731-c94356485973} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4014 2025.03.21 18:42:48.148191 [ 267 ] {445dc29c-dc61-424f-b731-c94356485973} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4015 2025.03.21 18:42:48.148444 [ 267 ] {445dc29c-dc61-424f-b731-c94356485973} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001526 sec., 156618.6107470511 rows/sec., 10.50 MiB/sec.
4016 2025.03.21 18:42:48.148649 [ 267 ] {445dc29c-dc61-424f-b731-c94356485973} <Debug> TCPHandler: Processed in 0.001855333 sec.
4017 2025.03.21 18:42:48.148829 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4018 2025.03.21 18:42:48.148936 [ 267 ] {4e8033e3-1db7-4eaa-a65e-e4157c48f330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4019 2025.03.21 18:42:48.148985 [ 267 ] {4e8033e3-1db7-4eaa-a65e-e4157c48f330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4020 2025.03.21 18:42:48.149442 [ 267 ] {4e8033e3-1db7-4eaa-a65e-e4157c48f330} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4021 2025.03.21 18:42:48.149481 [ 267 ] {4e8033e3-1db7-4eaa-a65e-e4157c48f330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4022 2025.03.21 18:42:48.149820 [ 267 ] {4e8033e3-1db7-4eaa-a65e-e4157c48f330} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4023 2025.03.21 18:42:48.150053 [ 267 ] {4e8033e3-1db7-4eaa-a65e-e4157c48f330} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4024 2025.03.21 18:42:48.150293 [ 267 ] {4e8033e3-1db7-4eaa-a65e-e4157c48f330} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001379 sec., 725.1631617113851 rows/sec., 48.86 KiB/sec.
4025 2025.03.21 18:42:48.150346 [ 267 ] {4e8033e3-1db7-4eaa-a65e-e4157c48f330} <Debug> TCPHandler: Processed in 0.001567048 sec.
4026 2025.03.21 18:42:48.150464 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4027 2025.03.21 18:42:48.150569 [ 267 ] {bfb9ddc8-932a-4f89-bede-6c9d5575384f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4028 2025.03.21 18:42:48.150634 [ 267 ] {bfb9ddc8-932a-4f89-bede-6c9d5575384f} <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
4029 2025.03.21 18:42:48.151731 [ 267 ] {bfb9ddc8-932a-4f89-bede-6c9d5575384f} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4030 2025.03.21 18:42:48.151770 [ 267 ] {bfb9ddc8-932a-4f89-bede-6c9d5575384f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4031 2025.03.21 18:42:48.152398 [ 267 ] {bfb9ddc8-932a-4f89-bede-6c9d5575384f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4032 2025.03.21 18:42:48.152656 [ 267 ] {bfb9ddc8-932a-4f89-bede-6c9d5575384f} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4033 2025.03.21 18:42:48.152897 [ 267 ] {bfb9ddc8-932a-4f89-bede-6c9d5575384f} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00235 sec., 13617.021276595744 rows/sec., 24.40 MiB/sec.
4034 2025.03.21 18:42:48.152995 [ 267 ] {bfb9ddc8-932a-4f89-bede-6c9d5575384f} <Debug> TCPHandler: Processed in 0.002581486 sec.
4035 2025.03.21 18:42:48.153122 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4036 2025.03.21 18:42:48.153237 [ 267 ] {d343f625-17af-4275-bf32-7af8c56d8873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4037 2025.03.21 18:42:48.153284 [ 267 ] {d343f625-17af-4275-bf32-7af8c56d8873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4038 2025.03.21 18:42:48.153740 [ 267 ] {d343f625-17af-4275-bf32-7af8c56d8873} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4039 2025.03.21 18:42:48.153781 [ 267 ] {d343f625-17af-4275-bf32-7af8c56d8873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4040 2025.03.21 18:42:48.154151 [ 267 ] {d343f625-17af-4275-bf32-7af8c56d8873} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4041 2025.03.21 18:42:48.154400 [ 267 ] {d343f625-17af-4275-bf32-7af8c56d8873} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4042 2025.03.21 18:42:48.154616 [ 267 ] {d343f625-17af-4275-bf32-7af8c56d8873} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001402 sec., 58487.87446504993 rows/sec., 3.71 MiB/sec.
4043 2025.03.21 18:42:48.154667 [ 267 ] {d343f625-17af-4275-bf32-7af8c56d8873} <Debug> TCPHandler: Processed in 0.001599048 sec.
4044 2025.03.21 18:42:49.931719 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808
4045 2025.03.21 18:42:49.932373 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4046 2025.03.21 18:42:49.932417 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4047 2025.03.21 18:42:49.932956 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4048 2025.03.21 18:42:49.933232 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4049 2025.03.21 18:42:49.933511 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808
4050 2025.03.21 18:42:50.450213 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
4051 2025.03.21 18:42:50.470053 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4052 2025.03.21 18:42:50.470118 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4053 2025.03.21 18:42:50.477534 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4054 2025.03.21 18:42:50.478353 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4055 2025.03.21 18:42:50.481676 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
4056 2025.03.21 18:42:51.000224 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.29 MiB, peak 187.56 MiB, free memory in arenas 0.00 B, will set to 181.50 MiB (RSS), difference: 1.22 MiB
4057 2025.03.21 18:42:52.458068 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 564
4058 2025.03.21 18:42:52.461136 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4059 2025.03.21 18:42:52.461188 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4060 2025.03.21 18:42:52.462660 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4061 2025.03.21 18:42:52.462986 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4062 2025.03.21 18:42:52.464228 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 564
4063 2025.03.21 18:42:53.117246 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4064 2025.03.21 18:42:53.117459 [ 267 ] {96301215-f2b0-499e-87ef-39fe77a7ab34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4065 2025.03.21 18:42:53.117540 [ 267 ] {96301215-f2b0-499e-87ef-39fe77a7ab34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4066 2025.03.21 18:42:53.118409 [ 267 ] {96301215-f2b0-499e-87ef-39fe77a7ab34} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4067 2025.03.21 18:42:53.118467 [ 267 ] {96301215-f2b0-499e-87ef-39fe77a7ab34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4068 2025.03.21 18:42:53.119018 [ 267 ] {96301215-f2b0-499e-87ef-39fe77a7ab34} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4069 2025.03.21 18:42:53.119307 [ 267 ] {96301215-f2b0-499e-87ef-39fe77a7ab34} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4070 2025.03.21 18:42:53.119499 [ 106 ] {} <Debug> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4071 2025.03.21 18:42:53.119568 [ 267 ] {96301215-f2b0-499e-87ef-39fe77a7ab34} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002163 sec., 33287.1012482663 rows/sec., 2.70 MiB/sec.
4072 2025.03.21 18:42:53.119584 [ 106 ] {} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4073 2025.03.21 18:42:53.119663 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4074 2025.03.21 18:42:53.119715 [ 267 ] {96301215-f2b0-499e-87ef-39fe77a7ab34} <Debug> TCPHandler: Processed in 0.002616486 sec.
4075 2025.03.21 18:42:53.119951 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4076 2025.03.21 18:42:53.119996 [ 189 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
4077 2025.03.21 18:42:53.120111 [ 267 ] {327c0448-b4d5-459e-87a4-04758c25f00a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4078 2025.03.21 18:42:53.120209 [ 267 ] {327c0448-b4d5-459e-87a4-04758c25f00a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4079 2025.03.21 18:42:53.120517 [ 189 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4080 2025.03.21 18:42:53.120640 [ 189 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1844 rows starting from the beginning of the part
4081 2025.03.21 18:42:53.121141 [ 189 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
4082 2025.03.21 18:42:53.121448 [ 189 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 681 rows starting from the beginning of the part
4083 2025.03.21 18:42:53.121762 [ 189 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 72 rows starting from the beginning of the part
4084 2025.03.21 18:42:53.122016 [ 189 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 683 rows starting from the beginning of the part
4085 2025.03.21 18:42:53.122322 [ 189 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 72 rows starting from the beginning of the part
4086 2025.03.21 18:42:53.123136 [ 267 ] {327c0448-b4d5-459e-87a4-04758c25f00a} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4087 2025.03.21 18:42:53.123200 [ 267 ] {327c0448-b4d5-459e-87a4-04758c25f00a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4088 2025.03.21 18:42:53.124202 [ 267 ] {327c0448-b4d5-459e-87a4-04758c25f00a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4089 2025.03.21 18:42:53.124796 [ 267 ] {327c0448-b4d5-459e-87a4-04758c25f00a} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4090 2025.03.21 18:42:53.125276 [ 267 ] {327c0448-b4d5-459e-87a4-04758c25f00a} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005209 sec., 1535.8034171626032 rows/sec., 115.49 KiB/sec.
4091 2025.03.21 18:42:53.125586 [ 267 ] {327c0448-b4d5-459e-87a4-04758c25f00a} <Debug> TCPHandler: Processed in 0.005728751 sec.
4092 2025.03.21 18:42:53.125882 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4093 2025.03.21 18:42:53.126019 [ 188 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 5 columns (5 merged, 0 gathered) in 0.00620143 sec., 549550.6681523455 rows/sec., 46.42 MiB/sec.
4094 2025.03.21 18:42:53.126047 [ 267 ] {b3485fdb-97f5-4ea6-8e44-9c04f2109806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4095 2025.03.21 18:42:53.126103 [ 267 ] {b3485fdb-97f5-4ea6-8e44-9c04f2109806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4096 2025.03.21 18:42:53.126432 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4097 2025.03.21 18:42:53.127112 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_26_5} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4098 2025.03.21 18:42:53.127206 [ 267 ] {b3485fdb-97f5-4ea6-8e44-9c04f2109806} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4099 2025.03.21 18:42:53.127285 [ 267 ] {b3485fdb-97f5-4ea6-8e44-9c04f2109806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4100 2025.03.21 18:42:53.127313 [ 199 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_26_5} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4101 2025.03.21 18:42:53.127502 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
4102 2025.03.21 18:42:53.127812 [ 267 ] {b3485fdb-97f5-4ea6-8e44-9c04f2109806} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4103 2025.03.21 18:42:53.128069 [ 267 ] {b3485fdb-97f5-4ea6-8e44-9c04f2109806} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4104 2025.03.21 18:42:53.128234 [ 106 ] {} <Debug> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4105 2025.03.21 18:42:53.128295 [ 106 ] {} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4106 2025.03.21 18:42:53.128331 [ 267 ] {b3485fdb-97f5-4ea6-8e44-9c04f2109806} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002303 sec., 31263.56925749023 rows/sec., 2.44 MiB/sec.
4107 2025.03.21 18:42:53.128341 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4108 2025.03.21 18:42:53.128492 [ 267 ] {b3485fdb-97f5-4ea6-8e44-9c04f2109806} <Debug> TCPHandler: Processed in 0.002723138 sec.
4109 2025.03.21 18:42:53.128577 [ 190 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
4110 2025.03.21 18:42:53.128673 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4111 2025.03.21 18:42:53.128742 [ 190 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4112 2025.03.21 18:42:53.128820 [ 190 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 910 rows starting from the beginning of the part
4113 2025.03.21 18:42:53.128867 [ 267 ] {28f66da4-f5ba-44e5-acca-086789c13f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4114 2025.03.21 18:42:53.129101 [ 190 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
4115 2025.03.21 18:42:53.129110 [ 267 ] {28f66da4-f5ba-44e5-acca-086789c13f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4116 2025.03.21 18:42:53.129430 [ 190 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 414 rows starting from the beginning of the part
4117 2025.03.21 18:42:53.129749 [ 190 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 72 rows starting from the beginning of the part
4118 2025.03.21 18:42:53.130062 [ 190 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 418 rows starting from the beginning of the part
4119 2025.03.21 18:42:53.130368 [ 190 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 72 rows starting from the beginning of the part
4120 2025.03.21 18:42:53.131806 [ 267 ] {28f66da4-f5ba-44e5-acca-086789c13f67} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4121 2025.03.21 18:42:53.131862 [ 267 ] {28f66da4-f5ba-44e5-acca-086789c13f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4122 2025.03.21 18:42:53.132881 [ 267 ] {28f66da4-f5ba-44e5-acca-086789c13f67} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4123 2025.03.21 18:42:53.133208 [ 267 ] {28f66da4-f5ba-44e5-acca-086789c13f67} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4124 2025.03.21 18:42:53.133546 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4125 2025.03.21 18:42:53.133691 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4126 2025.03.21 18:42:53.133807 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4127 2025.03.21 18:42:53.133929 [ 196 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.005440845 sec., 358400.2117318174 rows/sec., 27.38 MiB/sec.
4128 2025.03.21 18:42:53.133959 [ 267 ] {28f66da4-f5ba-44e5-acca-086789c13f67} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005137 sec., 31146.583609110374 rows/sec., 2.17 MiB/sec.
4129 2025.03.21 18:42:53.134063 [ 188 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
4130 2025.03.21 18:42:53.134087 [ 267 ] {28f66da4-f5ba-44e5-acca-086789c13f67} <Debug> TCPHandler: Processed in 0.005481266 sec.
4131 2025.03.21 18:42:53.134218 [ 196 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4132 2025.03.21 18:42:53.134264 [ 188 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4133 2025.03.21 18:42:53.134277 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4134 2025.03.21 18:42:53.134335 [ 188 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7100 rows starting from the beginning of the part
4135 2025.03.21 18:42:53.134613 [ 267 ] {951eed40-d861-47c5-b228-6f318454cce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4136 2025.03.21 18:42:53.134809 [ 188 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 42 rows starting from the beginning of the part
4137 2025.03.21 18:42:53.135191 [ 267 ] {951eed40-d861-47c5-b228-6f318454cce0} <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
4138 2025.03.21 18:42:53.135252 [ 190 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_26_5} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4139 2025.03.21 18:42:53.135397 [ 188 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part
4140 2025.03.21 18:42:53.135853 [ 190 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_26_5} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4141 2025.03.21 18:42:53.135918 [ 188 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
4142 2025.03.21 18:42:53.136255 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
4143 2025.03.21 18:42:53.136419 [ 188 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 239 rows starting from the beginning of the part
4144 2025.03.21 18:42:53.136764 [ 188 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
4145 2025.03.21 18:42:53.138972 [ 267 ] {951eed40-d861-47c5-b228-6f318454cce0} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4146 2025.03.21 18:42:53.139021 [ 267 ] {951eed40-d861-47c5-b228-6f318454cce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4147 2025.03.21 18:42:53.139792 [ 267 ] {951eed40-d861-47c5-b228-6f318454cce0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4148 2025.03.21 18:42:53.140083 [ 267 ] {951eed40-d861-47c5-b228-6f318454cce0} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4149 2025.03.21 18:42:53.140259 [ 196 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7938 rows, containing 5 columns (5 merged, 0 gathered) in 0.006312551 sec., 1257494.7909331743 rows/sec., 84.87 MiB/sec.
4150 2025.03.21 18:42:53.140470 [ 267 ] {951eed40-d861-47c5-b228-6f318454cce0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006065 sec., 1319.0436933223414 rows/sec., 2.36 MiB/sec.
4151 2025.03.21 18:42:53.140596 [ 267 ] {951eed40-d861-47c5-b228-6f318454cce0} <Debug> TCPHandler: Processed in 0.006391512 sec.
4152 2025.03.21 18:42:53.140718 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4153 2025.03.21 18:42:53.140832 [ 267 ] {985a3d0d-8dbd-4e13-b450-958ee33e52ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4154 2025.03.21 18:42:53.140881 [ 267 ] {985a3d0d-8dbd-4e13-b450-958ee33e52ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4155 2025.03.21 18:42:53.140913 [ 196 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4156 2025.03.21 18:42:53.141306 [ 196 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4157 2025.03.21 18:42:53.141412 [ 196 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4158 2025.03.21 18:42:53.141514 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB.
4159 2025.03.21 18:42:53.141554 [ 267 ] {985a3d0d-8dbd-4e13-b450-958ee33e52ce} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4160 2025.03.21 18:42:53.141593 [ 267 ] {985a3d0d-8dbd-4e13-b450-958ee33e52ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4161 2025.03.21 18:42:53.141960 [ 267 ] {985a3d0d-8dbd-4e13-b450-958ee33e52ce} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4162 2025.03.21 18:42:53.142198 [ 267 ] {985a3d0d-8dbd-4e13-b450-958ee33e52ce} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4163 2025.03.21 18:42:53.142394 [ 105 ] {} <Debug> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4164 2025.03.21 18:42:53.142458 [ 267 ] {985a3d0d-8dbd-4e13-b450-958ee33e52ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001651 sec., 36341.611144760755 rows/sec., 2.45 MiB/sec.
4165 2025.03.21 18:42:53.142496 [ 105 ] {} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4166 2025.03.21 18:42:53.142573 [ 267 ] {985a3d0d-8dbd-4e13-b450-958ee33e52ce} <Debug> TCPHandler: Processed in 0.001898054 sec.
4167 2025.03.21 18:42:53.142592 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4168 2025.03.21 18:42:53.142782 [ 188 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
4169 2025.03.21 18:42:53.142896 [ 188 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4170 2025.03.21 18:42:53.142926 [ 188 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1116 rows starting from the beginning of the part
4171 2025.03.21 18:42:53.142992 [ 188 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 16 rows starting from the beginning of the part
4172 2025.03.21 18:42:53.143283 [ 188 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part
4173 2025.03.21 18:42:53.143381 [ 188 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
4174 2025.03.21 18:42:53.143600 [ 188 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part
4175 2025.03.21 18:42:53.143754 [ 188 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
4176 2025.03.21 18:42:53.144935 [ 196 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1416 rows, containing 4 columns (4 merged, 0 gathered) in 0.002219499 sec., 637981.8148149649 rows/sec., 41.63 MiB/sec.
4177 2025.03.21 18:42:53.145191 [ 195 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4178 2025.03.21 18:42:53.145576 [ 195 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_26_5} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4179 2025.03.21 18:42:53.145677 [ 195 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_26_5} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4180 2025.03.21 18:42:53.145778 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
4181 2025.03.21 18:42:57.345908 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache
4182 2025.03.21 18:42:57.345974 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache
4183 2025.03.21 18:42:57.433676 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296
4184 2025.03.21 18:42:57.434414 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4185 2025.03.21 18:42:57.434465 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4186 2025.03.21 18:42:57.435006 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4187 2025.03.21 18:42:57.435279 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4188 2025.03.21 18:42:57.435625 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
4189 2025.03.21 18:42:57.981785 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
4190 2025.03.21 18:42:58.002147 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4191 2025.03.21 18:42:58.002197 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4192 2025.03.21 18:42:58.009925 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4193 2025.03.21 18:42:58.010758 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4194 2025.03.21 18:42:58.014423 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
4195 2025.03.21 18:42:58.124262 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4196 2025.03.21 18:42:58.124443 [ 267 ] {40527c9e-6eb4-4999-8cd3-56b96903b111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4197 2025.03.21 18:42:58.124511 [ 267 ] {40527c9e-6eb4-4999-8cd3-56b96903b111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4198 2025.03.21 18:42:58.125370 [ 267 ] {40527c9e-6eb4-4999-8cd3-56b96903b111} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4199 2025.03.21 18:42:58.125414 [ 267 ] {40527c9e-6eb4-4999-8cd3-56b96903b111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4200 2025.03.21 18:42:58.125986 [ 267 ] {40527c9e-6eb4-4999-8cd3-56b96903b111} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4201 2025.03.21 18:42:58.126284 [ 267 ] {40527c9e-6eb4-4999-8cd3-56b96903b111} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4202 2025.03.21 18:42:58.126527 [ 267 ] {40527c9e-6eb4-4999-8cd3-56b96903b111} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002136 sec., 99250.93632958802 rows/sec., 6.31 MiB/sec.
4203 2025.03.21 18:42:58.126584 [ 267 ] {40527c9e-6eb4-4999-8cd3-56b96903b111} <Debug> TCPHandler: Processed in 0.002476254 sec.
4204 2025.03.21 18:42:58.126714 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4205 2025.03.21 18:42:58.126824 [ 267 ] {a2f96063-858a-4924-aa00-5ff3488cf9b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4206 2025.03.21 18:42:58.126871 [ 267 ] {a2f96063-858a-4924-aa00-5ff3488cf9b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4207 2025.03.21 18:42:58.127720 [ 267 ] {a2f96063-858a-4924-aa00-5ff3488cf9b5} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4208 2025.03.21 18:42:58.127761 [ 267 ] {a2f96063-858a-4924-aa00-5ff3488cf9b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4209 2025.03.21 18:42:58.128270 [ 267 ] {a2f96063-858a-4924-aa00-5ff3488cf9b5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4210 2025.03.21 18:42:58.128514 [ 267 ] {a2f96063-858a-4924-aa00-5ff3488cf9b5} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4211 2025.03.21 18:42:58.128725 [ 267 ] {a2f96063-858a-4924-aa00-5ff3488cf9b5} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.001926 sec., 353582.554517134 rows/sec., 28.10 MiB/sec.
4212 2025.03.21 18:42:58.128776 [ 267 ] {a2f96063-858a-4924-aa00-5ff3488cf9b5} <Debug> TCPHandler: Processed in 0.002115998 sec.
4213 2025.03.21 18:42:58.128894 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4214 2025.03.21 18:42:58.129000 [ 267 ] {0f8946e1-629c-4884-97e7-1752275481c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4215 2025.03.21 18:42:58.129045 [ 267 ] {0f8946e1-629c-4884-97e7-1752275481c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4216 2025.03.21 18:42:58.129610 [ 267 ] {0f8946e1-629c-4884-97e7-1752275481c0} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4217 2025.03.21 18:42:58.129651 [ 267 ] {0f8946e1-629c-4884-97e7-1752275481c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4218 2025.03.21 18:42:58.130012 [ 267 ] {0f8946e1-629c-4884-97e7-1752275481c0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4219 2025.03.21 18:42:58.130249 [ 267 ] {0f8946e1-629c-4884-97e7-1752275481c0} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4220 2025.03.21 18:42:58.130414 [ 99 ] {} <Debug> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4221 2025.03.21 18:42:58.130479 [ 267 ] {0f8946e1-629c-4884-97e7-1752275481c0} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001498 sec., 92122.83044058745 rows/sec., 5.73 MiB/sec.
4222 2025.03.21 18:42:58.130495 [ 99 ] {} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4223 2025.03.21 18:42:58.130570 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4224 2025.03.21 18:42:58.130597 [ 267 ] {0f8946e1-629c-4884-97e7-1752275481c0} <Debug> TCPHandler: Processed in 0.001754131 sec.
4225 2025.03.21 18:42:58.130747 [ 188 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
4226 2025.03.21 18:42:58.130761 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4227 2025.03.21 18:42:58.130914 [ 267 ] {70b0bba3-f238-4ca2-9384-bc7aaabd734a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4228 2025.03.21 18:42:58.130914 [ 188 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4229 2025.03.21 18:42:58.130971 [ 267 ] {70b0bba3-f238-4ca2-9384-bc7aaabd734a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4230 2025.03.21 18:42:58.130974 [ 188 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 160 rows starting from the beginning of the part
4231 2025.03.21 18:42:58.131160 [ 188 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 138 rows starting from the beginning of the part
4232 2025.03.21 18:42:58.131616 [ 188 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part
4233 2025.03.21 18:42:58.132006 [ 188 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 142 rows starting from the beginning of the part
4234 2025.03.21 18:42:58.132366 [ 188 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part
4235 2025.03.21 18:42:58.132762 [ 188 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 138 rows starting from the beginning of the part
4236 2025.03.21 18:42:58.133477 [ 267 ] {70b0bba3-f238-4ca2-9384-bc7aaabd734a} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4237 2025.03.21 18:42:58.133523 [ 267 ] {70b0bba3-f238-4ca2-9384-bc7aaabd734a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4238 2025.03.21 18:42:58.134069 [ 267 ] {70b0bba3-f238-4ca2-9384-bc7aaabd734a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4239 2025.03.21 18:42:58.134447 [ 267 ] {70b0bba3-f238-4ca2-9384-bc7aaabd734a} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4240 2025.03.21 18:42:58.134484 [ 196 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 594 rows, containing 5 columns (5 merged, 0 gathered) in 0.003818587 sec., 155554.92123133506 rows/sec., 10.37 MiB/sec.
4241 2025.03.21 18:42:58.134713 [ 196 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4242 2025.03.21 18:42:58.134885 [ 267 ] {70b0bba3-f238-4ca2-9384-bc7aaabd734a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.003992 sec., 28306.613226452908 rows/sec., 1.83 MiB/sec.
4243 2025.03.21 18:42:58.135297 [ 267 ] {70b0bba3-f238-4ca2-9384-bc7aaabd734a} <Debug> TCPHandler: Processed in 0.004590701 sec.
4244 2025.03.21 18:42:58.135554 [ 196 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_21_4} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4245 2025.03.21 18:42:58.135562 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4246 2025.03.21 18:42:58.135641 [ 196 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_21_4} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4247 2025.03.21 18:42:58.135690 [ 267 ] {8e555ab2-47af-413b-9f9e-af26177fdbf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4248 2025.03.21 18:42:58.135731 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
4249 2025.03.21 18:42:58.135755 [ 267 ] {8e555ab2-47af-413b-9f9e-af26177fdbf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4250 2025.03.21 18:42:58.136359 [ 267 ] {8e555ab2-47af-413b-9f9e-af26177fdbf7} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4251 2025.03.21 18:42:58.136397 [ 267 ] {8e555ab2-47af-413b-9f9e-af26177fdbf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4252 2025.03.21 18:42:58.136755 [ 267 ] {8e555ab2-47af-413b-9f9e-af26177fdbf7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4253 2025.03.21 18:42:58.137014 [ 267 ] {8e555ab2-47af-413b-9f9e-af26177fdbf7} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4254 2025.03.21 18:42:58.137317 [ 267 ] {8e555ab2-47af-413b-9f9e-af26177fdbf7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001629 sec., 68753.83670963782 rows/sec., 3.92 MiB/sec.
4255 2025.03.21 18:42:58.137459 [ 267 ] {8e555ab2-47af-413b-9f9e-af26177fdbf7} <Debug> TCPHandler: Processed in 0.001963074 sec.
4256 2025.03.21 18:42:58.137583 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4257 2025.03.21 18:42:58.137688 [ 267 ] {51402a8a-c05b-4a81-97ec-75074910f7cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4258 2025.03.21 18:42:58.137732 [ 267 ] {51402a8a-c05b-4a81-97ec-75074910f7cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4259 2025.03.21 18:42:58.138414 [ 267 ] {51402a8a-c05b-4a81-97ec-75074910f7cf} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4260 2025.03.21 18:42:58.138454 [ 267 ] {51402a8a-c05b-4a81-97ec-75074910f7cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4261 2025.03.21 18:42:58.138825 [ 267 ] {51402a8a-c05b-4a81-97ec-75074910f7cf} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4262 2025.03.21 18:42:58.139063 [ 267 ] {51402a8a-c05b-4a81-97ec-75074910f7cf} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4263 2025.03.21 18:42:58.139288 [ 267 ] {51402a8a-c05b-4a81-97ec-75074910f7cf} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001622 sec., 255240.44389642417 rows/sec., 18.15 MiB/sec.
4264 2025.03.21 18:42:58.139340 [ 267 ] {51402a8a-c05b-4a81-97ec-75074910f7cf} <Debug> TCPHandler: Processed in 0.001808431 sec.
4265 2025.03.21 18:42:58.139458 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4266 2025.03.21 18:42:58.139564 [ 267 ] {bc917078-ad29-4e0a-9d32-c137d4be7c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4267 2025.03.21 18:42:58.139610 [ 267 ] {bc917078-ad29-4e0a-9d32-c137d4be7c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4268 2025.03.21 18:42:58.140049 [ 267 ] {bc917078-ad29-4e0a-9d32-c137d4be7c8f} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4269 2025.03.21 18:42:58.140088 [ 267 ] {bc917078-ad29-4e0a-9d32-c137d4be7c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4270 2025.03.21 18:42:58.140439 [ 267 ] {bc917078-ad29-4e0a-9d32-c137d4be7c8f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4271 2025.03.21 18:42:58.140674 [ 267 ] {bc917078-ad29-4e0a-9d32-c137d4be7c8f} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4272 2025.03.21 18:42:58.140824 [ 99 ] {} <Debug> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
4273 2025.03.21 18:42:58.140884 [ 99 ] {} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4274 2025.03.21 18:42:58.140922 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4275 2025.03.21 18:42:58.140919 [ 267 ] {bc917078-ad29-4e0a-9d32-c137d4be7c8f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001366 sec., 4392.386530014641 rows/sec., 229.49 KiB/sec.
4276 2025.03.21 18:42:58.141072 [ 267 ] {bc917078-ad29-4e0a-9d32-c137d4be7c8f} <Debug> TCPHandler: Processed in 0.001664049 sec.
4277 2025.03.21 18:42:58.141111 [ 188 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full
4278 2025.03.21 18:42:58.141223 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4279 2025.03.21 18:42:58.141244 [ 188 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4280 2025.03.21 18:42:58.141277 [ 188 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part
4281 2025.03.21 18:42:58.141394 [ 267 ] {d1efbd7b-008f-488f-8b1c-980195aa6ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4282 2025.03.21 18:42:58.141493 [ 188 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
4283 2025.03.21 18:42:58.141590 [ 267 ] {d1efbd7b-008f-488f-8b1c-980195aa6ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4284 2025.03.21 18:42:58.141883 [ 188 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
4285 2025.03.21 18:42:58.142277 [ 188 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
4286 2025.03.21 18:42:58.142618 [ 188 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
4287 2025.03.21 18:42:58.142961 [ 188 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
4288 2025.03.21 18:42:58.144001 [ 267 ] {d1efbd7b-008f-488f-8b1c-980195aa6ef9} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4289 2025.03.21 18:42:58.144045 [ 267 ] {d1efbd7b-008f-488f-8b1c-980195aa6ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4290 2025.03.21 18:42:58.144664 [ 198 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.003645384 sec., 16459.17137947607 rows/sec., 859.93 KiB/sec.
4291 2025.03.21 18:42:58.144742 [ 267 ] {d1efbd7b-008f-488f-8b1c-980195aa6ef9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4292 2025.03.21 18:42:58.144905 [ 198 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
4293 2025.03.21 18:42:58.145191 [ 267 ] {d1efbd7b-008f-488f-8b1c-980195aa6ef9} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4294 2025.03.21 18:42:58.145546 [ 198 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_10_2} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4295 2025.03.21 18:42:58.145628 [ 267 ] {d1efbd7b-008f-488f-8b1c-980195aa6ef9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004288 sec., 55270.5223880597 rows/sec., 3.70 MiB/sec.
4296 2025.03.21 18:42:58.145743 [ 198 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_10_2} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
4297 2025.03.21 18:42:58.145782 [ 267 ] {d1efbd7b-008f-488f-8b1c-980195aa6ef9} <Debug> TCPHandler: Processed in 0.004611612 sec.
4298 2025.03.21 18:42:58.145971 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
4299 2025.03.21 18:42:58.146019 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4300 2025.03.21 18:42:58.146130 [ 267 ] {c6ce403e-e24a-4fd3-9cb6-c5d67b0df2fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4301 2025.03.21 18:42:58.146178 [ 267 ] {c6ce403e-e24a-4fd3-9cb6-c5d67b0df2fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4302 2025.03.21 18:42:58.146623 [ 267 ] {c6ce403e-e24a-4fd3-9cb6-c5d67b0df2fe} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4303 2025.03.21 18:42:58.146661 [ 267 ] {c6ce403e-e24a-4fd3-9cb6-c5d67b0df2fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4304 2025.03.21 18:42:58.147019 [ 267 ] {c6ce403e-e24a-4fd3-9cb6-c5d67b0df2fe} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4305 2025.03.21 18:42:58.147259 [ 267 ] {c6ce403e-e24a-4fd3-9cb6-c5d67b0df2fe} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4306 2025.03.21 18:42:58.147432 [ 98 ] {} <Debug> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
4307 2025.03.21 18:42:58.147498 [ 98 ] {} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4308 2025.03.21 18:42:58.147505 [ 267 ] {c6ce403e-e24a-4fd3-9cb6-c5d67b0df2fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001386 sec., 721.5007215007215 rows/sec., 48.62 KiB/sec.
4309 2025.03.21 18:42:58.147533 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4310 2025.03.21 18:42:58.147659 [ 267 ] {c6ce403e-e24a-4fd3-9cb6-c5d67b0df2fe} <Debug> TCPHandler: Processed in 0.00170984 sec.
4311 2025.03.21 18:42:58.147793 [ 201 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full
4312 2025.03.21 18:42:58.147864 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4313 2025.03.21 18:42:58.148101 [ 201 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4314 2025.03.21 18:42:58.148110 [ 267 ] {c8921a42-b783-4268-92bb-fb679781024a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4315 2025.03.21 18:42:58.148171 [ 201 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part
4316 2025.03.21 18:42:58.148290 [ 267 ] {c8921a42-b783-4268-92bb-fb679781024a} <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
4317 2025.03.21 18:42:58.148480 [ 201 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
4318 2025.03.21 18:42:58.148792 [ 201 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
4319 2025.03.21 18:42:58.149080 [ 201 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
4320 2025.03.21 18:42:58.149412 [ 201 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
4321 2025.03.21 18:42:58.149812 [ 201 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
4322 2025.03.21 18:42:58.153317 [ 201 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.005646449 sec., 1771.024585540399 rows/sec., 119.34 KiB/sec.
4323 2025.03.21 18:42:58.153599 [ 201 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
4324 2025.03.21 18:42:58.153873 [ 267 ] {c8921a42-b783-4268-92bb-fb679781024a} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4325 2025.03.21 18:42:58.153936 [ 267 ] {c8921a42-b783-4268-92bb-fb679781024a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4326 2025.03.21 18:42:58.154238 [ 201 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_10_2} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4327 2025.03.21 18:42:58.154425 [ 201 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_10_2} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
4328 2025.03.21 18:42:58.154594 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4329 2025.03.21 18:42:58.155026 [ 267 ] {c8921a42-b783-4268-92bb-fb679781024a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4330 2025.03.21 18:42:58.155310 [ 267 ] {c8921a42-b783-4268-92bb-fb679781024a} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4331 2025.03.21 18:42:58.155510 [ 98 ] {} <Debug> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4332 2025.03.21 18:42:58.155581 [ 98 ] {} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4333 2025.03.21 18:42:58.155597 [ 267 ] {c8921a42-b783-4268-92bb-fb679781024a} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.007568 sec., 4228.329809725158 rows/sec., 7.58 MiB/sec.
4334 2025.03.21 18:42:58.155631 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4335 2025.03.21 18:42:58.156031 [ 187 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
4336 2025.03.21 18:42:58.156050 [ 267 ] {c8921a42-b783-4268-92bb-fb679781024a} <Debug> TCPHandler: Processed in 0.008256285 sec.
4337 2025.03.21 18:42:58.156302 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4338 2025.03.21 18:42:58.156564 [ 267 ] {5f08a994-2d11-4e38-bd76-d871bf0a25af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4339 2025.03.21 18:42:58.156686 [ 267 ] {5f08a994-2d11-4e38-bd76-d871bf0a25af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4340 2025.03.21 18:42:58.156692 [ 187 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4341 2025.03.21 18:42:58.156955 [ 187 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 284 rows starting from the beginning of the part
4342 2025.03.21 18:42:58.157759 [ 187 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part
4343 2025.03.21 18:42:58.158551 [ 187 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part
4344 2025.03.21 18:42:58.159074 [ 267 ] {5f08a994-2d11-4e38-bd76-d871bf0a25af} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4345 2025.03.21 18:42:58.159208 [ 267 ] {5f08a994-2d11-4e38-bd76-d871bf0a25af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4346 2025.03.21 18:42:58.159275 [ 187 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part
4347 2025.03.21 18:42:58.159911 [ 187 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part
4348 2025.03.21 18:42:58.160470 [ 187 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part
4349 2025.03.21 18:42:58.160816 [ 267 ] {5f08a994-2d11-4e38-bd76-d871bf0a25af} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4350 2025.03.21 18:42:58.161582 [ 267 ] {5f08a994-2d11-4e38-bd76-d871bf0a25af} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4351 2025.03.21 18:42:58.162023 [ 267 ] {5f08a994-2d11-4e38-bd76-d871bf0a25af} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005534 sec., 14817.491868449584 rows/sec., 963.68 KiB/sec.
4352 2025.03.21 18:42:58.162231 [ 267 ] {5f08a994-2d11-4e38-bd76-d871bf0a25af} <Debug> TCPHandler: Processed in 0.006001206 sec.
4353 2025.03.21 18:42:58.165347 [ 191 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 396 rows, containing 19 columns (19 merged, 0 gathered) in 0.009583379 sec., 41321.54222430314 rows/sec., 74.05 MiB/sec.
4354 2025.03.21 18:42:58.165941 [ 201 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4355 2025.03.21 18:42:58.166378 [ 201 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4356 2025.03.21 18:42:58.166465 [ 201 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4357 2025.03.21 18:42:58.166620 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB.
4358 2025.03.21 18:43:01.449376 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4359 2025.03.21 18:43:01.449605 [ 267 ] {f9ea41dc-d429-4e4c-809d-ccd30c065adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4360 2025.03.21 18:43:01.449690 [ 267 ] {f9ea41dc-d429-4e4c-809d-ccd30c065adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4361 2025.03.21 18:43:01.450518 [ 267 ] {f9ea41dc-d429-4e4c-809d-ccd30c065adc} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4362 2025.03.21 18:43:01.450571 [ 267 ] {f9ea41dc-d429-4e4c-809d-ccd30c065adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4363 2025.03.21 18:43:01.450997 [ 267 ] {f9ea41dc-d429-4e4c-809d-ccd30c065adc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4364 2025.03.21 18:43:01.451260 [ 267 ] {f9ea41dc-d429-4e4c-809d-ccd30c065adc} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4365 2025.03.21 18:43:01.451495 [ 267 ] {f9ea41dc-d429-4e4c-809d-ccd30c065adc} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00195 sec., 4102.5641025641025 rows/sec., 334.54 KiB/sec.
4366 2025.03.21 18:43:01.451562 [ 267 ] {f9ea41dc-d429-4e4c-809d-ccd30c065adc} <Debug> TCPHandler: Processed in 0.002331201 sec.
4367 2025.03.21 18:43:01.451691 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4368 2025.03.21 18:43:01.451803 [ 267 ] {802a17da-032e-45ef-9eb1-82a0a411450d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4369 2025.03.21 18:43:01.451851 [ 267 ] {802a17da-032e-45ef-9eb1-82a0a411450d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4370 2025.03.21 18:43:01.453433 [ 267 ] {802a17da-032e-45ef-9eb1-82a0a411450d} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4371 2025.03.21 18:43:01.453478 [ 267 ] {802a17da-032e-45ef-9eb1-82a0a411450d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4372 2025.03.21 18:43:01.453933 [ 267 ] {802a17da-032e-45ef-9eb1-82a0a411450d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4373 2025.03.21 18:43:01.454181 [ 267 ] {802a17da-032e-45ef-9eb1-82a0a411450d} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4374 2025.03.21 18:43:01.454433 [ 267 ] {802a17da-032e-45ef-9eb1-82a0a411450d} <Debug> executeQuery: Read 1216 rows, 102.84 KiB in 0.002656 sec., 457831.3253012048 rows/sec., 37.81 MiB/sec.
4375 2025.03.21 18:43:01.454640 [ 267 ] {802a17da-032e-45ef-9eb1-82a0a411450d} <Debug> TCPHandler: Processed in 0.003001083 sec.
4376 2025.03.21 18:43:01.454828 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4377 2025.03.21 18:43:01.454934 [ 267 ] {88ac655b-74f7-4e88-be46-08a246d4b82b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4378 2025.03.21 18:43:01.454981 [ 267 ] {88ac655b-74f7-4e88-be46-08a246d4b82b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4379 2025.03.21 18:43:01.455548 [ 267 ] {88ac655b-74f7-4e88-be46-08a246d4b82b} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4380 2025.03.21 18:43:01.455588 [ 267 ] {88ac655b-74f7-4e88-be46-08a246d4b82b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4381 2025.03.21 18:43:01.455937 [ 267 ] {88ac655b-74f7-4e88-be46-08a246d4b82b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4382 2025.03.21 18:43:01.456177 [ 267 ] {88ac655b-74f7-4e88-be46-08a246d4b82b} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4383 2025.03.21 18:43:01.456387 [ 267 ] {88ac655b-74f7-4e88-be46-08a246d4b82b} <Debug> executeQuery: Read 16 rows, 1.16 KiB in 0.001477 sec., 10832.76912660799 rows/sec., 785.48 KiB/sec.
4384 2025.03.21 18:43:01.456443 [ 267 ] {88ac655b-74f7-4e88-be46-08a246d4b82b} <Debug> TCPHandler: Processed in 0.001670329 sec.
4385 2025.03.21 18:43:01.456575 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4386 2025.03.21 18:43:01.456679 [ 267 ] {76471eaa-be29-4950-b775-42da94802d29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4387 2025.03.21 18:43:01.456724 [ 267 ] {76471eaa-be29-4950-b775-42da94802d29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4388 2025.03.21 18:43:01.457325 [ 267 ] {76471eaa-be29-4950-b775-42da94802d29} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4389 2025.03.21 18:43:01.457365 [ 267 ] {76471eaa-be29-4950-b775-42da94802d29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4390 2025.03.21 18:43:01.457757 [ 267 ] {76471eaa-be29-4950-b775-42da94802d29} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4391 2025.03.21 18:43:01.457994 [ 267 ] {76471eaa-be29-4950-b775-42da94802d29} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4392 2025.03.21 18:43:01.458256 [ 267 ] {76471eaa-be29-4950-b775-42da94802d29} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001589 sec., 143486.46947765892 rows/sec., 9.72 MiB/sec.
4393 2025.03.21 18:43:01.458446 [ 267 ] {76471eaa-be29-4950-b775-42da94802d29} <Debug> TCPHandler: Processed in 0.001919194 sec.
4394 2025.03.21 18:43:01.458619 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4395 2025.03.21 18:43:01.458725 [ 267 ] {17efe9bc-15fb-4325-a8bb-f9f8306e3e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4396 2025.03.21 18:43:01.458770 [ 267 ] {17efe9bc-15fb-4325-a8bb-f9f8306e3e07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4397 2025.03.21 18:43:01.459498 [ 267 ] {17efe9bc-15fb-4325-a8bb-f9f8306e3e07} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4398 2025.03.21 18:43:01.459538 [ 267 ] {17efe9bc-15fb-4325-a8bb-f9f8306e3e07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4399 2025.03.21 18:43:01.459939 [ 267 ] {17efe9bc-15fb-4325-a8bb-f9f8306e3e07} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4400 2025.03.21 18:43:01.460177 [ 267 ] {17efe9bc-15fb-4325-a8bb-f9f8306e3e07} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4401 2025.03.21 18:43:01.460427 [ 267 ] {17efe9bc-15fb-4325-a8bb-f9f8306e3e07} <Debug> executeQuery: Read 536 rows, 40.70 KiB in 0.001723 sec., 311085.3163087638 rows/sec., 23.07 MiB/sec.
4402 2025.03.21 18:43:01.460615 [ 267 ] {17efe9bc-15fb-4325-a8bb-f9f8306e3e07} <Debug> TCPHandler: Processed in 0.002058356 sec.
4403 2025.03.21 18:43:01.460787 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4404 2025.03.21 18:43:01.460887 [ 267 ] {b3e94c51-7c3c-446f-8637-7cfe1a822fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4405 2025.03.21 18:43:01.460935 [ 267 ] {b3e94c51-7c3c-446f-8637-7cfe1a822fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4406 2025.03.21 18:43:01.461721 [ 267 ] {b3e94c51-7c3c-446f-8637-7cfe1a822fc7} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4407 2025.03.21 18:43:01.461762 [ 267 ] {b3e94c51-7c3c-446f-8637-7cfe1a822fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4408 2025.03.21 18:43:01.462207 [ 267 ] {b3e94c51-7c3c-446f-8637-7cfe1a822fc7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4409 2025.03.21 18:43:01.462455 [ 267 ] {b3e94c51-7c3c-446f-8637-7cfe1a822fc7} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4410 2025.03.21 18:43:01.462715 [ 267 ] {b3e94c51-7c3c-446f-8637-7cfe1a822fc7} <Debug> executeQuery: Read 968 rows, 66.53 KiB in 0.00182 sec., 531868.1318681319 rows/sec., 35.70 MiB/sec.
4411 2025.03.21 18:43:01.462913 [ 267 ] {b3e94c51-7c3c-446f-8637-7cfe1a822fc7} <Debug> TCPHandler: Processed in 0.002160238 sec.
4412 2025.03.21 18:43:01.463115 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4413 2025.03.21 18:43:01.463222 [ 267 ] {848be5cf-295a-485a-b520-708be5b4a50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4414 2025.03.21 18:43:01.463299 [ 267 ] {848be5cf-295a-485a-b520-708be5b4a50f} <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
4415 2025.03.21 18:43:01.464360 [ 267 ] {848be5cf-295a-485a-b520-708be5b4a50f} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4416 2025.03.21 18:43:01.464400 [ 267 ] {848be5cf-295a-485a-b520-708be5b4a50f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4417 2025.03.21 18:43:01.465019 [ 267 ] {848be5cf-295a-485a-b520-708be5b4a50f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4418 2025.03.21 18:43:01.465281 [ 267 ] {848be5cf-295a-485a-b520-708be5b4a50f} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4419 2025.03.21 18:43:01.465515 [ 267 ] {848be5cf-295a-485a-b520-708be5b4a50f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002317 sec., 3452.740612861459 rows/sec., 6.19 MiB/sec.
4420 2025.03.21 18:43:01.465622 [ 267 ] {848be5cf-295a-485a-b520-708be5b4a50f} <Debug> TCPHandler: Processed in 0.002565955 sec.
4421 2025.03.21 18:43:01.465735 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4422 2025.03.21 18:43:01.465837 [ 267 ] {8d259a04-b1bc-4e73-93c0-26786f0dacb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4423 2025.03.21 18:43:01.465883 [ 267 ] {8d259a04-b1bc-4e73-93c0-26786f0dacb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4424 2025.03.21 18:43:01.466309 [ 267 ] {8d259a04-b1bc-4e73-93c0-26786f0dacb1} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4425 2025.03.21 18:43:01.466348 [ 267 ] {8d259a04-b1bc-4e73-93c0-26786f0dacb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4426 2025.03.21 18:43:01.466705 [ 267 ] {8d259a04-b1bc-4e73-93c0-26786f0dacb1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4427 2025.03.21 18:43:01.466940 [ 267 ] {8d259a04-b1bc-4e73-93c0-26786f0dacb1} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4428 2025.03.21 18:43:01.467144 [ 267 ] {8d259a04-b1bc-4e73-93c0-26786f0dacb1} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001328 sec., 33132.530120481926 rows/sec., 2.23 MiB/sec.
4429 2025.03.21 18:43:01.467194 [ 267 ] {8d259a04-b1bc-4e73-93c0-26786f0dacb1} <Debug> TCPHandler: Processed in 0.001509377 sec.
4430 2025.03.21 18:43:02.464604 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 614
4431 2025.03.21 18:43:02.468186 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4432 2025.03.21 18:43:02.468240 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4433 2025.03.21 18:43:02.469713 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4434 2025.03.21 18:43:02.470037 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4435 2025.03.21 18:43:02.470678 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 614
4436 2025.03.21 18:43:03.111610 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4437 2025.03.21 18:43:03.111825 [ 267 ] {c712f758-209e-454a-92db-ee45a938e9ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4438 2025.03.21 18:43:03.111907 [ 267 ] {c712f758-209e-454a-92db-ee45a938e9ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4439 2025.03.21 18:43:03.112819 [ 267 ] {c712f758-209e-454a-92db-ee45a938e9ba} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4440 2025.03.21 18:43:03.112867 [ 267 ] {c712f758-209e-454a-92db-ee45a938e9ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4441 2025.03.21 18:43:03.113311 [ 267 ] {c712f758-209e-454a-92db-ee45a938e9ba} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4442 2025.03.21 18:43:03.113568 [ 267 ] {c712f758-209e-454a-92db-ee45a938e9ba} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4443 2025.03.21 18:43:03.113804 [ 267 ] {c712f758-209e-454a-92db-ee45a938e9ba} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00204 sec., 27450.98039215686 rows/sec., 2.11 MiB/sec.
4444 2025.03.21 18:43:03.113869 [ 267 ] {c712f758-209e-454a-92db-ee45a938e9ba} <Debug> TCPHandler: Processed in 0.002398762 sec.
4445 2025.03.21 18:43:03.114001 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4446 2025.03.21 18:43:03.114114 [ 267 ] {f50b0f8a-9a23-4cc2-897d-927dee619285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4447 2025.03.21 18:43:03.114163 [ 267 ] {f50b0f8a-9a23-4cc2-897d-927dee619285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4448 2025.03.21 18:43:03.114720 [ 267 ] {f50b0f8a-9a23-4cc2-897d-927dee619285} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4449 2025.03.21 18:43:03.114761 [ 267 ] {f50b0f8a-9a23-4cc2-897d-927dee619285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4450 2025.03.21 18:43:03.115130 [ 267 ] {f50b0f8a-9a23-4cc2-897d-927dee619285} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4451 2025.03.21 18:43:03.115391 [ 267 ] {f50b0f8a-9a23-4cc2-897d-927dee619285} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4452 2025.03.21 18:43:03.115642 [ 267 ] {f50b0f8a-9a23-4cc2-897d-927dee619285} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001551 sec., 41263.70083816892 rows/sec., 3.22 MiB/sec.
4453 2025.03.21 18:43:03.115756 [ 267 ] {f50b0f8a-9a23-4cc2-897d-927dee619285} <Debug> TCPHandler: Processed in 0.001805912 sec.
4454 2025.03.21 18:43:03.116005 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4455 2025.03.21 18:43:03.116115 [ 267 ] {84de1ff0-ec9d-43fc-8dd3-088a560a3c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4456 2025.03.21 18:43:03.116166 [ 267 ] {84de1ff0-ec9d-43fc-8dd3-088a560a3c60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4457 2025.03.21 18:43:03.116673 [ 267 ] {84de1ff0-ec9d-43fc-8dd3-088a560a3c60} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4458 2025.03.21 18:43:03.116712 [ 267 ] {84de1ff0-ec9d-43fc-8dd3-088a560a3c60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4459 2025.03.21 18:43:03.117091 [ 267 ] {84de1ff0-ec9d-43fc-8dd3-088a560a3c60} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4460 2025.03.21 18:43:03.117329 [ 267 ] {84de1ff0-ec9d-43fc-8dd3-088a560a3c60} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4461 2025.03.21 18:43:03.117541 [ 267 ] {84de1ff0-ec9d-43fc-8dd3-088a560a3c60} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.00145 sec., 28965.51724137931 rows/sec., 2.02 MiB/sec.
4462 2025.03.21 18:43:03.117593 [ 267 ] {84de1ff0-ec9d-43fc-8dd3-088a560a3c60} <Debug> TCPHandler: Processed in 0.001675609 sec.
4463 2025.03.21 18:43:03.117728 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4464 2025.03.21 18:43:03.117832 [ 267 ] {a5a13b7c-f727-4fc4-bf00-9b4041d58e6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4465 2025.03.21 18:43:03.117877 [ 267 ] {a5a13b7c-f727-4fc4-bf00-9b4041d58e6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4466 2025.03.21 18:43:03.118304 [ 267 ] {a5a13b7c-f727-4fc4-bf00-9b4041d58e6a} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4467 2025.03.21 18:43:03.118343 [ 267 ] {a5a13b7c-f727-4fc4-bf00-9b4041d58e6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4468 2025.03.21 18:43:03.118698 [ 267 ] {a5a13b7c-f727-4fc4-bf00-9b4041d58e6a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4469 2025.03.21 18:43:03.118937 [ 267 ] {a5a13b7c-f727-4fc4-bf00-9b4041d58e6a} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4470 2025.03.21 18:43:03.119139 [ 267 ] {a5a13b7c-f727-4fc4-bf00-9b4041d58e6a} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001328 sec., 12048.192771084337 rows/sec., 835.37 KiB/sec.
4471 2025.03.21 18:43:03.119187 [ 267 ] {a5a13b7c-f727-4fc4-bf00-9b4041d58e6a} <Debug> TCPHandler: Processed in 0.001510596 sec.
4472 2025.03.21 18:43:04.935811 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723
4473 2025.03.21 18:43:04.936539 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4474 2025.03.21 18:43:04.936587 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4475 2025.03.21 18:43:04.937121 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4476 2025.03.21 18:43:04.937383 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4477 2025.03.21 18:43:04.937622 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723
4478 2025.03.21 18:43:05.514529 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4479 2025.03.21 18:43:05.535414 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4480 2025.03.21 18:43:05.535480 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4481 2025.03.21 18:43:05.543233 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4482 2025.03.21 18:43:05.544045 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4483 2025.03.21 18:43:05.547109 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4484 2025.03.21 18:43:08.124032 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4485 2025.03.21 18:43:08.124339 [ 267 ] {bed2310d-f355-4837-8078-ae72ba09c3e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4486 2025.03.21 18:43:08.124451 [ 267 ] {bed2310d-f355-4837-8078-ae72ba09c3e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4487 2025.03.21 18:43:08.125346 [ 267 ] {bed2310d-f355-4837-8078-ae72ba09c3e9} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4488 2025.03.21 18:43:08.125395 [ 267 ] {bed2310d-f355-4837-8078-ae72ba09c3e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4489 2025.03.21 18:43:08.125861 [ 267 ] {bed2310d-f355-4837-8078-ae72ba09c3e9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4490 2025.03.21 18:43:08.126130 [ 267 ] {bed2310d-f355-4837-8078-ae72ba09c3e9} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4491 2025.03.21 18:43:08.126386 [ 267 ] {bed2310d-f355-4837-8078-ae72ba09c3e9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002118 sec., 100094.42870632673 rows/sec., 6.37 MiB/sec.
4492 2025.03.21 18:43:08.126589 [ 267 ] {bed2310d-f355-4837-8078-ae72ba09c3e9} <Debug> TCPHandler: Processed in 0.002735828 sec.
4493 2025.03.21 18:43:08.126743 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4494 2025.03.21 18:43:08.126857 [ 267 ] {06381ec5-681f-418b-8472-e16a4acbab95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4495 2025.03.21 18:43:08.126906 [ 267 ] {06381ec5-681f-418b-8472-e16a4acbab95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4496 2025.03.21 18:43:08.127852 [ 267 ] {06381ec5-681f-418b-8472-e16a4acbab95} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4497 2025.03.21 18:43:08.127895 [ 267 ] {06381ec5-681f-418b-8472-e16a4acbab95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4498 2025.03.21 18:43:08.128296 [ 267 ] {06381ec5-681f-418b-8472-e16a4acbab95} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4499 2025.03.21 18:43:08.128539 [ 267 ] {06381ec5-681f-418b-8472-e16a4acbab95} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4500 2025.03.21 18:43:08.128760 [ 267 ] {06381ec5-681f-418b-8472-e16a4acbab95} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.001931 sec., 352667.01191092696 rows/sec., 28.03 MiB/sec.
4501 2025.03.21 18:43:08.128816 [ 267 ] {06381ec5-681f-418b-8472-e16a4acbab95} <Debug> TCPHandler: Processed in 0.002126747 sec.
4502 2025.03.21 18:43:08.128934 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4503 2025.03.21 18:43:08.129040 [ 267 ] {28756006-0c94-4f62-bd71-a282b87c7fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4504 2025.03.21 18:43:08.129086 [ 267 ] {28756006-0c94-4f62-bd71-a282b87c7fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4505 2025.03.21 18:43:08.129653 [ 267 ] {28756006-0c94-4f62-bd71-a282b87c7fb5} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4506 2025.03.21 18:43:08.129693 [ 267 ] {28756006-0c94-4f62-bd71-a282b87c7fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4507 2025.03.21 18:43:08.130042 [ 267 ] {28756006-0c94-4f62-bd71-a282b87c7fb5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4508 2025.03.21 18:43:08.130277 [ 267 ] {28756006-0c94-4f62-bd71-a282b87c7fb5} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4509 2025.03.21 18:43:08.130491 [ 267 ] {28756006-0c94-4f62-bd71-a282b87c7fb5} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001474 sec., 93622.79511533242 rows/sec., 5.82 MiB/sec.
4510 2025.03.21 18:43:08.130543 [ 267 ] {28756006-0c94-4f62-bd71-a282b87c7fb5} <Debug> TCPHandler: Processed in 0.001662209 sec.
4511 2025.03.21 18:43:08.130658 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4512 2025.03.21 18:43:08.130762 [ 267 ] {74557875-b86a-4e74-a451-cc11be281214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4513 2025.03.21 18:43:08.130806 [ 267 ] {74557875-b86a-4e74-a451-cc11be281214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4514 2025.03.21 18:43:08.131345 [ 267 ] {74557875-b86a-4e74-a451-cc11be281214} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4515 2025.03.21 18:43:08.131384 [ 267 ] {74557875-b86a-4e74-a451-cc11be281214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4516 2025.03.21 18:43:08.131735 [ 267 ] {74557875-b86a-4e74-a451-cc11be281214} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4517 2025.03.21 18:43:08.131982 [ 267 ] {74557875-b86a-4e74-a451-cc11be281214} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4518 2025.03.21 18:43:08.132255 [ 267 ] {74557875-b86a-4e74-a451-cc11be281214} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001514 sec., 74636.72391017173 rows/sec., 4.83 MiB/sec.
4519 2025.03.21 18:43:08.132448 [ 267 ] {74557875-b86a-4e74-a451-cc11be281214} <Debug> TCPHandler: Processed in 0.001834053 sec.
4520 2025.03.21 18:43:08.132586 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4521 2025.03.21 18:43:08.132688 [ 267 ] {2484cde6-afe0-4e43-97b4-9df12c5e85f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4522 2025.03.21 18:43:08.132732 [ 267 ] {2484cde6-afe0-4e43-97b4-9df12c5e85f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4523 2025.03.21 18:43:08.133303 [ 267 ] {2484cde6-afe0-4e43-97b4-9df12c5e85f0} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4524 2025.03.21 18:43:08.133342 [ 267 ] {2484cde6-afe0-4e43-97b4-9df12c5e85f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4525 2025.03.21 18:43:08.133696 [ 267 ] {2484cde6-afe0-4e43-97b4-9df12c5e85f0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4526 2025.03.21 18:43:08.133936 [ 267 ] {2484cde6-afe0-4e43-97b4-9df12c5e85f0} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4527 2025.03.21 18:43:08.134170 [ 267 ] {2484cde6-afe0-4e43-97b4-9df12c5e85f0} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001497 sec., 74816.29926519706 rows/sec., 4.26 MiB/sec.
4528 2025.03.21 18:43:08.134249 [ 267 ] {2484cde6-afe0-4e43-97b4-9df12c5e85f0} <Debug> TCPHandler: Processed in 0.001714001 sec.
4529 2025.03.21 18:43:08.134370 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4530 2025.03.21 18:43:08.134476 [ 267 ] {bc8adc30-e674-4b2a-bd52-a9a2b7f76ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4531 2025.03.21 18:43:08.134521 [ 267 ] {bc8adc30-e674-4b2a-bd52-a9a2b7f76ea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4532 2025.03.21 18:43:08.135179 [ 267 ] {bc8adc30-e674-4b2a-bd52-a9a2b7f76ea4} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4533 2025.03.21 18:43:08.135218 [ 267 ] {bc8adc30-e674-4b2a-bd52-a9a2b7f76ea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4534 2025.03.21 18:43:08.135581 [ 267 ] {bc8adc30-e674-4b2a-bd52-a9a2b7f76ea4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4535 2025.03.21 18:43:08.135815 [ 267 ] {bc8adc30-e674-4b2a-bd52-a9a2b7f76ea4} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4536 2025.03.21 18:43:08.136023 [ 267 ] {bc8adc30-e674-4b2a-bd52-a9a2b7f76ea4} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001569 sec., 263862.3326959847 rows/sec., 18.76 MiB/sec.
4537 2025.03.21 18:43:08.136075 [ 267 ] {bc8adc30-e674-4b2a-bd52-a9a2b7f76ea4} <Debug> TCPHandler: Processed in 0.001755891 sec.
4538 2025.03.21 18:43:08.136207 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4539 2025.03.21 18:43:08.136345 [ 267 ] {d835624f-ee15-4610-aaa7-ca11c9896e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4540 2025.03.21 18:43:08.136401 [ 267 ] {d835624f-ee15-4610-aaa7-ca11c9896e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4541 2025.03.21 18:43:08.136867 [ 267 ] {d835624f-ee15-4610-aaa7-ca11c9896e1a} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4542 2025.03.21 18:43:08.136907 [ 267 ] {d835624f-ee15-4610-aaa7-ca11c9896e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4543 2025.03.21 18:43:08.137274 [ 267 ] {d835624f-ee15-4610-aaa7-ca11c9896e1a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4544 2025.03.21 18:43:08.137512 [ 267 ] {d835624f-ee15-4610-aaa7-ca11c9896e1a} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4545 2025.03.21 18:43:08.137723 [ 267 ] {d835624f-ee15-4610-aaa7-ca11c9896e1a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001408 sec., 4261.363636363636 rows/sec., 222.64 KiB/sec.
4546 2025.03.21 18:43:08.137775 [ 267 ] {d835624f-ee15-4610-aaa7-ca11c9896e1a} <Debug> TCPHandler: Processed in 0.001632748 sec.
4547 2025.03.21 18:43:08.137897 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4548 2025.03.21 18:43:08.138001 [ 267 ] {1cb8f4f6-1056-4f7c-85a5-df49ea997780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4549 2025.03.21 18:43:08.138048 [ 267 ] {1cb8f4f6-1056-4f7c-85a5-df49ea997780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4550 2025.03.21 18:43:08.138571 [ 267 ] {1cb8f4f6-1056-4f7c-85a5-df49ea997780} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4551 2025.03.21 18:43:08.138610 [ 267 ] {1cb8f4f6-1056-4f7c-85a5-df49ea997780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4552 2025.03.21 18:43:08.138987 [ 267 ] {1cb8f4f6-1056-4f7c-85a5-df49ea997780} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4553 2025.03.21 18:43:08.139222 [ 267 ] {1cb8f4f6-1056-4f7c-85a5-df49ea997780} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4554 2025.03.21 18:43:08.139435 [ 267 ] {1cb8f4f6-1056-4f7c-85a5-df49ea997780} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001456 sec., 162774.72527472526 rows/sec., 10.91 MiB/sec.
4555 2025.03.21 18:43:08.139487 [ 267 ] {1cb8f4f6-1056-4f7c-85a5-df49ea997780} <Debug> TCPHandler: Processed in 0.001640169 sec.
4556 2025.03.21 18:43:08.139619 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4557 2025.03.21 18:43:08.139755 [ 267 ] {49cd6030-e95f-4af8-b72f-3e8cdd5cc3f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4558 2025.03.21 18:43:08.139810 [ 267 ] {49cd6030-e95f-4af8-b72f-3e8cdd5cc3f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4559 2025.03.21 18:43:08.140316 [ 267 ] {49cd6030-e95f-4af8-b72f-3e8cdd5cc3f3} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4560 2025.03.21 18:43:08.140362 [ 267 ] {49cd6030-e95f-4af8-b72f-3e8cdd5cc3f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4561 2025.03.21 18:43:08.140742 [ 267 ] {49cd6030-e95f-4af8-b72f-3e8cdd5cc3f3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4562 2025.03.21 18:43:08.140976 [ 267 ] {49cd6030-e95f-4af8-b72f-3e8cdd5cc3f3} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4563 2025.03.21 18:43:08.141266 [ 267 ] {49cd6030-e95f-4af8-b72f-3e8cdd5cc3f3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001519 sec., 658.3278472679394 rows/sec., 44.36 KiB/sec.
4564 2025.03.21 18:43:08.141404 [ 267 ] {49cd6030-e95f-4af8-b72f-3e8cdd5cc3f3} <Debug> TCPHandler: Processed in 0.001845882 sec.
4565 2025.03.21 18:43:08.141542 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4566 2025.03.21 18:43:08.141648 [ 267 ] {61e77227-ead5-4916-9c92-8f13476f8374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4567 2025.03.21 18:43:08.141716 [ 267 ] {61e77227-ead5-4916-9c92-8f13476f8374} <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
4568 2025.03.21 18:43:08.142856 [ 267 ] {61e77227-ead5-4916-9c92-8f13476f8374} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4569 2025.03.21 18:43:08.142894 [ 267 ] {61e77227-ead5-4916-9c92-8f13476f8374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4570 2025.03.21 18:43:08.143514 [ 267 ] {61e77227-ead5-4916-9c92-8f13476f8374} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4571 2025.03.21 18:43:08.143771 [ 267 ] {61e77227-ead5-4916-9c92-8f13476f8374} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4572 2025.03.21 18:43:08.144000 [ 267 ] {61e77227-ead5-4916-9c92-8f13476f8374} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002375 sec., 13473.684210526317 rows/sec., 24.14 MiB/sec.
4573 2025.03.21 18:43:08.144106 [ 267 ] {61e77227-ead5-4916-9c92-8f13476f8374} <Debug> TCPHandler: Processed in 0.002613356 sec.
4574 2025.03.21 18:43:08.144241 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4575 2025.03.21 18:43:08.144346 [ 267 ] {d1870efc-cb54-4f4f-8f96-767a61efe45c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4576 2025.03.21 18:43:08.144391 [ 267 ] {d1870efc-cb54-4f4f-8f96-767a61efe45c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4577 2025.03.21 18:43:08.144820 [ 267 ] {d1870efc-cb54-4f4f-8f96-767a61efe45c} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4578 2025.03.21 18:43:08.144858 [ 267 ] {d1870efc-cb54-4f4f-8f96-767a61efe45c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4579 2025.03.21 18:43:08.145205 [ 267 ] {d1870efc-cb54-4f4f-8f96-767a61efe45c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4580 2025.03.21 18:43:08.145439 [ 267 ] {d1870efc-cb54-4f4f-8f96-767a61efe45c} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4581 2025.03.21 18:43:08.145660 [ 267 ] {d1870efc-cb54-4f4f-8f96-767a61efe45c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001335 sec., 61423.22097378277 rows/sec., 3.90 MiB/sec.
4582 2025.03.21 18:43:08.145764 [ 267 ] {d1870efc-cb54-4f4f-8f96-767a61efe45c} <Debug> TCPHandler: Processed in 0.001572778 sec.
4583 2025.03.21 18:43:12.346224 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache
4584 2025.03.21 18:43:12.346288 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache
4585 2025.03.21 18:43:12.437786 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211
4586 2025.03.21 18:43:12.438554 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4587 2025.03.21 18:43:12.438610 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4588 2025.03.21 18:43:12.439231 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4589 2025.03.21 18:43:12.439522 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4590 2025.03.21 18:43:12.439831 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4591 2025.03.21 18:43:12.470978 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 644
4592 2025.03.21 18:43:12.473963 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4593 2025.03.21 18:43:12.474005 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4594 2025.03.21 18:43:12.475436 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4595 2025.03.21 18:43:12.475729 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4596 2025.03.21 18:43:12.476793 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 644
4597 2025.03.21 18:43:13.047212 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4598 2025.03.21 18:43:13.069153 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4599 2025.03.21 18:43:13.069214 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4600 2025.03.21 18:43:13.077116 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4601 2025.03.21 18:43:13.077900 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4602 2025.03.21 18:43:13.081126 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4603 2025.03.21 18:43:13.117829 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4604 2025.03.21 18:43:13.118101 [ 267 ] {824b2275-c3a8-4cb7-a6ff-27228a1cc87b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4605 2025.03.21 18:43:13.118204 [ 267 ] {824b2275-c3a8-4cb7-a6ff-27228a1cc87b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4606 2025.03.21 18:43:13.119129 [ 267 ] {824b2275-c3a8-4cb7-a6ff-27228a1cc87b} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4607 2025.03.21 18:43:13.119170 [ 267 ] {824b2275-c3a8-4cb7-a6ff-27228a1cc87b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4608 2025.03.21 18:43:13.119564 [ 267 ] {824b2275-c3a8-4cb7-a6ff-27228a1cc87b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4609 2025.03.21 18:43:13.119817 [ 267 ] {824b2275-c3a8-4cb7-a6ff-27228a1cc87b} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4610 2025.03.21 18:43:13.120028 [ 79 ] {} <Debug> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4611 2025.03.21 18:43:13.120061 [ 267 ] {824b2275-c3a8-4cb7-a6ff-27228a1cc87b} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002035 sec., 35380.835380835386 rows/sec., 2.87 MiB/sec.
4612 2025.03.21 18:43:13.120147 [ 79 ] {} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4613 2025.03.21 18:43:13.120206 [ 267 ] {824b2275-c3a8-4cb7-a6ff-27228a1cc87b} <Debug> TCPHandler: Processed in 0.002575955 sec.
4614 2025.03.21 18:43:13.120238 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4615 2025.03.21 18:43:13.120379 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4616 2025.03.21 18:43:13.120443 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
4617 2025.03.21 18:43:13.120527 [ 267 ] {5252f962-0ee1-447d-9860-bdfb4ee8d93f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4618 2025.03.21 18:43:13.120599 [ 267 ] {5252f962-0ee1-447d-9860-bdfb4ee8d93f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4619 2025.03.21 18:43:13.120610 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4620 2025.03.21 18:43:13.120672 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1846 rows starting from the beginning of the part
4621 2025.03.21 18:43:13.120796 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 681 rows starting from the beginning of the part
4622 2025.03.21 18:43:13.121301 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1216 rows starting from the beginning of the part
4623 2025.03.21 18:43:13.121682 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
4624 2025.03.21 18:43:13.122128 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 681 rows starting from the beginning of the part
4625 2025.03.21 18:43:13.122394 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 72 rows starting from the beginning of the part
4626 2025.03.21 18:43:13.123171 [ 267 ] {5252f962-0ee1-447d-9860-bdfb4ee8d93f} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4627 2025.03.21 18:43:13.123220 [ 267 ] {5252f962-0ee1-447d-9860-bdfb4ee8d93f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4628 2025.03.21 18:43:13.123804 [ 267 ] {5252f962-0ee1-447d-9860-bdfb4ee8d93f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4629 2025.03.21 18:43:13.124135 [ 267 ] {5252f962-0ee1-447d-9860-bdfb4ee8d93f} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4630 2025.03.21 18:43:13.124446 [ 267 ] {5252f962-0ee1-447d-9860-bdfb4ee8d93f} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.003951 sec., 2024.8038471273096 rows/sec., 152.26 KiB/sec.
4631 2025.03.21 18:43:13.124646 [ 267 ] {5252f962-0ee1-447d-9860-bdfb4ee8d93f} <Debug> TCPHandler: Processed in 0.004327656 sec.
4632 2025.03.21 18:43:13.124950 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4633 2025.03.21 18:43:13.125148 [ 267 ] {dd0d3466-d78c-4e92-a852-5f089179a0e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4634 2025.03.21 18:43:13.125212 [ 267 ] {dd0d3466-d78c-4e92-a852-5f089179a0e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4635 2025.03.21 18:43:13.125222 [ 201 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4552 rows, containing 5 columns (5 merged, 0 gathered) in 0.004853805 sec., 937820.9466593734 rows/sec., 79.70 MiB/sec.
4636 2025.03.21 18:43:13.125629 [ 201 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4637 2025.03.21 18:43:13.126216 [ 267 ] {dd0d3466-d78c-4e92-a852-5f089179a0e9} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4638 2025.03.21 18:43:13.126274 [ 267 ] {dd0d3466-d78c-4e92-a852-5f089179a0e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4639 2025.03.21 18:43:13.126291 [ 201 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_31_6} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4640 2025.03.21 18:43:13.126542 [ 201 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_31_6} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4641 2025.03.21 18:43:13.126744 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB.
4642 2025.03.21 18:43:13.126938 [ 267 ] {dd0d3466-d78c-4e92-a852-5f089179a0e9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4643 2025.03.21 18:43:13.127179 [ 267 ] {dd0d3466-d78c-4e92-a852-5f089179a0e9} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4644 2025.03.21 18:43:13.127362 [ 79 ] {} <Debug> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4645 2025.03.21 18:43:13.127430 [ 79 ] {} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4646 2025.03.21 18:43:13.127455 [ 267 ] {dd0d3466-d78c-4e92-a852-5f089179a0e9} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00237 sec., 30379.746835443035 rows/sec., 2.37 MiB/sec.
4647 2025.03.21 18:43:13.127470 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4648 2025.03.21 18:43:13.127628 [ 267 ] {dd0d3466-d78c-4e92-a852-5f089179a0e9} <Debug> TCPHandler: Processed in 0.002782869 sec.
4649 2025.03.21 18:43:13.127714 [ 201 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
4650 2025.03.21 18:43:13.127806 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4651 2025.03.21 18:43:13.127885 [ 201 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4652 2025.03.21 18:43:13.127967 [ 201 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 914 rows starting from the beginning of the part
4653 2025.03.21 18:43:13.128005 [ 267 ] {f94946c3-2c8d-46b3-b598-2d4a6305d687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4654 2025.03.21 18:43:13.128239 [ 201 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 414 rows starting from the beginning of the part
4655 2025.03.21 18:43:13.128265 [ 267 ] {f94946c3-2c8d-46b3-b598-2d4a6305d687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4656 2025.03.21 18:43:13.128558 [ 201 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 536 rows starting from the beginning of the part
4657 2025.03.21 18:43:13.128888 [ 201 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
4658 2025.03.21 18:43:13.129104 [ 201 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 414 rows starting from the beginning of the part
4659 2025.03.21 18:43:13.129446 [ 201 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 72 rows starting from the beginning of the part
4660 2025.03.21 18:43:13.130847 [ 267 ] {f94946c3-2c8d-46b3-b598-2d4a6305d687} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4661 2025.03.21 18:43:13.130918 [ 267 ] {f94946c3-2c8d-46b3-b598-2d4a6305d687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4662 2025.03.21 18:43:13.132036 [ 267 ] {f94946c3-2c8d-46b3-b598-2d4a6305d687} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4663 2025.03.21 18:43:13.132342 [ 267 ] {f94946c3-2c8d-46b3-b598-2d4a6305d687} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4664 2025.03.21 18:43:13.132633 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4665 2025.03.21 18:43:13.132732 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4666 2025.03.21 18:43:13.132808 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4667 2025.03.21 18:43:13.133339 [ 201 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 5 columns (5 merged, 0 gathered) in 0.005733321 sec., 421047.41736944433 rows/sec., 32.24 MiB/sec.
4668 2025.03.21 18:43:13.133463 [ 192 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
4669 2025.03.21 18:43:13.133468 [ 267 ] {f94946c3-2c8d-46b3-b598-2d4a6305d687} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005492 sec., 29133.284777858702 rows/sec., 2.03 MiB/sec.
4670 2025.03.21 18:43:13.133898 [ 201 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4671 2025.03.21 18:43:13.134114 [ 267 ] {f94946c3-2c8d-46b3-b598-2d4a6305d687} <Debug> TCPHandler: Processed in 0.006367863 sec.
4672 2025.03.21 18:43:13.134420 [ 192 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4673 2025.03.21 18:43:13.134488 [ 192 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7938 rows starting from the beginning of the part
4674 2025.03.21 18:43:13.134525 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4675 2025.03.21 18:43:13.134926 [ 192 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part
4676 2025.03.21 18:43:13.135016 [ 267 ] {7a32074b-5702-420e-8bfe-0a96f362f91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4677 2025.03.21 18:43:13.135304 [ 192 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 968 rows starting from the beginning of the part
4678 2025.03.21 18:43:13.135361 [ 201 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_31_6} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4679 2025.03.21 18:43:13.135521 [ 267 ] {7a32074b-5702-420e-8bfe-0a96f362f91f} <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
4680 2025.03.21 18:43:13.135895 [ 192 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
4681 2025.03.21 18:43:13.135897 [ 201 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_31_6} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4682 2025.03.21 18:43:13.136338 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
4683 2025.03.21 18:43:13.136384 [ 192 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part
4684 2025.03.21 18:43:13.136886 [ 192 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
4685 2025.03.21 18:43:13.139436 [ 267 ] {7a32074b-5702-420e-8bfe-0a96f362f91f} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4686 2025.03.21 18:43:13.139483 [ 267 ] {7a32074b-5702-420e-8bfe-0a96f362f91f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4687 2025.03.21 18:43:13.140227 [ 267 ] {7a32074b-5702-420e-8bfe-0a96f362f91f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4688 2025.03.21 18:43:13.140563 [ 267 ] {7a32074b-5702-420e-8bfe-0a96f362f91f} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4689 2025.03.21 18:43:13.140926 [ 267 ] {7a32074b-5702-420e-8bfe-0a96f362f91f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006082 sec., 1315.3567905294312 rows/sec., 2.36 MiB/sec.
4690 2025.03.21 18:43:13.141595 [ 267 ] {7a32074b-5702-420e-8bfe-0a96f362f91f} <Debug> TCPHandler: Processed in 0.007146726 sec.
4691 2025.03.21 18:43:13.142169 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4692 2025.03.21 18:43:13.142232 [ 193 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9582 rows, containing 5 columns (5 merged, 0 gathered) in 0.009305263 sec., 1029739.836477486 rows/sec., 69.48 MiB/sec.
4693 2025.03.21 18:43:13.142322 [ 267 ] {1dba3a32-7984-498e-a316-795da89434ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4694 2025.03.21 18:43:13.142381 [ 267 ] {1dba3a32-7984-498e-a316-795da89434ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4695 2025.03.21 18:43:13.142542 [ 193 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4696 2025.03.21 18:43:13.143243 [ 193 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4697 2025.03.21 18:43:13.143468 [ 193 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4698 2025.03.21 18:43:13.143501 [ 267 ] {1dba3a32-7984-498e-a316-795da89434ba} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4699 2025.03.21 18:43:13.143597 [ 267 ] {1dba3a32-7984-498e-a316-795da89434ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4700 2025.03.21 18:43:13.143618 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB.
4701 2025.03.21 18:43:13.144013 [ 267 ] {1dba3a32-7984-498e-a316-795da89434ba} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4702 2025.03.21 18:43:13.144269 [ 267 ] {1dba3a32-7984-498e-a316-795da89434ba} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4703 2025.03.21 18:43:13.144465 [ 79 ] {} <Debug> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4704 2025.03.21 18:43:13.144539 [ 267 ] {1dba3a32-7984-498e-a316-795da89434ba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002256 sec., 26595.74468085106 rows/sec., 1.79 MiB/sec.
4705 2025.03.21 18:43:13.144551 [ 79 ] {} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4706 2025.03.21 18:43:13.144646 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4707 2025.03.21 18:43:13.144670 [ 267 ] {1dba3a32-7984-498e-a316-795da89434ba} <Debug> TCPHandler: Processed in 0.002626786 sec.
4708 2025.03.21 18:43:13.144873 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
4709 2025.03.21 18:43:13.145029 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4710 2025.03.21 18:43:13.145066 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1416 rows starting from the beginning of the part
4711 2025.03.21 18:43:13.145187 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part
4712 2025.03.21 18:43:13.145361 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 44 rows starting from the beginning of the part
4713 2025.03.21 18:43:13.145483 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
4714 2025.03.21 18:43:13.145693 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part
4715 2025.03.21 18:43:13.145789 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
4716 2025.03.21 18:43:13.147209 [ 200 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1700 rows, containing 4 columns (4 merged, 0 gathered) in 0.002416903 sec., 703379.4901988205 rows/sec., 45.88 MiB/sec.
4717 2025.03.21 18:43:13.147562 [ 200 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4718 2025.03.21 18:43:13.147932 [ 200 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_31_6} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4719 2025.03.21 18:43:13.148013 [ 200 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_31_6} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4720 2025.03.21 18:43:13.148097 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
4721 2025.03.21 18:43:18.124112 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4722 2025.03.21 18:43:18.124337 [ 267 ] {eb6cfcf6-6ccd-47ae-b47b-f2dd53f293c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4723 2025.03.21 18:43:18.124417 [ 267 ] {eb6cfcf6-6ccd-47ae-b47b-f2dd53f293c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4724 2025.03.21 18:43:18.125359 [ 267 ] {eb6cfcf6-6ccd-47ae-b47b-f2dd53f293c9} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4725 2025.03.21 18:43:18.125409 [ 267 ] {eb6cfcf6-6ccd-47ae-b47b-f2dd53f293c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4726 2025.03.21 18:43:18.125858 [ 267 ] {eb6cfcf6-6ccd-47ae-b47b-f2dd53f293c9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4727 2025.03.21 18:43:18.126112 [ 267 ] {eb6cfcf6-6ccd-47ae-b47b-f2dd53f293c9} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4728 2025.03.21 18:43:18.126361 [ 267 ] {eb6cfcf6-6ccd-47ae-b47b-f2dd53f293c9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002084 sec., 101727.44721689059 rows/sec., 6.47 MiB/sec.
4729 2025.03.21 18:43:18.126420 [ 267 ] {eb6cfcf6-6ccd-47ae-b47b-f2dd53f293c9} <Debug> TCPHandler: Processed in 0.002458084 sec.
4730 2025.03.21 18:43:18.126570 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4731 2025.03.21 18:43:18.126677 [ 267 ] {ff9e3cab-ad78-4c58-8b8a-07cfca60b81c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4732 2025.03.21 18:43:18.126724 [ 267 ] {ff9e3cab-ad78-4c58-8b8a-07cfca60b81c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4733 2025.03.21 18:43:18.127256 [ 267 ] {ff9e3cab-ad78-4c58-8b8a-07cfca60b81c} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4734 2025.03.21 18:43:18.127297 [ 267 ] {ff9e3cab-ad78-4c58-8b8a-07cfca60b81c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4735 2025.03.21 18:43:18.127639 [ 267 ] {ff9e3cab-ad78-4c58-8b8a-07cfca60b81c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4736 2025.03.21 18:43:18.127875 [ 267 ] {ff9e3cab-ad78-4c58-8b8a-07cfca60b81c} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4737 2025.03.21 18:43:18.128140 [ 267 ] {ff9e3cab-ad78-4c58-8b8a-07cfca60b81c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001475 sec., 4067.7966101694915 rows/sec., 331.70 KiB/sec.
4738 2025.03.21 18:43:18.128285 [ 267 ] {ff9e3cab-ad78-4c58-8b8a-07cfca60b81c} <Debug> TCPHandler: Processed in 0.001776091 sec.
4739 2025.03.21 18:43:18.128407 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4740 2025.03.21 18:43:18.128514 [ 267 ] {2da31c34-aa43-446e-a0b5-e32705d63570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4741 2025.03.21 18:43:18.128559 [ 267 ] {2da31c34-aa43-446e-a0b5-e32705d63570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4742 2025.03.21 18:43:18.129422 [ 267 ] {2da31c34-aa43-446e-a0b5-e32705d63570} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4743 2025.03.21 18:43:18.129462 [ 267 ] {2da31c34-aa43-446e-a0b5-e32705d63570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4744 2025.03.21 18:43:18.129852 [ 267 ] {2da31c34-aa43-446e-a0b5-e32705d63570} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4745 2025.03.21 18:43:18.130099 [ 267 ] {2da31c34-aa43-446e-a0b5-e32705d63570} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4746 2025.03.21 18:43:18.130313 [ 267 ] {2da31c34-aa43-446e-a0b5-e32705d63570} <Debug> executeQuery: Read 684 rows, 55.65 KiB in 0.001821 sec., 375617.7924217463 rows/sec., 29.84 MiB/sec.
4747 2025.03.21 18:43:18.130366 [ 267 ] {2da31c34-aa43-446e-a0b5-e32705d63570} <Debug> TCPHandler: Processed in 0.002009196 sec.
4748 2025.03.21 18:43:18.130483 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4749 2025.03.21 18:43:18.130587 [ 267 ] {ccbe474e-2afb-4b81-947e-f50841fc7bc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4750 2025.03.21 18:43:18.130632 [ 267 ] {ccbe474e-2afb-4b81-947e-f50841fc7bc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4751 2025.03.21 18:43:18.131203 [ 267 ] {ccbe474e-2afb-4b81-947e-f50841fc7bc0} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4752 2025.03.21 18:43:18.131243 [ 267 ] {ccbe474e-2afb-4b81-947e-f50841fc7bc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4753 2025.03.21 18:43:18.131589 [ 267 ] {ccbe474e-2afb-4b81-947e-f50841fc7bc0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4754 2025.03.21 18:43:18.131820 [ 267 ] {ccbe474e-2afb-4b81-947e-f50841fc7bc0} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4755 2025.03.21 18:43:18.132056 [ 267 ] {ccbe474e-2afb-4b81-947e-f50841fc7bc0} <Debug> executeQuery: Read 144 rows, 9.21 KiB in 0.00149 sec., 96644.29530201342 rows/sec., 6.04 MiB/sec.
4756 2025.03.21 18:43:18.132108 [ 267 ] {ccbe474e-2afb-4b81-947e-f50841fc7bc0} <Debug> TCPHandler: Processed in 0.00167554 sec.
4757 2025.03.21 18:43:18.132226 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4758 2025.03.21 18:43:18.132330 [ 267 ] {39c6fb1b-9503-4f6e-a7b3-1cf5166e570a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4759 2025.03.21 18:43:18.132375 [ 267 ] {39c6fb1b-9503-4f6e-a7b3-1cf5166e570a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4760 2025.03.21 18:43:18.132934 [ 267 ] {39c6fb1b-9503-4f6e-a7b3-1cf5166e570a} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4761 2025.03.21 18:43:18.132974 [ 267 ] {39c6fb1b-9503-4f6e-a7b3-1cf5166e570a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4762 2025.03.21 18:43:18.133318 [ 267 ] {39c6fb1b-9503-4f6e-a7b3-1cf5166e570a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4763 2025.03.21 18:43:18.133541 [ 267 ] {39c6fb1b-9503-4f6e-a7b3-1cf5166e570a} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4764 2025.03.21 18:43:18.133698 [ 73 ] {} <Debug> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4765 2025.03.21 18:43:18.133758 [ 267 ] {39c6fb1b-9503-4f6e-a7b3-1cf5166e570a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001462 sec., 77291.38166894665 rows/sec., 5.00 MiB/sec.
4766 2025.03.21 18:43:18.133779 [ 73 ] {} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4767 2025.03.21 18:43:18.133847 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4768 2025.03.21 18:43:18.133885 [ 267 ] {39c6fb1b-9503-4f6e-a7b3-1cf5166e570a} <Debug> TCPHandler: Processed in 0.00173105 sec.
4769 2025.03.21 18:43:18.134097 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::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
4770 2025.03.21 18:43:18.134103 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4771 2025.03.21 18:43:18.134337 [ 267 ] {e6ac7005-2a3a-4a9d-b343-0ab6defcd3e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4772 2025.03.21 18:43:18.134398 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4773 2025.03.21 18:43:18.134415 [ 267 ] {e6ac7005-2a3a-4a9d-b343-0ab6defcd3e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4774 2025.03.21 18:43:18.134476 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 341 rows starting from the beginning of the part
4775 2025.03.21 18:43:18.134854 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part
4776 2025.03.21 18:43:18.135195 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part
4777 2025.03.21 18:43:18.135646 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part
4778 2025.03.21 18:43:18.136033 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 113 rows starting from the beginning of the part
4779 2025.03.21 18:43:18.136385 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part
4780 2025.03.21 18:43:18.137384 [ 267 ] {e6ac7005-2a3a-4a9d-b343-0ab6defcd3e6} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4781 2025.03.21 18:43:18.137457 [ 267 ] {e6ac7005-2a3a-4a9d-b343-0ab6defcd3e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4782 2025.03.21 18:43:18.138517 [ 267 ] {e6ac7005-2a3a-4a9d-b343-0ab6defcd3e6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4783 2025.03.21 18:43:18.139048 [ 267 ] {e6ac7005-2a3a-4a9d-b343-0ab6defcd3e6} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4784 2025.03.21 18:43:18.139154 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.00515204 sec., 198173.92722106195 rows/sec., 13.85 MiB/sec.
4785 2025.03.21 18:43:18.139449 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4786 2025.03.21 18:43:18.139490 [ 267 ] {e6ac7005-2a3a-4a9d-b343-0ab6defcd3e6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005168 sec., 21671.826625387 rows/sec., 1.23 MiB/sec.
4787 2025.03.21 18:43:18.139623 [ 267 ] {e6ac7005-2a3a-4a9d-b343-0ab6defcd3e6} <Debug> TCPHandler: Processed in 0.005562157 sec.
4788 2025.03.21 18:43:18.139827 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4789 2025.03.21 18:43:18.139915 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_16_3} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4790 2025.03.21 18:43:18.140038 [ 267 ] {7005c929-11c1-4bf3-ac62-80e4c47c7447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4791 2025.03.21 18:43:18.140096 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_16_3} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4792 2025.03.21 18:43:18.140116 [ 267 ] {7005c929-11c1-4bf3-ac62-80e4c47c7447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4793 2025.03.21 18:43:18.140297 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
4794 2025.03.21 18:43:18.140986 [ 267 ] {7005c929-11c1-4bf3-ac62-80e4c47c7447} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4795 2025.03.21 18:43:18.141030 [ 267 ] {7005c929-11c1-4bf3-ac62-80e4c47c7447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4796 2025.03.21 18:43:18.141411 [ 267 ] {7005c929-11c1-4bf3-ac62-80e4c47c7447} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4797 2025.03.21 18:43:18.141653 [ 267 ] {7005c929-11c1-4bf3-ac62-80e4c47c7447} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4798 2025.03.21 18:43:18.141899 [ 267 ] {7005c929-11c1-4bf3-ac62-80e4c47c7447} <Debug> executeQuery: Read 420 rows, 30.64 KiB in 0.001928 sec., 217842.3236514523 rows/sec., 15.52 MiB/sec.
4799 2025.03.21 18:43:18.142103 [ 267 ] {7005c929-11c1-4bf3-ac62-80e4c47c7447} <Debug> TCPHandler: Processed in 0.002328041 sec.
4800 2025.03.21 18:43:18.142334 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4801 2025.03.21 18:43:18.142439 [ 267 ] {f56043f6-0cd6-40bc-b604-9497c2568f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4802 2025.03.21 18:43:18.142488 [ 267 ] {f56043f6-0cd6-40bc-b604-9497c2568f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4803 2025.03.21 18:43:18.142961 [ 267 ] {f56043f6-0cd6-40bc-b604-9497c2568f2d} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4804 2025.03.21 18:43:18.143000 [ 267 ] {f56043f6-0cd6-40bc-b604-9497c2568f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4805 2025.03.21 18:43:18.143353 [ 267 ] {f56043f6-0cd6-40bc-b604-9497c2568f2d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4806 2025.03.21 18:43:18.143591 [ 267 ] {f56043f6-0cd6-40bc-b604-9497c2568f2d} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4807 2025.03.21 18:43:18.143794 [ 267 ] {f56043f6-0cd6-40bc-b604-9497c2568f2d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001377 sec., 4357.298474945534 rows/sec., 227.65 KiB/sec.
4808 2025.03.21 18:43:18.143845 [ 267 ] {f56043f6-0cd6-40bc-b604-9497c2568f2d} <Debug> TCPHandler: Processed in 0.001586108 sec.
4809 2025.03.21 18:43:18.143980 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4810 2025.03.21 18:43:18.144116 [ 267 ] {976876a9-04a3-4439-9a38-f074eeda0a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4811 2025.03.21 18:43:18.144174 [ 267 ] {976876a9-04a3-4439-9a38-f074eeda0a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4812 2025.03.21 18:43:18.144818 [ 267 ] {976876a9-04a3-4439-9a38-f074eeda0a41} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4813 2025.03.21 18:43:18.144867 [ 267 ] {976876a9-04a3-4439-9a38-f074eeda0a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4814 2025.03.21 18:43:18.145268 [ 267 ] {976876a9-04a3-4439-9a38-f074eeda0a41} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4815 2025.03.21 18:43:18.145510 [ 267 ] {976876a9-04a3-4439-9a38-f074eeda0a41} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4816 2025.03.21 18:43:18.145711 [ 267 ] {976876a9-04a3-4439-9a38-f074eeda0a41} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001626 sec., 147601.47601476015 rows/sec., 9.90 MiB/sec.
4817 2025.03.21 18:43:18.145762 [ 267 ] {976876a9-04a3-4439-9a38-f074eeda0a41} <Debug> TCPHandler: Processed in 0.001848063 sec.
4818 2025.03.21 18:43:18.145884 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4819 2025.03.21 18:43:18.146015 [ 267 ] {9aacea59-cb84-4620-80a8-dfadb71f1a8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4820 2025.03.21 18:43:18.146071 [ 267 ] {9aacea59-cb84-4620-80a8-dfadb71f1a8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4821 2025.03.21 18:43:18.146568 [ 267 ] {9aacea59-cb84-4620-80a8-dfadb71f1a8b} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4822 2025.03.21 18:43:18.146615 [ 267 ] {9aacea59-cb84-4620-80a8-dfadb71f1a8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4823 2025.03.21 18:43:18.147004 [ 267 ] {9aacea59-cb84-4620-80a8-dfadb71f1a8b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4824 2025.03.21 18:43:18.147242 [ 267 ] {9aacea59-cb84-4620-80a8-dfadb71f1a8b} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4825 2025.03.21 18:43:18.147445 [ 267 ] {9aacea59-cb84-4620-80a8-dfadb71f1a8b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001457 sec., 686.3417982155113 rows/sec., 46.25 KiB/sec.
4826 2025.03.21 18:43:18.147494 [ 267 ] {9aacea59-cb84-4620-80a8-dfadb71f1a8b} <Debug> TCPHandler: Processed in 0.001668709 sec.
4827 2025.03.21 18:43:18.147626 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4828 2025.03.21 18:43:18.147731 [ 267 ] {53d06329-2d79-4f3c-81ca-f461b5abea42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4829 2025.03.21 18:43:18.147797 [ 267 ] {53d06329-2d79-4f3c-81ca-f461b5abea42} <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
4830 2025.03.21 18:43:18.148911 [ 267 ] {53d06329-2d79-4f3c-81ca-f461b5abea42} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4831 2025.03.21 18:43:18.148951 [ 267 ] {53d06329-2d79-4f3c-81ca-f461b5abea42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4832 2025.03.21 18:43:18.149586 [ 267 ] {53d06329-2d79-4f3c-81ca-f461b5abea42} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4833 2025.03.21 18:43:18.149838 [ 267 ] {53d06329-2d79-4f3c-81ca-f461b5abea42} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4834 2025.03.21 18:43:18.150094 [ 267 ] {53d06329-2d79-4f3c-81ca-f461b5abea42} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002384 sec., 13422.818791946309 rows/sec., 24.05 MiB/sec.
4835 2025.03.21 18:43:18.150188 [ 267 ] {53d06329-2d79-4f3c-81ca-f461b5abea42} <Debug> TCPHandler: Processed in 0.002610366 sec.
4836 2025.03.21 18:43:18.150326 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4837 2025.03.21 18:43:18.150432 [ 267 ] {de6ac457-f6a9-4be7-91f5-41900299c1c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4838 2025.03.21 18:43:18.150478 [ 267 ] {de6ac457-f6a9-4be7-91f5-41900299c1c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4839 2025.03.21 18:43:18.150917 [ 267 ] {de6ac457-f6a9-4be7-91f5-41900299c1c9} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4840 2025.03.21 18:43:18.150956 [ 267 ] {de6ac457-f6a9-4be7-91f5-41900299c1c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4841 2025.03.21 18:43:18.151306 [ 267 ] {de6ac457-f6a9-4be7-91f5-41900299c1c9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4842 2025.03.21 18:43:18.151541 [ 267 ] {de6ac457-f6a9-4be7-91f5-41900299c1c9} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4843 2025.03.21 18:43:18.151780 [ 267 ] {de6ac457-f6a9-4be7-91f5-41900299c1c9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001371 sec., 59810.357403355214 rows/sec., 3.80 MiB/sec.
4844 2025.03.21 18:43:18.151957 [ 267 ] {de6ac457-f6a9-4be7-91f5-41900299c1c9} <Debug> TCPHandler: Processed in 0.001679939 sec.
4845 2025.03.21 18:43:19.940018 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638
4846 2025.03.21 18:43:19.940758 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4847 2025.03.21 18:43:19.940807 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4848 2025.03.21 18:43:19.941333 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4849 2025.03.21 18:43:19.941590 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4850 2025.03.21 18:43:19.941763 [ 71 ] {} <Debug> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4851 2025.03.21 18:43:19.941784 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638
4852 2025.03.21 18:43:19.941816 [ 71 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4853 2025.03.21 18:43:19.941841 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4854 2025.03.21 18:43:19.941986 [ 199 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
4855 2025.03.21 18:43:19.942351 [ 199 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4856 2025.03.21 18:43:19.942459 [ 199 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
4857 2025.03.21 18:43:19.942596 [ 199 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
4858 2025.03.21 18:43:19.942683 [ 199 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
4859 2025.03.21 18:43:19.942934 [ 199 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
4860 2025.03.21 18:43:19.943128 [ 199 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
4861 2025.03.21 18:43:19.943209 [ 199 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
4862 2025.03.21 18:43:19.945634 [ 190 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003732635 sec., 2582090.132038091 rows/sec., 36.94 MiB/sec.
4863 2025.03.21 18:43:19.945900 [ 195 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4864 2025.03.21 18:43:19.946235 [ 195 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_21_4} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4865 2025.03.21 18:43:19.946324 [ 195 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_21_4} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4866 2025.03.21 18:43:19.946420 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB.
4867 2025.03.21 18:43:20.581250 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4868 2025.03.21 18:43:20.603857 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4869 2025.03.21 18:43:20.603923 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4870 2025.03.21 18:43:20.611746 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4871 2025.03.21 18:43:20.612588 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4872 2025.03.21 18:43:20.613029 [ 71 ] {} <Debug> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4873 2025.03.21 18:43:20.613202 [ 71 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4874 2025.03.21 18:43:20.613297 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4875 2025.03.21 18:43:20.613858 [ 199 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
4876 2025.03.21 18:43:20.628349 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4877 2025.03.21 18:43:20.630419 [ 199 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4878 2025.03.21 18:43:20.632347 [ 199 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
4879 2025.03.21 18:43:20.638226 [ 199 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
4880 2025.03.21 18:43:20.644249 [ 199 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
4881 2025.03.21 18:43:20.650120 [ 199 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
4882 2025.03.21 18:43:20.656008 [ 199 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
4883 2025.03.21 18:43:20.660874 [ 199 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
4884 2025.03.21 18:43:20.720246 [ 189 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.106757997 sec., 1489.349786133586 rows/sec., 7.70 MiB/sec.
4885 2025.03.21 18:43:20.721968 [ 195 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4886 2025.03.21 18:43:20.724538 [ 195 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_21_4} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4887 2025.03.21 18:43:20.724655 [ 195 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_21_4} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4888 2025.03.21 18:43:20.726195 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4889 2025.03.21 18:43:21.000259 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.98 MiB, peak 196.54 MiB, free memory in arenas 0.00 B, will set to 188.30 MiB (RSS), difference: 2.33 MiB
4890 2025.03.21 18:43:22.477040 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 680
4891 2025.03.21 18:43:22.480305 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4892 2025.03.21 18:43:22.480361 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4893 2025.03.21 18:43:22.481831 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4894 2025.03.21 18:43:22.482145 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4895 2025.03.21 18:43:22.483462 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 680
4896 2025.03.21 18:43:23.117586 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4897 2025.03.21 18:43:23.117792 [ 267 ] {caa48ac7-e9a3-477d-a6df-553fc195bc31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4898 2025.03.21 18:43:23.117870 [ 267 ] {caa48ac7-e9a3-477d-a6df-553fc195bc31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4899 2025.03.21 18:43:23.118673 [ 267 ] {caa48ac7-e9a3-477d-a6df-553fc195bc31} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4900 2025.03.21 18:43:23.118715 [ 267 ] {caa48ac7-e9a3-477d-a6df-553fc195bc31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4901 2025.03.21 18:43:23.119145 [ 267 ] {caa48ac7-e9a3-477d-a6df-553fc195bc31} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4902 2025.03.21 18:43:23.119399 [ 267 ] {caa48ac7-e9a3-477d-a6df-553fc195bc31} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4903 2025.03.21 18:43:23.119596 [ 267 ] {caa48ac7-e9a3-477d-a6df-553fc195bc31} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001863 sec., 38647.34299516908 rows/sec., 3.14 MiB/sec.
4904 2025.03.21 18:43:23.119661 [ 267 ] {caa48ac7-e9a3-477d-a6df-553fc195bc31} <Debug> TCPHandler: Processed in 0.002214389 sec.
4905 2025.03.21 18:43:23.119795 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4906 2025.03.21 18:43:23.119909 [ 267 ] {68396b9e-414c-46c3-aa35-e6e578850382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4907 2025.03.21 18:43:23.119958 [ 267 ] {68396b9e-414c-46c3-aa35-e6e578850382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4908 2025.03.21 18:43:23.120489 [ 267 ] {68396b9e-414c-46c3-aa35-e6e578850382} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4909 2025.03.21 18:43:23.120528 [ 267 ] {68396b9e-414c-46c3-aa35-e6e578850382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4910 2025.03.21 18:43:23.120875 [ 267 ] {68396b9e-414c-46c3-aa35-e6e578850382} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4911 2025.03.21 18:43:23.121125 [ 267 ] {68396b9e-414c-46c3-aa35-e6e578850382} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4912 2025.03.21 18:43:23.121256 [ 68 ] {} <Debug> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4913 2025.03.21 18:43:23.121305 [ 68 ] {} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4914 2025.03.21 18:43:23.121314 [ 267 ] {68396b9e-414c-46c3-aa35-e6e578850382} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00143 sec., 5594.4055944055945 rows/sec., 420.67 KiB/sec.
4915 2025.03.21 18:43:23.121334 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4916 2025.03.21 18:43:23.121383 [ 267 ] {68396b9e-414c-46c3-aa35-e6e578850382} <Debug> TCPHandler: Processed in 0.001639169 sec.
4917 2025.03.21 18:43:23.121724 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4918 2025.03.21 18:43:23.121845 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
4919 2025.03.21 18:43:23.122242 [ 267 ] {8022d95c-73a3-471e-a499-6deb96fa895b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4920 2025.03.21 18:43:23.122315 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4921 2025.03.21 18:43:23.122338 [ 267 ] {8022d95c-73a3-471e-a499-6deb96fa895b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4922 2025.03.21 18:43:23.122401 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 164 rows starting from the beginning of the part
4923 2025.03.21 18:43:23.122713 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 16 rows starting from the beginning of the part
4924 2025.03.21 18:43:23.123054 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 138 rows starting from the beginning of the part
4925 2025.03.21 18:43:23.123349 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part
4926 2025.03.21 18:43:23.123689 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 144 rows starting from the beginning of the part
4927 2025.03.21 18:43:23.124030 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part
4928 2025.03.21 18:43:23.125326 [ 267 ] {8022d95c-73a3-471e-a499-6deb96fa895b} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4929 2025.03.21 18:43:23.125391 [ 267 ] {8022d95c-73a3-471e-a499-6deb96fa895b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
4930 2025.03.21 18:43:23.126479 [ 267 ] {8022d95c-73a3-471e-a499-6deb96fa895b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4931 2025.03.21 18:43:23.127012 [ 267 ] {8022d95c-73a3-471e-a499-6deb96fa895b} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4932 2025.03.21 18:43:23.127032 [ 195 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 478 rows, containing 5 columns (5 merged, 0 gathered) in 0.005593758 sec., 85452.39175523861 rows/sec., 5.74 MiB/sec.
4933 2025.03.21 18:43:23.127337 [ 267 ] {8022d95c-73a3-471e-a499-6deb96fa895b} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005289 sec., 13613.159387407826 rows/sec., 1.06 MiB/sec.
4934 2025.03.21 18:43:23.127389 [ 195 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4935 2025.03.21 18:43:23.127510 [ 267 ] {8022d95c-73a3-471e-a499-6deb96fa895b} <Debug> TCPHandler: Processed in 0.005902004 sec.
4936 2025.03.21 18:43:23.127666 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4937 2025.03.21 18:43:23.127839 [ 267 ] {34cc2fb2-a85c-4ab3-9787-16d9c4dc27dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4938 2025.03.21 18:43:23.127931 [ 267 ] {34cc2fb2-a85c-4ab3-9787-16d9c4dc27dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4939 2025.03.21 18:43:23.127951 [ 195 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_26_5} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4940 2025.03.21 18:43:23.128230 [ 195 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_26_5} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4941 2025.03.21 18:43:23.128426 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
4942 2025.03.21 18:43:23.128855 [ 267 ] {34cc2fb2-a85c-4ab3-9787-16d9c4dc27dc} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4943 2025.03.21 18:43:23.128899 [ 267 ] {34cc2fb2-a85c-4ab3-9787-16d9c4dc27dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4944 2025.03.21 18:43:23.129295 [ 267 ] {34cc2fb2-a85c-4ab3-9787-16d9c4dc27dc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4945 2025.03.21 18:43:23.129533 [ 267 ] {34cc2fb2-a85c-4ab3-9787-16d9c4dc27dc} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4946 2025.03.21 18:43:23.129717 [ 267 ] {34cc2fb2-a85c-4ab3-9787-16d9c4dc27dc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001934 sec., 82730.09307135471 rows/sec., 5.76 MiB/sec.
4947 2025.03.21 18:43:23.129773 [ 267 ] {34cc2fb2-a85c-4ab3-9787-16d9c4dc27dc} <Debug> TCPHandler: Processed in 0.002158738 sec.
4948 2025.03.21 18:43:23.129909 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4949 2025.03.21 18:43:23.130015 [ 267 ] {8dc9ff68-9f3a-4e67-9e1d-eede111b8750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4950 2025.03.21 18:43:23.130084 [ 267 ] {8dc9ff68-9f3a-4e67-9e1d-eede111b8750} <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
4951 2025.03.21 18:43:23.131127 [ 267 ] {8dc9ff68-9f3a-4e67-9e1d-eede111b8750} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4952 2025.03.21 18:43:23.131165 [ 267 ] {8dc9ff68-9f3a-4e67-9e1d-eede111b8750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4953 2025.03.21 18:43:23.131771 [ 267 ] {8dc9ff68-9f3a-4e67-9e1d-eede111b8750} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4954 2025.03.21 18:43:23.132035 [ 267 ] {8dc9ff68-9f3a-4e67-9e1d-eede111b8750} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4955 2025.03.21 18:43:23.132168 [ 68 ] {} <Debug> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4956 2025.03.21 18:43:23.132219 [ 68 ] {} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4957 2025.03.21 18:43:23.132246 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
4958 2025.03.21 18:43:23.132249 [ 267 ] {8dc9ff68-9f3a-4e67-9e1d-eede111b8750} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002255 sec., 3547.671840354767 rows/sec., 6.36 MiB/sec.
4959 2025.03.21 18:43:23.132618 [ 189 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
4960 2025.03.21 18:43:23.132641 [ 267 ] {8dc9ff68-9f3a-4e67-9e1d-eede111b8750} <Debug> TCPHandler: Processed in 0.002781399 sec.
4961 2025.03.21 18:43:23.132927 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4962 2025.03.21 18:43:23.133172 [ 267 ] {2611a5c1-ab99-4a5d-beb8-71b243c8c5c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4963 2025.03.21 18:43:23.133290 [ 267 ] {2611a5c1-ab99-4a5d-beb8-71b243c8c5c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4964 2025.03.21 18:43:23.133322 [ 189 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4965 2025.03.21 18:43:23.133576 [ 189 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 396 rows starting from the beginning of the part
4966 2025.03.21 18:43:23.134371 [ 189 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part
4967 2025.03.21 18:43:23.135191 [ 189 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part
4968 2025.03.21 18:43:23.135302 [ 267 ] {2611a5c1-ab99-4a5d-beb8-71b243c8c5c9} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4969 2025.03.21 18:43:23.135408 [ 267 ] {2611a5c1-ab99-4a5d-beb8-71b243c8c5c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
4970 2025.03.21 18:43:23.135828 [ 189 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part
4971 2025.03.21 18:43:23.136443 [ 189 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part
4972 2025.03.21 18:43:23.137101 [ 189 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part
4973 2025.03.21 18:43:23.137238 [ 267 ] {2611a5c1-ab99-4a5d-beb8-71b243c8c5c9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4974 2025.03.21 18:43:23.138017 [ 267 ] {2611a5c1-ab99-4a5d-beb8-71b243c8c5c9} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4975 2025.03.21 18:43:23.138386 [ 267 ] {2611a5c1-ab99-4a5d-beb8-71b243c8c5c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005288 sec., 11346.4447806354 rows/sec., 783.02 KiB/sec.
4976 2025.03.21 18:43:23.138520 [ 267 ] {2611a5c1-ab99-4a5d-beb8-71b243c8c5c9} <Debug> TCPHandler: Processed in 0.00567841 sec.
4977 2025.03.21 18:43:23.142076 [ 186 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 484 rows, containing 19 columns (19 merged, 0 gathered) in 0.009713251 sec., 49828.836915673244 rows/sec., 89.29 MiB/sec.
4978 2025.03.21 18:43:23.142839 [ 186 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4979 2025.03.21 18:43:23.143335 [ 186 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4980 2025.03.21 18:43:23.143428 [ 186 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4981 2025.03.21 18:43:23.143599 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.72 MiB.
4982 2025.03.21 18:43:27.346329 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache
4983 2025.03.21 18:43:27.346389 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache
4984 2025.03.21 18:43:27.442004 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126
4985 2025.03.21 18:43:27.443147 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4986 2025.03.21 18:43:27.443220 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
4987 2025.03.21 18:43:27.443767 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4988 2025.03.21 18:43:27.444033 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4989 2025.03.21 18:43:27.444242 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4990 2025.03.21 18:43:28.125409 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4991 2025.03.21 18:43:28.125619 [ 267 ] {bf6d92c0-b01f-407a-abb5-8c0d419b799e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4992 2025.03.21 18:43:28.125700 [ 267 ] {bf6d92c0-b01f-407a-abb5-8c0d419b799e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4993 2025.03.21 18:43:28.126621 [ 267 ] {bf6d92c0-b01f-407a-abb5-8c0d419b799e} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4994 2025.03.21 18:43:28.126723 [ 267 ] {bf6d92c0-b01f-407a-abb5-8c0d419b799e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
4995 2025.03.21 18:43:28.127166 [ 267 ] {bf6d92c0-b01f-407a-abb5-8c0d419b799e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4996 2025.03.21 18:43:28.127432 [ 267 ] {bf6d92c0-b01f-407a-abb5-8c0d419b799e} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4997 2025.03.21 18:43:28.127645 [ 57 ] {} <Debug> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4998 2025.03.21 18:43:28.127676 [ 267 ] {bf6d92c0-b01f-407a-abb5-8c0d419b799e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002115 sec., 100236.40661938534 rows/sec., 6.37 MiB/sec.
4999 2025.03.21 18:43:28.127726 [ 57 ] {} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5000 2025.03.21 18:43:28.127811 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5001 2025.03.21 18:43:28.127819 [ 267 ] {bf6d92c0-b01f-407a-abb5-8c0d419b799e} <Debug> TCPHandler: Processed in 0.002548225 sec.
5002 2025.03.21 18:43:28.128130 [ 187 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::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
5003 2025.03.21 18:43:28.128142 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5004 2025.03.21 18:43:28.128439 [ 187 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5005 2025.03.21 18:43:28.128447 [ 267 ] {a8c918ef-98cd-453e-a87b-e1faaed0d588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5006 2025.03.21 18:43:28.128499 [ 187 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 212 rows starting from the beginning of the part
5007 2025.03.21 18:43:28.128526 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
5008 2025.03.21 18:43:28.128566 [ 267 ] {a8c918ef-98cd-453e-a87b-e1faaed0d588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5009 2025.03.21 18:43:28.129213 [ 187 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part
5010 2025.03.21 18:43:28.129821 [ 187 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part
5011 2025.03.21 18:43:28.130318 [ 187 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part
5012 2025.03.21 18:43:28.130787 [ 187 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part
5013 2025.03.21 18:43:28.134146 [ 267 ] {a8c918ef-98cd-453e-a87b-e1faaed0d588} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5014 2025.03.21 18:43:28.134233 [ 267 ] {a8c918ef-98cd-453e-a87b-e1faaed0d588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5015 2025.03.21 18:43:28.136277 [ 267 ] {a8c918ef-98cd-453e-a87b-e1faaed0d588} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5016 2025.03.21 18:43:28.138001 [ 267 ] {a8c918ef-98cd-453e-a87b-e1faaed0d588} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5017 2025.03.21 18:43:28.138886 [ 267 ] {a8c918ef-98cd-453e-a87b-e1faaed0d588} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.010509 sec., 64801.59862974594 rows/sec., 5.15 MiB/sec.
5018 2025.03.21 18:43:28.139075 [ 187 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.011110976 sec., 95401.16007810655 rows/sec., 6.43 MiB/sec.
5019 2025.03.21 18:43:28.139151 [ 267 ] {a8c918ef-98cd-453e-a87b-e1faaed0d588} <Debug> TCPHandler: Processed in 0.011130055 sec.
5020 2025.03.21 18:43:28.139356 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5021 2025.03.21 18:43:28.139366 [ 188 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
5022 2025.03.21 18:43:28.139585 [ 267 ] {33e3d97b-bcda-4c54-934b-cdc3824c8187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5023 2025.03.21 18:43:28.139683 [ 267 ] {33e3d97b-bcda-4c54-934b-cdc3824c8187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5024 2025.03.21 18:43:28.140128 [ 191 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_13_3} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5025 2025.03.21 18:43:28.140648 [ 191 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_13_3} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
5026 2025.03.21 18:43:28.141083 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
5027 2025.03.21 18:43:28.142136 [ 267 ] {33e3d97b-bcda-4c54-934b-cdc3824c8187} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5028 2025.03.21 18:43:28.142196 [ 267 ] {33e3d97b-bcda-4c54-934b-cdc3824c8187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5029 2025.03.21 18:43:28.142927 [ 267 ] {33e3d97b-bcda-4c54-934b-cdc3824c8187} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5030 2025.03.21 18:43:28.143330 [ 267 ] {33e3d97b-bcda-4c54-934b-cdc3824c8187} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5031 2025.03.21 18:43:28.143775 [ 267 ] {33e3d97b-bcda-4c54-934b-cdc3824c8187} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.004243 sec., 32524.15743577657 rows/sec., 2.02 MiB/sec.
5032 2025.03.21 18:43:28.143925 [ 267 ] {33e3d97b-bcda-4c54-934b-cdc3824c8187} <Debug> TCPHandler: Processed in 0.004635891 sec.
5033 2025.03.21 18:43:28.144126 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5034 2025.03.21 18:43:28.144304 [ 267 ] {67e09e97-de18-413a-ab97-af9c5ceffa13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5035 2025.03.21 18:43:28.144380 [ 267 ] {67e09e97-de18-413a-ab97-af9c5ceffa13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5036 2025.03.21 18:43:28.146011 [ 267 ] {67e09e97-de18-413a-ab97-af9c5ceffa13} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5037 2025.03.21 18:43:28.146072 [ 267 ] {67e09e97-de18-413a-ab97-af9c5ceffa13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5038 2025.03.21 18:43:28.146754 [ 267 ] {67e09e97-de18-413a-ab97-af9c5ceffa13} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5039 2025.03.21 18:43:28.147108 [ 267 ] {67e09e97-de18-413a-ab97-af9c5ceffa13} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5040 2025.03.21 18:43:28.147911 [ 267 ] {67e09e97-de18-413a-ab97-af9c5ceffa13} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.003626 sec., 31163.816878102592 rows/sec., 2.02 MiB/sec.
5041 2025.03.21 18:43:28.148367 [ 267 ] {67e09e97-de18-413a-ab97-af9c5ceffa13} <Debug> TCPHandler: Processed in 0.004300345 sec.
5042 2025.03.21 18:43:28.148734 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5043 2025.03.21 18:43:28.148959 [ 267 ] {e131396f-b74c-4047-9f55-2d035a6832f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5044 2025.03.21 18:43:28.149028 [ 267 ] {e131396f-b74c-4047-9f55-2d035a6832f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5045 2025.03.21 18:43:28.150375 [ 267 ] {e131396f-b74c-4047-9f55-2d035a6832f2} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5046 2025.03.21 18:43:28.150446 [ 267 ] {e131396f-b74c-4047-9f55-2d035a6832f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5047 2025.03.21 18:43:28.151198 [ 267 ] {e131396f-b74c-4047-9f55-2d035a6832f2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5048 2025.03.21 18:43:28.151620 [ 267 ] {e131396f-b74c-4047-9f55-2d035a6832f2} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5049 2025.03.21 18:43:28.151889 [ 57 ] {} <Debug> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
5050 2025.03.21 18:43:28.152084 [ 57 ] {} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5051 2025.03.21 18:43:28.152135 [ 267 ] {e131396f-b74c-4047-9f55-2d035a6832f2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.003198 sec., 35021.88868042527 rows/sec., 2.00 MiB/sec.
5052 2025.03.21 18:43:28.152245 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5053 2025.03.21 18:43:28.152510 [ 267 ] {e131396f-b74c-4047-9f55-2d035a6832f2} <Debug> TCPHandler: Processed in 0.003900678 sec.
5054 2025.03.21 18:43:28.152706 [ 188 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::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
5055 2025.03.21 18:43:28.152776 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5056 2025.03.21 18:43:28.153022 [ 188 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5057 2025.03.21 18:43:28.153023 [ 267 ] {fb45f79a-47c5-4c4f-80b8-76962c86baf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5058 2025.03.21 18:43:28.153099 [ 188 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 112 rows starting from the beginning of the part
5059 2025.03.21 18:43:28.153139 [ 267 ] {fb45f79a-47c5-4c4f-80b8-76962c86baf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5060 2025.03.21 18:43:28.153607 [ 188 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 112 rows starting from the beginning of the part
5061 2025.03.21 18:43:28.154210 [ 188 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 112 rows starting from the beginning of the part
5062 2025.03.21 18:43:28.154780 [ 188 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 112 rows starting from the beginning of the part
5063 2025.03.21 18:43:28.155305 [ 188 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 112 rows starting from the beginning of the part
5064 2025.03.21 18:43:28.157199 [ 267 ] {fb45f79a-47c5-4c4f-80b8-76962c86baf2} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5065 2025.03.21 18:43:28.157268 [ 267 ] {fb45f79a-47c5-4c4f-80b8-76962c86baf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5066 2025.03.21 18:43:28.158562 [ 267 ] {fb45f79a-47c5-4c4f-80b8-76962c86baf2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5067 2025.03.21 18:43:28.159026 [ 197 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.006522314 sec., 85859.09847333323 rows/sec., 5.22 MiB/sec.
5068 2025.03.21 18:43:28.159442 [ 267 ] {fb45f79a-47c5-4c4f-80b8-76962c86baf2} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5069 2025.03.21 18:43:28.159590 [ 197 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
5070 2025.03.21 18:43:28.160129 [ 267 ] {fb45f79a-47c5-4c4f-80b8-76962c86baf2} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.007171 sec., 57732.533816761956 rows/sec., 4.11 MiB/sec.
5071 2025.03.21 18:43:28.160403 [ 267 ] {fb45f79a-47c5-4c4f-80b8-76962c86baf2} <Debug> TCPHandler: Processed in 0.007704316 sec.
5072 2025.03.21 18:43:28.160685 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5073 2025.03.21 18:43:28.160869 [ 197 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_13_3} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5074 2025.03.21 18:43:28.160996 [ 267 ] {79460c2f-5025-403a-9120-768e236578a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5075 2025.03.21 18:43:28.161167 [ 267 ] {79460c2f-5025-403a-9120-768e236578a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5076 2025.03.21 18:43:28.161279 [ 197 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_13_3} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
5077 2025.03.21 18:43:28.161730 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
5078 2025.03.21 18:43:28.162860 [ 267 ] {79460c2f-5025-403a-9120-768e236578a8} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5079 2025.03.21 18:43:28.162916 [ 267 ] {79460c2f-5025-403a-9120-768e236578a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5080 2025.03.21 18:43:28.163596 [ 267 ] {79460c2f-5025-403a-9120-768e236578a8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5081 2025.03.21 18:43:28.163991 [ 267 ] {79460c2f-5025-403a-9120-768e236578a8} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5082 2025.03.21 18:43:28.164409 [ 267 ] {79460c2f-5025-403a-9120-768e236578a8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003516 sec., 1706.4846416382252 rows/sec., 89.16 KiB/sec.
5083 2025.03.21 18:43:28.164524 [ 267 ] {79460c2f-5025-403a-9120-768e236578a8} <Debug> TCPHandler: Processed in 0.003933869 sec.
5084 2025.03.21 18:43:28.164705 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5085 2025.03.21 18:43:28.164886 [ 267 ] {18aa8ab1-5de0-44f4-82db-916a1fd03948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5086 2025.03.21 18:43:28.164967 [ 267 ] {18aa8ab1-5de0-44f4-82db-916a1fd03948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5087 2025.03.21 18:43:28.166519 [ 267 ] {18aa8ab1-5de0-44f4-82db-916a1fd03948} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5088 2025.03.21 18:43:28.166568 [ 267 ] {18aa8ab1-5de0-44f4-82db-916a1fd03948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5089 2025.03.21 18:43:28.167257 [ 267 ] {18aa8ab1-5de0-44f4-82db-916a1fd03948} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5090 2025.03.21 18:43:28.167598 [ 267 ] {18aa8ab1-5de0-44f4-82db-916a1fd03948} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5091 2025.03.21 18:43:28.168140 [ 267 ] {18aa8ab1-5de0-44f4-82db-916a1fd03948} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003269 sec., 72499.2352401346 rows/sec., 4.86 MiB/sec.
5092 2025.03.21 18:43:28.168571 [ 267 ] {18aa8ab1-5de0-44f4-82db-916a1fd03948} <Debug> TCPHandler: Processed in 0.00394011 sec.
5093 2025.03.21 18:43:28.168960 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5094 2025.03.21 18:43:28.169155 [ 267 ] {76eaf7b8-29c2-4c0c-9cd5-6337e99536af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5095 2025.03.21 18:43:28.169229 [ 267 ] {76eaf7b8-29c2-4c0c-9cd5-6337e99536af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5096 2025.03.21 18:43:28.170299 [ 267 ] {76eaf7b8-29c2-4c0c-9cd5-6337e99536af} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5097 2025.03.21 18:43:28.170342 [ 267 ] {76eaf7b8-29c2-4c0c-9cd5-6337e99536af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5098 2025.03.21 18:43:28.171048 [ 267 ] {76eaf7b8-29c2-4c0c-9cd5-6337e99536af} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5099 2025.03.21 18:43:28.171444 [ 267 ] {76eaf7b8-29c2-4c0c-9cd5-6337e99536af} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5100 2025.03.21 18:43:28.171896 [ 267 ] {76eaf7b8-29c2-4c0c-9cd5-6337e99536af} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002772 sec., 360.75036075036076 rows/sec., 24.31 KiB/sec.
5101 2025.03.21 18:43:28.172124 [ 267 ] {76eaf7b8-29c2-4c0c-9cd5-6337e99536af} <Debug> TCPHandler: Processed in 0.003281357 sec.
5102 2025.03.21 18:43:28.172282 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5103 2025.03.21 18:43:28.172428 [ 267 ] {5e2d4115-3e2f-439a-9257-74180dfb60a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5104 2025.03.21 18:43:28.172558 [ 267 ] {5e2d4115-3e2f-439a-9257-74180dfb60a3} <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
5105 2025.03.21 18:43:28.176160 [ 267 ] {5e2d4115-3e2f-439a-9257-74180dfb60a3} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5106 2025.03.21 18:43:28.176203 [ 267 ] {5e2d4115-3e2f-439a-9257-74180dfb60a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5107 2025.03.21 18:43:28.177107 [ 267 ] {5e2d4115-3e2f-439a-9257-74180dfb60a3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5108 2025.03.21 18:43:28.177679 [ 267 ] {5e2d4115-3e2f-439a-9257-74180dfb60a3} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5109 2025.03.21 18:43:28.178474 [ 267 ] {5e2d4115-3e2f-439a-9257-74180dfb60a3} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.006043 sec., 5295.383087870263 rows/sec., 9.49 MiB/sec.
5110 2025.03.21 18:43:28.179658 [ 267 ] {5e2d4115-3e2f-439a-9257-74180dfb60a3} <Debug> TCPHandler: Processed in 0.007432501 sec.
5111 2025.03.21 18:43:28.179874 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5112 2025.03.21 18:43:28.180034 [ 267 ] {b05b4626-f2a3-4f1e-abf3-1e7d0d7bd046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5113 2025.03.21 18:43:28.180111 [ 267 ] {b05b4626-f2a3-4f1e-abf3-1e7d0d7bd046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5114 2025.03.21 18:43:28.181401 [ 267 ] {b05b4626-f2a3-4f1e-abf3-1e7d0d7bd046} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5115 2025.03.21 18:43:28.181452 [ 267 ] {b05b4626-f2a3-4f1e-abf3-1e7d0d7bd046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5116 2025.03.21 18:43:28.182139 [ 267 ] {b05b4626-f2a3-4f1e-abf3-1e7d0d7bd046} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5117 2025.03.21 18:43:28.182514 [ 267 ] {b05b4626-f2a3-4f1e-abf3-1e7d0d7bd046} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5118 2025.03.21 18:43:28.183002 [ 267 ] {b05b4626-f2a3-4f1e-abf3-1e7d0d7bd046} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002997 sec., 27360.694027360692 rows/sec., 1.74 MiB/sec.
5119 2025.03.21 18:43:28.183258 [ 267 ] {b05b4626-f2a3-4f1e-abf3-1e7d0d7bd046} <Debug> TCPHandler: Processed in 0.003447771 sec.
5120 2025.03.21 18:43:28.189818 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5121 2025.03.21 18:43:28.189861 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5122 2025.03.21 18:43:28.196878 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5123 2025.03.21 18:43:28.197627 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5124 2025.03.21 18:43:28.201350 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
5125 2025.03.21 18:43:31.152604 [ 53 ] {} <Debug> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
5126 2025.03.21 18:43:31.152678 [ 53 ] {} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5127 2025.03.21 18:43:31.152705 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5128 2025.03.21 18:43:31.152838 [ 193 ] {54548ee5-6665-4ef7-88f2-6c8e26ee35cc::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
5129 2025.03.21 18:43:31.152977 [ 193 ] {54548ee5-6665-4ef7-88f2-6c8e26ee35cc::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5130 2025.03.21 18:43:31.153017 [ 193 ] {54548ee5-6665-4ef7-88f2-6c8e26ee35cc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part
5131 2025.03.21 18:43:31.153104 [ 193 ] {54548ee5-6665-4ef7-88f2-6c8e26ee35cc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
5132 2025.03.21 18:43:31.153207 [ 193 ] {54548ee5-6665-4ef7-88f2-6c8e26ee35cc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part
5133 2025.03.21 18:43:31.153454 [ 193 ] {54548ee5-6665-4ef7-88f2-6c8e26ee35cc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part
5134 2025.03.21 18:43:31.153665 [ 193 ] {54548ee5-6665-4ef7-88f2-6c8e26ee35cc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
5135 2025.03.21 18:43:31.154673 [ 192 ] {54548ee5-6665-4ef7-88f2-6c8e26ee35cc::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.001897524 sec., 16864.081824525012 rows/sec., 1.41 MiB/sec.
5136 2025.03.21 18:43:31.154853 [ 201 ] {54548ee5-6665-4ef7-88f2-6c8e26ee35cc::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
5137 2025.03.21 18:43:31.155191 [ 201 ] {54548ee5-6665-4ef7-88f2-6c8e26ee35cc::all_1_5_1} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5138 2025.03.21 18:43:31.155280 [ 201 ] {54548ee5-6665-4ef7-88f2-6c8e26ee35cc::all_1_5_1} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
5139 2025.03.21 18:43:31.155366 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5140 2025.03.21 18:43:31.449703 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5141 2025.03.21 18:43:31.450025 [ 267 ] {4a1db4ad-3f97-4685-a209-aaa0ff778fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5142 2025.03.21 18:43:31.450143 [ 267 ] {4a1db4ad-3f97-4685-a209-aaa0ff778fc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5143 2025.03.21 18:43:31.451748 [ 267 ] {4a1db4ad-3f97-4685-a209-aaa0ff778fc9} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5144 2025.03.21 18:43:31.451797 [ 267 ] {4a1db4ad-3f97-4685-a209-aaa0ff778fc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5145 2025.03.21 18:43:31.452317 [ 267 ] {4a1db4ad-3f97-4685-a209-aaa0ff778fc9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5146 2025.03.21 18:43:31.452564 [ 267 ] {4a1db4ad-3f97-4685-a209-aaa0ff778fc9} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5147 2025.03.21 18:43:31.452860 [ 267 ] {4a1db4ad-3f97-4685-a209-aaa0ff778fc9} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.002917 sec., 415495.37195749057 rows/sec., 34.33 MiB/sec.
5148 2025.03.21 18:43:31.452989 [ 267 ] {4a1db4ad-3f97-4685-a209-aaa0ff778fc9} <Debug> TCPHandler: Processed in 0.003471171 sec.
5149 2025.03.21 18:43:31.453245 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5150 2025.03.21 18:43:31.453450 [ 267 ] {5c5f61ee-4e00-4cd5-a776-d3d2f4d11ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5151 2025.03.21 18:43:31.453502 [ 267 ] {5c5f61ee-4e00-4cd5-a776-d3d2f4d11ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5152 2025.03.21 18:43:31.454060 [ 267 ] {5c5f61ee-4e00-4cd5-a776-d3d2f4d11ef8} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5153 2025.03.21 18:43:31.454101 [ 267 ] {5c5f61ee-4e00-4cd5-a776-d3d2f4d11ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5154 2025.03.21 18:43:31.454457 [ 267 ] {5c5f61ee-4e00-4cd5-a776-d3d2f4d11ef8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5155 2025.03.21 18:43:31.454692 [ 267 ] {5c5f61ee-4e00-4cd5-a776-d3d2f4d11ef8} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5156 2025.03.21 18:43:31.454962 [ 267 ] {5c5f61ee-4e00-4cd5-a776-d3d2f4d11ef8} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001561 sec., 5124.919923126201 rows/sec., 385.37 KiB/sec.
5157 2025.03.21 18:43:31.455174 [ 267 ] {5c5f61ee-4e00-4cd5-a776-d3d2f4d11ef8} <Debug> TCPHandler: Processed in 0.002028746 sec.
5158 2025.03.21 18:43:31.455332 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5159 2025.03.21 18:43:31.455438 [ 267 ] {83794388-0f32-4a93-91b9-f556b3773f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5160 2025.03.21 18:43:31.455483 [ 267 ] {83794388-0f32-4a93-91b9-f556b3773f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5161 2025.03.21 18:43:31.456122 [ 267 ] {83794388-0f32-4a93-91b9-f556b3773f72} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5162 2025.03.21 18:43:31.456161 [ 267 ] {83794388-0f32-4a93-91b9-f556b3773f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5163 2025.03.21 18:43:31.456532 [ 267 ] {83794388-0f32-4a93-91b9-f556b3773f72} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5164 2025.03.21 18:43:31.456791 [ 267 ] {83794388-0f32-4a93-91b9-f556b3773f72} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5165 2025.03.21 18:43:31.457002 [ 267 ] {83794388-0f32-4a93-91b9-f556b3773f72} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001588 sec., 143576.82619647356 rows/sec., 9.72 MiB/sec.
5166 2025.03.21 18:43:31.457057 [ 267 ] {83794388-0f32-4a93-91b9-f556b3773f72} <Debug> TCPHandler: Processed in 0.001776022 sec.
5167 2025.03.21 18:43:31.457188 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5168 2025.03.21 18:43:31.457293 [ 267 ] {866988a6-c440-4b91-a362-03ace0f2768d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5169 2025.03.21 18:43:31.457338 [ 267 ] {866988a6-c440-4b91-a362-03ace0f2768d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5170 2025.03.21 18:43:31.458050 [ 267 ] {866988a6-c440-4b91-a362-03ace0f2768d} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5171 2025.03.21 18:43:31.458089 [ 267 ] {866988a6-c440-4b91-a362-03ace0f2768d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5172 2025.03.21 18:43:31.458465 [ 267 ] {866988a6-c440-4b91-a362-03ace0f2768d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5173 2025.03.21 18:43:31.458716 [ 267 ] {866988a6-c440-4b91-a362-03ace0f2768d} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5174 2025.03.21 18:43:31.458950 [ 267 ] {866988a6-c440-4b91-a362-03ace0f2768d} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.001678 sec., 314660.30989272945 rows/sec., 23.31 MiB/sec.
5175 2025.03.21 18:43:31.459004 [ 267 ] {866988a6-c440-4b91-a362-03ace0f2768d} <Debug> TCPHandler: Processed in 0.001864683 sec.
5176 2025.03.21 18:43:31.459118 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5177 2025.03.21 18:43:31.459225 [ 267 ] {8afbe817-30fd-4b0c-85c3-1c75ff958cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5178 2025.03.21 18:43:31.459279 [ 267 ] {8afbe817-30fd-4b0c-85c3-1c75ff958cb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5179 2025.03.21 18:43:31.460015 [ 267 ] {8afbe817-30fd-4b0c-85c3-1c75ff958cb5} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5180 2025.03.21 18:43:31.460055 [ 267 ] {8afbe817-30fd-4b0c-85c3-1c75ff958cb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5181 2025.03.21 18:43:31.460497 [ 267 ] {8afbe817-30fd-4b0c-85c3-1c75ff958cb5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5182 2025.03.21 18:43:31.460748 [ 267 ] {8afbe817-30fd-4b0c-85c3-1c75ff958cb5} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5183 2025.03.21 18:43:31.460986 [ 267 ] {8afbe817-30fd-4b0c-85c3-1c75ff958cb5} <Debug> executeQuery: Read 964 rows, 66.25 KiB in 0.001783 sec., 540661.8059450365 rows/sec., 36.29 MiB/sec.
5184 2025.03.21 18:43:31.461039 [ 267 ] {8afbe817-30fd-4b0c-85c3-1c75ff958cb5} <Debug> TCPHandler: Processed in 0.001972235 sec.
5185 2025.03.21 18:43:31.461172 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5186 2025.03.21 18:43:31.461309 [ 267 ] {62642af8-128f-46df-a2ec-ccc353e0a137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5187 2025.03.21 18:43:31.461389 [ 267 ] {62642af8-128f-46df-a2ec-ccc353e0a137} <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
5188 2025.03.21 18:43:31.462605 [ 267 ] {62642af8-128f-46df-a2ec-ccc353e0a137} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5189 2025.03.21 18:43:31.462646 [ 267 ] {62642af8-128f-46df-a2ec-ccc353e0a137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5190 2025.03.21 18:43:31.463269 [ 267 ] {62642af8-128f-46df-a2ec-ccc353e0a137} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5191 2025.03.21 18:43:31.463528 [ 267 ] {62642af8-128f-46df-a2ec-ccc353e0a137} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5192 2025.03.21 18:43:31.463786 [ 267 ] {62642af8-128f-46df-a2ec-ccc353e0a137} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002509 sec., 3188.5213232363494 rows/sec., 5.71 MiB/sec.
5193 2025.03.21 18:43:31.463879 [ 267 ] {62642af8-128f-46df-a2ec-ccc353e0a137} <Debug> TCPHandler: Processed in 0.002770209 sec.
5194 2025.03.21 18:43:31.464014 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5195 2025.03.21 18:43:31.464118 [ 267 ] {11ecb947-8618-4afa-b490-ef1575638fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5196 2025.03.21 18:43:31.464164 [ 267 ] {11ecb947-8618-4afa-b490-ef1575638fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5197 2025.03.21 18:43:31.464595 [ 267 ] {11ecb947-8618-4afa-b490-ef1575638fa4} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5198 2025.03.21 18:43:31.464635 [ 267 ] {11ecb947-8618-4afa-b490-ef1575638fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5199 2025.03.21 18:43:31.464985 [ 267 ] {11ecb947-8618-4afa-b490-ef1575638fa4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5200 2025.03.21 18:43:31.465211 [ 267 ] {11ecb947-8618-4afa-b490-ef1575638fa4} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5201 2025.03.21 18:43:31.465420 [ 267 ] {11ecb947-8618-4afa-b490-ef1575638fa4} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001323 sec., 33257.74754346183 rows/sec., 2.24 MiB/sec.
5202 2025.03.21 18:43:31.465469 [ 267 ] {11ecb947-8618-4afa-b490-ef1575638fa4} <Debug> TCPHandler: Processed in 0.001504857 sec.
5203 2025.03.21 18:43:32.483799 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 728
5204 2025.03.21 18:43:32.487709 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5205 2025.03.21 18:43:32.487782 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5206 2025.03.21 18:43:32.489481 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5207 2025.03.21 18:43:32.489873 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5208 2025.03.21 18:43:32.490130 [ 52 ] {} <Debug> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5209 2025.03.21 18:43:32.490277 [ 52 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5210 2025.03.21 18:43:32.490347 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5211 2025.03.21 18:43:32.490804 [ 193 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::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
5212 2025.03.21 18:43:32.491737 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 728
5213 2025.03.21 18:43:32.492184 [ 193 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5214 2025.03.21 18:43:32.492389 [ 193 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 528 rows starting from the beginning of the part
5215 2025.03.21 18:43:32.493098 [ 193 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part
5216 2025.03.21 18:43:32.493763 [ 193 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 50 rows starting from the beginning of the part
5217 2025.03.21 18:43:32.494390 [ 193 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part
5218 2025.03.21 18:43:32.494960 [ 193 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part
5219 2025.03.21 18:43:32.495515 [ 193 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 48 rows starting from the beginning of the part
5220 2025.03.21 18:43:32.503956 [ 192 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 728 rows, containing 72 columns (72 merged, 0 gathered) in 0.013458807 sec., 54090.975522570465 rows/sec., 46.07 MiB/sec.
5221 2025.03.21 18:43:32.505231 [ 200 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5222 2025.03.21 18:43:32.506089 [ 200 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_16_3} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5223 2025.03.21 18:43:32.506186 [ 200 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_16_3} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5224 2025.03.21 18:43:32.506530 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB.
5225 2025.03.21 18:43:33.112393 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5226 2025.03.21 18:43:33.112741 [ 267 ] {0cc38af7-8e45-485c-9884-eb67b6cccbdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5227 2025.03.21 18:43:33.112859 [ 267 ] {0cc38af7-8e45-485c-9884-eb67b6cccbdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5228 2025.03.21 18:43:33.113891 [ 267 ] {0cc38af7-8e45-485c-9884-eb67b6cccbdc} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5229 2025.03.21 18:43:33.113941 [ 267 ] {0cc38af7-8e45-485c-9884-eb67b6cccbdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5230 2025.03.21 18:43:33.114382 [ 267 ] {0cc38af7-8e45-485c-9884-eb67b6cccbdc} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5231 2025.03.21 18:43:33.114642 [ 267 ] {0cc38af7-8e45-485c-9884-eb67b6cccbdc} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5232 2025.03.21 18:43:33.114875 [ 51 ] {} <Debug> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5233 2025.03.21 18:43:33.114915 [ 267 ] {0cc38af7-8e45-485c-9884-eb67b6cccbdc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002259 sec., 24789.729969012835 rows/sec., 1.90 MiB/sec.
5234 2025.03.21 18:43:33.114991 [ 51 ] {} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5235 2025.03.21 18:43:33.115059 [ 267 ] {0cc38af7-8e45-485c-9884-eb67b6cccbdc} <Debug> TCPHandler: Processed in 0.002756329 sec.
5236 2025.03.21 18:43:33.115085 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5237 2025.03.21 18:43:33.115253 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5238 2025.03.21 18:43:33.115302 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
5239 2025.03.21 18:43:33.115399 [ 267 ] {ea9e6516-e3e6-4302-9cbf-514ffcd18333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5240 2025.03.21 18:43:33.115468 [ 267 ] {ea9e6516-e3e6-4302-9cbf-514ffcd18333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5241 2025.03.21 18:43:33.115473 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5242 2025.03.21 18:43:33.115532 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1846 rows starting from the beginning of the part
5243 2025.03.21 18:43:33.115715 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 684 rows starting from the beginning of the part
5244 2025.03.21 18:43:33.116190 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 72 rows starting from the beginning of the part
5245 2025.03.21 18:43:33.116637 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 681 rows starting from the beginning of the part
5246 2025.03.21 18:43:33.116979 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1212 rows starting from the beginning of the part
5247 2025.03.21 18:43:33.117337 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
5248 2025.03.21 18:43:33.118118 [ 267 ] {ea9e6516-e3e6-4302-9cbf-514ffcd18333} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5249 2025.03.21 18:43:33.118168 [ 267 ] {ea9e6516-e3e6-4302-9cbf-514ffcd18333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5250 2025.03.21 18:43:33.118777 [ 267 ] {ea9e6516-e3e6-4302-9cbf-514ffcd18333} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5251 2025.03.21 18:43:33.119118 [ 267 ] {ea9e6516-e3e6-4302-9cbf-514ffcd18333} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5252 2025.03.21 18:43:33.119322 [ 51 ] {} <Debug> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5253 2025.03.21 18:43:33.119405 [ 51 ] {} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5254 2025.03.21 18:43:33.119414 [ 267 ] {ea9e6516-e3e6-4302-9cbf-514ffcd18333} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004047 sec., 15814.183345688163 rows/sec., 1.23 MiB/sec.
5255 2025.03.21 18:43:33.119445 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5256 2025.03.21 18:43:33.119569 [ 267 ] {ea9e6516-e3e6-4302-9cbf-514ffcd18333} <Debug> TCPHandler: Processed in 0.004387247 sec.
5257 2025.03.21 18:43:33.119759 [ 200 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
5258 2025.03.21 18:43:33.119796 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5259 2025.03.21 18:43:33.119920 [ 200 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5260 2025.03.21 18:43:33.119976 [ 200 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part
5261 2025.03.21 18:43:33.120008 [ 267 ] {93287fe3-073d-4407-a0c4-98d8f6e21039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5262 2025.03.21 18:43:33.120254 [ 267 ] {93287fe3-073d-4407-a0c4-98d8f6e21039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5263 2025.03.21 18:43:33.120508 [ 200 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 420 rows starting from the beginning of the part
5264 2025.03.21 18:43:33.121048 [ 200 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 72 rows starting from the beginning of the part
5265 2025.03.21 18:43:33.121077 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4551 rows, containing 5 columns (5 merged, 0 gathered) in 0.005851712 sec., 777721.1181958374 rows/sec., 66.09 MiB/sec.
5266 2025.03.21 18:43:33.121370 [ 200 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 414 rows starting from the beginning of the part
5267 2025.03.21 18:43:33.121584 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5268 2025.03.21 18:43:33.122133 [ 200 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 528 rows starting from the beginning of the part
5269 2025.03.21 18:43:33.122534 [ 200 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
5270 2025.03.21 18:43:33.123150 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_36_7} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5271 2025.03.21 18:43:33.123354 [ 192 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_36_7} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5272 2025.03.21 18:43:33.123518 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB.
5273 2025.03.21 18:43:33.123647 [ 267 ] {93287fe3-073d-4407-a0c4-98d8f6e21039} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5274 2025.03.21 18:43:33.123694 [ 267 ] {93287fe3-073d-4407-a0c4-98d8f6e21039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5275 2025.03.21 18:43:33.124254 [ 267 ] {93287fe3-073d-4407-a0c4-98d8f6e21039} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5276 2025.03.21 18:43:33.124546 [ 267 ] {93287fe3-073d-4407-a0c4-98d8f6e21039} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5277 2025.03.21 18:43:33.124815 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5278 2025.03.21 18:43:33.124926 [ 267 ] {93287fe3-073d-4407-a0c4-98d8f6e21039} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.004953 sec., 8479.709267110842 rows/sec., 604.12 KiB/sec.
5279 2025.03.21 18:43:33.124979 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5280 2025.03.21 18:43:33.125169 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5281 2025.03.21 18:43:33.125362 [ 267 ] {93287fe3-073d-4407-a0c4-98d8f6e21039} <Debug> TCPHandler: Processed in 0.005615219 sec.
5282 2025.03.21 18:43:33.125616 [ 200 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.006014276 sec., 401045.77841123356 rows/sec., 30.71 MiB/sec.
5283 2025.03.21 18:43:33.125638 [ 196 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
5284 2025.03.21 18:43:33.125667 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5285 2025.03.21 18:43:33.125826 [ 200 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5286 2025.03.21 18:43:33.125830 [ 196 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5287 2025.03.21 18:43:33.125828 [ 267 ] {3068ad79-c6dc-4c7e-826d-431a3ca66b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5288 2025.03.21 18:43:33.125900 [ 196 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9582 rows starting from the beginning of the part
5289 2025.03.21 18:43:33.125945 [ 267 ] {3068ad79-c6dc-4c7e-826d-431a3ca66b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5290 2025.03.21 18:43:33.126341 [ 196 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 240 rows starting from the beginning of the part
5291 2025.03.21 18:43:33.126877 [ 196 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
5292 2025.03.21 18:43:33.126978 [ 200 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_36_7} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5293 2025.03.21 18:43:33.127368 [ 196 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part
5294 2025.03.21 18:43:33.127594 [ 200 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_36_7} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5295 2025.03.21 18:43:33.127928 [ 196 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 964 rows starting from the beginning of the part
5296 2025.03.21 18:43:33.128051 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
5297 2025.03.21 18:43:33.128288 [ 196 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 42 rows starting from the beginning of the part
5298 2025.03.21 18:43:33.128947 [ 267 ] {3068ad79-c6dc-4c7e-826d-431a3ca66b9e} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5299 2025.03.21 18:43:33.128991 [ 267 ] {3068ad79-c6dc-4c7e-826d-431a3ca66b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5300 2025.03.21 18:43:33.129414 [ 267 ] {3068ad79-c6dc-4c7e-826d-431a3ca66b9e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5301 2025.03.21 18:43:33.129714 [ 267 ] {3068ad79-c6dc-4c7e-826d-431a3ca66b9e} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5302 2025.03.21 18:43:33.129933 [ 51 ] {} <Debug> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5303 2025.03.21 18:43:33.130050 [ 51 ] {} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5304 2025.03.21 18:43:33.130150 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5305 2025.03.21 18:43:33.130194 [ 267 ] {3068ad79-c6dc-4c7e-826d-431a3ca66b9e} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.004399 sec., 3637.1902705160264 rows/sec., 252.19 KiB/sec.
5306 2025.03.21 18:43:33.130453 [ 267 ] {3068ad79-c6dc-4c7e-826d-431a3ca66b9e} <Debug> TCPHandler: Processed in 0.004854555 sec.
5307 2025.03.21 18:43:33.130545 [ 200 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
5308 2025.03.21 18:43:33.130712 [ 200 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5309 2025.03.21 18:43:33.130756 [ 200 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1700 rows starting from the beginning of the part
5310 2025.03.21 18:43:33.130928 [ 200 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part
5311 2025.03.21 18:43:33.131181 [ 200 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
5312 2025.03.21 18:43:33.131338 [ 200 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part
5313 2025.03.21 18:43:33.131493 [ 200 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 44 rows starting from the beginning of the part
5314 2025.03.21 18:43:33.131831 [ 200 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part
5315 2025.03.21 18:43:33.133031 [ 189 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11225 rows, containing 5 columns (5 merged, 0 gathered) in 0.007556073 sec., 1485560.0256905935 rows/sec., 100.22 MiB/sec.
5316 2025.03.21 18:43:33.133563 [ 189 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5317 2025.03.21 18:43:33.133697 [ 200 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1984 rows, containing 4 columns (4 merged, 0 gathered) in 0.003383869 sec., 586311.113107511 rows/sec., 38.24 MiB/sec.
5318 2025.03.21 18:43:33.134071 [ 196 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5319 2025.03.21 18:43:33.134101 [ 195 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5320 2025.03.21 18:43:33.134253 [ 196 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5321 2025.03.21 18:43:33.134388 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB.
5322 2025.03.21 18:43:33.134602 [ 195 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_36_7} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5323 2025.03.21 18:43:33.134696 [ 195 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_36_7} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5324 2025.03.21 18:43:33.134799 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
5325 2025.03.21 18:43:34.944461 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553
5326 2025.03.21 18:43:34.945190 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5327 2025.03.21 18:43:34.945235 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5328 2025.03.21 18:43:34.945784 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5329 2025.03.21 18:43:34.946044 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5330 2025.03.21 18:43:34.946231 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553
5331 2025.03.21 18:43:35.701502 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
5332 2025.03.21 18:43:35.722511 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5333 2025.03.21 18:43:35.722576 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5334 2025.03.21 18:43:35.730368 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5335 2025.03.21 18:43:35.731117 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5336 2025.03.21 18:43:35.734490 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
5337 2025.03.21 18:43:38.119641 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5338 2025.03.21 18:43:38.119868 [ 267 ] {14a9513e-d120-4abf-a0af-6f571ac1c7b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5339 2025.03.21 18:43:38.119944 [ 267 ] {14a9513e-d120-4abf-a0af-6f571ac1c7b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5340 2025.03.21 18:43:38.120830 [ 267 ] {14a9513e-d120-4abf-a0af-6f571ac1c7b3} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5341 2025.03.21 18:43:38.120879 [ 267 ] {14a9513e-d120-4abf-a0af-6f571ac1c7b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5342 2025.03.21 18:43:38.121317 [ 267 ] {14a9513e-d120-4abf-a0af-6f571ac1c7b3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5343 2025.03.21 18:43:38.121575 [ 267 ] {14a9513e-d120-4abf-a0af-6f571ac1c7b3} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5344 2025.03.21 18:43:38.121836 [ 267 ] {14a9513e-d120-4abf-a0af-6f571ac1c7b3} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.00202 sec., 59405.9405940594 rows/sec., 5.05 MiB/sec.
5345 2025.03.21 18:43:38.121900 [ 267 ] {14a9513e-d120-4abf-a0af-6f571ac1c7b3} <Debug> TCPHandler: Processed in 0.002400542 sec.
5346 2025.03.21 18:43:38.122032 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5347 2025.03.21 18:43:38.122145 [ 267 ] {11b2dd1a-c50d-47a4-85e6-1cfcc4120fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5348 2025.03.21 18:43:38.122193 [ 267 ] {11b2dd1a-c50d-47a4-85e6-1cfcc4120fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5349 2025.03.21 18:43:38.122745 [ 267 ] {11b2dd1a-c50d-47a4-85e6-1cfcc4120fb5} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5350 2025.03.21 18:43:38.122786 [ 267 ] {11b2dd1a-c50d-47a4-85e6-1cfcc4120fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5351 2025.03.21 18:43:38.123136 [ 267 ] {11b2dd1a-c50d-47a4-85e6-1cfcc4120fb5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5352 2025.03.21 18:43:38.123370 [ 267 ] {11b2dd1a-c50d-47a4-85e6-1cfcc4120fb5} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5353 2025.03.21 18:43:38.123603 [ 267 ] {11b2dd1a-c50d-47a4-85e6-1cfcc4120fb5} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001483 sec., 21577.88267026298 rows/sec., 1.58 MiB/sec.
5354 2025.03.21 18:43:38.123720 [ 267 ] {11b2dd1a-c50d-47a4-85e6-1cfcc4120fb5} <Debug> TCPHandler: Processed in 0.001741781 sec.
5355 2025.03.21 18:43:38.123853 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5356 2025.03.21 18:43:38.123955 [ 267 ] {c93ad3fc-f759-4604-aed6-b9e3913cb3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5357 2025.03.21 18:43:38.124001 [ 267 ] {c93ad3fc-f759-4604-aed6-b9e3913cb3d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5358 2025.03.21 18:43:38.124539 [ 267 ] {c93ad3fc-f759-4604-aed6-b9e3913cb3d2} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5359 2025.03.21 18:43:38.124578 [ 267 ] {c93ad3fc-f759-4604-aed6-b9e3913cb3d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5360 2025.03.21 18:43:38.124936 [ 267 ] {c93ad3fc-f759-4604-aed6-b9e3913cb3d2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5361 2025.03.21 18:43:38.125168 [ 267 ] {c93ad3fc-f759-4604-aed6-b9e3913cb3d2} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5362 2025.03.21 18:43:38.125371 [ 267 ] {c93ad3fc-f759-4604-aed6-b9e3913cb3d2} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001438 sec., 66759.38803894297 rows/sec., 5.21 MiB/sec.
5363 2025.03.21 18:43:38.125421 [ 267 ] {c93ad3fc-f759-4604-aed6-b9e3913cb3d2} <Debug> TCPHandler: Processed in 0.001623369 sec.
5364 2025.03.21 18:43:38.125531 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5365 2025.03.21 18:43:38.125635 [ 267 ] {de4e993f-2c7d-45e2-ac70-d27596550570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5366 2025.03.21 18:43:38.125684 [ 267 ] {de4e993f-2c7d-45e2-ac70-d27596550570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5367 2025.03.21 18:43:38.126184 [ 267 ] {de4e993f-2c7d-45e2-ac70-d27596550570} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5368 2025.03.21 18:43:38.126223 [ 267 ] {de4e993f-2c7d-45e2-ac70-d27596550570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5369 2025.03.21 18:43:38.126597 [ 267 ] {de4e993f-2c7d-45e2-ac70-d27596550570} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5370 2025.03.21 18:43:38.126872 [ 267 ] {de4e993f-2c7d-45e2-ac70-d27596550570} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5371 2025.03.21 18:43:38.127073 [ 267 ] {de4e993f-2c7d-45e2-ac70-d27596550570} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001459 sec., 109664.15352981494 rows/sec., 7.64 MiB/sec.
5372 2025.03.21 18:43:38.127123 [ 267 ] {de4e993f-2c7d-45e2-ac70-d27596550570} <Debug> TCPHandler: Processed in 0.001643139 sec.
5373 2025.03.21 18:43:38.127225 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5374 2025.03.21 18:43:38.127326 [ 267 ] {e8ca8bae-6400-4e05-b00d-fd322254cea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5375 2025.03.21 18:43:38.127390 [ 267 ] {e8ca8bae-6400-4e05-b00d-fd322254cea5} <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
5376 2025.03.21 18:43:38.128511 [ 267 ] {e8ca8bae-6400-4e05-b00d-fd322254cea5} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5377 2025.03.21 18:43:38.128549 [ 267 ] {e8ca8bae-6400-4e05-b00d-fd322254cea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5378 2025.03.21 18:43:38.129180 [ 267 ] {e8ca8bae-6400-4e05-b00d-fd322254cea5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5379 2025.03.21 18:43:38.129436 [ 267 ] {e8ca8bae-6400-4e05-b00d-fd322254cea5} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5380 2025.03.21 18:43:38.129679 [ 267 ] {e8ca8bae-6400-4e05-b00d-fd322254cea5} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002374 sec., 13479.359730412807 rows/sec., 24.15 MiB/sec.
5381 2025.03.21 18:43:38.129784 [ 267 ] {e8ca8bae-6400-4e05-b00d-fd322254cea5} <Debug> TCPHandler: Processed in 0.002608966 sec.
5382 2025.03.21 18:43:38.129917 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5383 2025.03.21 18:43:38.130021 [ 267 ] {4c104a36-145c-47e7-8f1b-900cf7783a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5384 2025.03.21 18:43:38.130067 [ 267 ] {4c104a36-145c-47e7-8f1b-900cf7783a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5385 2025.03.21 18:43:38.130488 [ 267 ] {4c104a36-145c-47e7-8f1b-900cf7783a86} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5386 2025.03.21 18:43:38.130525 [ 267 ] {4c104a36-145c-47e7-8f1b-900cf7783a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5387 2025.03.21 18:43:38.130884 [ 267 ] {4c104a36-145c-47e7-8f1b-900cf7783a86} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5388 2025.03.21 18:43:38.131117 [ 267 ] {4c104a36-145c-47e7-8f1b-900cf7783a86} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5389 2025.03.21 18:43:38.131312 [ 267 ] {4c104a36-145c-47e7-8f1b-900cf7783a86} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001314 sec., 45662.100456621 rows/sec., 3.08 MiB/sec.
5390 2025.03.21 18:43:38.131360 [ 267 ] {4c104a36-145c-47e7-8f1b-900cf7783a86} <Debug> TCPHandler: Processed in 0.001495086 sec.
5391 2025.03.21 18:43:42.346433 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache
5392 2025.03.21 18:43:42.346494 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache
5393 2025.03.21 18:43:42.446432 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041
5394 2025.03.21 18:43:42.447131 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5395 2025.03.21 18:43:42.447186 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5396 2025.03.21 18:43:42.447724 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5397 2025.03.21 18:43:42.447984 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5398 2025.03.21 18:43:42.448231 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
5399 2025.03.21 18:43:42.492111 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 748
5400 2025.03.21 18:43:42.494902 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5401 2025.03.21 18:43:42.494946 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5402 2025.03.21 18:43:42.496411 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5403 2025.03.21 18:43:42.496713 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5404 2025.03.21 18:43:42.497282 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 748
5405 2025.03.21 18:43:43.118173 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5406 2025.03.21 18:43:43.118379 [ 267 ] {eac898dd-ced1-41bf-9db7-0acffe5f7c16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5407 2025.03.21 18:43:43.118456 [ 267 ] {eac898dd-ced1-41bf-9db7-0acffe5f7c16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5408 2025.03.21 18:43:43.119270 [ 267 ] {eac898dd-ced1-41bf-9db7-0acffe5f7c16} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5409 2025.03.21 18:43:43.119314 [ 267 ] {eac898dd-ced1-41bf-9db7-0acffe5f7c16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5410 2025.03.21 18:43:43.119745 [ 267 ] {eac898dd-ced1-41bf-9db7-0acffe5f7c16} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5411 2025.03.21 18:43:43.120002 [ 267 ] {eac898dd-ced1-41bf-9db7-0acffe5f7c16} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5412 2025.03.21 18:43:43.120202 [ 267 ] {eac898dd-ced1-41bf-9db7-0acffe5f7c16} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001881 sec., 38277.511961722485 rows/sec., 3.11 MiB/sec.
5413 2025.03.21 18:43:43.120266 [ 267 ] {eac898dd-ced1-41bf-9db7-0acffe5f7c16} <Debug> TCPHandler: Processed in 0.002232119 sec.
5414 2025.03.21 18:43:43.120391 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5415 2025.03.21 18:43:43.120501 [ 267 ] {404177cf-0efa-49ba-99fb-319976c1602c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5416 2025.03.21 18:43:43.120549 [ 267 ] {404177cf-0efa-49ba-99fb-319976c1602c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5417 2025.03.21 18:43:43.121057 [ 267 ] {404177cf-0efa-49ba-99fb-319976c1602c} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5418 2025.03.21 18:43:43.121094 [ 267 ] {404177cf-0efa-49ba-99fb-319976c1602c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5419 2025.03.21 18:43:43.121437 [ 267 ] {404177cf-0efa-49ba-99fb-319976c1602c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5420 2025.03.21 18:43:43.121673 [ 267 ] {404177cf-0efa-49ba-99fb-319976c1602c} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5421 2025.03.21 18:43:43.121845 [ 267 ] {404177cf-0efa-49ba-99fb-319976c1602c} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00137 sec., 5839.416058394161 rows/sec., 439.10 KiB/sec.
5422 2025.03.21 18:43:43.121897 [ 267 ] {404177cf-0efa-49ba-99fb-319976c1602c} <Debug> TCPHandler: Processed in 0.001558617 sec.
5423 2025.03.21 18:43:43.122027 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5424 2025.03.21 18:43:43.122165 [ 267 ] {2dd98853-846f-4181-a714-14f55f44a0aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5425 2025.03.21 18:43:43.122222 [ 267 ] {2dd98853-846f-4181-a714-14f55f44a0aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5426 2025.03.21 18:43:43.122887 [ 267 ] {2dd98853-846f-4181-a714-14f55f44a0aa} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5427 2025.03.21 18:43:43.122924 [ 267 ] {2dd98853-846f-4181-a714-14f55f44a0aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5428 2025.03.21 18:43:43.123287 [ 267 ] {2dd98853-846f-4181-a714-14f55f44a0aa} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5429 2025.03.21 18:43:43.123538 [ 267 ] {2dd98853-846f-4181-a714-14f55f44a0aa} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5430 2025.03.21 18:43:43.123713 [ 267 ] {2dd98853-846f-4181-a714-14f55f44a0aa} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001581 sec., 45540.79696394687 rows/sec., 3.56 MiB/sec.
5431 2025.03.21 18:43:43.123764 [ 267 ] {2dd98853-846f-4181-a714-14f55f44a0aa} <Debug> TCPHandler: Processed in 0.001802271 sec.
5432 2025.03.21 18:43:43.123876 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5433 2025.03.21 18:43:43.123983 [ 267 ] {fb6e32b6-5692-4962-896d-c51b77b74261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5434 2025.03.21 18:43:43.124032 [ 267 ] {fb6e32b6-5692-4962-896d-c51b77b74261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5435 2025.03.21 18:43:43.124542 [ 267 ] {fb6e32b6-5692-4962-896d-c51b77b74261} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5436 2025.03.21 18:43:43.124579 [ 267 ] {fb6e32b6-5692-4962-896d-c51b77b74261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5437 2025.03.21 18:43:43.124957 [ 267 ] {fb6e32b6-5692-4962-896d-c51b77b74261} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5438 2025.03.21 18:43:43.125195 [ 267 ] {fb6e32b6-5692-4962-896d-c51b77b74261} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5439 2025.03.21 18:43:43.125408 [ 267 ] {fb6e32b6-5692-4962-896d-c51b77b74261} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001441 sec., 111034.00416377516 rows/sec., 7.73 MiB/sec.
5440 2025.03.21 18:43:43.125480 [ 267 ] {fb6e32b6-5692-4962-896d-c51b77b74261} <Debug> TCPHandler: Processed in 0.001648969 sec.
5441 2025.03.21 18:43:43.125725 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5442 2025.03.21 18:43:43.125837 [ 267 ] {5808b559-34c3-4b88-a9b1-d0e2e2fb37bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5443 2025.03.21 18:43:43.125916 [ 267 ] {5808b559-34c3-4b88-a9b1-d0e2e2fb37bb} <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
5444 2025.03.21 18:43:43.127050 [ 267 ] {5808b559-34c3-4b88-a9b1-d0e2e2fb37bb} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5445 2025.03.21 18:43:43.127088 [ 267 ] {5808b559-34c3-4b88-a9b1-d0e2e2fb37bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5446 2025.03.21 18:43:43.127697 [ 267 ] {5808b559-34c3-4b88-a9b1-d0e2e2fb37bb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5447 2025.03.21 18:43:43.127956 [ 267 ] {5808b559-34c3-4b88-a9b1-d0e2e2fb37bb} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5448 2025.03.21 18:43:43.128164 [ 267 ] {5808b559-34c3-4b88-a9b1-d0e2e2fb37bb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002355 sec., 3397.027600849257 rows/sec., 6.09 MiB/sec.
5449 2025.03.21 18:43:43.128266 [ 267 ] {5808b559-34c3-4b88-a9b1-d0e2e2fb37bb} <Debug> TCPHandler: Processed in 0.002628297 sec.
5450 2025.03.21 18:43:43.128409 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5451 2025.03.21 18:43:43.128513 [ 267 ] {e5bff345-7b58-4914-97a1-fb6760f5cd6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5452 2025.03.21 18:43:43.128560 [ 267 ] {e5bff345-7b58-4914-97a1-fb6760f5cd6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5453 2025.03.21 18:43:43.128998 [ 267 ] {e5bff345-7b58-4914-97a1-fb6760f5cd6f} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5454 2025.03.21 18:43:43.129035 [ 267 ] {e5bff345-7b58-4914-97a1-fb6760f5cd6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5455 2025.03.21 18:43:43.129386 [ 267 ] {e5bff345-7b58-4914-97a1-fb6760f5cd6f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5456 2025.03.21 18:43:43.129632 [ 267 ] {e5bff345-7b58-4914-97a1-fb6760f5cd6f} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5457 2025.03.21 18:43:43.129810 [ 267 ] {e5bff345-7b58-4914-97a1-fb6760f5cd6f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00132 sec., 45454.545454545456 rows/sec., 3.06 MiB/sec.
5458 2025.03.21 18:43:43.129859 [ 267 ] {e5bff345-7b58-4914-97a1-fb6760f5cd6f} <Debug> TCPHandler: Processed in 0.001500337 sec.
5459 2025.03.21 18:43:43.234634 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
5460 2025.03.21 18:43:43.255873 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5461 2025.03.21 18:43:43.255913 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5462 2025.03.21 18:43:43.263394 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5463 2025.03.21 18:43:43.264155 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5464 2025.03.21 18:43:43.267101 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
5465 2025.03.21 18:43:48.119104 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5466 2025.03.21 18:43:48.119306 [ 267 ] {b955c3fb-74df-49df-873f-d46105f9e0ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5467 2025.03.21 18:43:48.119378 [ 267 ] {b955c3fb-74df-49df-873f-d46105f9e0ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5468 2025.03.21 18:43:48.120118 [ 267 ] {b955c3fb-74df-49df-873f-d46105f9e0ae} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5469 2025.03.21 18:43:48.120162 [ 267 ] {b955c3fb-74df-49df-873f-d46105f9e0ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5470 2025.03.21 18:43:48.120580 [ 267 ] {b955c3fb-74df-49df-873f-d46105f9e0ae} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5471 2025.03.21 18:43:48.120832 [ 267 ] {b955c3fb-74df-49df-873f-d46105f9e0ae} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5472 2025.03.21 18:43:48.121078 [ 267 ] {b955c3fb-74df-49df-873f-d46105f9e0ae} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001821 sec., 2196.595277320154 rows/sec., 179.12 KiB/sec.
5473 2025.03.21 18:43:48.121256 [ 267 ] {b955c3fb-74df-49df-873f-d46105f9e0ae} <Debug> TCPHandler: Processed in 0.00227406 sec.
5474 2025.03.21 18:43:48.121424 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5475 2025.03.21 18:43:48.121538 [ 267 ] {3a5d6a26-ef35-42c9-af57-55fa997363d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5476 2025.03.21 18:43:48.121586 [ 267 ] {3a5d6a26-ef35-42c9-af57-55fa997363d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5477 2025.03.21 18:43:48.122222 [ 267 ] {3a5d6a26-ef35-42c9-af57-55fa997363d2} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5478 2025.03.21 18:43:48.122262 [ 267 ] {3a5d6a26-ef35-42c9-af57-55fa997363d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5479 2025.03.21 18:43:48.122628 [ 267 ] {3a5d6a26-ef35-42c9-af57-55fa997363d2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5480 2025.03.21 18:43:48.122866 [ 267 ] {3a5d6a26-ef35-42c9-af57-55fa997363d2} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5481 2025.03.21 18:43:48.123093 [ 267 ] {3a5d6a26-ef35-42c9-af57-55fa997363d2} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001579 sec., 77264.0911969601 rows/sec., 6.55 MiB/sec.
5482 2025.03.21 18:43:48.123183 [ 267 ] {3a5d6a26-ef35-42c9-af57-55fa997363d2} <Debug> TCPHandler: Processed in 0.001811432 sec.
5483 2025.03.21 18:43:48.123403 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5484 2025.03.21 18:43:48.123524 [ 267 ] {db14713a-b299-4b63-b81d-46fc9c136b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5485 2025.03.21 18:43:48.123570 [ 267 ] {db14713a-b299-4b63-b81d-46fc9c136b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5486 2025.03.21 18:43:48.124136 [ 267 ] {db14713a-b299-4b63-b81d-46fc9c136b08} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5487 2025.03.21 18:43:48.124176 [ 267 ] {db14713a-b299-4b63-b81d-46fc9c136b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5488 2025.03.21 18:43:48.124522 [ 267 ] {db14713a-b299-4b63-b81d-46fc9c136b08} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5489 2025.03.21 18:43:48.124758 [ 267 ] {db14713a-b299-4b63-b81d-46fc9c136b08} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5490 2025.03.21 18:43:48.124934 [ 31 ] {} <Debug> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5491 2025.03.21 18:43:48.124988 [ 267 ] {db14713a-b299-4b63-b81d-46fc9c136b08} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.001481 sec., 24307.900067521947 rows/sec., 1.77 MiB/sec.
5492 2025.03.21 18:43:48.125026 [ 31 ] {} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5493 2025.03.21 18:43:48.125112 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5494 2025.03.21 18:43:48.125125 [ 267 ] {db14713a-b299-4b63-b81d-46fc9c136b08} <Debug> TCPHandler: Processed in 0.001809452 sec.
5495 2025.03.21 18:43:48.125283 [ 196 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
5496 2025.03.21 18:43:48.125302 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5497 2025.03.21 18:43:48.125418 [ 196 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5498 2025.03.21 18:43:48.125438 [ 267 ] {2b19949f-85b1-4827-8165-f8026c798b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5499 2025.03.21 18:43:48.125453 [ 196 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 164 rows starting from the beginning of the part
5500 2025.03.21 18:43:48.125496 [ 267 ] {2b19949f-85b1-4827-8165-f8026c798b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5501 2025.03.21 18:43:48.125634 [ 196 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 138 rows starting from the beginning of the part
5502 2025.03.21 18:43:48.126061 [ 196 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part
5503 2025.03.21 18:43:48.126494 [ 196 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part
5504 2025.03.21 18:43:48.126819 [ 196 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
5505 2025.03.21 18:43:48.127201 [ 196 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part
5506 2025.03.21 18:43:48.128081 [ 267 ] {2b19949f-85b1-4827-8165-f8026c798b4a} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5507 2025.03.21 18:43:48.128127 [ 267 ] {2b19949f-85b1-4827-8165-f8026c798b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5508 2025.03.21 18:43:48.128711 [ 267 ] {2b19949f-85b1-4827-8165-f8026c798b4a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5509 2025.03.21 18:43:48.128917 [ 195 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 386 rows, containing 5 columns (5 merged, 0 gathered) in 0.003710436 sec., 104030.90095072385 rows/sec., 7.17 MiB/sec.
5510 2025.03.21 18:43:48.129111 [ 267 ] {2b19949f-85b1-4827-8165-f8026c798b4a} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5511 2025.03.21 18:43:48.129197 [ 195 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5512 2025.03.21 18:43:48.129667 [ 267 ] {2b19949f-85b1-4827-8165-f8026c798b4a} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.004203 sec., 23792.529145848202 rows/sec., 1.86 MiB/sec.
5513 2025.03.21 18:43:48.130123 [ 195 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_31_6} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5514 2025.03.21 18:43:48.130160 [ 267 ] {2b19949f-85b1-4827-8165-f8026c798b4a} <Debug> TCPHandler: Processed in 0.004909266 sec.
5515 2025.03.21 18:43:48.130396 [ 195 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_31_6} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5516 2025.03.21 18:43:48.130427 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5517 2025.03.21 18:43:48.130565 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
5518 2025.03.21 18:43:48.130625 [ 267 ] {0d8c5bc6-f617-40e6-9561-a48f5ebbbf4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5519 2025.03.21 18:43:48.130680 [ 267 ] {0d8c5bc6-f617-40e6-9561-a48f5ebbbf4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5520 2025.03.21 18:43:48.131245 [ 267 ] {0d8c5bc6-f617-40e6-9561-a48f5ebbbf4f} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5521 2025.03.21 18:43:48.131284 [ 267 ] {0d8c5bc6-f617-40e6-9561-a48f5ebbbf4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5522 2025.03.21 18:43:48.131664 [ 267 ] {0d8c5bc6-f617-40e6-9561-a48f5ebbbf4f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5523 2025.03.21 18:43:48.131897 [ 267 ] {0d8c5bc6-f617-40e6-9561-a48f5ebbbf4f} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5524 2025.03.21 18:43:48.132105 [ 267 ] {0d8c5bc6-f617-40e6-9561-a48f5ebbbf4f} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001531 sec., 105813.19399085565 rows/sec., 7.37 MiB/sec.
5525 2025.03.21 18:43:48.132158 [ 267 ] {0d8c5bc6-f617-40e6-9561-a48f5ebbbf4f} <Debug> TCPHandler: Processed in 0.001790532 sec.
5526 2025.03.21 18:43:48.132286 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5527 2025.03.21 18:43:48.132390 [ 267 ] {be3a0dcd-f1ec-4f37-8d42-91e5cb662242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5528 2025.03.21 18:43:48.132455 [ 267 ] {be3a0dcd-f1ec-4f37-8d42-91e5cb662242} <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
5529 2025.03.21 18:43:48.133558 [ 267 ] {be3a0dcd-f1ec-4f37-8d42-91e5cb662242} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5530 2025.03.21 18:43:48.133598 [ 267 ] {be3a0dcd-f1ec-4f37-8d42-91e5cb662242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5531 2025.03.21 18:43:48.134230 [ 267 ] {be3a0dcd-f1ec-4f37-8d42-91e5cb662242} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5532 2025.03.21 18:43:48.134480 [ 267 ] {be3a0dcd-f1ec-4f37-8d42-91e5cb662242} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5533 2025.03.21 18:43:48.134662 [ 31 ] {} <Debug> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5534 2025.03.21 18:43:48.134728 [ 31 ] {} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5535 2025.03.21 18:43:48.134773 [ 267 ] {be3a0dcd-f1ec-4f37-8d42-91e5cb662242} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002389 sec., 13394.725826705735 rows/sec., 24.00 MiB/sec.
5536 2025.03.21 18:43:48.134775 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5537 2025.03.21 18:43:48.135271 [ 200 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
5538 2025.03.21 18:43:48.135461 [ 267 ] {be3a0dcd-f1ec-4f37-8d42-91e5cb662242} <Debug> TCPHandler: Processed in 0.003216807 sec.
5539 2025.03.21 18:43:48.135980 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5540 2025.03.21 18:43:48.136159 [ 267 ] {5a9fddd5-ae91-4508-9bd9-27494c5a577b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5541 2025.03.21 18:43:48.136228 [ 267 ] {5a9fddd5-ae91-4508-9bd9-27494c5a577b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5542 2025.03.21 18:43:48.136246 [ 200 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5543 2025.03.21 18:43:48.136361 [ 200 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 484 rows starting from the beginning of the part
5544 2025.03.21 18:43:48.136976 [ 200 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part
5545 2025.03.21 18:43:48.137672 [ 200 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part
5546 2025.03.21 18:43:48.137740 [ 267 ] {5a9fddd5-ae91-4508-9bd9-27494c5a577b} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5547 2025.03.21 18:43:48.137800 [ 267 ] {5a9fddd5-ae91-4508-9bd9-27494c5a577b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5548 2025.03.21 18:43:48.138222 [ 200 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part
5549 2025.03.21 18:43:48.138816 [ 200 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
5550 2025.03.21 18:43:48.138923 [ 267 ] {5a9fddd5-ae91-4508-9bd9-27494c5a577b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5551 2025.03.21 18:43:48.139260 [ 200 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part
5552 2025.03.21 18:43:48.139619 [ 267 ] {5a9fddd5-ae91-4508-9bd9-27494c5a577b} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5553 2025.03.21 18:43:48.139996 [ 267 ] {5a9fddd5-ae91-4508-9bd9-27494c5a577b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003871 sec., 15499.870834409714 rows/sec., 1.04 MiB/sec.
5554 2025.03.21 18:43:48.140109 [ 267 ] {5a9fddd5-ae91-4508-9bd9-27494c5a577b} <Debug> TCPHandler: Processed in 0.004233835 sec.
5555 2025.03.21 18:43:48.146593 [ 198 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 596 rows, containing 19 columns (19 merged, 0 gathered) in 0.011668025 sec., 51079.76714139711 rows/sec., 91.53 MiB/sec.
5556 2025.03.21 18:43:48.147395 [ 198 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5557 2025.03.21 18:43:48.147863 [ 198 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5558 2025.03.21 18:43:48.147962 [ 198 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5559 2025.03.21 18:43:48.148131 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB.
5560 2025.03.21 18:43:49.000264 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.73 MiB, peak 199.06 MiB, free memory in arenas 0.00 B, will set to 193.39 MiB (RSS), difference: 1.66 MiB
5561 2025.03.21 18:43:49.948444 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468
5562 2025.03.21 18:43:49.949095 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5563 2025.03.21 18:43:49.949170 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5564 2025.03.21 18:43:49.949708 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5565 2025.03.21 18:43:49.949972 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5566 2025.03.21 18:43:49.950228 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468
5567 2025.03.21 18:43:50.767261 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5568 2025.03.21 18:43:50.790327 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5569 2025.03.21 18:43:50.790396 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5570 2025.03.21 18:43:50.798068 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5571 2025.03.21 18:43:50.798857 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5572 2025.03.21 18:43:50.802943 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5573 2025.03.21 18:43:52.497565 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 774
5574 2025.03.21 18:43:52.500628 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5575 2025.03.21 18:43:52.500687 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5576 2025.03.21 18:43:52.502167 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5577 2025.03.21 18:43:52.502489 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5578 2025.03.21 18:43:52.503392 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 774
5579 2025.03.21 18:43:53.118038 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5580 2025.03.21 18:43:53.118220 [ 267 ] {7a25943d-2b3f-4956-86dc-dc9718b0f72f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5581 2025.03.21 18:43:53.118289 [ 267 ] {7a25943d-2b3f-4956-86dc-dc9718b0f72f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5582 2025.03.21 18:43:53.119074 [ 267 ] {7a25943d-2b3f-4956-86dc-dc9718b0f72f} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5583 2025.03.21 18:43:53.119119 [ 267 ] {7a25943d-2b3f-4956-86dc-dc9718b0f72f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5584 2025.03.21 18:43:53.119555 [ 267 ] {7a25943d-2b3f-4956-86dc-dc9718b0f72f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5585 2025.03.21 18:43:53.119803 [ 267 ] {7a25943d-2b3f-4956-86dc-dc9718b0f72f} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5586 2025.03.21 18:43:53.120007 [ 267 ] {7a25943d-2b3f-4956-86dc-dc9718b0f72f} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001838 sec., 39173.01414581067 rows/sec., 3.18 MiB/sec.
5587 2025.03.21 18:43:53.120063 [ 267 ] {7a25943d-2b3f-4956-86dc-dc9718b0f72f} <Debug> TCPHandler: Processed in 0.002153738 sec.
5588 2025.03.21 18:43:53.120198 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5589 2025.03.21 18:43:53.120302 [ 267 ] {7f7fd101-636d-4433-b946-f37a8f723750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5590 2025.03.21 18:43:53.120348 [ 267 ] {7f7fd101-636d-4433-b946-f37a8f723750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5591 2025.03.21 18:43:53.120866 [ 267 ] {7f7fd101-636d-4433-b946-f37a8f723750} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5592 2025.03.21 18:43:53.120904 [ 267 ] {7f7fd101-636d-4433-b946-f37a8f723750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5593 2025.03.21 18:43:53.121259 [ 267 ] {7f7fd101-636d-4433-b946-f37a8f723750} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5594 2025.03.21 18:43:53.121565 [ 267 ] {7f7fd101-636d-4433-b946-f37a8f723750} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5595 2025.03.21 18:43:53.121757 [ 267 ] {7f7fd101-636d-4433-b946-f37a8f723750} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001475 sec., 5423.728813559323 rows/sec., 407.84 KiB/sec.
5596 2025.03.21 18:43:53.121817 [ 267 ] {7f7fd101-636d-4433-b946-f37a8f723750} <Debug> TCPHandler: Processed in 0.00167004 sec.
5597 2025.03.21 18:43:53.122115 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5598 2025.03.21 18:43:53.122230 [ 267 ] {9b730125-41ba-433c-a9e5-bd16f0240be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5599 2025.03.21 18:43:53.122283 [ 267 ] {9b730125-41ba-433c-a9e5-bd16f0240be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5600 2025.03.21 18:43:53.122993 [ 267 ] {9b730125-41ba-433c-a9e5-bd16f0240be1} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5601 2025.03.21 18:43:53.123040 [ 267 ] {9b730125-41ba-433c-a9e5-bd16f0240be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5602 2025.03.21 18:43:53.123465 [ 267 ] {9b730125-41ba-433c-a9e5-bd16f0240be1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5603 2025.03.21 18:43:53.123771 [ 267 ] {9b730125-41ba-433c-a9e5-bd16f0240be1} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5604 2025.03.21 18:43:53.123952 [ 267 ] {9b730125-41ba-433c-a9e5-bd16f0240be1} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001747 sec., 41213.508872352606 rows/sec., 3.22 MiB/sec.
5605 2025.03.21 18:43:53.124004 [ 267 ] {9b730125-41ba-433c-a9e5-bd16f0240be1} <Debug> TCPHandler: Processed in 0.001947194 sec.
5606 2025.03.21 18:43:53.124132 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5607 2025.03.21 18:43:53.124238 [ 267 ] {341a755c-47c0-4bbb-a160-966a3e44d7c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5608 2025.03.21 18:43:53.124286 [ 267 ] {341a755c-47c0-4bbb-a160-966a3e44d7c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5609 2025.03.21 18:43:53.124803 [ 267 ] {341a755c-47c0-4bbb-a160-966a3e44d7c5} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5610 2025.03.21 18:43:53.124840 [ 267 ] {341a755c-47c0-4bbb-a160-966a3e44d7c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5611 2025.03.21 18:43:53.125222 [ 267 ] {341a755c-47c0-4bbb-a160-966a3e44d7c5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5612 2025.03.21 18:43:53.125508 [ 267 ] {341a755c-47c0-4bbb-a160-966a3e44d7c5} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5613 2025.03.21 18:43:53.125701 [ 267 ] {341a755c-47c0-4bbb-a160-966a3e44d7c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001486 sec., 107671.60161507403 rows/sec., 7.50 MiB/sec.
5614 2025.03.21 18:43:53.125752 [ 267 ] {341a755c-47c0-4bbb-a160-966a3e44d7c5} <Debug> TCPHandler: Processed in 0.001670459 sec.
5615 2025.03.21 18:43:53.125874 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5616 2025.03.21 18:43:53.125983 [ 267 ] {613a4896-cafe-4677-8d23-927c795f3cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5617 2025.03.21 18:43:53.126050 [ 267 ] {613a4896-cafe-4677-8d23-927c795f3cb3} <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
5618 2025.03.21 18:43:53.127092 [ 267 ] {613a4896-cafe-4677-8d23-927c795f3cb3} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5619 2025.03.21 18:43:53.127130 [ 267 ] {613a4896-cafe-4677-8d23-927c795f3cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5620 2025.03.21 18:43:53.127730 [ 267 ] {613a4896-cafe-4677-8d23-927c795f3cb3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5621 2025.03.21 18:43:53.127999 [ 267 ] {613a4896-cafe-4677-8d23-927c795f3cb3} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5622 2025.03.21 18:43:53.128193 [ 267 ] {613a4896-cafe-4677-8d23-927c795f3cb3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002232 sec., 3584.2293906810037 rows/sec., 6.42 MiB/sec.
5623 2025.03.21 18:43:53.128292 [ 267 ] {613a4896-cafe-4677-8d23-927c795f3cb3} <Debug> TCPHandler: Processed in 0.002471084 sec.
5624 2025.03.21 18:43:53.128433 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5625 2025.03.21 18:43:53.128540 [ 267 ] {b8fd2358-7624-4bdf-bf68-e3be6ccb4f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5626 2025.03.21 18:43:53.128588 [ 267 ] {b8fd2358-7624-4bdf-bf68-e3be6ccb4f9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5627 2025.03.21 18:43:53.129021 [ 267 ] {b8fd2358-7624-4bdf-bf68-e3be6ccb4f9a} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5628 2025.03.21 18:43:53.129059 [ 267 ] {b8fd2358-7624-4bdf-bf68-e3be6ccb4f9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5629 2025.03.21 18:43:53.129409 [ 267 ] {b8fd2358-7624-4bdf-bf68-e3be6ccb4f9a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5630 2025.03.21 18:43:53.129644 [ 267 ] {b8fd2358-7624-4bdf-bf68-e3be6ccb4f9a} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5631 2025.03.21 18:43:53.129820 [ 267 ] {b8fd2358-7624-4bdf-bf68-e3be6ccb4f9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001302 sec., 46082.949308755764 rows/sec., 3.11 MiB/sec.
5632 2025.03.21 18:43:53.129868 [ 267 ] {b8fd2358-7624-4bdf-bf68-e3be6ccb4f9a} <Debug> TCPHandler: Processed in 0.001485326 sec.
5633 2025.03.21 18:43:57.346538 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache
5634 2025.03.21 18:43:57.346601 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache
5635 2025.03.21 18:43:57.450493 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956
5636 2025.03.21 18:43:57.451266 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5637 2025.03.21 18:43:57.451323 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5638 2025.03.21 18:43:57.451903 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5639 2025.03.21 18:43:57.452164 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5640 2025.03.21 18:43:57.452364 [ 65 ] {} <Debug> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5641 2025.03.21 18:43:57.452399 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5642 2025.03.21 18:43:57.452440 [ 65 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5643 2025.03.21 18:43:57.452478 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5644 2025.03.21 18:43:57.452648 [ 200 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
5645 2025.03.21 18:43:57.452813 [ 200 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5646 2025.03.21 18:43:57.452858 [ 200 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
5647 2025.03.21 18:43:57.452945 [ 200 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
5648 2025.03.21 18:43:57.453141 [ 200 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part
5649 2025.03.21 18:43:57.453424 [ 200 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part
5650 2025.03.21 18:43:57.453565 [ 200 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part
5651 2025.03.21 18:43:57.453790 [ 200 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part
5652 2025.03.21 18:43:57.456459 [ 186 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003880169 sec., 3081309.0873103724 rows/sec., 44.08 MiB/sec.
5653 2025.03.21 18:43:57.456834 [ 191 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5654 2025.03.21 18:43:57.457138 [ 191 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_26_5} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5655 2025.03.21 18:43:57.457216 [ 191 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_26_5} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5656 2025.03.21 18:43:57.457321 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
5657 2025.03.21 18:43:58.125489 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5658 2025.03.21 18:43:58.125785 [ 267 ] {db0acf57-9d2c-4f69-be6c-d11f9ac8b079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5659 2025.03.21 18:43:58.125901 [ 267 ] {db0acf57-9d2c-4f69-be6c-d11f9ac8b079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5660 2025.03.21 18:43:58.127003 [ 267 ] {db0acf57-9d2c-4f69-be6c-d11f9ac8b079} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5661 2025.03.21 18:43:58.127053 [ 267 ] {db0acf57-9d2c-4f69-be6c-d11f9ac8b079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5662 2025.03.21 18:43:58.127495 [ 267 ] {db0acf57-9d2c-4f69-be6c-d11f9ac8b079} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5663 2025.03.21 18:43:58.127755 [ 267 ] {db0acf57-9d2c-4f69-be6c-d11f9ac8b079} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5664 2025.03.21 18:43:58.128082 [ 267 ] {db0acf57-9d2c-4f69-be6c-d11f9ac8b079} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002359 sec., 89868.58838490886 rows/sec., 5.72 MiB/sec.
5665 2025.03.21 18:43:58.128221 [ 267 ] {db0acf57-9d2c-4f69-be6c-d11f9ac8b079} <Debug> TCPHandler: Processed in 0.002921241 sec.
5666 2025.03.21 18:43:58.128350 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5667 2025.03.21 18:43:58.128462 [ 267 ] {050b47b1-2360-4013-b506-7bc9f6820da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5668 2025.03.21 18:43:58.128511 [ 267 ] {050b47b1-2360-4013-b506-7bc9f6820da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5669 2025.03.21 18:43:58.129365 [ 267 ] {050b47b1-2360-4013-b506-7bc9f6820da0} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5670 2025.03.21 18:43:58.129406 [ 267 ] {050b47b1-2360-4013-b506-7bc9f6820da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5671 2025.03.21 18:43:58.129804 [ 267 ] {050b47b1-2360-4013-b506-7bc9f6820da0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5672 2025.03.21 18:43:58.130054 [ 267 ] {050b47b1-2360-4013-b506-7bc9f6820da0} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5673 2025.03.21 18:43:58.130230 [ 82 ] {} <Debug> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5674 2025.03.21 18:43:58.130293 [ 267 ] {050b47b1-2360-4013-b506-7bc9f6820da0} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.001852 sec., 367710.5831533478 rows/sec., 29.23 MiB/sec.
5675 2025.03.21 18:43:58.130321 [ 82 ] {} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5676 2025.03.21 18:43:58.130395 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5677 2025.03.21 18:43:58.130410 [ 267 ] {050b47b1-2360-4013-b506-7bc9f6820da0} <Debug> TCPHandler: Processed in 0.002110747 sec.
5678 2025.03.21 18:43:58.130561 [ 196 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
5679 2025.03.21 18:43:58.130578 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5680 2025.03.21 18:43:58.130689 [ 196 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5681 2025.03.21 18:43:58.130708 [ 267 ] {34b6377a-cf50-4cc0-ab88-3a4aa0062cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5682 2025.03.21 18:43:58.130724 [ 196 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1846 rows starting from the beginning of the part
5683 2025.03.21 18:43:58.130767 [ 267 ] {34b6377a-cf50-4cc0-ab88-3a4aa0062cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5684 2025.03.21 18:43:58.130902 [ 196 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 120 rows starting from the beginning of the part
5685 2025.03.21 18:43:58.131317 [ 196 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 72 rows starting from the beginning of the part
5686 2025.03.21 18:43:58.131655 [ 196 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 122 rows starting from the beginning of the part
5687 2025.03.21 18:43:58.132058 [ 196 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 72 rows starting from the beginning of the part
5688 2025.03.21 18:43:58.132398 [ 196 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 681 rows starting from the beginning of the part
5689 2025.03.21 18:43:58.133332 [ 267 ] {34b6377a-cf50-4cc0-ab88-3a4aa0062cf4} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5690 2025.03.21 18:43:58.133377 [ 267 ] {34b6377a-cf50-4cc0-ab88-3a4aa0062cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5691 2025.03.21 18:43:58.133934 [ 267 ] {34b6377a-cf50-4cc0-ab88-3a4aa0062cf4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5692 2025.03.21 18:43:58.134213 [ 267 ] {34b6377a-cf50-4cc0-ab88-3a4aa0062cf4} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5693 2025.03.21 18:43:58.134527 [ 267 ] {34b6377a-cf50-4cc0-ab88-3a4aa0062cf4} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.003838 sec., 35956.227201667534 rows/sec., 2.24 MiB/sec.
5694 2025.03.21 18:43:58.134701 [ 267 ] {34b6377a-cf50-4cc0-ab88-3a4aa0062cf4} <Debug> TCPHandler: Processed in 0.004176283 sec.
5695 2025.03.21 18:43:58.134762 [ 186 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2913 rows, containing 5 columns (5 merged, 0 gathered) in 0.004268225 sec., 682485.1079781408 rows/sec., 58.13 MiB/sec.
5696 2025.03.21 18:43:58.134844 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5697 2025.03.21 18:43:58.134956 [ 267 ] {bd198ad3-e3a6-4cd6-81b8-cc26dea701ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5698 2025.03.21 18:43:58.135025 [ 267 ] {bd198ad3-e3a6-4cd6-81b8-cc26dea701ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5699 2025.03.21 18:43:58.135137 [ 197 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5700 2025.03.21 18:43:58.135829 [ 197 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_41_8} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5701 2025.03.21 18:43:58.136068 [ 197 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_41_8} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5702 2025.03.21 18:43:58.136259 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB.
5703 2025.03.21 18:43:58.136289 [ 267 ] {bd198ad3-e3a6-4cd6-81b8-cc26dea701ad} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5704 2025.03.21 18:43:58.136345 [ 267 ] {bd198ad3-e3a6-4cd6-81b8-cc26dea701ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5705 2025.03.21 18:43:58.136702 [ 267 ] {bd198ad3-e3a6-4cd6-81b8-cc26dea701ad} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5706 2025.03.21 18:43:58.136938 [ 267 ] {bd198ad3-e3a6-4cd6-81b8-cc26dea701ad} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5707 2025.03.21 18:43:58.137146 [ 267 ] {bd198ad3-e3a6-4cd6-81b8-cc26dea701ad} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002215 sec., 51015.80135440181 rows/sec., 3.30 MiB/sec.
5708 2025.03.21 18:43:58.137202 [ 267 ] {bd198ad3-e3a6-4cd6-81b8-cc26dea701ad} <Debug> TCPHandler: Processed in 0.002413053 sec.
5709 2025.03.21 18:43:58.137323 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5710 2025.03.21 18:43:58.137426 [ 267 ] {643ff779-dc66-4768-a1aa-615e7a188658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5711 2025.03.21 18:43:58.137470 [ 267 ] {643ff779-dc66-4768-a1aa-615e7a188658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5712 2025.03.21 18:43:58.138017 [ 267 ] {643ff779-dc66-4768-a1aa-615e7a188658} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5713 2025.03.21 18:43:58.138056 [ 267 ] {643ff779-dc66-4768-a1aa-615e7a188658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5714 2025.03.21 18:43:58.138395 [ 267 ] {643ff779-dc66-4768-a1aa-615e7a188658} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5715 2025.03.21 18:43:58.138624 [ 267 ] {643ff779-dc66-4768-a1aa-615e7a188658} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5716 2025.03.21 18:43:58.138889 [ 267 ] {643ff779-dc66-4768-a1aa-615e7a188658} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00147 sec., 76190.4761904762 rows/sec., 4.34 MiB/sec.
5717 2025.03.21 18:43:58.139082 [ 267 ] {643ff779-dc66-4768-a1aa-615e7a188658} <Debug> TCPHandler: Processed in 0.001807512 sec.
5718 2025.03.21 18:43:58.139225 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5719 2025.03.21 18:43:58.139332 [ 267 ] {6ec9b58e-db5d-42e1-a518-836b8c1243e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5720 2025.03.21 18:43:58.139376 [ 267 ] {6ec9b58e-db5d-42e1-a518-836b8c1243e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5721 2025.03.21 18:43:58.140086 [ 267 ] {6ec9b58e-db5d-42e1-a518-836b8c1243e0} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5722 2025.03.21 18:43:58.140125 [ 267 ] {6ec9b58e-db5d-42e1-a518-836b8c1243e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5723 2025.03.21 18:43:58.140492 [ 267 ] {6ec9b58e-db5d-42e1-a518-836b8c1243e0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5724 2025.03.21 18:43:58.140727 [ 267 ] {6ec9b58e-db5d-42e1-a518-836b8c1243e0} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5725 2025.03.21 18:43:58.140888 [ 82 ] {} <Debug> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5726 2025.03.21 18:43:58.140937 [ 82 ] {} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5727 2025.03.21 18:43:58.140957 [ 267 ] {6ec9b58e-db5d-42e1-a518-836b8c1243e0} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001643 sec., 251978.0888618381 rows/sec., 17.92 MiB/sec.
5728 2025.03.21 18:43:58.140972 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5729 2025.03.21 18:43:58.141101 [ 267 ] {6ec9b58e-db5d-42e1-a518-836b8c1243e0} <Debug> TCPHandler: Processed in 0.001925874 sec.
5730 2025.03.21 18:43:58.141154 [ 188 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
5731 2025.03.21 18:43:58.141252 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5732 2025.03.21 18:43:58.141265 [ 188 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5733 2025.03.21 18:43:58.141298 [ 188 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part
5734 2025.03.21 18:43:58.141432 [ 267 ] {542f8707-38a5-48ab-9de4-135824fc8f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5735 2025.03.21 18:43:58.141451 [ 188 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 96 rows starting from the beginning of the part
5736 2025.03.21 18:43:58.141594 [ 267 ] {542f8707-38a5-48ab-9de4-135824fc8f00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5737 2025.03.21 18:43:58.141808 [ 188 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 72 rows starting from the beginning of the part
5738 2025.03.21 18:43:58.142270 [ 188 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 100 rows starting from the beginning of the part
5739 2025.03.21 18:43:58.142525 [ 188 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 72 rows starting from the beginning of the part
5740 2025.03.21 18:43:58.142878 [ 188 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 414 rows starting from the beginning of the part
5741 2025.03.21 18:43:58.143678 [ 267 ] {542f8707-38a5-48ab-9de4-135824fc8f00} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5742 2025.03.21 18:43:58.143722 [ 267 ] {542f8707-38a5-48ab-9de4-135824fc8f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5743 2025.03.21 18:43:58.144254 [ 267 ] {542f8707-38a5-48ab-9de4-135824fc8f00} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5744 2025.03.21 18:43:58.144540 [ 267 ] {542f8707-38a5-48ab-9de4-135824fc8f00} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5745 2025.03.21 18:43:58.144975 [ 267 ] {542f8707-38a5-48ab-9de4-135824fc8f00} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003605 sec., 1664.3550624133147 rows/sec., 86.96 KiB/sec.
5746 2025.03.21 18:43:58.145289 [ 267 ] {542f8707-38a5-48ab-9de4-135824fc8f00} <Debug> TCPHandler: Processed in 0.004092402 sec.
5747 2025.03.21 18:43:58.145320 [ 188 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1668 rows, containing 5 columns (5 merged, 0 gathered) in 0.004240945 sec., 393308.56684064516 rows/sec., 30.36 MiB/sec.
5748 2025.03.21 18:43:58.145419 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5749 2025.03.21 18:43:58.145490 [ 188 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5750 2025.03.21 18:43:58.145548 [ 267 ] {6ca0394c-88bc-47e3-af25-dc182b97f072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5751 2025.03.21 18:43:58.145605 [ 267 ] {6ca0394c-88bc-47e3-af25-dc182b97f072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5752 2025.03.21 18:43:58.145862 [ 188 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_41_8} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5753 2025.03.21 18:43:58.145950 [ 188 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_41_8} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5754 2025.03.21 18:43:58.146038 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
5755 2025.03.21 18:43:58.146260 [ 267 ] {6ca0394c-88bc-47e3-af25-dc182b97f072} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5756 2025.03.21 18:43:58.146297 [ 267 ] {6ca0394c-88bc-47e3-af25-dc182b97f072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5757 2025.03.21 18:43:58.146670 [ 267 ] {6ca0394c-88bc-47e3-af25-dc182b97f072} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5758 2025.03.21 18:43:58.146904 [ 267 ] {6ca0394c-88bc-47e3-af25-dc182b97f072} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5759 2025.03.21 18:43:58.147054 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5760 2025.03.21 18:43:58.147111 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5761 2025.03.21 18:43:58.147147 [ 267 ] {6ca0394c-88bc-47e3-af25-dc182b97f072} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00163 sec., 145398.773006135 rows/sec., 9.75 MiB/sec.
5762 2025.03.21 18:43:58.147151 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5763 2025.03.21 18:43:58.147391 [ 267 ] {6ca0394c-88bc-47e3-af25-dc182b97f072} <Debug> TCPHandler: Processed in 0.002013026 sec.
5764 2025.03.21 18:43:58.147478 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
5765 2025.03.21 18:43:58.147762 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5766 2025.03.21 18:43:58.148067 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5767 2025.03.21 18:43:58.148219 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11225 rows starting from the beginning of the part
5768 2025.03.21 18:43:58.148218 [ 267 ] {1d3327c3-48e3-4c49-942a-79d6a6416996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5769 2025.03.21 18:43:58.148431 [ 267 ] {1d3327c3-48e3-4c49-942a-79d6a6416996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5770 2025.03.21 18:43:58.148571 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
5771 2025.03.21 18:43:58.148929 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
5772 2025.03.21 18:43:58.149229 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 162 rows starting from the beginning of the part
5773 2025.03.21 18:43:58.149510 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
5774 2025.03.21 18:43:58.149807 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part
5775 2025.03.21 18:43:58.150723 [ 267 ] {1d3327c3-48e3-4c49-942a-79d6a6416996} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5776 2025.03.21 18:43:58.150799 [ 267 ] {1d3327c3-48e3-4c49-942a-79d6a6416996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5777 2025.03.21 18:43:58.151352 [ 267 ] {1d3327c3-48e3-4c49-942a-79d6a6416996} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5778 2025.03.21 18:43:58.151674 [ 267 ] {1d3327c3-48e3-4c49-942a-79d6a6416996} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5779 2025.03.21 18:43:58.152144 [ 267 ] {1d3327c3-48e3-4c49-942a-79d6a6416996} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00412 sec., 242.71844660194174 rows/sec., 16.36 KiB/sec.
5780 2025.03.21 18:43:58.152340 [ 267 ] {1d3327c3-48e3-4c49-942a-79d6a6416996} <Debug> TCPHandler: Processed in 0.004709893 sec.
5781 2025.03.21 18:43:58.152566 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5782 2025.03.21 18:43:58.152815 [ 267 ] {280b68a5-6deb-4d80-9476-fd730612f151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5783 2025.03.21 18:43:58.152926 [ 267 ] {280b68a5-6deb-4d80-9476-fd730612f151} <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
5784 2025.03.21 18:43:58.154456 [ 267 ] {280b68a5-6deb-4d80-9476-fd730612f151} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5785 2025.03.21 18:43:58.154510 [ 267 ] {280b68a5-6deb-4d80-9476-fd730612f151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5786 2025.03.21 18:43:58.155241 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12104 rows, containing 5 columns (5 merged, 0 gathered) in 0.00794706 sec., 1523078.9751178422 rows/sec., 102.92 MiB/sec.
5787 2025.03.21 18:43:58.155610 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5788 2025.03.21 18:43:58.155807 [ 267 ] {280b68a5-6deb-4d80-9476-fd730612f151} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5789 2025.03.21 18:43:58.156171 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5790 2025.03.21 18:43:58.156376 [ 267 ] {280b68a5-6deb-4d80-9476-fd730612f151} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5791 2025.03.21 18:43:58.156471 [ 186 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5792 2025.03.21 18:43:58.156796 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB.
5793 2025.03.21 18:43:58.156898 [ 267 ] {280b68a5-6deb-4d80-9476-fd730612f151} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00418 sec., 7655.502392344498 rows/sec., 13.72 MiB/sec.
5794 2025.03.21 18:43:58.157057 [ 267 ] {280b68a5-6deb-4d80-9476-fd730612f151} <Debug> TCPHandler: Processed in 0.00457432 sec.
5795 2025.03.21 18:43:58.157185 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5796 2025.03.21 18:43:58.157287 [ 267 ] {9673c105-d4e4-42e0-a37f-679242cb3a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5797 2025.03.21 18:43:58.157333 [ 267 ] {9673c105-d4e4-42e0-a37f-679242cb3a91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5798 2025.03.21 18:43:58.157778 [ 267 ] {9673c105-d4e4-42e0-a37f-679242cb3a91} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5799 2025.03.21 18:43:58.157816 [ 267 ] {9673c105-d4e4-42e0-a37f-679242cb3a91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5800 2025.03.21 18:43:58.158178 [ 267 ] {9673c105-d4e4-42e0-a37f-679242cb3a91} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5801 2025.03.21 18:43:58.158412 [ 267 ] {9673c105-d4e4-42e0-a37f-679242cb3a91} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5802 2025.03.21 18:43:58.158568 [ 82 ] {} <Debug> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5803 2025.03.21 18:43:58.158625 [ 82 ] {} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5804 2025.03.21 18:43:58.158650 [ 267 ] {9673c105-d4e4-42e0-a37f-679242cb3a91} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001377 sec., 59549.74582425563 rows/sec., 3.78 MiB/sec.
5805 2025.03.21 18:43:58.158663 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5806 2025.03.21 18:43:58.158791 [ 267 ] {9673c105-d4e4-42e0-a37f-679242cb3a91} <Debug> TCPHandler: Processed in 0.001654449 sec.
5807 2025.03.21 18:43:58.158971 [ 187 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
5808 2025.03.21 18:43:58.159152 [ 187 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5809 2025.03.21 18:43:58.159193 [ 187 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1984 rows starting from the beginning of the part
5810 2025.03.21 18:43:58.159301 [ 187 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
5811 2025.03.21 18:43:58.159419 [ 187 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
5812 2025.03.21 18:43:58.159586 [ 187 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
5813 2025.03.21 18:43:58.159718 [ 187 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
5814 2025.03.21 18:43:58.159851 [ 187 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part
5815 2025.03.21 18:43:58.161282 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2306 rows, containing 4 columns (4 merged, 0 gathered) in 0.002481953 sec., 929107.0378850849 rows/sec., 60.75 MiB/sec.
5816 2025.03.21 18:43:58.161544 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5817 2025.03.21 18:43:58.161852 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_41_8} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5818 2025.03.21 18:43:58.161935 [ 194 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_41_8} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5819 2025.03.21 18:43:58.162019 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
5820 2025.03.21 18:43:58.303118 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5821 2025.03.21 18:43:58.325851 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5822 2025.03.21 18:43:58.325906 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5823 2025.03.21 18:43:58.333523 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5824 2025.03.21 18:43:58.334303 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5825 2025.03.21 18:43:58.334617 [ 100 ] {} <Debug> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5826 2025.03.21 18:43:58.334690 [ 100 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5827 2025.03.21 18:43:58.334737 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5828 2025.03.21 18:43:58.335410 [ 190 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
5829 2025.03.21 18:43:58.350605 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5830 2025.03.21 18:43:58.352313 [ 190 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5831 2025.03.21 18:43:58.354014 [ 190 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
5832 2025.03.21 18:43:58.359949 [ 190 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
5833 2025.03.21 18:43:58.365940 [ 190 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
5834 2025.03.21 18:43:58.371410 [ 190 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
5835 2025.03.21 18:43:58.377008 [ 190 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
5836 2025.03.21 18:43:58.381393 [ 190 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
5837 2025.03.21 18:43:58.445327 [ 199 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.110437003 sec., 1774.7674662993163 rows/sec., 9.18 MiB/sec.
5838 2025.03.21 18:43:58.448156 [ 189 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5839 2025.03.21 18:43:58.451107 [ 189 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_26_5} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5840 2025.03.21 18:43:58.451234 [ 189 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_26_5} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5841 2025.03.21 18:43:58.453630 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5842 2025.03.21 18:44:01.450562 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5843 2025.03.21 18:44:01.450795 [ 267 ] {dd390a92-62e9-4f25-980c-4c7ba40d264d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5844 2025.03.21 18:44:01.450881 [ 267 ] {dd390a92-62e9-4f25-980c-4c7ba40d264d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5845 2025.03.21 18:44:01.451745 [ 267 ] {dd390a92-62e9-4f25-980c-4c7ba40d264d} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5846 2025.03.21 18:44:01.451799 [ 267 ] {dd390a92-62e9-4f25-980c-4c7ba40d264d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5847 2025.03.21 18:44:01.452231 [ 267 ] {dd390a92-62e9-4f25-980c-4c7ba40d264d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5848 2025.03.21 18:44:01.452483 [ 267 ] {dd390a92-62e9-4f25-980c-4c7ba40d264d} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5849 2025.03.21 18:44:01.452726 [ 267 ] {dd390a92-62e9-4f25-980c-4c7ba40d264d} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001992 sec., 4016.064257028113 rows/sec., 327.48 KiB/sec.
5850 2025.03.21 18:44:01.452790 [ 267 ] {dd390a92-62e9-4f25-980c-4c7ba40d264d} <Debug> TCPHandler: Processed in 0.002376652 sec.
5851 2025.03.21 18:44:01.452905 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5852 2025.03.21 18:44:01.453015 [ 267 ] {4284d57c-765a-4b45-a679-8e3281dabd83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5853 2025.03.21 18:44:01.453063 [ 267 ] {4284d57c-765a-4b45-a679-8e3281dabd83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5854 2025.03.21 18:44:01.454224 [ 267 ] {4284d57c-765a-4b45-a679-8e3281dabd83} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5855 2025.03.21 18:44:01.454265 [ 267 ] {4284d57c-765a-4b45-a679-8e3281dabd83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5856 2025.03.21 18:44:01.454704 [ 267 ] {4284d57c-765a-4b45-a679-8e3281dabd83} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5857 2025.03.21 18:44:01.454953 [ 267 ] {4284d57c-765a-4b45-a679-8e3281dabd83} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5858 2025.03.21 18:44:01.455165 [ 267 ] {4284d57c-765a-4b45-a679-8e3281dabd83} <Debug> executeQuery: Read 1216 rows, 102.84 KiB in 0.002177 sec., 558566.8350941662 rows/sec., 46.13 MiB/sec.
5859 2025.03.21 18:44:01.455218 [ 267 ] {4284d57c-765a-4b45-a679-8e3281dabd83} <Debug> TCPHandler: Processed in 0.002365292 sec.
5860 2025.03.21 18:44:01.455352 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5861 2025.03.21 18:44:01.455492 [ 267 ] {355d434b-2fc1-4d4e-a321-c992a5b7894b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5862 2025.03.21 18:44:01.455547 [ 267 ] {355d434b-2fc1-4d4e-a321-c992a5b7894b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5863 2025.03.21 18:44:01.456095 [ 267 ] {355d434b-2fc1-4d4e-a321-c992a5b7894b} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5864 2025.03.21 18:44:01.456134 [ 267 ] {355d434b-2fc1-4d4e-a321-c992a5b7894b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5865 2025.03.21 18:44:01.456495 [ 267 ] {355d434b-2fc1-4d4e-a321-c992a5b7894b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5866 2025.03.21 18:44:01.456742 [ 267 ] {355d434b-2fc1-4d4e-a321-c992a5b7894b} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5867 2025.03.21 18:44:01.456989 [ 267 ] {355d434b-2fc1-4d4e-a321-c992a5b7894b} <Debug> executeQuery: Read 16 rows, 1.16 KiB in 0.001523 sec., 10505.581089954037 rows/sec., 761.76 KiB/sec.
5868 2025.03.21 18:44:01.457110 [ 267 ] {355d434b-2fc1-4d4e-a321-c992a5b7894b} <Debug> TCPHandler: Processed in 0.001819652 sec.
5869 2025.03.21 18:44:01.457345 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5870 2025.03.21 18:44:01.457581 [ 267 ] {5d363be3-e69d-4736-a246-37c676d2e813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5871 2025.03.21 18:44:01.457628 [ 267 ] {5d363be3-e69d-4736-a246-37c676d2e813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5872 2025.03.21 18:44:01.458288 [ 267 ] {5d363be3-e69d-4736-a246-37c676d2e813} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5873 2025.03.21 18:44:01.458327 [ 267 ] {5d363be3-e69d-4736-a246-37c676d2e813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5874 2025.03.21 18:44:01.458687 [ 267 ] {5d363be3-e69d-4736-a246-37c676d2e813} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5875 2025.03.21 18:44:01.458923 [ 267 ] {5d363be3-e69d-4736-a246-37c676d2e813} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5876 2025.03.21 18:44:01.459139 [ 267 ] {5d363be3-e69d-4736-a246-37c676d2e813} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001629 sec., 139963.167587477 rows/sec., 9.48 MiB/sec.
5877 2025.03.21 18:44:01.459194 [ 267 ] {5d363be3-e69d-4736-a246-37c676d2e813} <Debug> TCPHandler: Processed in 0.001945955 sec.
5878 2025.03.21 18:44:01.459328 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5879 2025.03.21 18:44:01.459433 [ 267 ] {634ab69e-7e39-41f1-893b-151114c20254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5880 2025.03.21 18:44:01.459476 [ 267 ] {634ab69e-7e39-41f1-893b-151114c20254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5881 2025.03.21 18:44:01.460244 [ 267 ] {634ab69e-7e39-41f1-893b-151114c20254} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5882 2025.03.21 18:44:01.460282 [ 267 ] {634ab69e-7e39-41f1-893b-151114c20254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5883 2025.03.21 18:44:01.460647 [ 267 ] {634ab69e-7e39-41f1-893b-151114c20254} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5884 2025.03.21 18:44:01.460884 [ 267 ] {634ab69e-7e39-41f1-893b-151114c20254} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5885 2025.03.21 18:44:01.461090 [ 267 ] {634ab69e-7e39-41f1-893b-151114c20254} <Debug> executeQuery: Read 536 rows, 40.70 KiB in 0.001679 sec., 319237.641453246 rows/sec., 23.67 MiB/sec.
5886 2025.03.21 18:44:01.461142 [ 267 ] {634ab69e-7e39-41f1-893b-151114c20254} <Debug> TCPHandler: Processed in 0.001864833 sec.
5887 2025.03.21 18:44:01.461261 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5888 2025.03.21 18:44:01.461372 [ 267 ] {c9fcb2be-b9f0-4828-b218-5fac14a3ee2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5889 2025.03.21 18:44:01.461421 [ 267 ] {c9fcb2be-b9f0-4828-b218-5fac14a3ee2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5890 2025.03.21 18:44:01.462230 [ 267 ] {c9fcb2be-b9f0-4828-b218-5fac14a3ee2f} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5891 2025.03.21 18:44:01.462270 [ 267 ] {c9fcb2be-b9f0-4828-b218-5fac14a3ee2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5892 2025.03.21 18:44:01.462719 [ 267 ] {c9fcb2be-b9f0-4828-b218-5fac14a3ee2f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5893 2025.03.21 18:44:01.462961 [ 267 ] {c9fcb2be-b9f0-4828-b218-5fac14a3ee2f} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5894 2025.03.21 18:44:01.463185 [ 267 ] {c9fcb2be-b9f0-4828-b218-5fac14a3ee2f} <Debug> executeQuery: Read 968 rows, 66.53 KiB in 0.001836 sec., 527233.1154684096 rows/sec., 35.39 MiB/sec.
5895 2025.03.21 18:44:01.463239 [ 267 ] {c9fcb2be-b9f0-4828-b218-5fac14a3ee2f} <Debug> TCPHandler: Processed in 0.002030726 sec.
5896 2025.03.21 18:44:01.463354 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5897 2025.03.21 18:44:01.463460 [ 267 ] {22763a37-597e-4708-8956-e65236bd853b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5898 2025.03.21 18:44:01.463527 [ 267 ] {22763a37-597e-4708-8956-e65236bd853b} <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
5899 2025.03.21 18:44:01.464570 [ 267 ] {22763a37-597e-4708-8956-e65236bd853b} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5900 2025.03.21 18:44:01.464609 [ 267 ] {22763a37-597e-4708-8956-e65236bd853b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5901 2025.03.21 18:44:01.465213 [ 267 ] {22763a37-597e-4708-8956-e65236bd853b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5902 2025.03.21 18:44:01.465483 [ 267 ] {22763a37-597e-4708-8956-e65236bd853b} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5903 2025.03.21 18:44:01.465726 [ 267 ] {22763a37-597e-4708-8956-e65236bd853b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002287 sec., 3498.0323567993005 rows/sec., 6.27 MiB/sec.
5904 2025.03.21 18:44:01.465828 [ 267 ] {22763a37-597e-4708-8956-e65236bd853b} <Debug> TCPHandler: Processed in 0.002524474 sec.
5905 2025.03.21 18:44:01.465962 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5906 2025.03.21 18:44:01.466066 [ 267 ] {81d5e1bd-a3ab-4716-974d-1f45f32e04a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5907 2025.03.21 18:44:01.466111 [ 267 ] {81d5e1bd-a3ab-4716-974d-1f45f32e04a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5908 2025.03.21 18:44:01.466547 [ 267 ] {81d5e1bd-a3ab-4716-974d-1f45f32e04a4} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5909 2025.03.21 18:44:01.466585 [ 267 ] {81d5e1bd-a3ab-4716-974d-1f45f32e04a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5910 2025.03.21 18:44:01.466936 [ 267 ] {81d5e1bd-a3ab-4716-974d-1f45f32e04a4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5911 2025.03.21 18:44:01.467198 [ 267 ] {81d5e1bd-a3ab-4716-974d-1f45f32e04a4} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5912 2025.03.21 18:44:01.467477 [ 267 ] {81d5e1bd-a3ab-4716-974d-1f45f32e04a4} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001431 sec., 30747.728860936408 rows/sec., 2.07 MiB/sec.
5913 2025.03.21 18:44:01.467593 [ 267 ] {81d5e1bd-a3ab-4716-974d-1f45f32e04a4} <Debug> TCPHandler: Processed in 0.001676379 sec.
5914 2025.03.21 18:44:02.503747 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 824
5915 2025.03.21 18:44:02.507286 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5916 2025.03.21 18:44:02.507344 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5917 2025.03.21 18:44:02.508822 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5918 2025.03.21 18:44:02.509136 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5919 2025.03.21 18:44:02.509956 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 824
5920 2025.03.21 18:44:03.112651 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5921 2025.03.21 18:44:03.112843 [ 267 ] {8ec4b960-9687-424e-af0c-1f1487dd9f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5922 2025.03.21 18:44:03.112916 [ 267 ] {8ec4b960-9687-424e-af0c-1f1487dd9f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5923 2025.03.21 18:44:03.113704 [ 267 ] {8ec4b960-9687-424e-af0c-1f1487dd9f22} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5924 2025.03.21 18:44:03.113752 [ 267 ] {8ec4b960-9687-424e-af0c-1f1487dd9f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5925 2025.03.21 18:44:03.114190 [ 267 ] {8ec4b960-9687-424e-af0c-1f1487dd9f22} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5926 2025.03.21 18:44:03.114445 [ 267 ] {8ec4b960-9687-424e-af0c-1f1487dd9f22} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5927 2025.03.21 18:44:03.114694 [ 267 ] {8ec4b960-9687-424e-af0c-1f1487dd9f22} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001906 sec., 29380.90241343127 rows/sec., 2.26 MiB/sec.
5928 2025.03.21 18:44:03.114753 [ 267 ] {8ec4b960-9687-424e-af0c-1f1487dd9f22} <Debug> TCPHandler: Processed in 0.00223402 sec.
5929 2025.03.21 18:44:03.114886 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5930 2025.03.21 18:44:03.114993 [ 267 ] {d1e9edf8-7eda-4498-8e15-601661e47104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5931 2025.03.21 18:44:03.115038 [ 267 ] {d1e9edf8-7eda-4498-8e15-601661e47104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5932 2025.03.21 18:44:03.115641 [ 267 ] {d1e9edf8-7eda-4498-8e15-601661e47104} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5933 2025.03.21 18:44:03.115681 [ 267 ] {d1e9edf8-7eda-4498-8e15-601661e47104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5934 2025.03.21 18:44:03.116031 [ 267 ] {d1e9edf8-7eda-4498-8e15-601661e47104} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5935 2025.03.21 18:44:03.116273 [ 267 ] {d1e9edf8-7eda-4498-8e15-601661e47104} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5936 2025.03.21 18:44:03.116479 [ 267 ] {d1e9edf8-7eda-4498-8e15-601661e47104} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001509 sec., 42412.19350563287 rows/sec., 3.31 MiB/sec.
5937 2025.03.21 18:44:03.116532 [ 267 ] {d1e9edf8-7eda-4498-8e15-601661e47104} <Debug> TCPHandler: Processed in 0.00169836 sec.
5938 2025.03.21 18:44:03.116650 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5939 2025.03.21 18:44:03.116756 [ 267 ] {575a1036-8601-4fc8-9870-3cd04147ea59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5940 2025.03.21 18:44:03.116805 [ 267 ] {575a1036-8601-4fc8-9870-3cd04147ea59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5941 2025.03.21 18:44:03.117305 [ 267 ] {575a1036-8601-4fc8-9870-3cd04147ea59} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5942 2025.03.21 18:44:03.117344 [ 267 ] {575a1036-8601-4fc8-9870-3cd04147ea59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5943 2025.03.21 18:44:03.117709 [ 267 ] {575a1036-8601-4fc8-9870-3cd04147ea59} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5944 2025.03.21 18:44:03.117959 [ 267 ] {575a1036-8601-4fc8-9870-3cd04147ea59} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5945 2025.03.21 18:44:03.118159 [ 267 ] {575a1036-8601-4fc8-9870-3cd04147ea59} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001425 sec., 29473.684210526313 rows/sec., 2.05 MiB/sec.
5946 2025.03.21 18:44:03.118209 [ 267 ] {575a1036-8601-4fc8-9870-3cd04147ea59} <Debug> TCPHandler: Processed in 0.001612559 sec.
5947 2025.03.21 18:44:03.118323 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5948 2025.03.21 18:44:03.118421 [ 267 ] {3f47d119-c6fd-4120-96f3-860aa8d3320d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5949 2025.03.21 18:44:03.118464 [ 267 ] {3f47d119-c6fd-4120-96f3-860aa8d3320d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5950 2025.03.21 18:44:03.118859 [ 267 ] {3f47d119-c6fd-4120-96f3-860aa8d3320d} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5951 2025.03.21 18:44:03.118895 [ 267 ] {3f47d119-c6fd-4120-96f3-860aa8d3320d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5952 2025.03.21 18:44:03.119291 [ 267 ] {3f47d119-c6fd-4120-96f3-860aa8d3320d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5953 2025.03.21 18:44:03.119540 [ 267 ] {3f47d119-c6fd-4120-96f3-860aa8d3320d} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5954 2025.03.21 18:44:03.119746 [ 267 ] {3f47d119-c6fd-4120-96f3-860aa8d3320d} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001329 sec., 12039.127163280662 rows/sec., 834.74 KiB/sec.
5955 2025.03.21 18:44:03.119795 [ 267 ] {3f47d119-c6fd-4120-96f3-860aa8d3320d} <Debug> TCPHandler: Processed in 0.001511796 sec.
5956 2025.03.21 18:44:04.952652 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383
5957 2025.03.21 18:44:04.953298 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5958 2025.03.21 18:44:04.953335 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5959 2025.03.21 18:44:04.953940 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5960 2025.03.21 18:44:04.954196 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5961 2025.03.21 18:44:04.954370 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383
5962 2025.03.21 18:44:05.850798 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5963 2025.03.21 18:44:05.870339 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5964 2025.03.21 18:44:05.870409 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5965 2025.03.21 18:44:05.877939 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5966 2025.03.21 18:44:05.878733 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5967 2025.03.21 18:44:05.882104 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5968 2025.03.21 18:44:08.125574 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5969 2025.03.21 18:44:08.125779 [ 267 ] {4dbf8a73-7108-49c6-a2a6-6ed2c24b5241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5970 2025.03.21 18:44:08.125862 [ 267 ] {4dbf8a73-7108-49c6-a2a6-6ed2c24b5241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5971 2025.03.21 18:44:08.126726 [ 267 ] {4dbf8a73-7108-49c6-a2a6-6ed2c24b5241} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5972 2025.03.21 18:44:08.126777 [ 267 ] {4dbf8a73-7108-49c6-a2a6-6ed2c24b5241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5973 2025.03.21 18:44:08.127225 [ 267 ] {4dbf8a73-7108-49c6-a2a6-6ed2c24b5241} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5974 2025.03.21 18:44:08.127479 [ 267 ] {4dbf8a73-7108-49c6-a2a6-6ed2c24b5241} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5975 2025.03.21 18:44:08.127680 [ 267 ] {4dbf8a73-7108-49c6-a2a6-6ed2c24b5241} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001955 sec., 108439.89769820971 rows/sec., 6.90 MiB/sec.
5976 2025.03.21 18:44:08.127749 [ 267 ] {4dbf8a73-7108-49c6-a2a6-6ed2c24b5241} <Debug> TCPHandler: Processed in 0.002309811 sec.
5977 2025.03.21 18:44:08.127878 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5978 2025.03.21 18:44:08.127995 [ 267 ] {1fda1bc9-efae-42fc-9f2f-54f0dbe52f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5979 2025.03.21 18:44:08.128046 [ 267 ] {1fda1bc9-efae-42fc-9f2f-54f0dbe52f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5980 2025.03.21 18:44:08.129039 [ 267 ] {1fda1bc9-efae-42fc-9f2f-54f0dbe52f84} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5981 2025.03.21 18:44:08.129078 [ 267 ] {1fda1bc9-efae-42fc-9f2f-54f0dbe52f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5982 2025.03.21 18:44:08.129491 [ 267 ] {1fda1bc9-efae-42fc-9f2f-54f0dbe52f84} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5983 2025.03.21 18:44:08.129733 [ 267 ] {1fda1bc9-efae-42fc-9f2f-54f0dbe52f84} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5984 2025.03.21 18:44:08.129918 [ 267 ] {1fda1bc9-efae-42fc-9f2f-54f0dbe52f84} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.001951 sec., 349051.76832393644 rows/sec., 27.74 MiB/sec.
5985 2025.03.21 18:44:08.129972 [ 267 ] {1fda1bc9-efae-42fc-9f2f-54f0dbe52f84} <Debug> TCPHandler: Processed in 0.002147458 sec.
5986 2025.03.21 18:44:08.130100 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5987 2025.03.21 18:44:08.130210 [ 267 ] {5b77aa4a-630c-4acd-820e-7efe729d1b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5988 2025.03.21 18:44:08.130261 [ 267 ] {5b77aa4a-630c-4acd-820e-7efe729d1b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5989 2025.03.21 18:44:08.130870 [ 267 ] {5b77aa4a-630c-4acd-820e-7efe729d1b37} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5990 2025.03.21 18:44:08.130908 [ 267 ] {5b77aa4a-630c-4acd-820e-7efe729d1b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
5991 2025.03.21 18:44:08.131262 [ 267 ] {5b77aa4a-630c-4acd-820e-7efe729d1b37} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5992 2025.03.21 18:44:08.131498 [ 267 ] {5b77aa4a-630c-4acd-820e-7efe729d1b37} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5993 2025.03.21 18:44:08.131719 [ 267 ] {5b77aa4a-630c-4acd-820e-7efe729d1b37} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001526 sec., 90432.50327653997 rows/sec., 5.63 MiB/sec.
5994 2025.03.21 18:44:08.131823 [ 267 ] {5b77aa4a-630c-4acd-820e-7efe729d1b37} <Debug> TCPHandler: Processed in 0.001775372 sec.
5995 2025.03.21 18:44:08.132054 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5996 2025.03.21 18:44:08.132174 [ 267 ] {c9947ee1-2bf7-42bb-a3a8-9dd263c13edf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5997 2025.03.21 18:44:08.132221 [ 267 ] {c9947ee1-2bf7-42bb-a3a8-9dd263c13edf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5998 2025.03.21 18:44:08.132817 [ 267 ] {c9947ee1-2bf7-42bb-a3a8-9dd263c13edf} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5999 2025.03.21 18:44:08.132857 [ 267 ] {c9947ee1-2bf7-42bb-a3a8-9dd263c13edf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
6000 2025.03.21 18:44:08.133206 [ 267 ] {c9947ee1-2bf7-42bb-a3a8-9dd263c13edf} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6001 2025.03.21 18:44:08.133438 [ 267 ] {c9947ee1-2bf7-42bb-a3a8-9dd263c13edf} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6002 2025.03.21 18:44:08.133608 [ 149 ] {} <Debug> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6003 2025.03.21 18:44:08.133672 [ 267 ] {c9947ee1-2bf7-42bb-a3a8-9dd263c13edf} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00152 sec., 74342.1052631579 rows/sec., 4.81 MiB/sec.
6004 2025.03.21 18:44:08.133697 [ 149 ] {} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6005 2025.03.21 18:44:08.133764 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
6006 2025.03.21 18:44:08.133788 [ 267 ] {c9947ee1-2bf7-42bb-a3a8-9dd263c13edf} <Debug> TCPHandler: Processed in 0.001828632 sec.
6007 2025.03.21 18:44:08.133984 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6008 2025.03.21 18:44:08.133987 [ 193 ] {911397e8-289e-4551-882d-cedea57ba2f0::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
6009 2025.03.21 18:44:08.134154 [ 267 ] {9108b73c-1d68-4f1b-a6e3-3d976b7b0407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6010 2025.03.21 18:44:08.134262 [ 267 ] {9108b73c-1d68-4f1b-a6e3-3d976b7b0407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6011 2025.03.21 18:44:08.134283 [ 193 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6012 2025.03.21 18:44:08.134399 [ 193 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 341 rows starting from the beginning of the part
6013 2025.03.21 18:44:08.134730 [ 193 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part
6014 2025.03.21 18:44:08.135074 [ 193 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part
6015 2025.03.21 18:44:08.135489 [ 193 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part
6016 2025.03.21 18:44:08.135897 [ 193 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 228 rows starting from the beginning of the part
6017 2025.03.21 18:44:08.136216 [ 193 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 113 rows starting from the beginning of the part
6018 2025.03.21 18:44:08.137122 [ 267 ] {9108b73c-1d68-4f1b-a6e3-3d976b7b0407} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6019 2025.03.21 18:44:08.137205 [ 267 ] {9108b73c-1d68-4f1b-a6e3-3d976b7b0407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
6020 2025.03.21 18:44:08.138325 [ 267 ] {9108b73c-1d68-4f1b-a6e3-3d976b7b0407} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
6021 2025.03.21 18:44:08.138768 [ 267 ] {9108b73c-1d68-4f1b-a6e3-3d976b7b0407} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6022 2025.03.21 18:44:08.139654 [ 193 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 5 columns (5 merged, 0 gathered) in 0.005791962 sec., 196133.8834750642 rows/sec., 13.80 MiB/sec.
6023 2025.03.21 18:44:08.139655 [ 267 ] {9108b73c-1d68-4f1b-a6e3-3d976b7b0407} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005525 sec., 20271.49321266968 rows/sec., 1.15 MiB/sec.
6024 2025.03.21 18:44:08.139861 [ 267 ] {9108b73c-1d68-4f1b-a6e3-3d976b7b0407} <Debug> TCPHandler: Processed in 0.005949165 sec.
6025 2025.03.21 18:44:08.139920 [ 193 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6026 2025.03.21 18:44:08.140022 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6027 2025.03.21 18:44:08.140198 [ 267 ] {2c2e9d49-ed30-4ffa-8307-48755654bfbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6028 2025.03.21 18:44:08.140281 [ 267 ] {2c2e9d49-ed30-4ffa-8307-48755654bfbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6029 2025.03.21 18:44:08.140425 [ 193 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_21_4} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6030 2025.03.21 18:44:08.140658 [ 193 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_21_4} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6031 2025.03.21 18:44:08.140870 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
6032 2025.03.21 18:44:08.141495 [ 267 ] {2c2e9d49-ed30-4ffa-8307-48755654bfbb} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6033 2025.03.21 18:44:08.141540 [ 267 ] {2c2e9d49-ed30-4ffa-8307-48755654bfbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
6034 2025.03.21 18:44:08.141929 [ 267 ] {2c2e9d49-ed30-4ffa-8307-48755654bfbb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6035 2025.03.21 18:44:08.142174 [ 267 ] {2c2e9d49-ed30-4ffa-8307-48755654bfbb} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6036 2025.03.21 18:44:08.142399 [ 267 ] {2c2e9d49-ed30-4ffa-8307-48755654bfbb} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.00225 sec., 184000 rows/sec., 13.08 MiB/sec.
6037 2025.03.21 18:44:08.142518 [ 267 ] {2c2e9d49-ed30-4ffa-8307-48755654bfbb} <Debug> TCPHandler: Processed in 0.002560515 sec.
6038 2025.03.21 18:44:08.142759 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6039 2025.03.21 18:44:08.142868 [ 267 ] {3f774aba-5405-49b9-b0b1-9b40e89cfb16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6040 2025.03.21 18:44:08.142915 [ 267 ] {3f774aba-5405-49b9-b0b1-9b40e89cfb16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6041 2025.03.21 18:44:08.143368 [ 267 ] {3f774aba-5405-49b9-b0b1-9b40e89cfb16} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6042 2025.03.21 18:44:08.143408 [ 267 ] {3f774aba-5405-49b9-b0b1-9b40e89cfb16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
6043 2025.03.21 18:44:08.143791 [ 267 ] {3f774aba-5405-49b9-b0b1-9b40e89cfb16} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
6044 2025.03.21 18:44:08.144025 [ 267 ] {3f774aba-5405-49b9-b0b1-9b40e89cfb16} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6045 2025.03.21 18:44:08.144202 [ 149 ] {} <Debug> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
6046 2025.03.21 18:44:08.144267 [ 149 ] {} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6047 2025.03.21 18:44:08.144283 [ 267 ] {3f774aba-5405-49b9-b0b1-9b40e89cfb16} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec.
6048 2025.03.21 18:44:08.144302 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
6049 2025.03.21 18:44:08.144429 [ 267 ] {3f774aba-5405-49b9-b0b1-9b40e89cfb16} <Debug> TCPHandler: Processed in 0.001757451 sec.
6050 2025.03.21 18:44:08.144494 [ 192 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
6051 2025.03.21 18:44:08.144592 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6052 2025.03.21 18:44:08.144613 [ 192 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6053 2025.03.21 18:44:08.144645 [ 192 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 60 rows starting from the beginning of the part
6054 2025.03.21 18:44:08.144753 [ 267 ] {cf8f540c-da19-4a77-8f40-29cdc68a8575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6055 2025.03.21 18:44:08.144805 [ 192 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
6056 2025.03.21 18:44:08.144914 [ 267 ] {cf8f540c-da19-4a77-8f40-29cdc68a8575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6057 2025.03.21 18:44:08.145153 [ 192 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
6058 2025.03.21 18:44:08.145532 [ 192 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
6059 2025.03.21 18:44:08.145859 [ 192 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
6060 2025.03.21 18:44:08.146188 [ 192 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
6061 2025.03.21 18:44:08.147299 [ 267 ] {cf8f540c-da19-4a77-8f40-29cdc68a8575} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6062 2025.03.21 18:44:08.147341 [ 267 ] {cf8f540c-da19-4a77-8f40-29cdc68a8575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
6063 2025.03.21 18:44:08.147944 [ 193 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.003513062 sec., 25618.676812421756 rows/sec., 1.31 MiB/sec.
6064 2025.03.21 18:44:08.148018 [ 267 ] {cf8f540c-da19-4a77-8f40-29cdc68a8575} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6065 2025.03.21 18:44:08.148131 [ 193 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
6066 2025.03.21 18:44:08.148487 [ 267 ] {cf8f540c-da19-4a77-8f40-29cdc68a8575} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6067 2025.03.21 18:44:08.148787 [ 193 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_15_3} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6068 2025.03.21 18:44:08.149011 [ 267 ] {cf8f540c-da19-4a77-8f40-29cdc68a8575} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004292 sec., 55219.01211556384 rows/sec., 3.70 MiB/sec.
6069 2025.03.21 18:44:08.149178 [ 193 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_15_3} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
6070 2025.03.21 18:44:08.149370 [ 267 ] {cf8f540c-da19-4a77-8f40-29cdc68a8575} <Debug> TCPHandler: Processed in 0.004824145 sec.
6071 2025.03.21 18:44:08.149516 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6072 2025.03.21 18:44:08.149690 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6073 2025.03.21 18:44:08.149800 [ 267 ] {c21d4ec7-cb95-4315-8830-0f1b2c443074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6074 2025.03.21 18:44:08.149848 [ 267 ] {c21d4ec7-cb95-4315-8830-0f1b2c443074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6075 2025.03.21 18:44:08.150281 [ 267 ] {c21d4ec7-cb95-4315-8830-0f1b2c443074} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6076 2025.03.21 18:44:08.150319 [ 267 ] {c21d4ec7-cb95-4315-8830-0f1b2c443074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
6077 2025.03.21 18:44:08.150676 [ 267 ] {c21d4ec7-cb95-4315-8830-0f1b2c443074} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
6078 2025.03.21 18:44:08.150926 [ 267 ] {c21d4ec7-cb95-4315-8830-0f1b2c443074} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6079 2025.03.21 18:44:08.151091 [ 149 ] {} <Debug> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
6080 2025.03.21 18:44:08.151156 [ 149 ] {} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6081 2025.03.21 18:44:08.151184 [ 267 ] {c21d4ec7-cb95-4315-8830-0f1b2c443074} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0014 sec., 714.2857142857143 rows/sec., 48.13 KiB/sec.
6082 2025.03.21 18:44:08.151200 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
6083 2025.03.21 18:44:08.151345 [ 267 ] {c21d4ec7-cb95-4315-8830-0f1b2c443074} <Debug> TCPHandler: Processed in 0.00172833 sec.
6084 2025.03.21 18:44:08.151604 [ 195 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
6085 2025.03.21 18:44:08.151710 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6086 2025.03.21 18:44:08.151909 [ 195 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6087 2025.03.21 18:44:08.151932 [ 267 ] {f8adb3c0-c774-4e7d-96d5-a333d376fd23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6088 2025.03.21 18:44:08.151986 [ 195 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part
6089 2025.03.21 18:44:08.152158 [ 267 ] {f8adb3c0-c774-4e7d-96d5-a333d376fd23} <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
6090 2025.03.21 18:44:08.152289 [ 195 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
6091 2025.03.21 18:44:08.152708 [ 195 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
6092 2025.03.21 18:44:08.153075 [ 195 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
6093 2025.03.21 18:44:08.153436 [ 195 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
6094 2025.03.21 18:44:08.153841 [ 195 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
6095 2025.03.21 18:44:08.157970 [ 267 ] {f8adb3c0-c774-4e7d-96d5-a333d376fd23} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6096 2025.03.21 18:44:08.158003 [ 198 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.006661867 sec., 2251.6210545782437 rows/sec., 151.72 KiB/sec.
6097 2025.03.21 18:44:08.158021 [ 267 ] {f8adb3c0-c774-4e7d-96d5-a333d376fd23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
6098 2025.03.21 18:44:08.158291 [ 198 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
6099 2025.03.21 18:44:08.159037 [ 198 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_15_3} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6100 2025.03.21 18:44:08.159280 [ 198 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_15_3} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
6101 2025.03.21 18:44:08.159459 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
6102 2025.03.21 18:44:08.159608 [ 267 ] {f8adb3c0-c774-4e7d-96d5-a333d376fd23} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6103 2025.03.21 18:44:08.159893 [ 267 ] {f8adb3c0-c774-4e7d-96d5-a333d376fd23} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6104 2025.03.21 18:44:08.160185 [ 267 ] {f8adb3c0-c774-4e7d-96d5-a333d376fd23} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.008324 sec., 3844.3056222969726 rows/sec., 6.89 MiB/sec.
6105 2025.03.21 18:44:08.160325 [ 267 ] {f8adb3c0-c774-4e7d-96d5-a333d376fd23} <Debug> TCPHandler: Processed in 0.008741784 sec.
6106 2025.03.21 18:44:08.160478 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6107 2025.03.21 18:44:08.160586 [ 267 ] {06b05d8d-0c2f-4e4b-acb3-a3e5f5770259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6108 2025.03.21 18:44:08.160633 [ 267 ] {06b05d8d-0c2f-4e4b-acb3-a3e5f5770259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6109 2025.03.21 18:44:08.161153 [ 267 ] {06b05d8d-0c2f-4e4b-acb3-a3e5f5770259} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6110 2025.03.21 18:44:08.161200 [ 267 ] {06b05d8d-0c2f-4e4b-acb3-a3e5f5770259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
6111 2025.03.21 18:44:08.161656 [ 267 ] {06b05d8d-0c2f-4e4b-acb3-a3e5f5770259} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6112 2025.03.21 18:44:08.161923 [ 267 ] {06b05d8d-0c2f-4e4b-acb3-a3e5f5770259} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6113 2025.03.21 18:44:08.162145 [ 267 ] {06b05d8d-0c2f-4e4b-acb3-a3e5f5770259} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001582 sec., 51833.1226295828 rows/sec., 3.29 MiB/sec.
6114 2025.03.21 18:44:08.162195 [ 267 ] {06b05d8d-0c2f-4e4b-acb3-a3e5f5770259} <Debug> TCPHandler: Processed in 0.001767511 sec.
6115 2025.03.21 18:44:12.346846 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache
6116 2025.03.21 18:44:12.346908 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache
6117 2025.03.21 18:44:12.454574 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871
6118 2025.03.21 18:44:12.455301 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6119 2025.03.21 18:44:12.455348 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6120 2025.03.21 18:44:12.455880 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6121 2025.03.21 18:44:12.456145 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6122 2025.03.21 18:44:12.456345 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
6123 2025.03.21 18:44:12.510324 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 854
6124 2025.03.21 18:44:12.513505 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6125 2025.03.21 18:44:12.513566 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6126 2025.03.21 18:44:12.515048 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6127 2025.03.21 18:44:12.515379 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6128 2025.03.21 18:44:12.516274 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 854
6129 2025.03.21 18:44:13.119188 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6130 2025.03.21 18:44:13.119397 [ 267 ] {7ca8ddd0-097c-48b1-b5a9-64b5b245948a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6131 2025.03.21 18:44:13.119475 [ 267 ] {7ca8ddd0-097c-48b1-b5a9-64b5b245948a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6132 2025.03.21 18:44:13.120316 [ 267 ] {7ca8ddd0-097c-48b1-b5a9-64b5b245948a} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6133 2025.03.21 18:44:13.120360 [ 267 ] {7ca8ddd0-097c-48b1-b5a9-64b5b245948a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6134 2025.03.21 18:44:13.120798 [ 267 ] {7ca8ddd0-097c-48b1-b5a9-64b5b245948a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6135 2025.03.21 18:44:13.121059 [ 267 ] {7ca8ddd0-097c-48b1-b5a9-64b5b245948a} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6136 2025.03.21 18:44:13.121337 [ 267 ] {7ca8ddd0-097c-48b1-b5a9-64b5b245948a} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001991 sec., 36162.73229532898 rows/sec., 2.94 MiB/sec.
6137 2025.03.21 18:44:13.121433 [ 267 ] {7ca8ddd0-097c-48b1-b5a9-64b5b245948a} <Debug> TCPHandler: Processed in 0.002425923 sec.
6138 2025.03.21 18:44:13.121705 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6139 2025.03.21 18:44:13.121916 [ 267 ] {dd25d32e-2cac-4a85-b9fe-26231953f23f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6140 2025.03.21 18:44:13.121967 [ 267 ] {dd25d32e-2cac-4a85-b9fe-26231953f23f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6141 2025.03.21 18:44:13.122512 [ 267 ] {dd25d32e-2cac-4a85-b9fe-26231953f23f} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6142 2025.03.21 18:44:13.122552 [ 267 ] {dd25d32e-2cac-4a85-b9fe-26231953f23f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6143 2025.03.21 18:44:13.122909 [ 267 ] {dd25d32e-2cac-4a85-b9fe-26231953f23f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6144 2025.03.21 18:44:13.123150 [ 267 ] {dd25d32e-2cac-4a85-b9fe-26231953f23f} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6145 2025.03.21 18:44:13.123312 [ 143 ] {} <Debug> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6146 2025.03.21 18:44:13.123380 [ 267 ] {dd25d32e-2cac-4a85-b9fe-26231953f23f} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001501 sec., 5329.7801465689545 rows/sec., 400.77 KiB/sec.
6147 2025.03.21 18:44:13.123405 [ 143 ] {} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6148 2025.03.21 18:44:13.123470 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6149 2025.03.21 18:44:13.123502 [ 267 ] {dd25d32e-2cac-4a85-b9fe-26231953f23f} <Debug> TCPHandler: Processed in 0.001905473 sec.
6150 2025.03.21 18:44:13.123705 [ 191 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
6151 2025.03.21 18:44:13.123717 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6152 2025.03.21 18:44:13.123972 [ 267 ] {c9059517-9899-4aa6-a504-d8d660a9586a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6153 2025.03.21 18:44:13.123992 [ 191 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6154 2025.03.21 18:44:13.124072 [ 267 ] {c9059517-9899-4aa6-a504-d8d660a9586a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6155 2025.03.21 18:44:13.124082 [ 191 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 164 rows starting from the beginning of the part
6156 2025.03.21 18:44:13.124382 [ 191 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
6157 2025.03.21 18:44:13.124678 [ 191 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 138 rows starting from the beginning of the part
6158 2025.03.21 18:44:13.125067 [ 191 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 16 rows starting from the beginning of the part
6159 2025.03.21 18:44:13.125377 [ 191 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 138 rows starting from the beginning of the part
6160 2025.03.21 18:44:13.125747 [ 191 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
6161 2025.03.21 18:44:13.127391 [ 267 ] {c9059517-9899-4aa6-a504-d8d660a9586a} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6162 2025.03.21 18:44:13.127465 [ 267 ] {c9059517-9899-4aa6-a504-d8d660a9586a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6163 2025.03.21 18:44:13.128440 [ 267 ] {c9059517-9899-4aa6-a504-d8d660a9586a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6164 2025.03.21 18:44:13.128880 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 472 rows, containing 5 columns (5 merged, 0 gathered) in 0.005292214 sec., 89187.62544371789 rows/sec., 5.99 MiB/sec.
6165 2025.03.21 18:44:13.128951 [ 267 ] {c9059517-9899-4aa6-a504-d8d660a9586a} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6166 2025.03.21 18:44:13.129207 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6167 2025.03.21 18:44:13.129374 [ 267 ] {c9059517-9899-4aa6-a504-d8d660a9586a} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005475 sec., 13150.68493150685 rows/sec., 1.03 MiB/sec.
6168 2025.03.21 18:44:13.129517 [ 267 ] {c9059517-9899-4aa6-a504-d8d660a9586a} <Debug> TCPHandler: Processed in 0.005884423 sec.
6169 2025.03.21 18:44:13.129696 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6170 2025.03.21 18:44:13.129837 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_36_7} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6171 2025.03.21 18:44:13.129869 [ 267 ] {f7521021-69df-4754-87b2-26e4152c738b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6172 2025.03.21 18:44:13.129979 [ 267 ] {f7521021-69df-4754-87b2-26e4152c738b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6173 2025.03.21 18:44:13.130049 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_36_7} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6174 2025.03.21 18:44:13.130266 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
6175 2025.03.21 18:44:13.130770 [ 267 ] {f7521021-69df-4754-87b2-26e4152c738b} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6176 2025.03.21 18:44:13.130813 [ 267 ] {f7521021-69df-4754-87b2-26e4152c738b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6177 2025.03.21 18:44:13.131219 [ 267 ] {f7521021-69df-4754-87b2-26e4152c738b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6178 2025.03.21 18:44:13.131462 [ 267 ] {f7521021-69df-4754-87b2-26e4152c738b} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6179 2025.03.21 18:44:13.131682 [ 267 ] {f7521021-69df-4754-87b2-26e4152c738b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001859 sec., 86067.77837547069 rows/sec., 5.99 MiB/sec.
6180 2025.03.21 18:44:13.131737 [ 267 ] {f7521021-69df-4754-87b2-26e4152c738b} <Debug> TCPHandler: Processed in 0.002119647 sec.
6181 2025.03.21 18:44:13.131869 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6182 2025.03.21 18:44:13.131973 [ 267 ] {ac6b85fa-a2c6-47d4-83f2-fa45fac596cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6183 2025.03.21 18:44:13.132036 [ 267 ] {ac6b85fa-a2c6-47d4-83f2-fa45fac596cf} <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
6184 2025.03.21 18:44:13.133094 [ 267 ] {ac6b85fa-a2c6-47d4-83f2-fa45fac596cf} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6185 2025.03.21 18:44:13.133133 [ 267 ] {ac6b85fa-a2c6-47d4-83f2-fa45fac596cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6186 2025.03.21 18:44:13.133738 [ 267 ] {ac6b85fa-a2c6-47d4-83f2-fa45fac596cf} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6187 2025.03.21 18:44:13.133994 [ 267 ] {ac6b85fa-a2c6-47d4-83f2-fa45fac596cf} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6188 2025.03.21 18:44:13.134178 [ 143 ] {} <Debug> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6189 2025.03.21 18:44:13.134248 [ 143 ] {} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6190 2025.03.21 18:44:13.134287 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6191 2025.03.21 18:44:13.134293 [ 267 ] {ac6b85fa-a2c6-47d4-83f2-fa45fac596cf} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002332 sec., 3430.5317324185253 rows/sec., 6.15 MiB/sec.
6192 2025.03.21 18:44:13.135329 [ 201 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
6193 2025.03.21 18:44:13.135432 [ 267 ] {ac6b85fa-a2c6-47d4-83f2-fa45fac596cf} <Debug> TCPHandler: Processed in 0.003606833 sec.
6194 2025.03.21 18:44:13.135714 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6195 2025.03.21 18:44:13.135951 [ 267 ] {422ec4d7-d529-47a7-85c6-abe5a25d9d8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6196 2025.03.21 18:44:13.136081 [ 267 ] {422ec4d7-d529-47a7-85c6-abe5a25d9d8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6197 2025.03.21 18:44:13.136196 [ 201 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6198 2025.03.21 18:44:13.136435 [ 201 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 596 rows starting from the beginning of the part
6199 2025.03.21 18:44:13.137151 [ 201 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
6200 2025.03.21 18:44:13.137948 [ 201 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part
6201 2025.03.21 18:44:13.138280 [ 267 ] {422ec4d7-d529-47a7-85c6-abe5a25d9d8a} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6202 2025.03.21 18:44:13.138540 [ 267 ] {422ec4d7-d529-47a7-85c6-abe5a25d9d8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6203 2025.03.21 18:44:13.138628 [ 201 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
6204 2025.03.21 18:44:13.139266 [ 201 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part
6205 2025.03.21 18:44:13.139788 [ 201 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
6206 2025.03.21 18:44:13.140541 [ 267 ] {422ec4d7-d529-47a7-85c6-abe5a25d9d8a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6207 2025.03.21 18:44:13.141008 [ 267 ] {422ec4d7-d529-47a7-85c6-abe5a25d9d8a} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6208 2025.03.21 18:44:13.141564 [ 267 ] {422ec4d7-d529-47a7-85c6-abe5a25d9d8a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005682 sec., 10559.662090813094 rows/sec., 728.73 KiB/sec.
6209 2025.03.21 18:44:13.141728 [ 267 ] {422ec4d7-d529-47a7-85c6-abe5a25d9d8a} <Debug> TCPHandler: Processed in 0.006084947 sec.
6210 2025.03.21 18:44:13.144756 [ 198 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 19 columns (19 merged, 0 gathered) in 0.010312892 sec., 66324.7515827762 rows/sec., 118.85 MiB/sec.
6211 2025.03.21 18:44:13.146004 [ 198 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6212 2025.03.21 18:44:13.146458 [ 198 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6213 2025.03.21 18:44:13.146545 [ 198 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6214 2025.03.21 18:44:13.146711 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB.
6215 2025.03.21 18:44:13.382249 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212
6216 2025.03.21 18:44:13.402710 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6217 2025.03.21 18:44:13.402762 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6218 2025.03.21 18:44:13.410066 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6219 2025.03.21 18:44:13.410833 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6220 2025.03.21 18:44:13.413632 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212
6221 2025.03.21 18:44:18.125729 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6222 2025.03.21 18:44:18.126054 [ 267 ] {7bde15e5-e4c1-4338-bd01-9378fdac4403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6223 2025.03.21 18:44:18.126168 [ 267 ] {7bde15e5-e4c1-4338-bd01-9378fdac4403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6224 2025.03.21 18:44:18.127069 [ 267 ] {7bde15e5-e4c1-4338-bd01-9378fdac4403} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6225 2025.03.21 18:44:18.127114 [ 267 ] {7bde15e5-e4c1-4338-bd01-9378fdac4403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6226 2025.03.21 18:44:18.127577 [ 267 ] {7bde15e5-e4c1-4338-bd01-9378fdac4403} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6227 2025.03.21 18:44:18.127832 [ 267 ] {7bde15e5-e4c1-4338-bd01-9378fdac4403} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6228 2025.03.21 18:44:18.128054 [ 267 ] {7bde15e5-e4c1-4338-bd01-9378fdac4403} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002074 sec., 102217.93635486982 rows/sec., 6.50 MiB/sec.
6229 2025.03.21 18:44:18.128187 [ 267 ] {7bde15e5-e4c1-4338-bd01-9378fdac4403} <Debug> TCPHandler: Processed in 0.002639967 sec.
6230 2025.03.21 18:44:18.128370 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6231 2025.03.21 18:44:18.128483 [ 267 ] {50763b88-6ba0-45d9-8c2d-2bee2a871d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6232 2025.03.21 18:44:18.128534 [ 267 ] {50763b88-6ba0-45d9-8c2d-2bee2a871d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6233 2025.03.21 18:44:18.129088 [ 267 ] {50763b88-6ba0-45d9-8c2d-2bee2a871d6b} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6234 2025.03.21 18:44:18.129127 [ 267 ] {50763b88-6ba0-45d9-8c2d-2bee2a871d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6235 2025.03.21 18:44:18.129490 [ 267 ] {50763b88-6ba0-45d9-8c2d-2bee2a871d6b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6236 2025.03.21 18:44:18.129737 [ 267 ] {50763b88-6ba0-45d9-8c2d-2bee2a871d6b} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6237 2025.03.21 18:44:18.129912 [ 267 ] {50763b88-6ba0-45d9-8c2d-2bee2a871d6b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 335.80 KiB/sec.
6238 2025.03.21 18:44:18.129967 [ 267 ] {50763b88-6ba0-45d9-8c2d-2bee2a871d6b} <Debug> TCPHandler: Processed in 0.001658379 sec.
6239 2025.03.21 18:44:18.130084 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6240 2025.03.21 18:44:18.130196 [ 267 ] {e995d36e-c4dc-4df6-afc8-6e699544cfab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6241 2025.03.21 18:44:18.130244 [ 267 ] {e995d36e-c4dc-4df6-afc8-6e699544cfab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6242 2025.03.21 18:44:18.131099 [ 267 ] {e995d36e-c4dc-4df6-afc8-6e699544cfab} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6243 2025.03.21 18:44:18.131163 [ 267 ] {e995d36e-c4dc-4df6-afc8-6e699544cfab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6244 2025.03.21 18:44:18.131570 [ 267 ] {e995d36e-c4dc-4df6-afc8-6e699544cfab} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6245 2025.03.21 18:44:18.131813 [ 267 ] {e995d36e-c4dc-4df6-afc8-6e699544cfab} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6246 2025.03.21 18:44:18.131955 [ 140 ] {} <Debug> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6247 2025.03.21 18:44:18.132004 [ 267 ] {e995d36e-c4dc-4df6-afc8-6e699544cfab} <Debug> executeQuery: Read 684 rows, 55.65 KiB in 0.00183 sec., 373770.4918032787 rows/sec., 29.70 MiB/sec.
6248 2025.03.21 18:44:18.132008 [ 140 ] {} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6249 2025.03.21 18:44:18.132063 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6250 2025.03.21 18:44:18.132082 [ 267 ] {e995d36e-c4dc-4df6-afc8-6e699544cfab} <Debug> TCPHandler: Processed in 0.002052076 sec.
6251 2025.03.21 18:44:18.132258 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6252 2025.03.21 18:44:18.132282 [ 198 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
6253 2025.03.21 18:44:18.132408 [ 267 ] {c2052872-5771-4825-9a48-dc41d584b9ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6254 2025.03.21 18:44:18.132513 [ 267 ] {c2052872-5771-4825-9a48-dc41d584b9ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6255 2025.03.21 18:44:18.132626 [ 198 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6256 2025.03.21 18:44:18.132736 [ 198 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1846 rows starting from the beginning of the part
6257 2025.03.21 18:44:18.133104 [ 198 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1216 rows starting from the beginning of the part
6258 2025.03.21 18:44:18.133480 [ 198 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
6259 2025.03.21 18:44:18.133816 [ 198 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 681 rows starting from the beginning of the part
6260 2025.03.21 18:44:18.134138 [ 198 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 72 rows starting from the beginning of the part
6261 2025.03.21 18:44:18.134414 [ 198 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 684 rows starting from the beginning of the part
6262 2025.03.21 18:44:18.135331 [ 267 ] {c2052872-5771-4825-9a48-dc41d584b9ce} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6263 2025.03.21 18:44:18.135405 [ 267 ] {c2052872-5771-4825-9a48-dc41d584b9ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6264 2025.03.21 18:44:18.136273 [ 267 ] {c2052872-5771-4825-9a48-dc41d584b9ce} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6265 2025.03.21 18:44:18.136819 [ 267 ] {c2052872-5771-4825-9a48-dc41d584b9ce} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6266 2025.03.21 18:44:18.137179 [ 267 ] {c2052872-5771-4825-9a48-dc41d584b9ce} <Debug> executeQuery: Read 144 rows, 9.21 KiB in 0.00482 sec., 29875.518672199174 rows/sec., 1.87 MiB/sec.
6267 2025.03.21 18:44:18.137257 [ 267 ] {c2052872-5771-4825-9a48-dc41d584b9ce} <Debug> TCPHandler: Processed in 0.005076259 sec.
6268 2025.03.21 18:44:18.137400 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6269 2025.03.21 18:44:18.137527 [ 267 ] {2e1c2174-3385-4885-9d2b-55e54c579de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6270 2025.03.21 18:44:18.137571 [ 267 ] {2e1c2174-3385-4885-9d2b-55e54c579de4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6271 2025.03.21 18:44:18.138368 [ 198 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4555 rows, containing 5 columns (5 merged, 0 gathered) in 0.006187419 sec., 736171.2533125685 rows/sec., 62.55 MiB/sec.
6272 2025.03.21 18:44:18.138630 [ 267 ] {2e1c2174-3385-4885-9d2b-55e54c579de4} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6273 2025.03.21 18:44:18.138674 [ 198 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6274 2025.03.21 18:44:18.138683 [ 267 ] {2e1c2174-3385-4885-9d2b-55e54c579de4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6275 2025.03.21 18:44:18.139208 [ 198 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_46_9} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6276 2025.03.21 18:44:18.139384 [ 267 ] {2e1c2174-3385-4885-9d2b-55e54c579de4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6277 2025.03.21 18:44:18.139386 [ 198 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_46_9} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6278 2025.03.21 18:44:18.139557 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB.
6279 2025.03.21 18:44:18.139743 [ 267 ] {2e1c2174-3385-4885-9d2b-55e54c579de4} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6280 2025.03.21 18:44:18.139970 [ 267 ] {2e1c2174-3385-4885-9d2b-55e54c579de4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002472 sec., 45711.974110032366 rows/sec., 2.96 MiB/sec.
6281 2025.03.21 18:44:18.140153 [ 267 ] {2e1c2174-3385-4885-9d2b-55e54c579de4} <Debug> TCPHandler: Processed in 0.002811359 sec.
6282 2025.03.21 18:44:18.140352 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6283 2025.03.21 18:44:18.140461 [ 267 ] {cb00ea4f-fb4b-4642-8a05-0cfa605ece09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6284 2025.03.21 18:44:18.140506 [ 267 ] {cb00ea4f-fb4b-4642-8a05-0cfa605ece09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6285 2025.03.21 18:44:18.141083 [ 267 ] {cb00ea4f-fb4b-4642-8a05-0cfa605ece09} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6286 2025.03.21 18:44:18.141121 [ 267 ] {cb00ea4f-fb4b-4642-8a05-0cfa605ece09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6287 2025.03.21 18:44:18.141485 [ 267 ] {cb00ea4f-fb4b-4642-8a05-0cfa605ece09} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6288 2025.03.21 18:44:18.141719 [ 267 ] {cb00ea4f-fb4b-4642-8a05-0cfa605ece09} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6289 2025.03.21 18:44:18.141895 [ 267 ] {cb00ea4f-fb4b-4642-8a05-0cfa605ece09} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001458 sec., 76817.55829903978 rows/sec., 4.38 MiB/sec.
6290 2025.03.21 18:44:18.141947 [ 267 ] {cb00ea4f-fb4b-4642-8a05-0cfa605ece09} <Debug> TCPHandler: Processed in 0.00166428 sec.
6291 2025.03.21 18:44:18.142073 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6292 2025.03.21 18:44:18.142204 [ 267 ] {e26c15b9-f77b-4214-9e6e-bdb03cd0259c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6293 2025.03.21 18:44:18.142258 [ 267 ] {e26c15b9-f77b-4214-9e6e-bdb03cd0259c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6294 2025.03.21 18:44:18.142955 [ 267 ] {e26c15b9-f77b-4214-9e6e-bdb03cd0259c} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6295 2025.03.21 18:44:18.142992 [ 267 ] {e26c15b9-f77b-4214-9e6e-bdb03cd0259c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6296 2025.03.21 18:44:18.143370 [ 267 ] {e26c15b9-f77b-4214-9e6e-bdb03cd0259c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6297 2025.03.21 18:44:18.143610 [ 267 ] {e26c15b9-f77b-4214-9e6e-bdb03cd0259c} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6298 2025.03.21 18:44:18.143752 [ 140 ] {} <Debug> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6299 2025.03.21 18:44:18.143796 [ 267 ] {e26c15b9-f77b-4214-9e6e-bdb03cd0259c} <Debug> executeQuery: Read 420 rows, 30.64 KiB in 0.001619 sec., 259419.39468807908 rows/sec., 18.48 MiB/sec.
6300 2025.03.21 18:44:18.143804 [ 140 ] {} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6301 2025.03.21 18:44:18.143850 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6302 2025.03.21 18:44:18.143868 [ 267 ] {e26c15b9-f77b-4214-9e6e-bdb03cd0259c} <Debug> TCPHandler: Processed in 0.001859252 sec.
6303 2025.03.21 18:44:18.144073 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6304 2025.03.21 18:44:18.144076 [ 187 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
6305 2025.03.21 18:44:18.144256 [ 267 ] {3f3c8dde-66d0-48d0-b5fa-d0a7a79370ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6306 2025.03.21 18:44:18.144381 [ 267 ] {3f3c8dde-66d0-48d0-b5fa-d0a7a79370ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6307 2025.03.21 18:44:18.144412 [ 187 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6308 2025.03.21 18:44:18.144507 [ 187 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part
6309 2025.03.21 18:44:18.144927 [ 187 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 536 rows starting from the beginning of the part
6310 2025.03.21 18:44:18.145302 [ 187 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
6311 2025.03.21 18:44:18.145503 [ 187 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 414 rows starting from the beginning of the part
6312 2025.03.21 18:44:18.145824 [ 187 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 72 rows starting from the beginning of the part
6313 2025.03.21 18:44:18.146202 [ 187 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 420 rows starting from the beginning of the part
6314 2025.03.21 18:44:18.146806 [ 267 ] {3f3c8dde-66d0-48d0-b5fa-d0a7a79370ac} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6315 2025.03.21 18:44:18.146870 [ 267 ] {3f3c8dde-66d0-48d0-b5fa-d0a7a79370ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6316 2025.03.21 18:44:18.147702 [ 267 ] {3f3c8dde-66d0-48d0-b5fa-d0a7a79370ac} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6317 2025.03.21 18:44:18.148234 [ 267 ] {3f3c8dde-66d0-48d0-b5fa-d0a7a79370ac} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6318 2025.03.21 18:44:18.148772 [ 267 ] {3f3c8dde-66d0-48d0-b5fa-d0a7a79370ac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004556 sec., 1316.9446883230903 rows/sec., 68.81 KiB/sec.
6319 2025.03.21 18:44:18.148876 [ 267 ] {3f3c8dde-66d0-48d0-b5fa-d0a7a79370ac} <Debug> TCPHandler: Processed in 0.004884445 sec.
6320 2025.03.21 18:44:18.149001 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6321 2025.03.21 18:44:18.149130 [ 267 ] {85302e6e-9ab7-41a5-aea8-99931dc14012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6322 2025.03.21 18:44:18.149179 [ 267 ] {85302e6e-9ab7-41a5-aea8-99931dc14012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6323 2025.03.21 18:44:18.149924 [ 196 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.005970985 sec., 405293.2640092045 rows/sec., 31.04 MiB/sec.
6324 2025.03.21 18:44:18.150105 [ 196 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6325 2025.03.21 18:44:18.150396 [ 267 ] {85302e6e-9ab7-41a5-aea8-99931dc14012} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6326 2025.03.21 18:44:18.150440 [ 267 ] {85302e6e-9ab7-41a5-aea8-99931dc14012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6327 2025.03.21 18:44:18.150483 [ 196 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_46_9} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6328 2025.03.21 18:44:18.150601 [ 196 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_46_9} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6329 2025.03.21 18:44:18.150715 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
6330 2025.03.21 18:44:18.150923 [ 267 ] {85302e6e-9ab7-41a5-aea8-99931dc14012} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6331 2025.03.21 18:44:18.151168 [ 267 ] {85302e6e-9ab7-41a5-aea8-99931dc14012} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6332 2025.03.21 18:44:18.151295 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6333 2025.03.21 18:44:18.151328 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6334 2025.03.21 18:44:18.151348 [ 267 ] {85302e6e-9ab7-41a5-aea8-99931dc14012} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.002257 sec., 106335.84404076208 rows/sec., 7.13 MiB/sec.
6335 2025.03.21 18:44:18.151353 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6336 2025.03.21 18:44:18.151500 [ 267 ] {85302e6e-9ab7-41a5-aea8-99931dc14012} <Debug> TCPHandler: Processed in 0.002548574 sec.
6337 2025.03.21 18:44:18.151653 [ 189 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
6338 2025.03.21 18:44:18.151698 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6339 2025.03.21 18:44:18.151926 [ 267 ] {69f223cd-ce44-40e8-9c8e-3ad2229de9f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6340 2025.03.21 18:44:18.151957 [ 189 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6341 2025.03.21 18:44:18.152020 [ 267 ] {69f223cd-ce44-40e8-9c8e-3ad2229de9f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6342 2025.03.21 18:44:18.152038 [ 189 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12104 rows starting from the beginning of the part
6343 2025.03.21 18:44:18.152398 [ 189 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 968 rows starting from the beginning of the part
6344 2025.03.21 18:44:18.152784 [ 189 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
6345 2025.03.21 18:44:18.153143 [ 189 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part
6346 2025.03.21 18:44:18.153458 [ 189 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
6347 2025.03.21 18:44:18.153671 [ 189 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 240 rows starting from the beginning of the part
6348 2025.03.21 18:44:18.154515 [ 267 ] {69f223cd-ce44-40e8-9c8e-3ad2229de9f7} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6349 2025.03.21 18:44:18.154589 [ 267 ] {69f223cd-ce44-40e8-9c8e-3ad2229de9f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6350 2025.03.21 18:44:18.155273 [ 267 ] {69f223cd-ce44-40e8-9c8e-3ad2229de9f7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6351 2025.03.21 18:44:18.155578 [ 267 ] {69f223cd-ce44-40e8-9c8e-3ad2229de9f7} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6352 2025.03.21 18:44:18.156156 [ 267 ] {69f223cd-ce44-40e8-9c8e-3ad2229de9f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004246 sec., 235.51577955723036 rows/sec., 15.87 KiB/sec.
6353 2025.03.21 18:44:18.156595 [ 267 ] {69f223cd-ce44-40e8-9c8e-3ad2229de9f7} <Debug> TCPHandler: Processed in 0.004959427 sec.
6354 2025.03.21 18:44:18.156834 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6355 2025.03.21 18:44:18.157054 [ 267 ] {3bcebbcc-1893-49c8-b030-306c6497a846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6356 2025.03.21 18:44:18.157152 [ 267 ] {3bcebbcc-1893-49c8-b030-306c6497a846} <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
6357 2025.03.21 18:44:18.158821 [ 267 ] {3bcebbcc-1893-49c8-b030-306c6497a846} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6358 2025.03.21 18:44:18.158861 [ 267 ] {3bcebbcc-1893-49c8-b030-306c6497a846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6359 2025.03.21 18:44:18.159761 [ 267 ] {3bcebbcc-1893-49c8-b030-306c6497a846} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6360 2025.03.21 18:44:18.160173 [ 196 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13751 rows, containing 5 columns (5 merged, 0 gathered) in 0.008691983 sec., 1582032.5465431765 rows/sec., 106.87 MiB/sec.
6361 2025.03.21 18:44:18.160285 [ 267 ] {3bcebbcc-1893-49c8-b030-306c6497a846} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6362 2025.03.21 18:44:18.160554 [ 267 ] {3bcebbcc-1893-49c8-b030-306c6497a846} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003575 sec., 8951.048951048951 rows/sec., 16.04 MiB/sec.
6363 2025.03.21 18:44:18.160634 [ 189 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6364 2025.03.21 18:44:18.160938 [ 267 ] {3bcebbcc-1893-49c8-b030-306c6497a846} <Debug> TCPHandler: Processed in 0.004176813 sec.
6365 2025.03.21 18:44:18.161145 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6366 2025.03.21 18:44:18.161300 [ 267 ] {ede1873b-7c09-4e58-a142-6f753fdbf6d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6367 2025.03.21 18:44:18.161311 [ 189 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6368 2025.03.21 18:44:18.161397 [ 267 ] {ede1873b-7c09-4e58-a142-6f753fdbf6d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6369 2025.03.21 18:44:18.161537 [ 189 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6370 2025.03.21 18:44:18.161750 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB.
6371 2025.03.21 18:44:18.162126 [ 267 ] {ede1873b-7c09-4e58-a142-6f753fdbf6d0} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6372 2025.03.21 18:44:18.162167 [ 267 ] {ede1873b-7c09-4e58-a142-6f753fdbf6d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6373 2025.03.21 18:44:18.162542 [ 267 ] {ede1873b-7c09-4e58-a142-6f753fdbf6d0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6374 2025.03.21 18:44:18.162776 [ 267 ] {ede1873b-7c09-4e58-a142-6f753fdbf6d0} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6375 2025.03.21 18:44:18.162902 [ 140 ] {} <Debug> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6376 2025.03.21 18:44:18.162940 [ 140 ] {} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6377 2025.03.21 18:44:18.162960 [ 267 ] {ede1873b-7c09-4e58-a142-6f753fdbf6d0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001709 sec., 47981.27559976595 rows/sec., 3.05 MiB/sec.
6378 2025.03.21 18:44:18.162967 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6379 2025.03.21 18:44:18.163073 [ 267 ] {ede1873b-7c09-4e58-a142-6f753fdbf6d0} <Debug> TCPHandler: Processed in 0.002000375 sec.
6380 2025.03.21 18:44:18.163360 [ 190 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
6381 2025.03.21 18:44:18.163617 [ 190 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6382 2025.03.21 18:44:18.163649 [ 190 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2306 rows starting from the beginning of the part
6383 2025.03.21 18:44:18.163720 [ 190 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 44 rows starting from the beginning of the part
6384 2025.03.21 18:44:18.163859 [ 190 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 16 rows starting from the beginning of the part
6385 2025.03.21 18:44:18.164064 [ 190 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part
6386 2025.03.21 18:44:18.164170 [ 190 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
6387 2025.03.21 18:44:18.164370 [ 190 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part
6388 2025.03.21 18:44:18.165791 [ 196 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2590 rows, containing 4 columns (4 merged, 0 gathered) in 0.002700678 sec., 959018.4390734474 rows/sec., 62.68 MiB/sec.
6389 2025.03.21 18:44:18.166034 [ 190 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6390 2025.03.21 18:44:18.166311 [ 190 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_46_9} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6391 2025.03.21 18:44:18.166402 [ 190 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_46_9} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6392 2025.03.21 18:44:18.166482 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
6393 2025.03.21 18:44:19.956590 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298
6394 2025.03.21 18:44:19.957639 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6395 2025.03.21 18:44:19.957677 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6396 2025.03.21 18:44:19.958198 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6397 2025.03.21 18:44:19.958451 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6398 2025.03.21 18:44:19.958674 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298
6399 2025.03.21 18:44:20.913770 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219
6400 2025.03.21 18:44:20.935201 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6401 2025.03.21 18:44:20.935257 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6402 2025.03.21 18:44:20.942811 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6403 2025.03.21 18:44:20.943609 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6404 2025.03.21 18:44:20.946652 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
6405 2025.03.21 18:44:22.516569 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 890
6406 2025.03.21 18:44:22.519882 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6407 2025.03.21 18:44:22.519949 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6408 2025.03.21 18:44:22.521499 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6409 2025.03.21 18:44:22.521827 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6410 2025.03.21 18:44:22.522052 [ 133 ] {} <Debug> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6411 2025.03.21 18:44:22.522177 [ 133 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6412 2025.03.21 18:44:22.522240 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6413 2025.03.21 18:44:22.522733 [ 189 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::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
6414 2025.03.21 18:44:22.524365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 890
6415 2025.03.21 18:44:22.524694 [ 189 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6416 2025.03.21 18:44:22.524880 [ 189 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 728 rows starting from the beginning of the part
6417 2025.03.21 18:44:22.525511 [ 189 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part
6418 2025.03.21 18:44:22.526153 [ 189 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part
6419 2025.03.21 18:44:22.526793 [ 189 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 50 rows starting from the beginning of the part
6420 2025.03.21 18:44:22.527404 [ 189 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part
6421 2025.03.21 18:44:22.528034 [ 189 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part
6422 2025.03.21 18:44:22.536555 [ 196 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 890 rows, containing 72 columns (72 merged, 0 gathered) in 0.014172409 sec., 62798.07476625886 rows/sec., 51.83 MiB/sec.
6423 2025.03.21 18:44:22.538063 [ 199 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6424 2025.03.21 18:44:22.538969 [ 199 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_21_4} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6425 2025.03.21 18:44:22.539083 [ 199 ] {fc3d32f1-e2fa-4c2e-b979-22efa01612ba::all_1_21_4} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6426 2025.03.21 18:44:22.539452 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB.
6427 2025.03.21 18:44:23.118538 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6428 2025.03.21 18:44:23.118834 [ 267 ] {c7ccaf5b-13b6-4775-a84e-2313cf3f23b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6429 2025.03.21 18:44:23.118950 [ 267 ] {c7ccaf5b-13b6-4775-a84e-2313cf3f23b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6430 2025.03.21 18:44:23.119965 [ 267 ] {c7ccaf5b-13b6-4775-a84e-2313cf3f23b1} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6431 2025.03.21 18:44:23.120012 [ 267 ] {c7ccaf5b-13b6-4775-a84e-2313cf3f23b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6432 2025.03.21 18:44:23.120463 [ 267 ] {c7ccaf5b-13b6-4775-a84e-2313cf3f23b1} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6433 2025.03.21 18:44:23.120719 [ 267 ] {c7ccaf5b-13b6-4775-a84e-2313cf3f23b1} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6434 2025.03.21 18:44:23.120944 [ 267 ] {c7ccaf5b-13b6-4775-a84e-2313cf3f23b1} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002194 sec., 32816.77301731996 rows/sec., 2.67 MiB/sec.
6435 2025.03.21 18:44:23.121006 [ 267 ] {c7ccaf5b-13b6-4775-a84e-2313cf3f23b1} <Debug> TCPHandler: Processed in 0.002654817 sec.
6436 2025.03.21 18:44:23.121135 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6437 2025.03.21 18:44:23.121249 [ 267 ] {c868c898-9754-4474-b1ea-5cec57cf235c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6438 2025.03.21 18:44:23.121297 [ 267 ] {c868c898-9754-4474-b1ea-5cec57cf235c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6439 2025.03.21 18:44:23.121817 [ 267 ] {c868c898-9754-4474-b1ea-5cec57cf235c} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6440 2025.03.21 18:44:23.121858 [ 267 ] {c868c898-9754-4474-b1ea-5cec57cf235c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6441 2025.03.21 18:44:23.122206 [ 267 ] {c868c898-9754-4474-b1ea-5cec57cf235c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6442 2025.03.21 18:44:23.122443 [ 267 ] {c868c898-9754-4474-b1ea-5cec57cf235c} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6443 2025.03.21 18:44:23.122663 [ 267 ] {c868c898-9754-4474-b1ea-5cec57cf235c} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00144 sec., 5555.555555555556 rows/sec., 417.75 KiB/sec.
6444 2025.03.21 18:44:23.122716 [ 267 ] {c868c898-9754-4474-b1ea-5cec57cf235c} <Debug> TCPHandler: Processed in 0.001634078 sec.
6445 2025.03.21 18:44:23.122819 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6446 2025.03.21 18:44:23.122920 [ 267 ] {4eaff245-02fe-4df8-8496-9e32826ff143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6447 2025.03.21 18:44:23.122965 [ 267 ] {4eaff245-02fe-4df8-8496-9e32826ff143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6448 2025.03.21 18:44:23.123508 [ 267 ] {4eaff245-02fe-4df8-8496-9e32826ff143} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6449 2025.03.21 18:44:23.123547 [ 267 ] {4eaff245-02fe-4df8-8496-9e32826ff143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6450 2025.03.21 18:44:23.123900 [ 267 ] {4eaff245-02fe-4df8-8496-9e32826ff143} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6451 2025.03.21 18:44:23.124135 [ 267 ] {4eaff245-02fe-4df8-8496-9e32826ff143} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6452 2025.03.21 18:44:23.124346 [ 267 ] {4eaff245-02fe-4df8-8496-9e32826ff143} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001448 sec., 49723.756906077346 rows/sec., 3.88 MiB/sec.
6453 2025.03.21 18:44:23.124396 [ 267 ] {4eaff245-02fe-4df8-8496-9e32826ff143} <Debug> TCPHandler: Processed in 0.001627278 sec.
6454 2025.03.21 18:44:23.124527 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6455 2025.03.21 18:44:23.124667 [ 267 ] {22b00e01-5828-4167-b469-57f9fb6566c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6456 2025.03.21 18:44:23.124727 [ 267 ] {22b00e01-5828-4167-b469-57f9fb6566c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6457 2025.03.21 18:44:23.125348 [ 267 ] {22b00e01-5828-4167-b469-57f9fb6566c9} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6458 2025.03.21 18:44:23.125395 [ 267 ] {22b00e01-5828-4167-b469-57f9fb6566c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6459 2025.03.21 18:44:23.125814 [ 267 ] {22b00e01-5828-4167-b469-57f9fb6566c9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6460 2025.03.21 18:44:23.126050 [ 267 ] {22b00e01-5828-4167-b469-57f9fb6566c9} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6461 2025.03.21 18:44:23.126263 [ 267 ] {22b00e01-5828-4167-b469-57f9fb6566c9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001627 sec., 98340.50399508298 rows/sec., 6.85 MiB/sec.
6462 2025.03.21 18:44:23.126314 [ 267 ] {22b00e01-5828-4167-b469-57f9fb6566c9} <Debug> TCPHandler: Processed in 0.001852153 sec.
6463 2025.03.21 18:44:23.126444 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6464 2025.03.21 18:44:23.126550 [ 267 ] {fda26f9e-9630-4e65-9ff6-0aeed8c9b4cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6465 2025.03.21 18:44:23.126616 [ 267 ] {fda26f9e-9630-4e65-9ff6-0aeed8c9b4cf} <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
6466 2025.03.21 18:44:23.127686 [ 267 ] {fda26f9e-9630-4e65-9ff6-0aeed8c9b4cf} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6467 2025.03.21 18:44:23.127726 [ 267 ] {fda26f9e-9630-4e65-9ff6-0aeed8c9b4cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6468 2025.03.21 18:44:23.128341 [ 267 ] {fda26f9e-9630-4e65-9ff6-0aeed8c9b4cf} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6469 2025.03.21 18:44:23.128602 [ 267 ] {fda26f9e-9630-4e65-9ff6-0aeed8c9b4cf} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6470 2025.03.21 18:44:23.128861 [ 267 ] {fda26f9e-9630-4e65-9ff6-0aeed8c9b4cf} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002333 sec., 3429.0612944706386 rows/sec., 6.14 MiB/sec.
6471 2025.03.21 18:44:23.129188 [ 267 ] {fda26f9e-9630-4e65-9ff6-0aeed8c9b4cf} <Debug> TCPHandler: Processed in 0.002791849 sec.
6472 2025.03.21 18:44:23.129306 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6473 2025.03.21 18:44:23.129408 [ 267 ] {7ce939bb-a375-4cee-b22b-385f9e0a6587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6474 2025.03.21 18:44:23.129454 [ 267 ] {7ce939bb-a375-4cee-b22b-385f9e0a6587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6475 2025.03.21 18:44:23.129882 [ 267 ] {7ce939bb-a375-4cee-b22b-385f9e0a6587} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6476 2025.03.21 18:44:23.129920 [ 267 ] {7ce939bb-a375-4cee-b22b-385f9e0a6587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6477 2025.03.21 18:44:23.130286 [ 267 ] {7ce939bb-a375-4cee-b22b-385f9e0a6587} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6478 2025.03.21 18:44:23.130526 [ 267 ] {7ce939bb-a375-4cee-b22b-385f9e0a6587} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6479 2025.03.21 18:44:23.130743 [ 267 ] {7ce939bb-a375-4cee-b22b-385f9e0a6587} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec.
6480 2025.03.21 18:44:23.130816 [ 267 ] {7ce939bb-a375-4cee-b22b-385f9e0a6587} <Debug> TCPHandler: Processed in 0.001559058 sec.
6481 2025.03.21 18:44:27.347161 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache
6482 2025.03.21 18:44:27.347225 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache
6483 2025.03.21 18:44:27.458864 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786
6484 2025.03.21 18:44:27.459521 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6485 2025.03.21 18:44:27.459567 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6486 2025.03.21 18:44:27.460156 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6487 2025.03.21 18:44:27.460415 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6488 2025.03.21 18:44:27.460713 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
6489 2025.03.21 18:44:28.126379 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6490 2025.03.21 18:44:28.126577 [ 267 ] {74433150-52b7-492f-9e58-beddc17b619e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6491 2025.03.21 18:44:28.126654 [ 267 ] {74433150-52b7-492f-9e58-beddc17b619e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6492 2025.03.21 18:44:28.127514 [ 267 ] {74433150-52b7-492f-9e58-beddc17b619e} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6493 2025.03.21 18:44:28.127566 [ 267 ] {74433150-52b7-492f-9e58-beddc17b619e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6494 2025.03.21 18:44:28.128010 [ 267 ] {74433150-52b7-492f-9e58-beddc17b619e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6495 2025.03.21 18:44:28.128265 [ 267 ] {74433150-52b7-492f-9e58-beddc17b619e} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6496 2025.03.21 18:44:28.128460 [ 102 ] {} <Debug> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
6497 2025.03.21 18:44:28.128497 [ 267 ] {74433150-52b7-492f-9e58-beddc17b619e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001972 sec., 107505.07099391482 rows/sec., 6.84 MiB/sec.
6498 2025.03.21 18:44:28.128547 [ 102 ] {} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6499 2025.03.21 18:44:28.128624 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6500 2025.03.21 18:44:28.128633 [ 267 ] {74433150-52b7-492f-9e58-beddc17b619e} <Debug> TCPHandler: Processed in 0.002388372 sec.
6501 2025.03.21 18:44:28.128897 [ 196 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::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
6502 2025.03.21 18:44:28.128907 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6503 2025.03.21 18:44:28.129261 [ 267 ] {7530a544-f948-4d27-abfe-3f8f65a59711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6504 2025.03.21 18:44:28.129339 [ 196 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6505 2025.03.21 18:44:28.129392 [ 267 ] {7530a544-f948-4d27-abfe-3f8f65a59711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6506 2025.03.21 18:44:28.129403 [ 196 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 212 rows starting from the beginning of the part
6507 2025.03.21 18:44:28.129587 [ 196 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part
6508 2025.03.21 18:44:28.129967 [ 196 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 212 rows starting from the beginning of the part
6509 2025.03.21 18:44:28.130351 [ 196 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part
6510 2025.03.21 18:44:28.130757 [ 196 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part
6511 2025.03.21 18:44:28.132127 [ 267 ] {7530a544-f948-4d27-abfe-3f8f65a59711} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6512 2025.03.21 18:44:28.132170 [ 267 ] {7530a544-f948-4d27-abfe-3f8f65a59711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6513 2025.03.21 18:44:28.132513 [ 199 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003781497 sec., 280312.26786640316 rows/sec., 18.90 MiB/sec.
6514 2025.03.21 18:44:28.132774 [ 199 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
6515 2025.03.21 18:44:28.132782 [ 267 ] {7530a544-f948-4d27-abfe-3f8f65a59711} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6516 2025.03.21 18:44:28.133246 [ 267 ] {7530a544-f948-4d27-abfe-3f8f65a59711} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6517 2025.03.21 18:44:28.133342 [ 199 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_17_4} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6518 2025.03.21 18:44:28.133580 [ 199 ] {a5ae9dd6-eb39-4afa-ba7d-facc03842aac::all_1_17_4} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
6519 2025.03.21 18:44:28.133658 [ 267 ] {7530a544-f948-4d27-abfe-3f8f65a59711} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.004503 sec., 151232.51165889407 rows/sec., 12.02 MiB/sec.
6520 2025.03.21 18:44:28.133772 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
6521 2025.03.21 18:44:28.133852 [ 267 ] {7530a544-f948-4d27-abfe-3f8f65a59711} <Debug> TCPHandler: Processed in 0.005023398 sec.
6522 2025.03.21 18:44:28.133982 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6523 2025.03.21 18:44:28.134092 [ 267 ] {beef6b95-745a-4d55-a745-c6293f8b77f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6524 2025.03.21 18:44:28.134139 [ 267 ] {beef6b95-745a-4d55-a745-c6293f8b77f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6525 2025.03.21 18:44:28.134730 [ 267 ] {beef6b95-745a-4d55-a745-c6293f8b77f5} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6526 2025.03.21 18:44:28.134770 [ 267 ] {beef6b95-745a-4d55-a745-c6293f8b77f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6527 2025.03.21 18:44:28.135126 [ 267 ] {beef6b95-745a-4d55-a745-c6293f8b77f5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6528 2025.03.21 18:44:28.135373 [ 267 ] {beef6b95-745a-4d55-a745-c6293f8b77f5} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6529 2025.03.21 18:44:28.135573 [ 267 ] {beef6b95-745a-4d55-a745-c6293f8b77f5} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001506 sec., 91633.46613545818 rows/sec., 5.70 MiB/sec.
6530 2025.03.21 18:44:28.135626 [ 267 ] {beef6b95-745a-4d55-a745-c6293f8b77f5} <Debug> TCPHandler: Processed in 0.00169538 sec.
6531 2025.03.21 18:44:28.135754 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6532 2025.03.21 18:44:28.135889 [ 267 ] {1ebbde33-8251-437a-b768-6669a65c38b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6533 2025.03.21 18:44:28.135944 [ 267 ] {1ebbde33-8251-437a-b768-6669a65c38b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6534 2025.03.21 18:44:28.136610 [ 267 ] {1ebbde33-8251-437a-b768-6669a65c38b8} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6535 2025.03.21 18:44:28.136659 [ 267 ] {1ebbde33-8251-437a-b768-6669a65c38b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6536 2025.03.21 18:44:28.137031 [ 267 ] {1ebbde33-8251-437a-b768-6669a65c38b8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6537 2025.03.21 18:44:28.137285 [ 267 ] {1ebbde33-8251-437a-b768-6669a65c38b8} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6538 2025.03.21 18:44:28.137526 [ 267 ] {1ebbde33-8251-437a-b768-6669a65c38b8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001655 sec., 68277.94561933535 rows/sec., 4.42 MiB/sec.
6539 2025.03.21 18:44:28.137707 [ 267 ] {1ebbde33-8251-437a-b768-6669a65c38b8} <Debug> TCPHandler: Processed in 0.002014175 sec.
6540 2025.03.21 18:44:28.137919 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6541 2025.03.21 18:44:28.138025 [ 267 ] {9c4a68cf-22a0-4b79-b6ad-f58e270fd9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6542 2025.03.21 18:44:28.138072 [ 267 ] {9c4a68cf-22a0-4b79-b6ad-f58e270fd9c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6543 2025.03.21 18:44:28.138643 [ 267 ] {9c4a68cf-22a0-4b79-b6ad-f58e270fd9c2} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6544 2025.03.21 18:44:28.138681 [ 267 ] {9c4a68cf-22a0-4b79-b6ad-f58e270fd9c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6545 2025.03.21 18:44:28.139014 [ 267 ] {9c4a68cf-22a0-4b79-b6ad-f58e270fd9c2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6546 2025.03.21 18:44:28.139241 [ 267 ] {9c4a68cf-22a0-4b79-b6ad-f58e270fd9c2} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6547 2025.03.21 18:44:28.139382 [ 102 ] {} <Debug> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
6548 2025.03.21 18:44:28.139498 [ 102 ] {} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6549 2025.03.21 18:44:28.139533 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6550 2025.03.21 18:44:28.139539 [ 267 ] {9c4a68cf-22a0-4b79-b6ad-f58e270fd9c2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001523 sec., 73539.06762967826 rows/sec., 4.19 MiB/sec.
6551 2025.03.21 18:44:28.139694 [ 267 ] {9c4a68cf-22a0-4b79-b6ad-f58e270fd9c2} <Debug> TCPHandler: Processed in 0.001841462 sec.
6552 2025.03.21 18:44:28.139715 [ 200 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::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
6553 2025.03.21 18:44:28.139807 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6554 2025.03.21 18:44:28.139846 [ 200 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6555 2025.03.21 18:44:28.139888 [ 200 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 112 rows starting from the beginning of the part
6556 2025.03.21 18:44:28.139935 [ 267 ] {3d5e7b9b-0e7f-47fd-b4fa-f7c984cbcb18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6557 2025.03.21 18:44:28.140085 [ 267 ] {3d5e7b9b-0e7f-47fd-b4fa-f7c984cbcb18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6558 2025.03.21 18:44:28.140094 [ 200 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part
6559 2025.03.21 18:44:28.140521 [ 200 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 112 rows starting from the beginning of the part
6560 2025.03.21 18:44:28.140881 [ 200 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part
6561 2025.03.21 18:44:28.141254 [ 200 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 112 rows starting from the beginning of the part
6562 2025.03.21 18:44:28.142437 [ 267 ] {3d5e7b9b-0e7f-47fd-b4fa-f7c984cbcb18} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6563 2025.03.21 18:44:28.142486 [ 267 ] {3d5e7b9b-0e7f-47fd-b4fa-f7c984cbcb18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6564 2025.03.21 18:44:28.142929 [ 193 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003300918 sec., 169649.7762137684 rows/sec., 10.31 MiB/sec.
6565 2025.03.21 18:44:28.143078 [ 267 ] {3d5e7b9b-0e7f-47fd-b4fa-f7c984cbcb18} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6566 2025.03.21 18:44:28.143228 [ 193 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
6567 2025.03.21 18:44:28.143484 [ 267 ] {3d5e7b9b-0e7f-47fd-b4fa-f7c984cbcb18} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6568 2025.03.21 18:44:28.143898 [ 267 ] {3d5e7b9b-0e7f-47fd-b4fa-f7c984cbcb18} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.003974 sec., 104177.15148465023 rows/sec., 7.41 MiB/sec.
6569 2025.03.21 18:44:28.143922 [ 193 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_17_4} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6570 2025.03.21 18:44:28.144056 [ 267 ] {3d5e7b9b-0e7f-47fd-b4fa-f7c984cbcb18} <Debug> TCPHandler: Processed in 0.004303305 sec.
6571 2025.03.21 18:44:28.144168 [ 193 ] {f2f1152e-1157-43b1-b21d-ee3b814d9cca::all_1_17_4} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
6572 2025.03.21 18:44:28.144229 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6573 2025.03.21 18:44:28.144319 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
6574 2025.03.21 18:44:28.144404 [ 267 ] {7fb62473-b4de-417b-b273-29e4a586f834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6575 2025.03.21 18:44:28.144457 [ 267 ] {7fb62473-b4de-417b-b273-29e4a586f834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6576 2025.03.21 18:44:28.144914 [ 267 ] {7fb62473-b4de-417b-b273-29e4a586f834} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6577 2025.03.21 18:44:28.144952 [ 267 ] {7fb62473-b4de-417b-b273-29e4a586f834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6578 2025.03.21 18:44:28.145312 [ 267 ] {7fb62473-b4de-417b-b273-29e4a586f834} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6579 2025.03.21 18:44:28.145556 [ 267 ] {7fb62473-b4de-417b-b273-29e4a586f834} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6580 2025.03.21 18:44:28.145763 [ 267 ] {7fb62473-b4de-417b-b273-29e4a586f834} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001389 sec., 4319.654427645788 rows/sec., 225.69 KiB/sec.
6581 2025.03.21 18:44:28.145814 [ 267 ] {7fb62473-b4de-417b-b273-29e4a586f834} <Debug> TCPHandler: Processed in 0.00165673 sec.
6582 2025.03.21 18:44:28.145936 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6583 2025.03.21 18:44:28.146041 [ 267 ] {cd7716d7-d926-4546-bfc0-d7090c689541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6584 2025.03.21 18:44:28.146089 [ 267 ] {cd7716d7-d926-4546-bfc0-d7090c689541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6585 2025.03.21 18:44:28.146617 [ 267 ] {cd7716d7-d926-4546-bfc0-d7090c689541} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6586 2025.03.21 18:44:28.146655 [ 267 ] {cd7716d7-d926-4546-bfc0-d7090c689541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6587 2025.03.21 18:44:28.147038 [ 267 ] {cd7716d7-d926-4546-bfc0-d7090c689541} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6588 2025.03.21 18:44:28.147281 [ 267 ] {cd7716d7-d926-4546-bfc0-d7090c689541} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6589 2025.03.21 18:44:28.147489 [ 267 ] {cd7716d7-d926-4546-bfc0-d7090c689541} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001471 sec., 161114.8878314072 rows/sec., 10.80 MiB/sec.
6590 2025.03.21 18:44:28.147541 [ 267 ] {cd7716d7-d926-4546-bfc0-d7090c689541} <Debug> TCPHandler: Processed in 0.001654699 sec.
6591 2025.03.21 18:44:28.147644 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6592 2025.03.21 18:44:28.147746 [ 267 ] {4af54e05-aa14-45da-a08e-3c42659e5191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6593 2025.03.21 18:44:28.147793 [ 267 ] {4af54e05-aa14-45da-a08e-3c42659e5191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6594 2025.03.21 18:44:28.148200 [ 267 ] {4af54e05-aa14-45da-a08e-3c42659e5191} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6595 2025.03.21 18:44:28.148238 [ 267 ] {4af54e05-aa14-45da-a08e-3c42659e5191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6596 2025.03.21 18:44:28.148580 [ 267 ] {4af54e05-aa14-45da-a08e-3c42659e5191} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6597 2025.03.21 18:44:28.148816 [ 267 ] {4af54e05-aa14-45da-a08e-3c42659e5191} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6598 2025.03.21 18:44:28.149012 [ 267 ] {4af54e05-aa14-45da-a08e-3c42659e5191} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001287 sec., 777.000777000777 rows/sec., 52.36 KiB/sec.
6599 2025.03.21 18:44:28.149060 [ 267 ] {4af54e05-aa14-45da-a08e-3c42659e5191} <Debug> TCPHandler: Processed in 0.001467816 sec.
6600 2025.03.21 18:44:28.149182 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6601 2025.03.21 18:44:28.149285 [ 267 ] {00832ec1-945c-4c21-9b1f-380e7f608419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6602 2025.03.21 18:44:28.149351 [ 267 ] {00832ec1-945c-4c21-9b1f-380e7f608419} <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
6603 2025.03.21 18:44:28.150432 [ 267 ] {00832ec1-945c-4c21-9b1f-380e7f608419} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6604 2025.03.21 18:44:28.150472 [ 267 ] {00832ec1-945c-4c21-9b1f-380e7f608419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6605 2025.03.21 18:44:28.151101 [ 267 ] {00832ec1-945c-4c21-9b1f-380e7f608419} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6606 2025.03.21 18:44:28.151362 [ 267 ] {00832ec1-945c-4c21-9b1f-380e7f608419} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6607 2025.03.21 18:44:28.151598 [ 267 ] {00832ec1-945c-4c21-9b1f-380e7f608419} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002334 sec., 13710.368466152528 rows/sec., 24.57 MiB/sec.
6608 2025.03.21 18:44:28.151699 [ 267 ] {00832ec1-945c-4c21-9b1f-380e7f608419} <Debug> TCPHandler: Processed in 0.002567115 sec.
6609 2025.03.21 18:44:28.151826 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6610 2025.03.21 18:44:28.151930 [ 267 ] {99adffe2-e2f4-4d4c-95ab-83322b392438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6611 2025.03.21 18:44:28.151976 [ 267 ] {99adffe2-e2f4-4d4c-95ab-83322b392438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6612 2025.03.21 18:44:28.152398 [ 267 ] {99adffe2-e2f4-4d4c-95ab-83322b392438} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6613 2025.03.21 18:44:28.152435 [ 267 ] {99adffe2-e2f4-4d4c-95ab-83322b392438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6614 2025.03.21 18:44:28.152801 [ 267 ] {99adffe2-e2f4-4d4c-95ab-83322b392438} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6615 2025.03.21 18:44:28.153042 [ 267 ] {99adffe2-e2f4-4d4c-95ab-83322b392438} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6616 2025.03.21 18:44:28.153252 [ 267 ] {99adffe2-e2f4-4d4c-95ab-83322b392438} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001344 sec., 61011.90476190476 rows/sec., 3.88 MiB/sec.
6617 2025.03.21 18:44:28.153301 [ 267 ] {99adffe2-e2f4-4d4c-95ab-83322b392438} <Debug> TCPHandler: Processed in 0.001524827 sec.
6618 2025.03.21 18:44:28.446794 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
6619 2025.03.21 18:44:28.470486 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6620 2025.03.21 18:44:28.470559 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6621 2025.03.21 18:44:28.478120 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6622 2025.03.21 18:44:28.478915 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6623 2025.03.21 18:44:28.482161 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
6624 2025.03.21 18:44:31.448741 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6625 2025.03.21 18:44:31.448994 [ 267 ] {351c5a39-669c-47b1-814e-0d74abbc52b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6626 2025.03.21 18:44:31.449077 [ 267 ] {351c5a39-669c-47b1-814e-0d74abbc52b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6627 2025.03.21 18:44:31.450622 [ 267 ] {351c5a39-669c-47b1-814e-0d74abbc52b0} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6628 2025.03.21 18:44:31.450672 [ 267 ] {351c5a39-669c-47b1-814e-0d74abbc52b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6629 2025.03.21 18:44:31.451188 [ 267 ] {351c5a39-669c-47b1-814e-0d74abbc52b0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6630 2025.03.21 18:44:31.451455 [ 267 ] {351c5a39-669c-47b1-814e-0d74abbc52b0} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6631 2025.03.21 18:44:31.451697 [ 267 ] {351c5a39-669c-47b1-814e-0d74abbc52b0} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.002766 sec., 438177.874186551 rows/sec., 36.21 MiB/sec.
6632 2025.03.21 18:44:31.451763 [ 267 ] {351c5a39-669c-47b1-814e-0d74abbc52b0} <Debug> TCPHandler: Processed in 0.003160306 sec.
6633 2025.03.21 18:44:31.451888 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6634 2025.03.21 18:44:31.452001 [ 267 ] {8b219978-632f-4b6e-acc1-459f9334c188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6635 2025.03.21 18:44:31.452050 [ 267 ] {8b219978-632f-4b6e-acc1-459f9334c188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6636 2025.03.21 18:44:31.452605 [ 267 ] {8b219978-632f-4b6e-acc1-459f9334c188} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6637 2025.03.21 18:44:31.452646 [ 267 ] {8b219978-632f-4b6e-acc1-459f9334c188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6638 2025.03.21 18:44:31.452998 [ 267 ] {8b219978-632f-4b6e-acc1-459f9334c188} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6639 2025.03.21 18:44:31.453242 [ 267 ] {8b219978-632f-4b6e-acc1-459f9334c188} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6640 2025.03.21 18:44:31.453454 [ 267 ] {8b219978-632f-4b6e-acc1-459f9334c188} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001479 sec., 5409.060175794455 rows/sec., 406.74 KiB/sec.
6641 2025.03.21 18:44:31.453507 [ 267 ] {8b219978-632f-4b6e-acc1-459f9334c188} <Debug> TCPHandler: Processed in 0.00167145 sec.
6642 2025.03.21 18:44:31.453636 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6643 2025.03.21 18:44:31.453743 [ 267 ] {d82e4752-b066-4378-a822-284c5b4b40f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6644 2025.03.21 18:44:31.453787 [ 267 ] {d82e4752-b066-4378-a822-284c5b4b40f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6645 2025.03.21 18:44:31.454394 [ 267 ] {d82e4752-b066-4378-a822-284c5b4b40f3} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6646 2025.03.21 18:44:31.454434 [ 267 ] {d82e4752-b066-4378-a822-284c5b4b40f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6647 2025.03.21 18:44:31.454795 [ 267 ] {d82e4752-b066-4378-a822-284c5b4b40f3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6648 2025.03.21 18:44:31.455052 [ 267 ] {d82e4752-b066-4378-a822-284c5b4b40f3} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6649 2025.03.21 18:44:31.455257 [ 267 ] {d82e4752-b066-4378-a822-284c5b4b40f3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001537 sec., 148340.92387768382 rows/sec., 10.04 MiB/sec.
6650 2025.03.21 18:44:31.455308 [ 267 ] {d82e4752-b066-4378-a822-284c5b4b40f3} <Debug> TCPHandler: Processed in 0.00172248 sec.
6651 2025.03.21 18:44:31.455430 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6652 2025.03.21 18:44:31.455535 [ 267 ] {81c664b8-7c08-4095-ade2-f94ea04a84d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6653 2025.03.21 18:44:31.455580 [ 267 ] {81c664b8-7c08-4095-ade2-f94ea04a84d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6654 2025.03.21 18:44:31.456296 [ 267 ] {81c664b8-7c08-4095-ade2-f94ea04a84d2} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6655 2025.03.21 18:44:31.456336 [ 267 ] {81c664b8-7c08-4095-ade2-f94ea04a84d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6656 2025.03.21 18:44:31.456708 [ 267 ] {81c664b8-7c08-4095-ade2-f94ea04a84d2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6657 2025.03.21 18:44:31.456952 [ 267 ] {81c664b8-7c08-4095-ade2-f94ea04a84d2} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6658 2025.03.21 18:44:31.457157 [ 267 ] {81c664b8-7c08-4095-ade2-f94ea04a84d2} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.001644 sec., 321167.8832116788 rows/sec., 23.79 MiB/sec.
6659 2025.03.21 18:44:31.457209 [ 267 ] {81c664b8-7c08-4095-ade2-f94ea04a84d2} <Debug> TCPHandler: Processed in 0.001828262 sec.
6660 2025.03.21 18:44:31.457321 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6661 2025.03.21 18:44:31.457427 [ 267 ] {3d311ea2-596e-4bbe-9f2d-6fddc17da4a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6662 2025.03.21 18:44:31.457475 [ 267 ] {3d311ea2-596e-4bbe-9f2d-6fddc17da4a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6663 2025.03.21 18:44:31.458204 [ 267 ] {3d311ea2-596e-4bbe-9f2d-6fddc17da4a6} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6664 2025.03.21 18:44:31.458243 [ 267 ] {3d311ea2-596e-4bbe-9f2d-6fddc17da4a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6665 2025.03.21 18:44:31.458679 [ 267 ] {3d311ea2-596e-4bbe-9f2d-6fddc17da4a6} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6666 2025.03.21 18:44:31.458922 [ 267 ] {3d311ea2-596e-4bbe-9f2d-6fddc17da4a6} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6667 2025.03.21 18:44:31.459128 [ 267 ] {3d311ea2-596e-4bbe-9f2d-6fddc17da4a6} <Debug> executeQuery: Read 964 rows, 66.25 KiB in 0.001724 sec., 559164.7331786542 rows/sec., 37.53 MiB/sec.
6668 2025.03.21 18:44:31.459179 [ 267 ] {3d311ea2-596e-4bbe-9f2d-6fddc17da4a6} <Debug> TCPHandler: Processed in 0.001907453 sec.
6669 2025.03.21 18:44:31.459282 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6670 2025.03.21 18:44:31.459384 [ 267 ] {7f73c238-79f0-4152-aff6-eb92a1c17135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6671 2025.03.21 18:44:31.459449 [ 267 ] {7f73c238-79f0-4152-aff6-eb92a1c17135} <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
6672 2025.03.21 18:44:31.460482 [ 267 ] {7f73c238-79f0-4152-aff6-eb92a1c17135} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6673 2025.03.21 18:44:31.460522 [ 267 ] {7f73c238-79f0-4152-aff6-eb92a1c17135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6674 2025.03.21 18:44:31.461111 [ 267 ] {7f73c238-79f0-4152-aff6-eb92a1c17135} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6675 2025.03.21 18:44:31.461382 [ 267 ] {7f73c238-79f0-4152-aff6-eb92a1c17135} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6676 2025.03.21 18:44:31.461624 [ 267 ] {7f73c238-79f0-4152-aff6-eb92a1c17135} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002271 sec., 3522.6772346983707 rows/sec., 6.31 MiB/sec.
6677 2025.03.21 18:44:31.461718 [ 267 ] {7f73c238-79f0-4152-aff6-eb92a1c17135} <Debug> TCPHandler: Processed in 0.002499694 sec.
6678 2025.03.21 18:44:31.461848 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6679 2025.03.21 18:44:31.461947 [ 267 ] {f570c09c-4a8a-4c4e-8c9c-912dd19c9899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6680 2025.03.21 18:44:31.461989 [ 267 ] {f570c09c-4a8a-4c4e-8c9c-912dd19c9899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6681 2025.03.21 18:44:31.462416 [ 267 ] {f570c09c-4a8a-4c4e-8c9c-912dd19c9899} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6682 2025.03.21 18:44:31.462524 [ 267 ] {f570c09c-4a8a-4c4e-8c9c-912dd19c9899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6683 2025.03.21 18:44:31.462875 [ 267 ] {f570c09c-4a8a-4c4e-8c9c-912dd19c9899} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6684 2025.03.21 18:44:31.463115 [ 267 ] {f570c09c-4a8a-4c4e-8c9c-912dd19c9899} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6685 2025.03.21 18:44:31.463312 [ 267 ] {f570c09c-4a8a-4c4e-8c9c-912dd19c9899} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001356 sec., 32448.377581120945 rows/sec., 2.18 MiB/sec.
6686 2025.03.21 18:44:31.463361 [ 267 ] {f570c09c-4a8a-4c4e-8c9c-912dd19c9899} <Debug> TCPHandler: Processed in 0.001539357 sec.
6687 2025.03.21 18:44:32.524695 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 938
6688 2025.03.21 18:44:32.528057 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6689 2025.03.21 18:44:32.528114 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6690 2025.03.21 18:44:32.529608 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6691 2025.03.21 18:44:32.529933 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6692 2025.03.21 18:44:32.531151 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 938
6693 2025.03.21 18:44:33.112768 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6694 2025.03.21 18:44:33.112957 [ 267 ] {92a91104-cb96-4881-8793-c200ea769928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6695 2025.03.21 18:44:33.113030 [ 267 ] {92a91104-cb96-4881-8793-c200ea769928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6696 2025.03.21 18:44:33.113831 [ 267 ] {92a91104-cb96-4881-8793-c200ea769928} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6697 2025.03.21 18:44:33.113876 [ 267 ] {92a91104-cb96-4881-8793-c200ea769928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6698 2025.03.21 18:44:33.114315 [ 267 ] {92a91104-cb96-4881-8793-c200ea769928} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6699 2025.03.21 18:44:33.114586 [ 267 ] {92a91104-cb96-4881-8793-c200ea769928} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6700 2025.03.21 18:44:33.114787 [ 267 ] {92a91104-cb96-4881-8793-c200ea769928} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001883 sec., 29739.776951672862 rows/sec., 2.28 MiB/sec.
6701 2025.03.21 18:44:33.114853 [ 267 ] {92a91104-cb96-4881-8793-c200ea769928} <Debug> TCPHandler: Processed in 0.002217319 sec.
6702 2025.03.21 18:44:33.114986 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6703 2025.03.21 18:44:33.115101 [ 267 ] {517629ab-d6da-4bb8-a638-dfa0b0f37bff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6704 2025.03.21 18:44:33.115151 [ 267 ] {517629ab-d6da-4bb8-a638-dfa0b0f37bff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6705 2025.03.21 18:44:33.115724 [ 267 ] {517629ab-d6da-4bb8-a638-dfa0b0f37bff} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6706 2025.03.21 18:44:33.115764 [ 267 ] {517629ab-d6da-4bb8-a638-dfa0b0f37bff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6707 2025.03.21 18:44:33.116134 [ 267 ] {517629ab-d6da-4bb8-a638-dfa0b0f37bff} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6708 2025.03.21 18:44:33.116397 [ 267 ] {517629ab-d6da-4bb8-a638-dfa0b0f37bff} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6709 2025.03.21 18:44:33.116577 [ 267 ] {517629ab-d6da-4bb8-a638-dfa0b0f37bff} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001504 sec., 42553.19148936171 rows/sec., 3.32 MiB/sec.
6710 2025.03.21 18:44:33.116631 [ 267 ] {517629ab-d6da-4bb8-a638-dfa0b0f37bff} <Debug> TCPHandler: Processed in 0.00169935 sec.
6711 2025.03.21 18:44:33.116751 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6712 2025.03.21 18:44:33.116861 [ 267 ] {5d3da0e3-8378-4ee2-9b43-ad0e3ec88beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6713 2025.03.21 18:44:33.116913 [ 267 ] {5d3da0e3-8378-4ee2-9b43-ad0e3ec88beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6714 2025.03.21 18:44:33.117414 [ 267 ] {5d3da0e3-8378-4ee2-9b43-ad0e3ec88beb} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6715 2025.03.21 18:44:33.117452 [ 267 ] {5d3da0e3-8378-4ee2-9b43-ad0e3ec88beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6716 2025.03.21 18:44:33.117832 [ 267 ] {5d3da0e3-8378-4ee2-9b43-ad0e3ec88beb} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6717 2025.03.21 18:44:33.118077 [ 267 ] {5d3da0e3-8378-4ee2-9b43-ad0e3ec88beb} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6718 2025.03.21 18:44:33.118251 [ 267 ] {5d3da0e3-8378-4ee2-9b43-ad0e3ec88beb} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001416 sec., 29661.016949152545 rows/sec., 2.06 MiB/sec.
6719 2025.03.21 18:44:33.118303 [ 267 ] {5d3da0e3-8378-4ee2-9b43-ad0e3ec88beb} <Debug> TCPHandler: Processed in 0.001603328 sec.
6720 2025.03.21 18:44:33.118408 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6721 2025.03.21 18:44:33.118513 [ 267 ] {ca71f227-cd5e-4c4a-a908-0db3529dedbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6722 2025.03.21 18:44:33.118561 [ 267 ] {ca71f227-cd5e-4c4a-a908-0db3529dedbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6723 2025.03.21 18:44:33.118981 [ 267 ] {ca71f227-cd5e-4c4a-a908-0db3529dedbf} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6724 2025.03.21 18:44:33.119020 [ 267 ] {ca71f227-cd5e-4c4a-a908-0db3529dedbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6725 2025.03.21 18:44:33.119373 [ 267 ] {ca71f227-cd5e-4c4a-a908-0db3529dedbf} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6726 2025.03.21 18:44:33.119628 [ 267 ] {ca71f227-cd5e-4c4a-a908-0db3529dedbf} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6727 2025.03.21 18:44:33.119802 [ 267 ] {ca71f227-cd5e-4c4a-a908-0db3529dedbf} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001312 sec., 12195.121951219511 rows/sec., 845.56 KiB/sec.
6728 2025.03.21 18:44:33.119850 [ 267 ] {ca71f227-cd5e-4c4a-a908-0db3529dedbf} <Debug> TCPHandler: Processed in 0.001491576 sec.
6729 2025.03.21 18:44:34.960946 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213
6730 2025.03.21 18:44:34.962004 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6731 2025.03.21 18:44:34.962052 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6732 2025.03.21 18:44:34.962616 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6733 2025.03.21 18:44:34.962910 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6734 2025.03.21 18:44:34.963126 [ 48 ] {} <Debug> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6735 2025.03.21 18:44:34.963159 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213
6736 2025.03.21 18:44:34.963216 [ 48 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6737 2025.03.21 18:44:34.963248 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6738 2025.03.21 18:44:34.963364 [ 195 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
6739 2025.03.21 18:44:34.963462 [ 195 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6740 2025.03.21 18:44:34.963495 [ 195 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::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
6741 2025.03.21 18:44:34.963563 [ 195 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part
6742 2025.03.21 18:44:34.963761 [ 195 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part
6743 2025.03.21 18:44:34.964022 [ 195 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part
6744 2025.03.21 18:44:34.964226 [ 195 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part
6745 2025.03.21 18:44:34.964288 [ 195 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part
6746 2025.03.21 18:44:34.966596 [ 197 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003274757 sec., 4340169.362184736 rows/sec., 62.09 MiB/sec.
6747 2025.03.21 18:44:34.967080 [ 194 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6748 2025.03.21 18:44:34.967437 [ 194 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_31_6} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6749 2025.03.21 18:44:34.967540 [ 194 ] {253f5c70-e022-4d90-b8fd-77ae60dab28a::all_1_31_6} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6750 2025.03.21 18:44:34.967663 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
6751 2025.03.21 18:44:35.982291 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6752 2025.03.21 18:44:36.004405 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6753 2025.03.21 18:44:36.004459 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6754 2025.03.21 18:44:36.012335 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6755 2025.03.21 18:44:36.013131 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6756 2025.03.21 18:44:36.013428 [ 60 ] {} <Debug> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6757 2025.03.21 18:44:36.013488 [ 60 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6758 2025.03.21 18:44:36.013529 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6759 2025.03.21 18:44:36.013963 [ 201 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
6760 2025.03.21 18:44:36.029008 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6761 2025.03.21 18:44:36.030670 [ 201 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6762 2025.03.21 18:44:36.031868 [ 201 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
6763 2025.03.21 18:44:36.037153 [ 201 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
6764 2025.03.21 18:44:36.042594 [ 201 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part
6765 2025.03.21 18:44:36.049208 [ 201 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part
6766 2025.03.21 18:44:36.055100 [ 201 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
6767 2025.03.21 18:44:36.059761 [ 201 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::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
6768 2025.03.21 18:44:36.118369 [ 188 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.104708511 sec., 2234.775356513283 rows/sec., 11.56 MiB/sec.
6769 2025.03.21 18:44:36.121293 [ 188 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6770 2025.03.21 18:44:36.124264 [ 188 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_31_6} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6771 2025.03.21 18:44:36.124359 [ 188 ] {379d34fc-d09a-47b3-9f86-264f444bcceb::all_1_31_6} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6772 2025.03.21 18:44:36.126792 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
6773 2025.03.21 18:44:37.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.05 MiB, peak 211.60 MiB, free memory in arenas 0.00 B, will set to 203.21 MiB (RSS), difference: 2.16 MiB
6774 2025.03.21 18:44:38.126221 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6775 2025.03.21 18:44:38.126437 [ 267 ] {a756c7bf-842f-4bf5-aebe-fa164026f885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6776 2025.03.21 18:44:38.126519 [ 267 ] {a756c7bf-842f-4bf5-aebe-fa164026f885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6777 2025.03.21 18:44:38.127449 [ 267 ] {a756c7bf-842f-4bf5-aebe-fa164026f885} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6778 2025.03.21 18:44:38.127501 [ 267 ] {a756c7bf-842f-4bf5-aebe-fa164026f885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6779 2025.03.21 18:44:38.128153 [ 267 ] {a756c7bf-842f-4bf5-aebe-fa164026f885} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6780 2025.03.21 18:44:38.128454 [ 267 ] {a756c7bf-842f-4bf5-aebe-fa164026f885} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6781 2025.03.21 18:44:38.128712 [ 267 ] {a756c7bf-842f-4bf5-aebe-fa164026f885} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002334 sec., 90831.19108826049 rows/sec., 5.78 MiB/sec.
6782 2025.03.21 18:44:38.128784 [ 267 ] {a756c7bf-842f-4bf5-aebe-fa164026f885} <Debug> TCPHandler: Processed in 0.002707537 sec.
6783 2025.03.21 18:44:38.128920 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6784 2025.03.21 18:44:38.129038 [ 267 ] {d7fbcdd6-3ff1-42d3-984e-e083d1ed595c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6785 2025.03.21 18:44:38.129089 [ 267 ] {d7fbcdd6-3ff1-42d3-984e-e083d1ed595c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6786 2025.03.21 18:44:38.129988 [ 267 ] {d7fbcdd6-3ff1-42d3-984e-e083d1ed595c} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6787 2025.03.21 18:44:38.130030 [ 267 ] {d7fbcdd6-3ff1-42d3-984e-e083d1ed595c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6788 2025.03.21 18:44:38.130442 [ 267 ] {d7fbcdd6-3ff1-42d3-984e-e083d1ed595c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6789 2025.03.21 18:44:38.130683 [ 267 ] {d7fbcdd6-3ff1-42d3-984e-e083d1ed595c} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6790 2025.03.21 18:44:38.130877 [ 122 ] {} <Debug> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6791 2025.03.21 18:44:38.130941 [ 267 ] {d7fbcdd6-3ff1-42d3-984e-e083d1ed595c} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.001925 sec., 353766.2337662338 rows/sec., 28.12 MiB/sec.
6792 2025.03.21 18:44:38.130971 [ 122 ] {} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6793 2025.03.21 18:44:38.131044 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6794 2025.03.21 18:44:38.131059 [ 267 ] {d7fbcdd6-3ff1-42d3-984e-e083d1ed595c} <Debug> TCPHandler: Processed in 0.002190378 sec.
6795 2025.03.21 18:44:38.131375 [ 186 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
6796 2025.03.21 18:44:38.131387 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6797 2025.03.21 18:44:38.131910 [ 267 ] {a8499992-44c0-46fd-ac4b-40df9c2dae8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6798 2025.03.21 18:44:38.131994 [ 186 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6799 2025.03.21 18:44:38.132155 [ 267 ] {a8499992-44c0-46fd-ac4b-40df9c2dae8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6800 2025.03.21 18:44:38.132161 [ 186 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1846 rows starting from the beginning of the part
6801 2025.03.21 18:44:38.132609 [ 186 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 72 rows starting from the beginning of the part
6802 2025.03.21 18:44:38.132892 [ 186 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 681 rows starting from the beginning of the part
6803 2025.03.21 18:44:38.133240 [ 186 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1212 rows starting from the beginning of the part
6804 2025.03.21 18:44:38.133646 [ 186 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::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
6805 2025.03.21 18:44:38.134047 [ 186 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 681 rows starting from the beginning of the part
6806 2025.03.21 18:44:38.135173 [ 267 ] {a8499992-44c0-46fd-ac4b-40df9c2dae8e} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6807 2025.03.21 18:44:38.135238 [ 267 ] {a8499992-44c0-46fd-ac4b-40df9c2dae8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6808 2025.03.21 18:44:38.136195 [ 267 ] {a8499992-44c0-46fd-ac4b-40df9c2dae8e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6809 2025.03.21 18:44:38.136729 [ 267 ] {a8499992-44c0-46fd-ac4b-40df9c2dae8e} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6810 2025.03.21 18:44:38.136922 [ 122 ] {} <Debug> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6811 2025.03.21 18:44:38.136989 [ 122 ] {} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6812 2025.03.21 18:44:38.137026 [ 267 ] {a8499992-44c0-46fd-ac4b-40df9c2dae8e} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.005326 sec., 25910.627112279384 rows/sec., 1.61 MiB/sec.
6813 2025.03.21 18:44:38.137033 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6814 2025.03.21 18:44:38.137229 [ 267 ] {a8499992-44c0-46fd-ac4b-40df9c2dae8e} <Debug> TCPHandler: Processed in 0.005980415 sec.
6815 2025.03.21 18:44:38.137399 [ 191 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
6816 2025.03.21 18:44:38.137437 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6817 2025.03.21 18:44:38.137893 [ 191 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6818 2025.03.21 18:44:38.137950 [ 267 ] {db82203e-ad85-4503-a87e-1a1e34b86a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6819 2025.03.21 18:44:38.138019 [ 191 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 164 rows starting from the beginning of the part
6820 2025.03.21 18:44:38.138378 [ 267 ] {db82203e-ad85-4503-a87e-1a1e34b86a77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6821 2025.03.21 18:44:38.138419 [ 187 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4548 rows, containing 5 columns (5 merged, 0 gathered) in 0.007247377 sec., 627537.3835251016 rows/sec., 53.33 MiB/sec.
6822 2025.03.21 18:44:38.138521 [ 191 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 144 rows starting from the beginning of the part
6823 2025.03.21 18:44:38.138942 [ 186 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6824 2025.03.21 18:44:38.138964 [ 191 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
6825 2025.03.21 18:44:38.139413 [ 191 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 138 rows starting from the beginning of the part
6826 2025.03.21 18:44:38.139809 [ 191 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::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
6827 2025.03.21 18:44:38.140275 [ 186 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_51_10} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6828 2025.03.21 18:44:38.140279 [ 191 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 138 rows starting from the beginning of the part
6829 2025.03.21 18:44:38.140688 [ 186 ] {3cc0c560-b9e5-47ef-88fa-c63b55708d98::all_1_51_10} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6830 2025.03.21 18:44:38.141076 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB.
6831 2025.03.21 18:44:38.142342 [ 267 ] {db82203e-ad85-4503-a87e-1a1e34b86a77} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6832 2025.03.21 18:44:38.142410 [ 267 ] {db82203e-ad85-4503-a87e-1a1e34b86a77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6833 2025.03.21 18:44:38.143288 [ 267 ] {db82203e-ad85-4503-a87e-1a1e34b86a77} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6834 2025.03.21 18:44:38.143617 [ 187 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 600 rows, containing 5 columns (5 merged, 0 gathered) in 0.006422213 sec., 93425.73969440129 rows/sec., 6.23 MiB/sec.
6835 2025.03.21 18:44:38.143805 [ 267 ] {db82203e-ad85-4503-a87e-1a1e34b86a77} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6836 2025.03.21 18:44:38.143906 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6837 2025.03.21 18:44:38.144246 [ 267 ] {db82203e-ad85-4503-a87e-1a1e34b86a77} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.006541 sec., 17275.645925699435 rows/sec., 1.12 MiB/sec.
6838 2025.03.21 18:44:38.144413 [ 267 ] {db82203e-ad85-4503-a87e-1a1e34b86a77} <Debug> TCPHandler: Processed in 0.007030944 sec.
6839 2025.03.21 18:44:38.144601 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6840 2025.03.21 18:44:38.144615 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_41_8} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6841 2025.03.21 18:44:38.144810 [ 267 ] {46843231-749f-4516-a427-7362d4ff6e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6842 2025.03.21 18:44:38.144867 [ 198 ] {8d5fe5b5-2060-44d2-9590-037bc5fae09b::all_1_41_8} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6843 2025.03.21 18:44:38.144889 [ 267 ] {46843231-749f-4516-a427-7362d4ff6e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6844 2025.03.21 18:44:38.145085 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
6845 2025.03.21 18:44:38.145636 [ 267 ] {46843231-749f-4516-a427-7362d4ff6e6e} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6846 2025.03.21 18:44:38.145679 [ 267 ] {46843231-749f-4516-a427-7362d4ff6e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6847 2025.03.21 18:44:38.146035 [ 267 ] {46843231-749f-4516-a427-7362d4ff6e6e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6848 2025.03.21 18:44:38.146269 [ 267 ] {46843231-749f-4516-a427-7362d4ff6e6e} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6849 2025.03.21 18:44:38.146475 [ 267 ] {46843231-749f-4516-a427-7362d4ff6e6e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001731 sec., 64702.48411322935 rows/sec., 3.69 MiB/sec.
6850 2025.03.21 18:44:38.146528 [ 267 ] {46843231-749f-4516-a427-7362d4ff6e6e} <Debug> TCPHandler: Processed in 0.002006865 sec.
6851 2025.03.21 18:44:38.146643 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6852 2025.03.21 18:44:38.146748 [ 267 ] {f82521c9-9290-476f-afff-cd70a5e00fb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6853 2025.03.21 18:44:38.146792 [ 267 ] {f82521c9-9290-476f-afff-cd70a5e00fb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6854 2025.03.21 18:44:38.147484 [ 267 ] {f82521c9-9290-476f-afff-cd70a5e00fb6} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6855 2025.03.21 18:44:38.147523 [ 267 ] {f82521c9-9290-476f-afff-cd70a5e00fb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6856 2025.03.21 18:44:38.147895 [ 267 ] {f82521c9-9290-476f-afff-cd70a5e00fb6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6857 2025.03.21 18:44:38.148131 [ 267 ] {f82521c9-9290-476f-afff-cd70a5e00fb6} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6858 2025.03.21 18:44:38.148294 [ 122 ] {} <Debug> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6859 2025.03.21 18:44:38.148351 [ 122 ] {} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6860 2025.03.21 18:44:38.148369 [ 267 ] {f82521c9-9290-476f-afff-cd70a5e00fb6} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001635 sec., 253211.00917431194 rows/sec., 18.01 MiB/sec.
6861 2025.03.21 18:44:38.148388 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6862 2025.03.21 18:44:38.148513 [ 267 ] {f82521c9-9290-476f-afff-cd70a5e00fb6} <Debug> TCPHandler: Processed in 0.001920454 sec.
6863 2025.03.21 18:44:38.148598 [ 192 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
6864 2025.03.21 18:44:38.148672 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6865 2025.03.21 18:44:38.148727 [ 192 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6866 2025.03.21 18:44:38.148773 [ 192 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part
6867 2025.03.21 18:44:38.148800 [ 267 ] {62780878-f10d-478f-94e1-531afab6a209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6868 2025.03.21 18:44:38.148915 [ 267 ] {62780878-f10d-478f-94e1-531afab6a209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6869 2025.03.21 18:44:38.149012 [ 192 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 72 rows starting from the beginning of the part
6870 2025.03.21 18:44:38.149425 [ 192 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 414 rows starting from the beginning of the part
6871 2025.03.21 18:44:38.149773 [ 192 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 528 rows starting from the beginning of the part
6872 2025.03.21 18:44:38.150147 [ 192 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::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
6873 2025.03.21 18:44:38.150480 [ 192 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 414 rows starting from the beginning of the part
6874 2025.03.21 18:44:38.151161 [ 267 ] {62780878-f10d-478f-94e1-531afab6a209} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6875 2025.03.21 18:44:38.151204 [ 267 ] {62780878-f10d-478f-94e1-531afab6a209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6876 2025.03.21 18:44:38.151733 [ 267 ] {62780878-f10d-478f-94e1-531afab6a209} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6877 2025.03.21 18:44:38.152046 [ 267 ] {62780878-f10d-478f-94e1-531afab6a209} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6878 2025.03.21 18:44:38.152276 [ 267 ] {62780878-f10d-478f-94e1-531afab6a209} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003505 sec., 1711.8402282453637 rows/sec., 89.44 KiB/sec.
6879 2025.03.21 18:44:38.152332 [ 267 ] {62780878-f10d-478f-94e1-531afab6a209} <Debug> TCPHandler: Processed in 0.003715406 sec.
6880 2025.03.21 18:44:38.152484 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6881 2025.03.21 18:44:38.152596 [ 198 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2406 rows, containing 5 columns (5 merged, 0 gathered) in 0.004070702 sec., 591052.8454305916 rows/sec., 45.25 MiB/sec.
6882 2025.03.21 18:44:38.152660 [ 267 ] {269e2552-cd4c-4307-a39e-25878412ed68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6883 2025.03.21 18:44:38.152732 [ 267 ] {269e2552-cd4c-4307-a39e-25878412ed68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6884 2025.03.21 18:44:38.152854 [ 198 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6885 2025.03.21 18:44:38.153411 [ 198 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_51_10} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6886 2025.03.21 18:44:38.153632 [ 198 ] {abf58eaf-bbce-47c3-97d3-15f1abe98526::all_1_51_10} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6887 2025.03.21 18:44:38.153828 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
6888 2025.03.21 18:44:38.153947 [ 267 ] {269e2552-cd4c-4307-a39e-25878412ed68} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6889 2025.03.21 18:44:38.153990 [ 267 ] {269e2552-cd4c-4307-a39e-25878412ed68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6890 2025.03.21 18:44:38.154384 [ 267 ] {269e2552-cd4c-4307-a39e-25878412ed68} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6891 2025.03.21 18:44:38.154618 [ 267 ] {269e2552-cd4c-4307-a39e-25878412ed68} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6892 2025.03.21 18:44:38.154783 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6893 2025.03.21 18:44:38.154840 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6894 2025.03.21 18:44:38.154869 [ 267 ] {269e2552-cd4c-4307-a39e-25878412ed68} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002238 sec., 105898.12332439679 rows/sec., 7.10 MiB/sec.
6895 2025.03.21 18:44:38.154879 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6896 2025.03.21 18:44:38.155057 [ 267 ] {269e2552-cd4c-4307-a39e-25878412ed68} <Debug> TCPHandler: Processed in 0.002634716 sec.
6897 2025.03.21 18:44:38.155275 [ 187 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
6898 2025.03.21 18:44:38.155486 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6899 2025.03.21 18:44:38.155795 [ 187 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6900 2025.03.21 18:44:38.155924 [ 187 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13751 rows starting from the beginning of the part
6901 2025.03.21 18:44:38.155988 [ 267 ] {24ca5975-474a-433d-b50b-dbe5e30ac687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6902 2025.03.21 18:44:38.156321 [ 187 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::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
6903 2025.03.21 18:44:38.156521 [ 267 ] {24ca5975-474a-433d-b50b-dbe5e30ac687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6904 2025.03.21 18:44:38.156643 [ 187 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part
6905 2025.03.21 18:44:38.156988 [ 187 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 964 rows starting from the beginning of the part
6906 2025.03.21 18:44:38.157270 [ 187 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 42 rows starting from the beginning of the part
6907 2025.03.21 18:44:38.157551 [ 187 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part
6908 2025.03.21 18:44:38.158921 [ 267 ] {24ca5975-474a-433d-b50b-dbe5e30ac687} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6909 2025.03.21 18:44:38.158968 [ 267 ] {24ca5975-474a-433d-b50b-dbe5e30ac687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6910 2025.03.21 18:44:38.159599 [ 267 ] {24ca5975-474a-433d-b50b-dbe5e30ac687} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6911 2025.03.21 18:44:38.160110 [ 267 ] {24ca5975-474a-433d-b50b-dbe5e30ac687} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6912 2025.03.21 18:44:38.160795 [ 267 ] {24ca5975-474a-433d-b50b-dbe5e30ac687} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004935 sec., 202.63424518743668 rows/sec., 13.65 KiB/sec.
6913 2025.03.21 18:44:38.161165 [ 267 ] {24ca5975-474a-433d-b50b-dbe5e30ac687} <Debug> TCPHandler: Processed in 0.005855953 sec.
6914 2025.03.21 18:44:38.161429 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6915 2025.03.21 18:44:38.161581 [ 267 ] {184d7fdb-3937-44f0-a570-026c93a653b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6916 2025.03.21 18:44:38.161668 [ 267 ] {184d7fdb-3937-44f0-a570-026c93a653b4} <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
6917 2025.03.21 18:44:38.163178 [ 267 ] {184d7fdb-3937-44f0-a570-026c93a653b4} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6918 2025.03.21 18:44:38.163217 [ 267 ] {184d7fdb-3937-44f0-a570-026c93a653b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6919 2025.03.21 18:44:38.164357 [ 187 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15391 rows, containing 5 columns (5 merged, 0 gathered) in 0.009346015 sec., 1646798.1273302045 rows/sec., 111.22 MiB/sec.
6920 2025.03.21 18:44:38.164481 [ 267 ] {184d7fdb-3937-44f0-a570-026c93a653b4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6921 2025.03.21 18:44:38.164819 [ 187 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6922 2025.03.21 18:44:38.164852 [ 267 ] {184d7fdb-3937-44f0-a570-026c93a653b4} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6923 2025.03.21 18:44:38.165164 [ 122 ] {} <Debug> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6924 2025.03.21 18:44:38.165277 [ 122 ] {} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6925 2025.03.21 18:44:38.165397 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6926 2025.03.21 18:44:38.165613 [ 187 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6927 2025.03.21 18:44:38.165648 [ 267 ] {184d7fdb-3937-44f0-a570-026c93a653b4} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.004033 sec., 7934.540044631787 rows/sec., 14.22 MiB/sec.
6928 2025.03.21 18:44:38.165846 [ 199 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
6929 2025.03.21 18:44:38.166006 [ 187 ] {ae45b45a-b62a-4d9b-948b-b386fabd81fd::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6930 2025.03.21 18:44:38.166307 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB.
6931 2025.03.21 18:44:38.166429 [ 267 ] {184d7fdb-3937-44f0-a570-026c93a653b4} <Debug> TCPHandler: Processed in 0.005078289 sec.
6932 2025.03.21 18:44:38.166710 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6933 2025.03.21 18:44:38.166782 [ 199 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6934 2025.03.21 18:44:38.166938 [ 267 ] {cd8f6e83-98b5-4155-9c67-8238415b993e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6935 2025.03.21 18:44:38.166957 [ 199 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 684 rows starting from the beginning of the part
6936 2025.03.21 18:44:38.167034 [ 267 ] {cd8f6e83-98b5-4155-9c67-8238415b993e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6937 2025.03.21 18:44:38.167840 [ 199 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part
6938 2025.03.21 18:44:38.168591 [ 199 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
6939 2025.03.21 18:44:38.169340 [ 267 ] {cd8f6e83-98b5-4155-9c67-8238415b993e} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6940 2025.03.21 18:44:38.169369 [ 199 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part
6941 2025.03.21 18:44:38.169415 [ 267 ] {cd8f6e83-98b5-4155-9c67-8238415b993e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6942 2025.03.21 18:44:38.169965 [ 199 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::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
6943 2025.03.21 18:44:38.170647 [ 199 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part
6944 2025.03.21 18:44:38.170900 [ 267 ] {cd8f6e83-98b5-4155-9c67-8238415b993e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6945 2025.03.21 18:44:38.171608 [ 267 ] {cd8f6e83-98b5-4155-9c67-8238415b993e} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6946 2025.03.21 18:44:38.171860 [ 104 ] {} <Debug> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6947 2025.03.21 18:44:38.171979 [ 104 ] {} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6948 2025.03.21 18:44:38.172043 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6949 2025.03.21 18:44:38.172084 [ 267 ] {cd8f6e83-98b5-4155-9c67-8238415b993e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005226 sec., 15690.776884806737 rows/sec., 1020.48 KiB/sec.
6950 2025.03.21 18:44:38.172552 [ 189 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
6951 2025.03.21 18:44:38.172555 [ 267 ] {cd8f6e83-98b5-4155-9c67-8238415b993e} <Debug> TCPHandler: Processed in 0.005919854 sec.
6952 2025.03.21 18:44:38.172990 [ 189 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6953 2025.03.21 18:44:38.173056 [ 189 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2590 rows starting from the beginning of the part
6954 2025.03.21 18:44:38.173194 [ 189 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
6955 2025.03.21 18:44:38.173328 [ 189 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part
6956 2025.03.21 18:44:38.173570 [ 189 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 44 rows starting from the beginning of the part
6957 2025.03.21 18:44:38.173790 [ 189 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::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
6958 2025.03.21 18:44:38.173992 [ 189 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part
6959 2025.03.21 18:44:38.177901 [ 189 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2874 rows, containing 4 columns (4 merged, 0 gathered) in 0.00569958 sec., 504247.68140810373 rows/sec., 32.95 MiB/sec.
6960 2025.03.21 18:44:38.178326 [ 189 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6961 2025.03.21 18:44:38.178900 [ 189 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_51_10} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6962 2025.03.21 18:44:38.178994 [ 189 ] {c7c9c81e-dc00-4970-9ce5-34da39abffbf::all_1_51_10} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6963 2025.03.21 18:44:38.179086 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
6964 2025.03.21 18:44:38.183926 [ 196 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 796 rows, containing 19 columns (19 merged, 0 gathered) in 0.018367283 sec., 43337.9286419227 rows/sec., 77.66 MiB/sec.
6965 2025.03.21 18:44:38.185071 [ 193 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6966 2025.03.21 18:44:38.185539 [ 193 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6967 2025.03.21 18:44:38.185630 [ 193 ] {e2f23082-f29d-4d29-b3a0-31acfc10d3e9::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6968 2025.03.21 18:44:38.185786 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.60 MiB.
6969 2025.03.21 18:44:39.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.20 MiB, peak 211.80 MiB, free memory in arenas 0.00 B, will set to 205.37 MiB (RSS), difference: 1.17 MiB
6970 2025.03.21 18:44:42.347264 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache
6971 2025.03.21 18:44:42.347325 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache
6972 2025.03.21 18:44:42.463399 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701
6973 2025.03.21 18:44:42.464574 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6974 2025.03.21 18:44:42.464655 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6975 2025.03.21 18:44:42.465179 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6976 2025.03.21 18:44:42.465428 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6977 2025.03.21 18:44:42.465689 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6978 2025.03.21 18:44:42.531499 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 968
6979 2025.03.21 18:44:42.534720 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6980 2025.03.21 18:44:42.534782 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6981 2025.03.21 18:44:42.536268 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6982 2025.03.21 18:44:42.536595 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6983 2025.03.21 18:44:42.537315 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 968
6984 2025.03.21 18:44:43.002145 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001582368 sec.
6985 2025.03.21 18:44:43.118406 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6986 2025.03.21 18:44:43.118613 [ 267 ] {3e13b732-9cc8-48b0-9cfa-50229394081e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6987 2025.03.21 18:44:43.118695 [ 267 ] {3e13b732-9cc8-48b0-9cfa-50229394081e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6988 2025.03.21 18:44:43.119526 [ 267 ] {3e13b732-9cc8-48b0-9cfa-50229394081e} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6989 2025.03.21 18:44:43.119570 [ 267 ] {3e13b732-9cc8-48b0-9cfa-50229394081e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6990 2025.03.21 18:44:43.120010 [ 267 ] {3e13b732-9cc8-48b0-9cfa-50229394081e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6991 2025.03.21 18:44:43.120266 [ 267 ] {3e13b732-9cc8-48b0-9cfa-50229394081e} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6992 2025.03.21 18:44:43.120479 [ 267 ] {3e13b732-9cc8-48b0-9cfa-50229394081e} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001921 sec., 37480.47891723061 rows/sec., 3.04 MiB/sec.
6993 2025.03.21 18:44:43.120580 [ 267 ] {3e13b732-9cc8-48b0-9cfa-50229394081e} <Debug> TCPHandler: Processed in 0.002307041 sec.
6994 2025.03.21 18:44:43.120823 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6995 2025.03.21 18:44:43.120969 [ 267 ] {adae2617-8295-4370-b210-a0dfe0f42594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6996 2025.03.21 18:44:43.121021 [ 267 ] {adae2617-8295-4370-b210-a0dfe0f42594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6997 2025.03.21 18:44:43.121569 [ 267 ] {adae2617-8295-4370-b210-a0dfe0f42594} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6998 2025.03.21 18:44:43.121608 [ 267 ] {adae2617-8295-4370-b210-a0dfe0f42594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
6999 2025.03.21 18:44:43.121963 [ 267 ] {adae2617-8295-4370-b210-a0dfe0f42594} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7000 2025.03.21 18:44:43.122210 [ 267 ] {adae2617-8295-4370-b210-a0dfe0f42594} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7001 2025.03.21 18:44:43.122399 [ 267 ] {adae2617-8295-4370-b210-a0dfe0f42594} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001455 sec., 5498.281786941581 rows/sec., 413.45 KiB/sec.
7002 2025.03.21 18:44:43.122473 [ 267 ] {adae2617-8295-4370-b210-a0dfe0f42594} <Debug> TCPHandler: Processed in 0.001745871 sec.
7003 2025.03.21 18:44:43.122626 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7004 2025.03.21 18:44:43.122732 [ 267 ] {6dc39330-aed5-41e3-9a5c-a02077b25097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7005 2025.03.21 18:44:43.122776 [ 267 ] {6dc39330-aed5-41e3-9a5c-a02077b25097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7006 2025.03.21 18:44:43.123312 [ 267 ] {6dc39330-aed5-41e3-9a5c-a02077b25097} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7007 2025.03.21 18:44:43.123350 [ 267 ] {6dc39330-aed5-41e3-9a5c-a02077b25097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7008 2025.03.21 18:44:43.123701 [ 267 ] {6dc39330-aed5-41e3-9a5c-a02077b25097} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7009 2025.03.21 18:44:43.123931 [ 267 ] {6dc39330-aed5-41e3-9a5c-a02077b25097} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7010 2025.03.21 18:44:43.124102 [ 267 ] {6dc39330-aed5-41e3-9a5c-a02077b25097} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001392 sec., 51724.137931034486 rows/sec., 4.04 MiB/sec.
7011 2025.03.21 18:44:43.124151 [ 267 ] {6dc39330-aed5-41e3-9a5c-a02077b25097} <Debug> TCPHandler: Processed in 0.001584298 sec.
7012 2025.03.21 18:44:43.124267 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7013 2025.03.21 18:44:43.124405 [ 267 ] {2f9960ca-8635-47ab-aa68-0edf455abcf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7014 2025.03.21 18:44:43.124465 [ 267 ] {2f9960ca-8635-47ab-aa68-0edf455abcf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7015 2025.03.21 18:44:43.125090 [ 267 ] {2f9960ca-8635-47ab-aa68-0edf455abcf6} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7016 2025.03.21 18:44:43.125135 [ 267 ] {2f9960ca-8635-47ab-aa68-0edf455abcf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7017 2025.03.21 18:44:43.125554 [ 267 ] {2f9960ca-8635-47ab-aa68-0edf455abcf6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7018 2025.03.21 18:44:43.125797 [ 267 ] {2f9960ca-8635-47ab-aa68-0edf455abcf6} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7019 2025.03.21 18:44:43.126012 [ 267 ] {2f9960ca-8635-47ab-aa68-0edf455abcf6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001626 sec., 98400.98400984009 rows/sec., 6.85 MiB/sec.
7020 2025.03.21 18:44:43.126068 [ 267 ] {2f9960ca-8635-47ab-aa68-0edf455abcf6} <Debug> TCPHandler: Processed in 0.001854332 sec.
7021 2025.03.21 18:44:43.126368 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7022 2025.03.21 18:44:43.126484 [ 267 ] {753fe36e-4259-4c56-bcff-43f5a75cbc80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7023 2025.03.21 18:44:43.126559 [ 267 ] {753fe36e-4259-4c56-bcff-43f5a75cbc80} <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
7024 2025.03.21 18:44:43.127677 [ 267 ] {753fe36e-4259-4c56-bcff-43f5a75cbc80} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7025 2025.03.21 18:44:43.127715 [ 267 ] {753fe36e-4259-4c56-bcff-43f5a75cbc80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7026 2025.03.21 18:44:43.128328 [ 267 ] {753fe36e-4259-4c56-bcff-43f5a75cbc80} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7027 2025.03.21 18:44:43.128582 [ 267 ] {753fe36e-4259-4c56-bcff-43f5a75cbc80} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7028 2025.03.21 18:44:43.128782 [ 267 ] {753fe36e-4259-4c56-bcff-43f5a75cbc80} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002324 sec., 3442.340791738382 rows/sec., 6.17 MiB/sec.
7029 2025.03.21 18:44:43.128889 [ 267 ] {753fe36e-4259-4c56-bcff-43f5a75cbc80} <Debug> TCPHandler: Processed in 0.002612596 sec.
7030 2025.03.21 18:44:43.129032 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7031 2025.03.21 18:44:43.129138 [ 267 ] {2ffe965a-5040-44bc-9904-a67879430b87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7032 2025.03.21 18:44:43.129183 [ 267 ] {2ffe965a-5040-44bc-9904-a67879430b87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7033 2025.03.21 18:44:43.129623 [ 267 ] {2ffe965a-5040-44bc-9904-a67879430b87} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7034 2025.03.21 18:44:43.129660 [ 267 ] {2ffe965a-5040-44bc-9904-a67879430b87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7035 2025.03.21 18:44:43.130012 [ 267 ] {2ffe965a-5040-44bc-9904-a67879430b87} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7036 2025.03.21 18:44:43.130243 [ 267 ] {2ffe965a-5040-44bc-9904-a67879430b87} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7037 2025.03.21 18:44:43.130428 [ 267 ] {2ffe965a-5040-44bc-9904-a67879430b87} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001312 sec., 45731.70731707317 rows/sec., 3.08 MiB/sec.
7038 2025.03.21 18:44:43.130521 [ 267 ] {2ffe965a-5040-44bc-9904-a67879430b87} <Debug> TCPHandler: Processed in 0.001538917 sec.
7039 2025.03.21 18:44:43.529151 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
7040 2025.03.21 18:44:43.548751 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7041 2025.03.21 18:44:43.548802 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7042 2025.03.21 18:44:43.555931 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7043 2025.03.21 18:44:43.556691 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7044 2025.03.21 18:44:43.559639 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
7045 2025.03.21 18:44:48.126312 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7046 2025.03.21 18:44:48.126534 [ 267 ] {e0fb6503-5152-45b9-81e9-1b65e99b3eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7047 2025.03.21 18:44:48.126605 [ 267 ] {e0fb6503-5152-45b9-81e9-1b65e99b3eef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7048 2025.03.21 18:44:48.127443 [ 267 ] {e0fb6503-5152-45b9-81e9-1b65e99b3eef} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7049 2025.03.21 18:44:48.127487 [ 267 ] {e0fb6503-5152-45b9-81e9-1b65e99b3eef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7050 2025.03.21 18:44:48.127930 [ 267 ] {e0fb6503-5152-45b9-81e9-1b65e99b3eef} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
7051 2025.03.21 18:44:48.128184 [ 267 ] {e0fb6503-5152-45b9-81e9-1b65e99b3eef} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7052 2025.03.21 18:44:48.128384 [ 267 ] {e0fb6503-5152-45b9-81e9-1b65e99b3eef} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001904 sec., 111344.53781512605 rows/sec., 7.08 MiB/sec.
7053 2025.03.21 18:44:48.128448 [ 267 ] {e0fb6503-5152-45b9-81e9-1b65e99b3eef} <Debug> TCPHandler: Processed in 0.002273 sec.
7054 2025.03.21 18:44:48.128576 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7055 2025.03.21 18:44:48.128691 [ 267 ] {314292ef-3043-40c7-8d28-c99c7a5b5303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7056 2025.03.21 18:44:48.128740 [ 267 ] {314292ef-3043-40c7-8d28-c99c7a5b5303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7057 2025.03.21 18:44:48.129260 [ 267 ] {314292ef-3043-40c7-8d28-c99c7a5b5303} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7058 2025.03.21 18:44:48.129297 [ 267 ] {314292ef-3043-40c7-8d28-c99c7a5b5303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7059 2025.03.21 18:44:48.129632 [ 267 ] {314292ef-3043-40c7-8d28-c99c7a5b5303} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
7060 2025.03.21 18:44:48.129865 [ 267 ] {314292ef-3043-40c7-8d28-c99c7a5b5303} <Trace> oximeter.fields_ipaddr (54548ee5-6665-4ef7-88f2-6c8e26ee35cc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7061 2025.03.21 18:44:48.130065 [ 267 ] {314292ef-3043-40c7-8d28-c99c7a5b5303} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001394 sec., 2869.4404591104735 rows/sec., 233.98 KiB/sec.
7062 2025.03.21 18:44:48.130140 [ 267 ] {314292ef-3043-40c7-8d28-c99c7a5b5303} <Debug> TCPHandler: Processed in 0.001616758 sec.
7063 2025.03.21 18:44:48.130275 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7064 2025.03.21 18:44:48.130383 [ 267 ] {a868ecc8-5a3a-4996-bef3-1bf6967210b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7065 2025.03.21 18:44:48.130426 [ 267 ] {a868ecc8-5a3a-4996-bef3-1bf6967210b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7066 2025.03.21 18:44:48.131275 [ 267 ] {a868ecc8-5a3a-4996-bef3-1bf6967210b5} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7067 2025.03.21 18:44:48.131311 [ 267 ] {a868ecc8-5a3a-4996-bef3-1bf6967210b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7068 2025.03.21 18:44:48.131696 [ 267 ] {a868ecc8-5a3a-4996-bef3-1bf6967210b5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7069 2025.03.21 18:44:48.131927 [ 267 ] {a868ecc8-5a3a-4996-bef3-1bf6967210b5} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7070 2025.03.21 18:44:48.132132 [ 267 ] {a868ecc8-5a3a-4996-bef3-1bf6967210b5} <Debug> executeQuery: Read 683 rows, 55.57 KiB in 0.001765 sec., 386968.83852691215 rows/sec., 30.75 MiB/sec.
7071 2025.03.21 18:44:48.132195 [ 267 ] {a868ecc8-5a3a-4996-bef3-1bf6967210b5} <Debug> TCPHandler: Processed in 0.001968154 sec.
7072 2025.03.21 18:44:48.132446 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7073 2025.03.21 18:44:48.132592 [ 267 ] {020009f1-f9b4-4d6d-b174-88e5be0a5e88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7074 2025.03.21 18:44:48.132637 [ 267 ] {020009f1-f9b4-4d6d-b174-88e5be0a5e88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7075 2025.03.21 18:44:48.133207 [ 267 ] {020009f1-f9b4-4d6d-b174-88e5be0a5e88} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7076 2025.03.21 18:44:48.133244 [ 267 ] {020009f1-f9b4-4d6d-b174-88e5be0a5e88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7077 2025.03.21 18:44:48.133592 [ 267 ] {020009f1-f9b4-4d6d-b174-88e5be0a5e88} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7078 2025.03.21 18:44:48.133836 [ 267 ] {020009f1-f9b4-4d6d-b174-88e5be0a5e88} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7079 2025.03.21 18:44:48.134019 [ 267 ] {020009f1-f9b4-4d6d-b174-88e5be0a5e88} <Debug> executeQuery: Read 142 rows, 9.07 KiB in 0.00145 sec., 97931.03448275862 rows/sec., 6.11 MiB/sec.
7080 2025.03.21 18:44:48.134147 [ 267 ] {020009f1-f9b4-4d6d-b174-88e5be0a5e88} <Debug> TCPHandler: Processed in 0.001801232 sec.
7081 2025.03.21 18:44:48.134283 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7082 2025.03.21 18:44:48.134385 [ 267 ] {d1276941-ffb7-4d6f-9433-b15295295451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7083 2025.03.21 18:44:48.134428 [ 267 ] {d1276941-ffb7-4d6f-9433-b15295295451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7084 2025.03.21 18:44:48.134975 [ 267 ] {d1276941-ffb7-4d6f-9433-b15295295451} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7085 2025.03.21 18:44:48.135012 [ 267 ] {d1276941-ffb7-4d6f-9433-b15295295451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7086 2025.03.21 18:44:48.135353 [ 267 ] {d1276941-ffb7-4d6f-9433-b15295295451} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7087 2025.03.21 18:44:48.135586 [ 267 ] {d1276941-ffb7-4d6f-9433-b15295295451} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7088 2025.03.21 18:44:48.135704 [ 112 ] {} <Debug> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7089 2025.03.21 18:44:48.135753 [ 112 ] {} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7090 2025.03.21 18:44:48.135770 [ 267 ] {d1276941-ffb7-4d6f-9433-b15295295451} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001406 sec., 80369.84352773827 rows/sec., 5.20 MiB/sec.
7091 2025.03.21 18:44:48.135781 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7092 2025.03.21 18:44:48.135840 [ 267 ] {d1276941-ffb7-4d6f-9433-b15295295451} <Debug> TCPHandler: Processed in 0.001609388 sec.
7093 2025.03.21 18:44:48.136249 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::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
7094 2025.03.21 18:44:48.136276 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7095 2025.03.21 18:44:48.136551 [ 267 ] {08a89c53-05ef-4436-8428-b3c0cc5c8708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7096 2025.03.21 18:44:48.136594 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7097 2025.03.21 18:44:48.136640 [ 267 ] {08a89c53-05ef-4436-8428-b3c0cc5c8708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7098 2025.03.21 18:44:48.136664 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 341 rows starting from the beginning of the part
7099 2025.03.21 18:44:48.136971 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 113 rows starting from the beginning of the part
7100 2025.03.21 18:44:48.137287 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part
7101 2025.03.21 18:44:48.137658 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 228 rows starting from the beginning of the part
7102 2025.03.21 18:44:48.138030 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 113 rows starting from the beginning of the part
7103 2025.03.21 18:44:48.138422 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 113 rows starting from the beginning of the part
7104 2025.03.21 18:44:48.139435 [ 267 ] {08a89c53-05ef-4436-8428-b3c0cc5c8708} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7105 2025.03.21 18:44:48.139505 [ 267 ] {08a89c53-05ef-4436-8428-b3c0cc5c8708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7106 2025.03.21 18:44:48.140354 [ 267 ] {08a89c53-05ef-4436-8428-b3c0cc5c8708} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
7107 2025.03.21 18:44:48.140819 [ 267 ] {08a89c53-05ef-4436-8428-b3c0cc5c8708} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7108 2025.03.21 18:44:48.141556 [ 267 ] {08a89c53-05ef-4436-8428-b3c0cc5c8708} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005069 sec., 22095.087788518445 rows/sec., 1.26 MiB/sec.
7109 2025.03.21 18:44:48.141614 [ 194 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.005716101 sec., 178618.25744506612 rows/sec., 12.48 MiB/sec.
7110 2025.03.21 18:44:48.141822 [ 267 ] {08a89c53-05ef-4436-8428-b3c0cc5c8708} <Debug> TCPHandler: Processed in 0.005743821 sec.
7111 2025.03.21 18:44:48.141994 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7112 2025.03.21 18:44:48.142037 [ 193 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7113 2025.03.21 18:44:48.142175 [ 267 ] {eef22bf4-a9a0-4b31-b338-b9e2c288b1f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7114 2025.03.21 18:44:48.142258 [ 267 ] {eef22bf4-a9a0-4b31-b338-b9e2c288b1f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7115 2025.03.21 18:44:48.142776 [ 193 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_26_5} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7116 2025.03.21 18:44:48.142978 [ 193 ] {911397e8-289e-4551-882d-cedea57ba2f0::all_1_26_5} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7117 2025.03.21 18:44:48.143115 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
7118 2025.03.21 18:44:48.143448 [ 267 ] {eef22bf4-a9a0-4b31-b338-b9e2c288b1f5} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7119 2025.03.21 18:44:48.143491 [ 267 ] {eef22bf4-a9a0-4b31-b338-b9e2c288b1f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7120 2025.03.21 18:44:48.143870 [ 267 ] {eef22bf4-a9a0-4b31-b338-b9e2c288b1f5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7121 2025.03.21 18:44:48.144106 [ 267 ] {eef22bf4-a9a0-4b31-b338-b9e2c288b1f5} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7122 2025.03.21 18:44:48.144312 [ 267 ] {eef22bf4-a9a0-4b31-b338-b9e2c288b1f5} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.002213 sec., 188883.86805241753 rows/sec., 13.45 MiB/sec.
7123 2025.03.21 18:44:48.144429 [ 267 ] {eef22bf4-a9a0-4b31-b338-b9e2c288b1f5} <Debug> TCPHandler: Processed in 0.002498604 sec.
7124 2025.03.21 18:44:48.144635 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7125 2025.03.21 18:44:48.144809 [ 267 ] {e9803a99-083b-470a-9026-ea4f950b5499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7126 2025.03.21 18:44:48.144858 [ 267 ] {e9803a99-083b-470a-9026-ea4f950b5499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7127 2025.03.21 18:44:48.145305 [ 267 ] {e9803a99-083b-470a-9026-ea4f950b5499} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7128 2025.03.21 18:44:48.145342 [ 267 ] {e9803a99-083b-470a-9026-ea4f950b5499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7129 2025.03.21 18:44:48.145696 [ 267 ] {e9803a99-083b-470a-9026-ea4f950b5499} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
7130 2025.03.21 18:44:48.145926 [ 267 ] {e9803a99-083b-470a-9026-ea4f950b5499} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7131 2025.03.21 18:44:48.146372 [ 267 ] {e9803a99-083b-470a-9026-ea4f950b5499} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00154 sec., 3896.103896103896 rows/sec., 203.56 KiB/sec.
7132 2025.03.21 18:44:48.146664 [ 267 ] {e9803a99-083b-470a-9026-ea4f950b5499} <Debug> TCPHandler: Processed in 0.002127418 sec.
7133 2025.03.21 18:44:48.146801 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7134 2025.03.21 18:44:48.146908 [ 267 ] {4f3f1fd0-487a-4f42-985c-6b352fb55121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7135 2025.03.21 18:44:48.146955 [ 267 ] {4f3f1fd0-487a-4f42-985c-6b352fb55121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7136 2025.03.21 18:44:48.147492 [ 267 ] {4f3f1fd0-487a-4f42-985c-6b352fb55121} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7137 2025.03.21 18:44:48.147529 [ 267 ] {4f3f1fd0-487a-4f42-985c-6b352fb55121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7138 2025.03.21 18:44:48.147917 [ 267 ] {4f3f1fd0-487a-4f42-985c-6b352fb55121} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7139 2025.03.21 18:44:48.148149 [ 267 ] {4f3f1fd0-487a-4f42-985c-6b352fb55121} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7140 2025.03.21 18:44:48.148322 [ 267 ] {4f3f1fd0-487a-4f42-985c-6b352fb55121} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001438 sec., 166203.05980528513 rows/sec., 11.14 MiB/sec.
7141 2025.03.21 18:44:48.148373 [ 267 ] {4f3f1fd0-487a-4f42-985c-6b352fb55121} <Debug> TCPHandler: Processed in 0.001622229 sec.
7142 2025.03.21 18:44:48.148497 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7143 2025.03.21 18:44:48.148609 [ 267 ] {e08f90e4-387b-4abd-8073-bf57bf0343e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7144 2025.03.21 18:44:48.148657 [ 267 ] {e08f90e4-387b-4abd-8073-bf57bf0343e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7145 2025.03.21 18:44:48.149084 [ 267 ] {e08f90e4-387b-4abd-8073-bf57bf0343e1} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7146 2025.03.21 18:44:48.149122 [ 267 ] {e08f90e4-387b-4abd-8073-bf57bf0343e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7147 2025.03.21 18:44:48.149486 [ 267 ] {e08f90e4-387b-4abd-8073-bf57bf0343e1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
7148 2025.03.21 18:44:48.149731 [ 267 ] {e08f90e4-387b-4abd-8073-bf57bf0343e1} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7149 2025.03.21 18:44:48.149950 [ 267 ] {e08f90e4-387b-4abd-8073-bf57bf0343e1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001364 sec., 733.1378299120234 rows/sec., 49.40 KiB/sec.
7150 2025.03.21 18:44:48.150002 [ 267 ] {e08f90e4-387b-4abd-8073-bf57bf0343e1} <Debug> TCPHandler: Processed in 0.001562658 sec.
7151 2025.03.21 18:44:48.150123 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7152 2025.03.21 18:44:48.150228 [ 267 ] {2ea2a56d-f6ed-4645-a22f-a0886be12d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7153 2025.03.21 18:44:48.150293 [ 267 ] {2ea2a56d-f6ed-4645-a22f-a0886be12d9e} <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
7154 2025.03.21 18:44:48.151403 [ 267 ] {2ea2a56d-f6ed-4645-a22f-a0886be12d9e} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7155 2025.03.21 18:44:48.151443 [ 267 ] {2ea2a56d-f6ed-4645-a22f-a0886be12d9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7156 2025.03.21 18:44:48.152078 [ 267 ] {2ea2a56d-f6ed-4645-a22f-a0886be12d9e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7157 2025.03.21 18:44:48.152337 [ 267 ] {2ea2a56d-f6ed-4645-a22f-a0886be12d9e} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7158 2025.03.21 18:44:48.152632 [ 267 ] {2ea2a56d-f6ed-4645-a22f-a0886be12d9e} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002415 sec., 13250.517598343686 rows/sec., 23.74 MiB/sec.
7159 2025.03.21 18:44:48.153009 [ 267 ] {2ea2a56d-f6ed-4645-a22f-a0886be12d9e} <Debug> TCPHandler: Processed in 0.002931731 sec.
7160 2025.03.21 18:44:48.153290 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7161 2025.03.21 18:44:48.153397 [ 267 ] {8653950a-e2aa-4fc4-9ccc-5687206b8981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7162 2025.03.21 18:44:48.153444 [ 267 ] {8653950a-e2aa-4fc4-9ccc-5687206b8981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7163 2025.03.21 18:44:48.153918 [ 267 ] {8653950a-e2aa-4fc4-9ccc-5687206b8981} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7164 2025.03.21 18:44:48.153958 [ 267 ] {8653950a-e2aa-4fc4-9ccc-5687206b8981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7165 2025.03.21 18:44:48.154314 [ 267 ] {8653950a-e2aa-4fc4-9ccc-5687206b8981} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7166 2025.03.21 18:44:48.154548 [ 267 ] {8653950a-e2aa-4fc4-9ccc-5687206b8981} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7167 2025.03.21 18:44:48.154750 [ 267 ] {8653950a-e2aa-4fc4-9ccc-5687206b8981} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001376 sec., 59593.023255813954 rows/sec., 3.78 MiB/sec.
7168 2025.03.21 18:44:48.154800 [ 267 ] {8653950a-e2aa-4fc4-9ccc-5687206b8981} <Debug> TCPHandler: Processed in 0.001572688 sec.
7169 2025.03.21 18:44:49.965892 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128
7170 2025.03.21 18:44:49.966628 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7171 2025.03.21 18:44:49.966681 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7172 2025.03.21 18:44:49.967194 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7173 2025.03.21 18:44:49.967447 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7174 2025.03.21 18:44:49.967718 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128
7175 2025.03.21 18:44:51.059783 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
7176 2025.03.21 18:44:51.082203 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7177 2025.03.21 18:44:51.082269 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7178 2025.03.21 18:44:51.090529 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7179 2025.03.21 18:44:51.091360 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7180 2025.03.21 18:44:51.095156 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
7181 2025.03.21 18:44:52.537602 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1004
7182 2025.03.21 18:44:52.540971 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7183 2025.03.21 18:44:52.541035 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7184 2025.03.21 18:44:52.542582 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7185 2025.03.21 18:44:52.542910 [ 242 ] {} <Trace> system.query_log (fc3d32f1-e2fa-4c2e-b979-22efa01612ba): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7186 2025.03.21 18:44:52.544261 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1004
7187 2025.03.21 18:44:53.119224 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7188 2025.03.21 18:44:53.119434 [ 267 ] {16aaec11-9bca-46dd-bb75-b1c5b3a4c48f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7189 2025.03.21 18:44:53.119513 [ 267 ] {16aaec11-9bca-46dd-bb75-b1c5b3a4c48f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7190 2025.03.21 18:44:53.120329 [ 267 ] {16aaec11-9bca-46dd-bb75-b1c5b3a4c48f} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7191 2025.03.21 18:44:53.120378 [ 267 ] {16aaec11-9bca-46dd-bb75-b1c5b3a4c48f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7192 2025.03.21 18:44:53.120831 [ 267 ] {16aaec11-9bca-46dd-bb75-b1c5b3a4c48f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7193 2025.03.21 18:44:53.121091 [ 267 ] {16aaec11-9bca-46dd-bb75-b1c5b3a4c48f} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7194 2025.03.21 18:44:53.121356 [ 267 ] {16aaec11-9bca-46dd-bb75-b1c5b3a4c48f} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001981 sec., 36345.280161534574 rows/sec., 2.95 MiB/sec.
7195 2025.03.21 18:44:53.121446 [ 267 ] {16aaec11-9bca-46dd-bb75-b1c5b3a4c48f} <Debug> TCPHandler: Processed in 0.002362002 sec.
7196 2025.03.21 18:44:53.121695 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7197 2025.03.21 18:44:53.121829 [ 267 ] {3f3d6fe8-41d7-4a50-a0f2-baae40c79696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7198 2025.03.21 18:44:53.121879 [ 267 ] {3f3d6fe8-41d7-4a50-a0f2-baae40c79696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7199 2025.03.21 18:44:53.122433 [ 267 ] {3f3d6fe8-41d7-4a50-a0f2-baae40c79696} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7200 2025.03.21 18:44:53.122475 [ 267 ] {3f3d6fe8-41d7-4a50-a0f2-baae40c79696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7201 2025.03.21 18:44:53.122835 [ 267 ] {3f3d6fe8-41d7-4a50-a0f2-baae40c79696} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7202 2025.03.21 18:44:53.123075 [ 267 ] {3f3d6fe8-41d7-4a50-a0f2-baae40c79696} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7203 2025.03.21 18:44:53.123315 [ 267 ] {3f3d6fe8-41d7-4a50-a0f2-baae40c79696} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001508 sec., 5305.039787798409 rows/sec., 398.91 KiB/sec.
7204 2025.03.21 18:44:53.123391 [ 267 ] {3f3d6fe8-41d7-4a50-a0f2-baae40c79696} <Debug> TCPHandler: Processed in 0.001786692 sec.
7205 2025.03.21 18:44:53.123627 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7206 2025.03.21 18:44:53.123741 [ 267 ] {f69e14f2-6f51-414d-9d39-c8db3ebf9e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7207 2025.03.21 18:44:53.123788 [ 267 ] {f69e14f2-6f51-414d-9d39-c8db3ebf9e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7208 2025.03.21 18:44:53.124345 [ 267 ] {f69e14f2-6f51-414d-9d39-c8db3ebf9e54} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7209 2025.03.21 18:44:53.124385 [ 267 ] {f69e14f2-6f51-414d-9d39-c8db3ebf9e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7210 2025.03.21 18:44:53.124739 [ 267 ] {f69e14f2-6f51-414d-9d39-c8db3ebf9e54} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7211 2025.03.21 18:44:53.124977 [ 267 ] {f69e14f2-6f51-414d-9d39-c8db3ebf9e54} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7212 2025.03.21 18:44:53.125183 [ 267 ] {f69e14f2-6f51-414d-9d39-c8db3ebf9e54} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001466 sec., 49113.233287858115 rows/sec., 3.83 MiB/sec.
7213 2025.03.21 18:44:53.125235 [ 267 ] {f69e14f2-6f51-414d-9d39-c8db3ebf9e54} <Debug> TCPHandler: Processed in 0.00169665 sec.
7214 2025.03.21 18:44:53.125353 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7215 2025.03.21 18:44:53.125458 [ 267 ] {dc398a91-69f8-4315-9a51-78faaf279bf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7216 2025.03.21 18:44:53.125508 [ 267 ] {dc398a91-69f8-4315-9a51-78faaf279bf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7217 2025.03.21 18:44:53.126038 [ 267 ] {dc398a91-69f8-4315-9a51-78faaf279bf5} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7218 2025.03.21 18:44:53.126077 [ 267 ] {dc398a91-69f8-4315-9a51-78faaf279bf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7219 2025.03.21 18:44:53.126456 [ 267 ] {dc398a91-69f8-4315-9a51-78faaf279bf5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7220 2025.03.21 18:44:53.126700 [ 267 ] {dc398a91-69f8-4315-9a51-78faaf279bf5} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7221 2025.03.21 18:44:53.126913 [ 267 ] {dc398a91-69f8-4315-9a51-78faaf279bf5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001477 sec., 108327.69126607988 rows/sec., 7.54 MiB/sec.
7222 2025.03.21 18:44:53.126964 [ 267 ] {dc398a91-69f8-4315-9a51-78faaf279bf5} <Debug> TCPHandler: Processed in 0.00166234 sec.
7223 2025.03.21 18:44:53.127068 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7224 2025.03.21 18:44:53.127170 [ 267 ] {ecef7c58-893e-406a-9d66-0aa48d599294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7225 2025.03.21 18:44:53.127234 [ 267 ] {ecef7c58-893e-406a-9d66-0aa48d599294} <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
7226 2025.03.21 18:44:53.128288 [ 267 ] {ecef7c58-893e-406a-9d66-0aa48d599294} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7227 2025.03.21 18:44:53.128328 [ 267 ] {ecef7c58-893e-406a-9d66-0aa48d599294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7228 2025.03.21 18:44:53.128939 [ 267 ] {ecef7c58-893e-406a-9d66-0aa48d599294} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7229 2025.03.21 18:44:53.129200 [ 267 ] {ecef7c58-893e-406a-9d66-0aa48d599294} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7230 2025.03.21 18:44:53.129500 [ 267 ] {ecef7c58-893e-406a-9d66-0aa48d599294} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002344 sec., 3412.9692832764504 rows/sec., 6.12 MiB/sec.
7231 2025.03.21 18:44:53.130016 [ 267 ] {ecef7c58-893e-406a-9d66-0aa48d599294} <Debug> TCPHandler: Processed in 0.002994343 sec.
7232 2025.03.21 18:44:53.130243 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7233 2025.03.21 18:44:53.130350 [ 267 ] {72650ee6-f715-4efb-8443-10d1e1259df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7234 2025.03.21 18:44:53.130398 [ 267 ] {72650ee6-f715-4efb-8443-10d1e1259df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7235 2025.03.21 18:44:53.130881 [ 267 ] {72650ee6-f715-4efb-8443-10d1e1259df2} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7236 2025.03.21 18:44:53.130920 [ 267 ] {72650ee6-f715-4efb-8443-10d1e1259df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
7237 2025.03.21 18:44:53.131280 [ 267 ] {72650ee6-f715-4efb-8443-10d1e1259df2} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7238 2025.03.21 18:44:53.131516 [ 267 ] {72650ee6-f715-4efb-8443-10d1e1259df2} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7239 2025.03.21 18:44:53.131752 [ 267 ] {72650ee6-f715-4efb-8443-10d1e1259df2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec.
7240 2025.03.21 18:44:53.131813 [ 267 ] {72650ee6-f715-4efb-8443-10d1e1259df2} <Debug> TCPHandler: Processed in 0.001624779 sec.
7241 2025.03.21 18:44:57.347371 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
7242 2025.03.21 18:44:57.347441 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
7243 2025.03.21 18:44:57.467928 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616
7244 2025.03.21 18:44:57.468598 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7245 2025.03.21 18:44:57.468651 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
7246 2025.03.21 18:44:57.469189 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7247 2025.03.21 18:44:57.469448 [ 243 ] {} <Trace> system.asynchronous_metric_log (253f5c70-e022-4d90-b8fd-77ae60dab28a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7248 2025.03.21 18:44:57.469701 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
7249 2025.03.21 18:44:58.125325 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7250 2025.03.21 18:44:58.125533 [ 267 ] {e1d135ee-368d-43ab-97c9-86bd7045672b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7251 2025.03.21 18:44:58.125612 [ 267 ] {e1d135ee-368d-43ab-97c9-86bd7045672b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7252 2025.03.21 18:44:58.126492 [ 267 ] {e1d135ee-368d-43ab-97c9-86bd7045672b} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7253 2025.03.21 18:44:58.126540 [ 267 ] {e1d135ee-368d-43ab-97c9-86bd7045672b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
7254 2025.03.21 18:44:58.126982 [ 267 ] {e1d135ee-368d-43ab-97c9-86bd7045672b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7255 2025.03.21 18:44:58.127246 [ 267 ] {e1d135ee-368d-43ab-97c9-86bd7045672b} <Trace> oximeter.fields_i16 (a5ae9dd6-eb39-4afa-ba7d-facc03842aac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7256 2025.03.21 18:44:58.127491 [ 267 ] {e1d135ee-368d-43ab-97c9-86bd7045672b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002017 sec., 105106.59395141299 rows/sec., 6.68 MiB/sec.
7257 2025.03.21 18:44:58.127560 [ 267 ] {e1d135ee-368d-43ab-97c9-86bd7045672b} <Debug> TCPHandler: Processed in 0.002374292 sec.
7258 2025.03.21 18:44:58.127689 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7259 2025.03.21 18:44:58.127831 [ 267 ] {5e9934ca-b97a-4368-8467-7888ef56c5a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7260 2025.03.21 18:44:58.127881 [ 267 ] {5e9934ca-b97a-4368-8467-7888ef56c5a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7261 2025.03.21 18:44:58.128780 [ 267 ] {5e9934ca-b97a-4368-8467-7888ef56c5a9} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7262 2025.03.21 18:44:58.128823 [ 267 ] {5e9934ca-b97a-4368-8467-7888ef56c5a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
7263 2025.03.21 18:44:58.129269 [ 267 ] {5e9934ca-b97a-4368-8467-7888ef56c5a9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7264 2025.03.21 18:44:58.129514 [ 267 ] {5e9934ca-b97a-4368-8467-7888ef56c5a9} <Trace> oximeter.fields_string (3cc0c560-b9e5-47ef-88fa-c63b55708d98): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7265 2025.03.21 18:44:58.129726 [ 267 ] {5e9934ca-b97a-4368-8467-7888ef56c5a9} <Debug> executeQuery: Read 681 rows, 55.43 KiB in 0.00195 sec., 349230.76923076925 rows/sec., 27.76 MiB/sec.
7266 2025.03.21 18:44:58.129782 [ 267 ] {5e9934ca-b97a-4368-8467-7888ef56c5a9} <Debug> TCPHandler: Processed in 0.002146648 sec.
7267 2025.03.21 18:44:58.129903 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7268 2025.03.21 18:44:58.130012 [ 267 ] {53d7ff82-2683-4db1-b3ba-88b902e68a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7269 2025.03.21 18:44:58.130058 [ 267 ] {53d7ff82-2683-4db1-b3ba-88b902e68a46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7270 2025.03.21 18:44:58.130622 [ 267 ] {53d7ff82-2683-4db1-b3ba-88b902e68a46} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7271 2025.03.21 18:44:58.130662 [ 267 ] {53d7ff82-2683-4db1-b3ba-88b902e68a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
7272 2025.03.21 18:44:58.131016 [ 267 ] {53d7ff82-2683-4db1-b3ba-88b902e68a46} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7273 2025.03.21 18:44:58.131256 [ 267 ] {53d7ff82-2683-4db1-b3ba-88b902e68a46} <Trace> oximeter.fields_u16 (8d5fe5b5-2060-44d2-9590-037bc5fae09b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7274 2025.03.21 18:44:58.131507 [ 267 ] {53d7ff82-2683-4db1-b3ba-88b902e68a46} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001512 sec., 91269.84126984126 rows/sec., 5.68 MiB/sec.
7275 2025.03.21 18:44:58.131640 [ 267 ] {53d7ff82-2683-4db1-b3ba-88b902e68a46} <Debug> TCPHandler: Processed in 0.001789842 sec.
7276 2025.03.21 18:44:58.131871 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7277 2025.03.21 18:44:58.131993 [ 267 ] {b470542c-7b39-4473-a71f-ab4b9b645cb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7278 2025.03.21 18:44:58.132040 [ 267 ] {b470542c-7b39-4473-a71f-ab4b9b645cb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7279 2025.03.21 18:44:58.132623 [ 267 ] {b470542c-7b39-4473-a71f-ab4b9b645cb0} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7280 2025.03.21 18:44:58.132662 [ 267 ] {b470542c-7b39-4473-a71f-ab4b9b645cb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
7281 2025.03.21 18:44:58.133011 [ 267 ] {b470542c-7b39-4473-a71f-ab4b9b645cb0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7282 2025.03.21 18:44:58.133256 [ 267 ] {b470542c-7b39-4473-a71f-ab4b9b645cb0} <Trace> oximeter.fields_u32 (911397e8-289e-4551-882d-cedea57ba2f0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7283 2025.03.21 18:44:58.133482 [ 267 ] {b470542c-7b39-4473-a71f-ab4b9b645cb0} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001509 sec., 74884.02915838304 rows/sec., 4.85 MiB/sec.
7284 2025.03.21 18:44:58.133604 [ 267 ] {b470542c-7b39-4473-a71f-ab4b9b645cb0} <Debug> TCPHandler: Processed in 0.001815372 sec.
7285 2025.03.21 18:44:58.133761 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7286 2025.03.21 18:44:58.133884 [ 267 ] {c8935979-ba53-44ac-a952-889fd0f2a0b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7287 2025.03.21 18:44:58.133930 [ 267 ] {c8935979-ba53-44ac-a952-889fd0f2a0b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7288 2025.03.21 18:44:58.134521 [ 267 ] {c8935979-ba53-44ac-a952-889fd0f2a0b5} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7289 2025.03.21 18:44:58.134560 [ 267 ] {c8935979-ba53-44ac-a952-889fd0f2a0b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
7290 2025.03.21 18:44:58.134939 [ 267 ] {c8935979-ba53-44ac-a952-889fd0f2a0b5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7291 2025.03.21 18:44:58.135184 [ 267 ] {c8935979-ba53-44ac-a952-889fd0f2a0b5} <Trace> oximeter.fields_u8 (f2f1152e-1157-43b1-b21d-ee3b814d9cca): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7292 2025.03.21 18:44:58.135427 [ 267 ] {c8935979-ba53-44ac-a952-889fd0f2a0b5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001561 sec., 71748.87892376681 rows/sec., 4.09 MiB/sec.
7293 2025.03.21 18:44:58.135596 [ 267 ] {c8935979-ba53-44ac-a952-889fd0f2a0b5} <Debug> TCPHandler: Processed in 0.001894303 sec.
7294 2025.03.21 18:44:58.135777 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7295 2025.03.21 18:44:58.135882 [ 267 ] {f5bb5064-799b-4602-acea-6c038f7aafc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7296 2025.03.21 18:44:58.135928 [ 267 ] {f5bb5064-799b-4602-acea-6c038f7aafc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7297 2025.03.21 18:44:58.136616 [ 267 ] {f5bb5064-799b-4602-acea-6c038f7aafc9} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7298 2025.03.21 18:44:58.136656 [ 267 ] {f5bb5064-799b-4602-acea-6c038f7aafc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
7299 2025.03.21 18:44:58.137017 [ 267 ] {f5bb5064-799b-4602-acea-6c038f7aafc9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7300 2025.03.21 18:44:58.137242 [ 267 ] {f5bb5064-799b-4602-acea-6c038f7aafc9} <Trace> oximeter.fields_uuid (abf58eaf-bbce-47c3-97d3-15f1abe98526): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7301 2025.03.21 18:44:58.137462 [ 267 ] {f5bb5064-799b-4602-acea-6c038f7aafc9} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001602 sec., 258426.96629213484 rows/sec., 18.38 MiB/sec.
7302 2025.03.21 18:44:58.137516 [ 267 ] {f5bb5064-799b-4602-acea-6c038f7aafc9} <Debug> TCPHandler: Processed in 0.001796662 sec.
7303 2025.03.21 18:44:58.137626 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7304 2025.03.21 18:44:58.137729 [ 267 ] {e6cc2c63-ccca-4761-a9b5-7449e70c371c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7305 2025.03.21 18:44:58.137776 [ 267 ] {e6cc2c63-ccca-4761-a9b5-7449e70c371c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7306 2025.03.21 18:44:58.138274 [ 267 ] {e6cc2c63-ccca-4761-a9b5-7449e70c371c} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7307 2025.03.21 18:44:58.138314 [ 267 ] {e6cc2c63-ccca-4761-a9b5-7449e70c371c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
7308 2025.03.21 18:44:58.138674 [ 267 ] {e6cc2c63-ccca-4761-a9b5-7449e70c371c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7309 2025.03.21 18:44:58.138910 [ 267 ] {e6cc2c63-ccca-4761-a9b5-7449e70c371c} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7310 2025.03.21 18:44:58.139071 [ 101 ] {} <Debug> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
7311 2025.03.21 18:44:58.139133 [ 267 ] {e6cc2c63-ccca-4761-a9b5-7449e70c371c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001424 sec., 4213.483146067416 rows/sec., 220.14 KiB/sec.
7312 2025.03.21 18:44:58.139151 [ 101 ] {} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7313 2025.03.21 18:44:58.139222 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
7314 2025.03.21 18:44:58.139255 [ 267 ] {e6cc2c63-ccca-4761-a9b5-7449e70c371c} <Debug> TCPHandler: Processed in 0.001674989 sec.
7315 2025.03.21 18:44:58.139595 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7316 2025.03.21 18:44:58.139712 [ 195 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::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
7317 2025.03.21 18:44:58.139868 [ 267 ] {3f14c472-be4f-48f8-b228-dbf9a0c1b9a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7318 2025.03.21 18:44:58.139989 [ 267 ] {3f14c472-be4f-48f8-b228-dbf9a0c1b9a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7319 2025.03.21 18:44:58.140146 [ 195 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7320 2025.03.21 18:44:58.140243 [ 195 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part
7321 2025.03.21 18:44:58.140522 [ 195 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
7322 2025.03.21 18:44:58.140922 [ 195 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
7323 2025.03.21 18:44:58.141241 [ 195 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
7324 2025.03.21 18:44:58.141493 [ 195 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
7325 2025.03.21 18:44:58.141757 [ 195 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
7326 2025.03.21 18:44:58.142806 [ 267 ] {3f14c472-be4f-48f8-b228-dbf9a0c1b9a8} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7327 2025.03.21 18:44:58.142882 [ 267 ] {3f14c472-be4f-48f8-b228-dbf9a0c1b9a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
7328 2025.03.21 18:44:58.143912 [ 267 ] {3f14c472-be4f-48f8-b228-dbf9a0c1b9a8} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7329 2025.03.21 18:44:58.144448 [ 195 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.0050903 sec., 23574.24906194134 rows/sec., 1.20 MiB/sec.
7330 2025.03.21 18:44:58.144458 [ 267 ] {3f14c472-be4f-48f8-b228-dbf9a0c1b9a8} <Trace> oximeter.measurements_cumulativeu64 (ae45b45a-b62a-4d9b-948b-b386fabd81fd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7331 2025.03.21 18:44:58.144655 [ 195 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
7332 2025.03.21 18:44:58.144927 [ 267 ] {3f14c472-be4f-48f8-b228-dbf9a0c1b9a8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005169 sec., 45850.261172373765 rows/sec., 3.07 MiB/sec.
7333 2025.03.21 18:44:58.145075 [ 267 ] {3f14c472-be4f-48f8-b228-dbf9a0c1b9a8} <Debug> TCPHandler: Processed in 0.005612379 sec.
7334 2025.03.21 18:44:58.145244 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7335 2025.03.21 18:44:58.145299 [ 195 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_20_4} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7336 2025.03.21 18:44:58.145476 [ 267 ] {4514c0e7-3fa0-45b0-a445-f824ce9b6c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7337 2025.03.21 18:44:58.145488 [ 195 ] {e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3::all_1_20_4} <Trace> oximeter.measurements_bool (e3cf1b1a-2fa1-4266-9f36-a423b8f8ccf3) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
7338 2025.03.21 18:44:58.145546 [ 267 ] {4514c0e7-3fa0-45b0-a445-f824ce9b6c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7339 2025.03.21 18:44:58.145662 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
7340 2025.03.21 18:44:58.146114 [ 267 ] {4514c0e7-3fa0-45b0-a445-f824ce9b6c6f} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7341 2025.03.21 18:44:58.146157 [ 267 ] {4514c0e7-3fa0-45b0-a445-f824ce9b6c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
7342 2025.03.21 18:44:58.146504 [ 267 ] {4514c0e7-3fa0-45b0-a445-f824ce9b6c6f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7343 2025.03.21 18:44:58.146737 [ 267 ] {4514c0e7-3fa0-45b0-a445-f824ce9b6c6f} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7344 2025.03.21 18:44:58.146921 [ 99 ] {} <Debug> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
7345 2025.03.21 18:44:58.146977 [ 267 ] {4514c0e7-3fa0-45b0-a445-f824ce9b6c6f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001563 sec., 639.7952655150352 rows/sec., 43.11 KiB/sec.
7346 2025.03.21 18:44:58.146984 [ 99 ] {} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7347 2025.03.21 18:44:58.147065 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
7348 2025.03.21 18:44:58.147098 [ 267 ] {4514c0e7-3fa0-45b0-a445-f824ce9b6c6f} <Debug> TCPHandler: Processed in 0.001910613 sec.
7349 2025.03.21 18:44:58.147314 [ 193 ] {7b0b0415-7ba0-4118-af58-37132dd63164::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
7350 2025.03.21 18:44:58.147329 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7351 2025.03.21 18:44:58.147581 [ 267 ] {362a8beb-8c52-4137-919e-72997be9181d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7352 2025.03.21 18:44:58.147599 [ 193 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7353 2025.03.21 18:44:58.147690 [ 193 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part
7354 2025.03.21 18:44:58.147764 [ 267 ] {362a8beb-8c52-4137-919e-72997be9181d} <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
7355 2025.03.21 18:44:58.148033 [ 193 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
7356 2025.03.21 18:44:58.148419 [ 193 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
7357 2025.03.21 18:44:58.148775 [ 193 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
7358 2025.03.21 18:44:58.149078 [ 193 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
7359 2025.03.21 18:44:58.149421 [ 193 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
7360 2025.03.21 18:44:58.153718 [ 267 ] {362a8beb-8c52-4137-919e-72997be9181d} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7361 2025.03.21 18:44:58.153726 [ 197 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.006536215 sec., 3059.874866417338 rows/sec., 206.18 KiB/sec.
7362 2025.03.21 18:44:58.153768 [ 267 ] {362a8beb-8c52-4137-919e-72997be9181d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
7363 2025.03.21 18:44:58.153938 [ 188 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
7364 2025.03.21 18:44:58.154373 [ 188 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_20_4} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7365 2025.03.21 18:44:58.154505 [ 188 ] {7b0b0415-7ba0-4118-af58-37132dd63164::all_1_20_4} <Trace> oximeter.measurements_f64 (7b0b0415-7ba0-4118-af58-37132dd63164) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
7366 2025.03.21 18:44:58.154615 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
7367 2025.03.21 18:44:58.154738 [ 267 ] {362a8beb-8c52-4137-919e-72997be9181d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7368 2025.03.21 18:44:58.155003 [ 267 ] {362a8beb-8c52-4137-919e-72997be9181d} <Trace> oximeter.measurements_histogramu64 (e2f23082-f29d-4d29-b3a0-31acfc10d3e9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7369 2025.03.21 18:44:58.155277 [ 267 ] {362a8beb-8c52-4137-919e-72997be9181d} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.007792 sec., 4106.776180698152 rows/sec., 7.36 MiB/sec.
7370 2025.03.21 18:44:58.155403 [ 267 ] {362a8beb-8c52-4137-919e-72997be9181d} <Debug> TCPHandler: Processed in 0.008157673 sec.
7371 2025.03.21 18:44:58.155549 [ 267 ] {} <Trace> TCP-Session: a52e5c8c-50d4-483a-9552-0a510d188ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7372 2025.03.21 18:44:58.155674 [ 267 ] {a3b77f25-1852-42b6-a5d5-41138d7985f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44024) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7373 2025.03.21 18:44:58.155729 [ 267 ] {a3b77f25-1852-42b6-a5d5-41138d7985f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7374 2025.03.21 18:44:58.156188 [ 267 ] {a3b77f25-1852-42b6-a5d5-41138d7985f9} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7375 2025.03.21 18:44:58.156228 [ 267 ] {a3b77f25-1852-42b6-a5d5-41138d7985f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
7376 2025.03.21 18:44:58.156594 [ 267 ] {a3b77f25-1852-42b6-a5d5-41138d7985f9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7377 2025.03.21 18:44:58.156831 [ 267 ] {a3b77f25-1852-42b6-a5d5-41138d7985f9} <Trace> oximeter.measurements_u64 (c7c9c81e-dc00-4970-9ce5-34da39abffbf): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7378 2025.03.21 18:44:58.157089 [ 267 ] {a3b77f25-1852-42b6-a5d5-41138d7985f9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001436 sec., 57103.06406685237 rows/sec., 3.63 MiB/sec.
7379 2025.03.21 18:44:58.157189 [ 267 ] {a3b77f25-1852-42b6-a5d5-41138d7985f9} <Debug> TCPHandler: Processed in 0.00169935 sec.
7380 2025.03.21 18:44:58.595292 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
7381 2025.03.21 18:44:58.616985 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7382 2025.03.21 18:44:58.617052 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
7383 2025.03.21 18:44:58.624723 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7384 2025.03.21 18:44:58.625529 [ 244 ] {} <Trace> system.metric_log (379d34fc-d09a-47b3-9f86-264f444bcceb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7385 2025.03.21 18:44:58.628923 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257